Skip to content

feat(preprod): Make snapshots endpoint org scoped#109575

Merged
NicoHinderling merged 1 commit intomasterfrom
02-27-feat_preprod_make_snapshots_endpoint_org_scoped
Feb 27, 2026
Merged

feat(preprod): Make snapshots endpoint org scoped#109575
NicoHinderling merged 1 commit intomasterfrom
02-27-feat_preprod_make_snapshots_endpoint_org_scoped

Conversation

@NicoHinderling
Copy link
Contributor

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Feb 27, 2026
SNAPSHOT_POST_REQUEST_SCHEMA: dict[str, Any] = {
"type": "object",
"properties": {
"project_id": {"type": "integer"},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we only need it for the post call (aka the creation call)

@NicoHinderling NicoHinderling force-pushed the 02-27-feat_preprod_make_snapshots_endpoint_org_scoped branch from dc25611 to 60287e5 Compare February 27, 2026 17:33
@NicoHinderling NicoHinderling force-pushed the 02-26-feat_preprod_create_admin_gated_recompare_snapshots_endpoint branch from 818cb3c to 05becbe Compare February 27, 2026 17:33
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Feb 27, 2026
@github-actions
Copy link
Contributor

🚨 Warning: This pull request contains Frontend and Backend changes!

It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently.

Have questions? Please ask in the #discuss-dev-infra channel.

@NicoHinderling NicoHinderling force-pushed the 02-27-feat_preprod_make_snapshots_endpoint_org_scoped branch from f74b541 to 3e86e66 Compare February 27, 2026 17:49
@NicoHinderling NicoHinderling force-pushed the 02-26-feat_preprod_create_admin_gated_recompare_snapshots_endpoint branch from 05becbe to 66d1d66 Compare February 27, 2026 17:49
@NicoHinderling NicoHinderling changed the base branch from 02-26-feat_preprod_create_admin_gated_recompare_snapshots_endpoint to graphite-base/109575 February 27, 2026 18:49
@NicoHinderling NicoHinderling force-pushed the 02-27-feat_preprod_make_snapshots_endpoint_org_scoped branch from 3e86e66 to 0f820a3 Compare February 27, 2026 19:30
@NicoHinderling NicoHinderling changed the base branch from graphite-base/109575 to 02-26-feat_preprod_create_admin_gated_recompare_snapshots_endpoint February 27, 2026 19:31
@NicoHinderling NicoHinderling marked this pull request as ready for review February 27, 2026 19:32
@NicoHinderling NicoHinderling requested a review from a team as a code owner February 27, 2026 19:32
@NicoHinderling NicoHinderling changed the base branch from 02-26-feat_preprod_create_admin_gated_recompare_snapshots_endpoint to graphite-base/109575 February 27, 2026 20:03
@NicoHinderling NicoHinderling force-pushed the 02-27-feat_preprod_make_snapshots_endpoint_org_scoped branch from 0f820a3 to 580e911 Compare February 27, 2026 22:15
@NicoHinderling NicoHinderling changed the base branch from graphite-base/109575 to master February 27, 2026 22:15
@NicoHinderling NicoHinderling merged commit 79b78e8 into master Feb 27, 2026
84 of 116 checks passed
@NicoHinderling NicoHinderling deleted the 02-27-feat_preprod_make_snapshots_endpoint_org_scoped branch February 27, 2026 23:01
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 Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants