Skip to content

Conversation

@lobsterkatie
Copy link
Member

This adds a constant for the name of the current default grouping config to server.py and moves the corresponding constant for the new grouping config to live alongside it, then uses those constants when defining the configs. This lets us separate out the idea of "the newstyle:2023-01-11 config" from the idea of "the default config," so that we can still refer easily to the former even once the latter has changed.

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Nov 11, 2025
@codecov
Copy link

codecov bot commented Nov 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #103183      +/-   ##
===========================================
- Coverage   80.67%    80.66%   -0.01%     
===========================================
  Files        9241      9241              
  Lines      393627    393629       +2     
  Branches    25053     25053              
===========================================
- Hits       317542    317535       -7     
- Misses      75623     75632       +9     
  Partials      462       462              

@lobsterkatie lobsterkatie force-pushed the kmclb-add-grouping-config-name-constants branch from 7596034 to 3446ec0 Compare November 11, 2025 22:07
@lobsterkatie lobsterkatie marked this pull request as ready for review November 11, 2025 22:40
@lobsterkatie lobsterkatie requested a review from a team as a code owner November 11, 2025 22:40
@lobsterkatie lobsterkatie merged commit f304aff into master Nov 11, 2025
65 checks passed
@lobsterkatie lobsterkatie deleted the kmclb-add-grouping-config-name-constants branch November 11, 2025 23:03
Jesse-Box pushed a commit that referenced this pull request Nov 12, 2025
This adds a constant for the name of the current default grouping config to `server.py` and moves the corresponding constant for the new grouping config to live alongside it, then uses those constants when defining the configs. This lets us separate out the idea of "the `newstyle:2023-01-11` config" from the idea of "the default config," so that we can still refer easily to the former even once the latter has changed.
andrewshie-sentry pushed a commit that referenced this pull request Nov 13, 2025
This adds a constant for the name of the current default grouping config to `server.py` and moves the corresponding constant for the new grouping config to live alongside it, then uses those constants when defining the configs. This lets us separate out the idea of "the `newstyle:2023-01-11` config" from the idea of "the default config," so that we can still refer easily to the former even once the latter has changed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants