-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
feat(appconnect): Get dSYMs URL from the API [NATIVE-294] #29513
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
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
6c3ee57
feat(appconnect): Get dSYMs URL from the API
1141b46
basic fetching of dsyms through app store connect
relaxolotl 49b3eab
remove iTunes client used exclusively to fetch dSYMS
relaxolotl ae664a1
forgot to update docstring
relaxolotl 1688b47
document new param and what it returns
relaxolotl 13f3e42
indentation
relaxolotl 919699c
Some mintor tweaks:
40dfdf3
Make a mess of things
fd44898
remove unnecessary filtering
relaxolotl 9eaf05c
move related queries together
relaxolotl 5041684
slightly better checking on urls
relaxolotl f64a110
add missing dsyms to tests
relaxolotl 6b24e44
gotta name arg
relaxolotl b155e91
actually downloads a zip of dsyms
relaxolotl 75426a3
add testing for download
relaxolotl d6ad4c6
make new build bundle logic testable
relaxolotl f90955d
missed one exception, move comments close to code they're referencing
relaxolotl 272e093
soothe type checker
relaxolotl 94a4630
test another scenario
relaxolotl 17d1245
comment out wip code
relaxolotl 07d25cd
replace unused fixture with helper
relaxolotl e97943d
just build the json directly
relaxolotl 22f32f8
params
relaxolotl f182181
Actually typecheck these test, remove test obsoleted by that
9343c01
Move sentry scope to outsize of get_dsym_url
8627973
assert order
relaxolotl 88f487a
there's no way to get pending dsym urls with our current filter
relaxolotl 2a7f723
double nested set context
relaxolotl c907742
don't mark malformed urls as fetched
relaxolotl 6e64c39
no need to report scenarios where zero bundles are returned from the API
relaxolotl 8580da2
remove commented out code as it'll be fixed and added later
relaxolotl 744e810
missed a spot
relaxolotl 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
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
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.
unsure if we actually need to keep this particular case, probably could just remove it