Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
87e550c
refactor: compare tokens using compare_digest (#9562)
jennifer-richards Sep 19, 2025
4be83ce
fix: remove deprecated iesg docs view, link from ad dashboard to ad v…
rjsparks Sep 19, 2025
5e1f46d
feat: Distinguish I-Ds on WG plate from I-Ds on IESG plate (#9214)
evyncke Sep 29, 2025
ba8b731
ci: DB persistence for blobdb, too
jennifer-richards Sep 30, 2025
d1cbdcb
chore: fix docker-compose comment (#9679)
jennifer-richards Oct 7, 2025
a8e8b9e
feat: split liaison_statement_posted mailtrigger into outgoing and in…
Oct 7, 2025
8fbbc55
fix: keep day visible in timeslot editor (#9653)
jennifer-richards Oct 7, 2025
24101bb
feat: json snapshots of ipr statements (#9684)
rjsparks Oct 9, 2025
9d2fa7a
feat: track deleted ipr disclosures (#9691)
rjsparks Oct 9, 2025
ed6b061
chore: merge feat/sreq to main (#9697)
rpcross Oct 10, 2025
4961f37
feat: preview ballot email before save (#9646) (#9721)
rjsparks Oct 14, 2025
8f2feef
ci: update build workflow to deploy to dev
NGPixel Oct 14, 2025
5a7be26
chore: add disableDailyDbRefresh flag to build workflow
NGPixel Oct 15, 2025
93c1124
ci: add ruff to devcontainer (#9731)
rjsparks Oct 15, 2025
d5660ab
fix: unbreak EmptyAwareJSONField (#9732)
jennifer-richards Oct 15, 2025
1d2d304
fix: improve proceedings caching/performance (#9733)
jennifer-richards Oct 16, 2025
2cfbaf9
ci: drop caching from build images step (#9738)
jennifer-richards Oct 16, 2025
b0ec8c4
chore: remove unused variables (#9742)
jennifer-richards Oct 17, 2025
62f720c
ci: imagePullPolicy for migration container (#9764)
jennifer-richards Oct 21, 2025
9d7829d
ci: merge release to main (#9768)
rjsparks Oct 21, 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
Prev Previous commit
Next Next commit
chore: fix docker-compose comment (#9679)
Allows the commented-out options to work if uncommented.
  • Loading branch information
jennifer-richards authored Oct 7, 2025
commit d1cbdcb2afca5987706165a1928fece3da25a5ee
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
db:
image: ghcr.io/ietf-tools/datatracker-db:latest
# build:
# context: ..
# context: .
# dockerfile: docker/db.Dockerfile
restart: unless-stopped
volumes:
Expand Down