Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to 23: server-side / docker debugging and testing real email #327

Merged
merged 29 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
e95a504
Start on updates to 23, talk about testing server and docker
hjwp Oct 30, 2024
7ed0057
more in 23
hjwp Nov 6, 2024
8963d7c
quieten pyright
hjwp Nov 13, 2024
fe3f6e7
mention mailinatory et al
hjwp Nov 13, 2024
392c6bf
work thru how to test with file
hjwp Nov 13, 2024
1996aa2
show deliberately breaking test
hjwp Nov 13, 2024
1293598
More in 23. getting to be a pain
hjwp Nov 20, 2024
ed4e414
callout syntax fixes
hjwp Nov 27, 2024
f089b1d
more in 23
hjwp Nov 27, 2024
f862365
sketch out a solution for the db mgmt on server
hjwp Nov 27, 2024
be05dec
a big todo
hjwp Nov 27, 2024
b2f18cc
todo
hjwp Jan 8, 2025
3c6dab9
little bits
hjwp Jan 9, 2025
6c6c895
whitespace stuff in 24
hjwp Jan 9, 2025
6f7c6cb
just faffning
hjwp Jan 20, 2025
c982d53
ok made it thru to the end of 23
hjwp Jan 22, 2025
50e4769
tweaks for tests
hjwp Jan 22, 2025
087a335
Split out fiddly content to an appendix
hjwp Jan 22, 2025
3fc819b
fix a couple of .yaml.yamls
hjwp Jan 27, 2025
864ced1
update submodule
hjwp Jan 27, 2025
f273520
Bring back prod deploy in ansible chapter, fix some links
hjwp Jan 27, 2025
fa0d2a0
Flesh out pre-deploy checklist in 18, precursor to 23
hjwp Jan 27, 2025
065e501
syntax stuff in 21
hjwp Jan 27, 2025
e8c16ab
Do Docker first in 23
hjwp Jan 27, 2025
a86f317
Tests might actually be passing
hjwp Jan 27, 2025
5830532
flesh out the unique=true and reset db stuff at the end
hjwp Jan 27, 2025
1a8880b
Merge branch 'main' into server-debugging-docker-emails
hjwp Jan 27, 2025
e066f72
use secret for email password
hjwp Jan 28, 2025
cff1e2f
remove ref to 008, get rid of all old commits with experiments now in…
hjwp Jan 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:

env:
PY_COLORS: "1" # enable coloured output in pytest
EMAIL_PASSWORD: ${{ secrets.GMAIL_APP_PASSWORD }}

steps:
- uses: actions/checkout@v4
Expand Down
Loading
Loading