-
-
Notifications
You must be signed in to change notification settings - Fork 4
feat: add transactional repository methods (InsertWithTx, CheckLimitsWithTx) #73
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
alexgarzao
merged 23 commits into
develop
from
feat/idempotency-key-support--transactional-repository-methods
Mar 23, 2026
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
90eb87d
feat: add transactional repository methods (InsertWithTx, CheckLimits…
alexgarzao 76a99cb
docs: add rule to exclude test results from commit messages
alexgarzao 2435817
docs: explain why CheckLimitsWithTx tests do not assert db propagation
alexgarzao ed49de2
fix: correct seed reference in collision comment (401 -> 104)
alexgarzao 433cddb
docs: remove orphan section 4.1.1 references from LimitUsageDetail
alexgarzao e856af9
fix: deep copy nested Scopes slice in ToValidationResponse
alexgarzao 308f2cf
Merge remote-tracking branch 'origin/develop' into feat/idempotency-k…
alexgarzao f21584c
style: remove inconsistent t.Parallel from InsertWithTx subtests
alexgarzao 33ef5d7
fix: annotate span on nil validation in insertInternal
alexgarzao af3a057
refactor: use pgdb.ErrNilConnection sentinel in InsertWithTx
alexgarzao 3048748
refactor: add operationName parameter to insertInternal for dynamic l…
alexgarzao fa47d4e
chore(ci): bump shared workflows to v1.18.1 and add shared_paths
bedatty 0c8b7bc
fix(ci): add explicit nonroot user and skip gitops on empty builds
bedatty 83a7d85
refactor: address code review findings for T-002
alexgarzao c915e90
Merge branch 'feat/idempotency-key-support--transactional-repository-…
alexgarzao 669c3fe
feat: add HashUUIDToInt32 utility for advisory lock keys
alexgarzao 845ff31
feat: add ValidateResult and duplicate detection in Validate flow
alexgarzao 0f287ff
feat: return HTTP 201 for new validations, 200 for duplicates
alexgarzao c500a3c
test: add idempotency unit tests for deduplication flow
alexgarzao 2ee77cc
test: update existing tests for ValidateResult return type
alexgarzao 384472a
style: replace task ID references with descriptive comments
alexgarzao 7ab3f88
refactor: reject nil validation before acquiring DB connection
alexgarzao 1b21be6
fix: suppress gosec G115 for deliberate uint32-to-int32 conversion
alexgarzao 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
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
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
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.