-
Notifications
You must be signed in to change notification settings - Fork 1
feat: persist TEPP accepted receipts as transport evidence (v2.12.11) #496
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
Merged
seonghobae
merged 19 commits into
feat/oidc-return-remember-login-v21219
from
feat/tepp-accepted-receipt-v21211
Aug 24, 2026
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
5c0de35
feat: persist TEPP accepted receipts as transport evidence (v2.12.11)
seonghobae 561376c
fix: keep TEPP receipt transactions usable
seonghobae 49fae1b
docs: resolve TEPP receipt ADR number collision
seonghobae 38ade89
chore: scope receipt SQL scanner suppression
seonghobae 2b7fcea
fix: accept TEPP receipt state progression
seonghobae 93ae489
fix: complete TEPP receipt replay contract
seonghobae 1894b09
fix(ui): label TEPP status refresh accurately
seonghobae e40a9a1
test: cover TEPP receipt replay identity mismatches
seonghobae 8d678bb
fix: preserve accepted TEPP run on retry outage
seonghobae 9fe1932
fix: isolate optional analysis-run reads
seonghobae 1e5430a
fix: align reviewed SQL suppression contract
seonghobae 195ddf5
fix: preserve durable TEPP acceptance on recheck
seonghobae 78287c0
test: use one TEPP start import style
seonghobae 288125a
fix: allocate migration 0171 for TEPP receipts
seonghobae 996c4fd
Merge remote-tracking branch 'origin/feat/oidc-return-remember-login-…
seonghobae 1611ed4
fix: restack TEPP accepted receipts onto remembered OIDC login
seonghobae 90fa91b
test(sql-review): bump expected suppression count to 39
seonghobae bc6d02e
merge feat/oidc-return-remember-login-v21219: rebase onto 2.12.20 base
seonghobae e30eada
merge feat/oidc-return-remember-login-v21219: rebase onto 2.12.21 base
seonghobae File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| # 2.12.11 TEPP accepted receipt | ||
|
|
||
| A live TEPP `accepted` / `queued` / `running` envelope with a remote | ||
| run id persists as transport evidence and leaves the local analysis | ||
| run Running. The receipt is not a measurement and does not invent a | ||
| theta. Empty accepted envelopes and missing transport stay Failed. | ||
| Completed envelopes still persist `analysis_run_tepp_result`. Login | ||
| no longer mounts Admin settings with an undefined token. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.