-
-
Notifications
You must be signed in to change notification settings - Fork 277
chore: flutter symbol collector CLI tool #1673
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 1 commit
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
7bfcaf9
chore: flutter symbol collector CLI tool
vaind d1313bd
renames
vaind 7a0c73e
symbol collector CLI integration
vaind ac1c1c0
fixup getVersion()
vaind 7218df6
collector upload
vaind d394181
collect platform info with symbol archive
vaind 5e963aa
download and extract zip archives
vaind c4aa8a8
download via cli bin
vaind a7a80ea
upload via symbol-collector cli
vaind 667c144
add symbol collector CI
vaind 5390bcf
extract inner zip files
vaind 2bc4ed7
test symbol collector in CI
vaind ed79ef4
fix tests
vaind ff91b35
chore: update changelog
vaind 795e7a4
fix tests
vaind 816ae3e
fix tests
vaind 5170a46
upload android symbols
vaind caa9b62
fix duplicate upload
vaind 4724c81
upload symbols for all of 3.13.*
vaind b55becb
cache previous symbol collector successful uploads
vaind cb298d6
fix artifacts
vaind 57efb36
we need to use cache
vaind 8d686cb
cron
vaind bdfcfdc
test
vaind cee0761
use artifacts
vaind 611f636
run for all v3 flutter versions
vaind 321198c
fixup changelog
vaind 6834bc8
fixup changelog
vaind dfb8fee
refactor: move status cache to a separate file
vaind deca8fc
change artifact action to download from previous runs
vaind 12f6033
fix status cache
vaind 0dc96c3
fix status cache
vaind 3875129
register symbol collector CLI updater
vaind 6ba64f6
log status change
vaind d352c73
fix status caching
vaind 6d163a6
fix
vaind b7e4719
process all flutter v3 subversions
vaind 2edb9be
try to fix memory usage
vaind adf8f60
cleanup earlier
vaind 6529c4b
roll back changes after figuring out the issue is with symbol collect…
vaind 6f1fc8d
update symbol-collector to the latest version
vaind 7b9fb06
rename .successful to .cache
vaind e7a20f3
don't use version in the status cache
vaind 9461372
remove temp code
vaind 986f954
run cron every hour
vaind 9b74649
update symbol collector issue link
vaind 5edbf3d
Merge branch 'main' into feat/flutter-symbol-upload
vaind 0d8652b
minor fixes
vaind 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
cache previous symbol collector successful uploads
- Loading branch information
commit b55becbe55661a4fac85037eac98ad0666a21e11
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,4 +2,5 @@ | |
| # Created by `dart pub` | ||
| .dart_tool/ | ||
|
|
||
| .temp | ||
| .temp | ||
| .successful | ||
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
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.
Uh oh!
There was an error while loading. Please reload this page.