Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
e8ad53f
docs(gaps): decompose closed ADR stack on current main
seonghobae Aug 25, 2026
2bfd1a2
docs(gaps): separate Naruon email from calendar evidence
seonghobae Aug 25, 2026
09b6f33
docs(gaps): correct Global Ask cutoff delivery state
seonghobae Aug 25, 2026
a048adf
docs(gaps): correct closed ADR decomposition evidence
seonghobae Aug 25, 2026
67edfc0
docs(gaps): refresh exact open heads
seonghobae Aug 25, 2026
e0afb20
docs(gaps): reconcile active protected-release queue
seonghobae Aug 25, 2026
80cbfb5
docs(gaps): record protected performance deliveries
seonghobae Aug 25, 2026
db57bf7
Merge latest origin/main into docs/decompose-adr-0133-0137-current-main
seonghobae Aug 25, 2026
ffc1f5a
docs(gaps): keep issue inventory live-only
seonghobae Aug 25, 2026
99ec600
docs(gaps): scope live issue ledger exactly
seonghobae Aug 25, 2026
ece39ba
docs(gaps): separate main content from live queue
seonghobae Aug 25, 2026
7a641cb
Merge branch 'docs/decompose-adr-0133-0137-current-main' of https://g…
seonghobae Aug 25, 2026
42206e1
docs(gaps): refresh four-PR delivery boundary
seonghobae Aug 25, 2026
1034c4d
docs(gaps): keep live issue queue exact
seonghobae Aug 25, 2026
62deb34
docs(gaps): distinguish decomposition snapshot
seonghobae Aug 25, 2026
e248b0a
docs(gaps): refresh reviewed PR heads
seonghobae Aug 25, 2026
2c8157a
docs(gaps): remove shipped lineage gap from loop
seonghobae Aug 25, 2026
24dbce0
fix(ci): cancel tests when pull requests close (#634)
seonghobae Aug 25, 2026
0386b0e
docs(gaps): record stacked CI delivery
seonghobae Aug 25, 2026
edbf6f9
docs(gaps): record composed performance stack
seonghobae Aug 25, 2026
1c7a25f
docs(gaps): refresh exact protected queue evidence
seonghobae Aug 25, 2026
c0022c9
Merge branch 'docs/decompose-adr-0133-0137-current-main' of https://g…
seonghobae Aug 25, 2026
4cf0f08
docs(gaps): refresh exact protected queue
Aug 25, 2026
1d9ac82
docs(gaps): record stacked child composition
Aug 25, 2026
a361273
Merge current main into ADR decomposition branch
Aug 25, 2026
4f47a11
Merge remote-tracking branch 'origin/main' into repair/pr631-main-ref…
Aug 25, 2026
665046d
Merge remote-tracking branch 'origin/docs/decompose-adr-0133-0137-cur…
Aug 25, 2026
e6b4f0c
Merge remote-tracking branch 'origin/main' into repair/pr631-main-ref…
Aug 25, 2026
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
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened, closed]

permissions:
contents: read
Expand All @@ -15,6 +16,7 @@ concurrency:
jobs:
pytest:
name: Full test suite
if: github.event_name != 'pull_request' || github.event.action != 'closed'
Comment thread
seonghobae marked this conversation as resolved.
Comment thread
seonghobae marked this conversation as resolved.
runs-on: ubuntu-latest
services:
postgres:
Expand Down Expand Up @@ -60,6 +62,7 @@ jobs:

frontend:
name: Frontend lint, test, build
if: github.event_name != 'pull_request' || github.event.action != 'closed'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
Loading
Loading