Skip to content

chore(preprod): Add artifact download panel to admin page#106206

Merged
NicoHinderling merged 3 commits intomasterfrom
add-download-build-to-admin-launchpad-page
Jan 15, 2026
Merged

chore(preprod): Add artifact download panel to admin page#106206
NicoHinderling merged 3 commits intomasterfrom
add-download-build-to-admin-launchpad-page

Conversation

@NicoHinderling
Copy link
Contributor

@NicoHinderling NicoHinderling commented Jan 13, 2026

Add the ability to download customers' builds if needed from the _admin preprod page

It's hard to test _admin page changes locally so I may iterate and do a follow up PR if anything is slightly off

@NicoHinderling NicoHinderling requested a review from a team as a code owner January 13, 2026 18:44
@github-actions github-actions bot added Scope: Frontend Automatically applied to PRs that change frontend components Scope: Backend Automatically applied to PRs that change backend components labels Jan 13, 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.


if file_size is None or file_size < 0:
return Response({"error": "File size unavailable"}, status=500)
return Response({"detail": "File size unavailable"}, status=500)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is a django best practice apparently. Yes I'm making a web and backend change in one PR but hitting this error case is pretty rare so I don't think its a big deal to separate this into some 3 part PR migration

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i made sure all the frontend handling isnt affected by this btw

@NicoHinderling NicoHinderling merged commit 3abceed into master Jan 15, 2026
69 checks passed
@NicoHinderling NicoHinderling deleted the add-download-build-to-admin-launchpad-page branch January 15, 2026 17:47
@github-actions github-actions bot locked and limited conversation to collaborators Jan 31, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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