Skip to content

chore(launchpad): Include appid and appname in update endpoint #95583

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
merged 1 commit into from
Jul 15, 2025

Conversation

NicoHinderling
Copy link
Contributor

followup for #95383

@NicoHinderling NicoHinderling requested a review from a team as a code owner July 15, 2025 18:47
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jul 15, 2025
Copy link

cursor bot commented Jul 15, 2025

🚨 BugBot couldn't run

Something went wrong. Try again by commenting "bugbot run", or contact support (requestId: serverGenReqId_19bf7f71-e2ee-49eb-ad47-722398c7f90d).

@@ -158,6 +162,14 @@ def put(self, request: Request, project, artifact_id) -> Response:
preprod_artifact.build_number = data["build_number"]
updated_fields.append("build_number")

if "app_id" in data:
preprod_artifact.app_id = data["app_id"]
Copy link
Contributor

Choose a reason for hiding this comment

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

is "app_id" the right name? I see bundle_id in AppleAppInfo but not sure what the type of "data" is

Copy link
Contributor Author

Choose a reason for hiding this comment

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

synced offline , going with app_id as the platform agnostic term

Copy link

codecov bot commented Jul 15, 2025

Codecov Report

Attention: Patch coverage is 33.33333% with 4 lines in your changes missing coverage. Please review.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
...d/api/endpoints/project_preprod_artifact_update.py 33.33% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #95583      +/-   ##
==========================================
+ Coverage   82.91%   87.71%   +4.80%     
==========================================
  Files       10553    10553              
  Lines      608074   608080       +6     
  Branches    23833    23833              
==========================================
+ Hits       504171   533387   +29216     
+ Misses     103607    74397   -29210     
  Partials      296      296              

@NicoHinderling NicoHinderling merged commit eb33f8e into master Jul 15, 2025
66 checks passed
@NicoHinderling NicoHinderling deleted the update-endpoint-include-appid-appname branch July 15, 2025 19:23
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.

2 participants