-
-
Notifications
You must be signed in to change notification settings - Fork 64
feat(eap): semver sort key for sentry.release ORDER BY in EAP #8103
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
Open
phacops
wants to merge
27
commits into
master
Choose a base branch
from
claude/semver-sorting-eap-clickhouse-lpg3gs
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 13 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
bc5b993
feat(eap): add semver sort key for sentry.release ORDER BY in EAP
claude f08a5cd
fix(eap): fix mypy error and GROUP BY semver tuple mismatch
claude 4be96cd
[getsentry/action-github-commit] Auto commit
getsantry[bot] 1e2d24b
fix(eap): apply semver sort key to flextime pagination boundary compa…
claude 62fcc84
fix(eap): handle Nullable(String) in semver_sort_key
claude 0dc485b
fix(test): handle tied semver sort keys in test_desc_is_reverse_of_asc
claude 6f24de6
Merge branch 'master' into claude/semver-sorting-eap-clickhouse-lpg3gs
claude 6628441
[getsentry/action-github-commit] Auto commit
getsantry[bot] 6891fa8
fix(lint): add explicit strict=True to zip() in pagination.get_filters
claude 750bfcf
Merge branch 'master' into claude/semver-sorting-eap-clickhouse-lpg3gs
claude b576c6c
feat(eap): also semver-sort sentry.sdk.version
claude a67628a
[getsentry/action-github-commit] Auto commit
getsantry[bot] b989fe9
Revert sentry.sdk.version from SEMVER_SORT_ATTRIBUTES
claude 85e4223
fix(eap): add raw-string tiebreaker to semver sort key
claude a75e224
Merge branch 'master' into claude/semver-sorting-eap-clickhouse-lpg3gs
claude 94eea20
Remove test_uniq_with_default_value_double_casts_to_float64
claude 18d4f49
Merge branch 'master' into claude/semver-sorting-eap-clickhouse-lpg3gs
claude d3210eb
feat(eap): respect SORT_NATURAL on attribute values endpoint
claude f8741ab
test: write natural-sort fixtures per-test, not in shared fixture
claude a9dbc5a
feat(eap): make SORT_NATURAL release-aware for release attributes
claude 7a45d04
test: make release-sort test robust to default sentry.release
claude 75edf1d
fix(eap): treat PEP 440 dot-dev builds as prereleases in semver key
claude bc680ba
test: update semver structure assertion to match() stability flag
claude 267d3b5
feat(eap): drive semver ordering via SORT_NATURAL on all endpoints
claude 56fac6c
fix: guard _semver_sort_key_py against non-ASCII Unicode digits
claude d55cf19
[getsentry/action-github-commit] Auto commit
getsantry[bot] 8ecbb25
fix(mypy): type _name_key with Mapping[str, Any] -> Any
claude 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
Some comments aren't visible on the classic Files Changed page.
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we include
sentry.sdk.versionhere as well?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, I just hardcoded for tests, I’m going to merge this instead and let you choose getsentry/sentry-protos#334
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted
sentry.sdk.versionin b989fe9 —SEMVER_SORT_ATTRIBUTESis back to justsentry.release. Good to merge as-is; the broader attribute selection can come through sentry-protos#334.Generated by Claude Code