fix(session): garantir les invariants événements, journal et terminal #44

Open
hermes wants to merge 2 commits from fix/session-event-invariants into main
First-time contributor

Résumé

  • valide les événements et résultats de session sémantiquement
  • durcit le journal JSONL contre les cibles non sûres et les dépassements
  • partage une porte de publication bootstrap/orchestrateur, scellée après un terminal unique
  • traite un parent déjà annulé avant tout démarrage de recorder

Closes #12
Closes #13
Closes #14
Closes #15

Validation

  • go test -race -count=100 ./internal/events ./internal/session
## Résumé - valide les événements et résultats de session sémantiquement - durcit le journal JSONL contre les cibles non sûres et les dépassements - partage une porte de publication bootstrap/orchestrateur, scellée après un terminal unique - traite un parent déjà annulé avant tout démarrage de recorder Closes #12 Closes #13 Closes #14 Closes #15 ## Validation - `go test -race -count=100 ./internal/events ./internal/session`
fix(session): enforce terminal and journal invariants
Some checks failed
CI / amd64 / Go 1.23.12 (push) Has been cancelled
CI / amd64 / Go 1.26.5 (push) Has been cancelled
CI / arm64 cross-build / Go 1.23.12 (push) Has been cancelled
CI / arm64 cross-build / Go 1.26.5 (push) Has been cancelled
023a60d8ec
fix(events): allow provider metadata on state transitions
Some checks failed
CI / amd64 / Go 1.23.12 (push) Has been cancelled
CI / amd64 / Go 1.26.5 (push) Has been cancelled
CI / arm64 cross-build / Go 1.23.12 (push) Has been cancelled
CI / arm64 cross-build / Go 1.26.5 (push) Has been cancelled
CI / amd64 / Go 1.23.12 (pull_request) Has been cancelled
CI / amd64 / Go 1.26.5 (pull_request) Has been cancelled
CI / arm64 cross-build / Go 1.23.12 (pull_request) Has been cancelled
CI / arm64 cross-build / Go 1.26.5 (pull_request) Has been cancelled
8a9e08d58b
Some checks failed
CI / amd64 / Go 1.23.12 (push) Has been cancelled
CI / amd64 / Go 1.26.5 (push) Has been cancelled
CI / arm64 cross-build / Go 1.23.12 (push) Has been cancelled
CI / arm64 cross-build / Go 1.26.5 (push) Has been cancelled
CI / amd64 / Go 1.23.12 (pull_request) Has been cancelled
CI / amd64 / Go 1.26.5 (pull_request) Has been cancelled
CI / arm64 cross-build / Go 1.23.12 (pull_request) Has been cancelled
CI / arm64 cross-build / Go 1.26.5 (pull_request) Has been cancelled
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix/session-event-invariants:fix/session-event-invariants
git switch fix/session-event-invariants

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff fix/session-event-invariants
git switch fix/session-event-invariants
git rebase main
git switch main
git merge --ff-only fix/session-event-invariants
git switch fix/session-event-invariants
git rebase main
git switch main
git merge --no-ff fix/session-event-invariants
git switch main
git merge --squash fix/session-event-invariants
git switch main
git merge --ff-only fix/session-event-invariants
git switch main
git merge fix/session-event-invariants
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
mathieu/murmur!44
No description provided.