You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add dry_run option to validate without committing (#172)
* Add dry_run option to validate without committing
* Add E2E test
* Fix indent
* Fix parallel testing issues?
* Fix conflicting versionName across tests
* Increment version code to not conflict with another test
* Define track
---------
Co-authored-by: Olivér Falvai <[email protected]>
Retry on http status unauthorized (#152)
Similar workaround to fastlane/fastlane#21507 (comment).
Retry HTTP calls when 401 is (randomly) returned by Google, that causes customer impact.
Add list of tracks available at runtime (#131)
* Add list of tracks available at runtime
* Update log message
Co-authored-by: Olivér Falvai <[email protected]>
Support uploading multiple mapping files (#126)
* Support uploading multiple mapping files
* Add tests for mapping file validation
* Use t.TempDir() and filepath.Join() in tests
[STEP-1328]
Introduce input to be able to send edit requests without automaticall…
…y sending it for review (#120)
* Set do not send changes to review option to true
* Go mod update
* Patch Google API code
* remove monokeypatch
* Retry committing changes if it fails with the need of changesNotSentForReview
* Introduced new input to be able to automatically retry
* Updated Dependencies
* Fix `yaml` indentation
* Add retry to our test case
* Remove validation step
* Add the flag to the other e2e test too
* Updated input description
Co-authored-by: Mate Herber <[email protected]>