-
Notifications
You must be signed in to change notification settings - Fork 34
Comparing changes
Open a pull request
base repository: firebase/fastlane-plugin-firebase_app_distribution
base: v0.3.8
head repository: firebase/fastlane-plugin-firebase_app_distribution
compare: master
Commits on Jan 17, 2023
-
* Firebase Console link: links to the release on the Firebase Console * Testing link: links to the tester experience (iOS web clip or Android app) * Binary Download link: link to download the IPA/APK/AAB (expires in 1 hr)
Configuration menu - View commit details
-
Copy full SHA for 16fbcaa - Browse repository at this point
Copy the full SHA 16fbcaaView commit details -
Merge pull request #288 from fastlane/add-release-links
Print out release links
Configuration menu - View commit details
-
Copy full SHA for f836c68 - Browse repository at this point
Copy the full SHA f836c68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 277963a - Browse repository at this point
Copy the full SHA 277963aView commit details -
Merge pull request #289 from fastlane/bump-version-0.4.0.pre.1
Bump version to 0.4.0.pre.1
Configuration menu - View commit details
-
Copy full SHA for c7c4d72 - Browse repository at this point
Copy the full SHA c7c4d72View commit details
Commits on Jan 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 19bfed8 - Browse repository at this point
Copy the full SHA 19bfed8View commit details -
Merge pull request #290 from fastlane/add-client-version
Add client version request header to all requests
Configuration menu - View commit details
-
Copy full SHA for f4c7bea - Browse repository at this point
Copy the full SHA f4c7beaView commit details
Commits on Jan 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 15ef5f8 - Browse repository at this point
Copy the full SHA 15ef5f8View commit details -
Merge pull request #291 from fastlane/bump-version-0.4.0.pre.2
Bump version to 0.4.0.pre.2
Configuration menu - View commit details
-
Copy full SHA for ec6f1ef - Browse repository at this point
Copy the full SHA ec6f1efView commit details -
Configuration menu - View commit details
-
Copy full SHA for c700ca4 - Browse repository at this point
Copy the full SHA c700ca4View commit details -
Merge pull request #292 from fastlane/bump-version-0.4.0
Bump version to 0.4.0
Configuration menu - View commit details
-
Copy full SHA for 67e717c - Browse repository at this point
Copy the full SHA 67e717cView commit details
Commits on Jan 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ee194b8 - Browse repository at this point
Copy the full SHA ee194b8View commit details -
Merge pull request #294 from fastlane/bump-version-0.4.1
Bump version to 0.4.1
Configuration menu - View commit details
-
Copy full SHA for ed70797 - Browse repository at this point
Copy the full SHA ed70797View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad4ce9c - Browse repository at this point
Copy the full SHA ad4ce9cView commit details -
Merge pull request #295 from fastlane/bump-version-0.4.2
Bump version to 0.4.2
Configuration menu - View commit details
-
Copy full SHA for f214169 - Browse repository at this point
Copy the full SHA f214169View commit details
Commits on Jan 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ac4e11f - Browse repository at this point
Copy the full SHA ac4e11fView commit details
Commits on Jan 26, 2023
-
Merge pull request #296 from fastlane/create-github-action
Create GitHub Action for publishing to RubyGems
Configuration menu - View commit details
-
Copy full SHA for 5dd4a76 - Browse repository at this point
Copy the full SHA 5dd4a76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4418b22 - Browse repository at this point
Copy the full SHA 4418b22View commit details -
Merge pull request #297 from fastlane/bump-version-0.4.3.pre.1
Update github action release flow
Configuration menu - View commit details
-
Copy full SHA for 409f69c - Browse repository at this point
Copy the full SHA 409f69cView commit details
Commits on Feb 14, 2023
-
* Remove login task * Add missing double quote * Add SCOPE variable to auth client and update comments
Configuration menu - View commit details
-
Copy full SHA for a0f97c6 - Browse repository at this point
Copy the full SHA a0f97c6View commit details -
Save release to shared lane variable (#299)
* Save release to shared lane variable * Update emoji for when release notes are skipped * Change to UI.info * Change UI.info to UI.message * Add output function to action * Add output function to action * Address PR comments * Defined SharedVariables constant
Configuration menu - View commit details
-
Copy full SHA for b04e28a - Browse repository at this point
Copy the full SHA b04e28aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0db15a - Browse repository at this point
Copy the full SHA f0db15aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c831f4f - Browse repository at this point
Copy the full SHA c831f4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for aeb3e01 - Browse repository at this point
Copy the full SHA aeb3e01View commit details
Commits on May 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 20050fe - Browse repository at this point
Copy the full SHA 20050feView commit details -
Only test with ruby versions 2.7 and 3.0 (#311)
Other versions fail with ``` wrong number of arguments (given 5, expected 1) /opt/hostedtoolcache/Ruby/3.1.4/x64/lib/ruby/3.1.0/psych.rb:322:in `safe_load' ```
Configuration menu - View commit details
-
Copy full SHA for 8f3babc - Browse repository at this point
Copy the full SHA 8f3babcView commit details
Commits on Jun 5, 2023
-
Add functionality for creation of tester groups (#309)
* Add tester group functions to API client * Add add_tester_groups action: Enable users to create tester groups. * Modify add_testers action to allow specifying group alias Add basic tester group creation and deletion functions, as documented at https://firebase.google.com/docs/reference/app-distribution/rest/v1/projects.groups. The functionality here is in line with what we already have for adding and removing testers; there's no sync logic, just creations and deletion.
Configuration menu - View commit details
-
Copy full SHA for 89557e7 - Browse repository at this point
Copy the full SHA 89557e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4396fa - Browse repository at this point
Copy the full SHA e4396faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c28f0c - Browse repository at this point
Copy the full SHA 6c28f0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3443307 - Browse repository at this point
Copy the full SHA 3443307View commit details
Commits on Jun 7, 2023
-
Support
group_alias
parameter forremove_testers_action
. (#313)This removes the testers from only the specified group, but doesn't delete them from the project.
Configuration menu - View commit details
-
Copy full SHA for a99305e - Browse repository at this point
Copy the full SHA a99305eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23baf03 - Browse repository at this point
Copy the full SHA 23baf03View commit details
Commits on Jul 18, 2023
-
Prefer Google auth library and generated API client for list releases…
… action (#307) * WIP - use generated API client * Fix failing tests * Fix failing tests * Handle nil release notes --------- Co-authored-by: Tunde Agboola <tun.agboola@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a1c8d42 - Browse repository at this point
Copy the full SHA a1c8d42View commit details
Commits on Jul 19, 2023
-
Prefer generated API client for create and delete group actions (#314)
* Prefer generated API client for create and delete group actions * Remove unused API client methods
Configuration menu - View commit details
-
Copy full SHA for 67a391f - Browse repository at this point
Copy the full SHA 67a391fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5ef998 - Browse repository at this point
Copy the full SHA b5ef998View commit details -
Update add and remove testers to use generated API client (#316)
* Support debug mode and client headers with generated API client * Update add and remove testers to use generated API client * Update upload action to use generated api client to get AAB info * Revert "Update upload action to use generated api client to get AAB info" This reverts commit c04aeae.
Configuration menu - View commit details
-
Copy full SHA for 40655af - Browse repository at this point
Copy the full SHA 40655afView commit details -
Update upload action to use generated api client to get AAB info (#317)
* Support debug mode and client headers with generated API client * Update add and remove testers to use generated API client * Update upload action to use generated api client to get AAB info * Update upload action to use generated api client to get AAB info * Fix test certificate code * Revert ruby version back to 2.7.6 * More fixes to test certificate code * Put back code that was removed by mistake * Properly stub authorization * Fix aab specs
Configuration menu - View commit details
-
Copy full SHA for ed907b7 - Browse repository at this point
Copy the full SHA ed907b7View commit details
Commits on Jul 21, 2023
-
Update upload and update release note methods to use generated API cl…
…ient (#318) * Update upload and update release note methods to use generated API client * Remove update release note method from API client * Remove FirebaseappdistributionV1 variable * Remove FirebaseappdistributionV1 variable
Configuration menu - View commit details
-
Copy full SHA for d7606de - Browse repository at this point
Copy the full SHA d7606deView commit details
Commits on Jul 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6adcb89 - Browse repository at this point
Copy the full SHA 6adcb89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37e7b20 - Browse repository at this point
Copy the full SHA 37e7b20View commit details
Commits on Jul 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dca5959 - Browse repository at this point
Copy the full SHA dca5959View commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 23097df - Browse repository at this point
Copy the full SHA 23097dfView commit details -
Fix bug when nil groups or testers causes distribution to fail (#322)
* Fix bug when nil groups or testers causes distribution to fail * Fix if statement * Refactor and add more tests * Clean up action class * Remove logging changes
Configuration menu - View commit details
-
Copy full SHA for 78598c0 - Browse repository at this point
Copy the full SHA 78598c0View commit details -
Handle user errors for tester and group actions (#324)
* Handle user errors for tester and group actions * Handle tester limit violation error for adding testers to groups
Configuration menu - View commit details
-
Copy full SHA for fd6beeb - Browse repository at this point
Copy the full SHA fd6beebView commit details -
Handle user errors when uploading releases (#325)
* Handle user errors when uploading releases * Disable class length too long rubocop offense for now * Update invalid release notes error message * Remove pending spec for now
Configuration menu - View commit details
-
Copy full SHA for b0fd460 - Browse repository at this point
Copy the full SHA b0fd460View commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f3fa2f1 - Browse repository at this point
Copy the full SHA f3fa2f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3312755 - Browse repository at this point
Copy the full SHA 3312755View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89eab0b - Browse repository at this point
Copy the full SHA 89eab0bView commit details
Commits on Jul 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 84fbc4a - Browse repository at this point
Copy the full SHA 84fbc4aView commit details
Commits on Aug 1, 2023
-
Merge pull request #329 from firebase/bump-version-to-0-7-0
Bump version to 0.7.0
Configuration menu - View commit details
-
Copy full SHA for a62e57b - Browse repository at this point
Copy the full SHA a62e57bView commit details
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 30ea5a1 - Browse repository at this point
Copy the full SHA 30ea5a1View commit details
There are no files selected for viewing
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.