fix(tracker): restore Gitea paging, claim verification, and symphony adapter#793
Closed
AlexMikhalev wants to merge 1 commit intomainfrom
Closed
fix(tracker): restore Gitea paging, claim verification, and symphony adapter#793AlexMikhalev wants to merge 1 commit intomainfrom
AlexMikhalev wants to merge 1 commit intomainfrom
Conversation
…adapter - Add proper pagination for Gitea issue fetching (50 per page) - Add claim_issue() with idempotency, conflict detection, and verification - Add ClaimResult/ClaimStrategy types for structured claim outcomes - Add Default for GiteaConfig to ease construction at call sites - Add LinearTrackerAdapter in symphony for tracker API compatibility - Support gitea-robot CLI with REST API fallback for claims - Update orchestrator GiteaConfig sites with ..Default::default() - Fix validation test latency threshold for CI stability Refs #791
This was referenced Apr 12, 2026
Contributor
Author
|
Closing in favor of the listener refresh path through #794. This PR still has some unique tracker and symphony delta versus current main, but that delta is fully contained in #794. Keeping both open preserves duplicate review and conflict paths for the same underlying change. The safe next step is to refresh/rebuild the listener branch from current main and carry forward the tracker/symphony pieces there, rather than merging this stale subset branch independently. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
claim_issue()with idempotency, conflict detection, and verificationClaimResult/ClaimStrategytypes for structured claim outcomesDefaultforGiteaConfigto ease construction at call sitesLinearTrackerAdapterin symphony for tracker API compatibilityExtracted from #790 as part of the clean PR split.
Refs #791