Branch: refs/heads/feature/add-aab-support
  Home:   https://github.com/jenkinsci/google-play-android-publisher-plugin
  Commit: 3c2c584bddacb6bbb8d9e1760cd3b29788f6b48a
      
https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/3c2c584bddacb6bbb8d9e1760cd3b29788f6b48a
  Author: Christopher Orr <[email protected]>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M 
src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/internal/TestUtilImpl.java

  Log Message:
  -----------
  Enable overriding the "parsed" application ID during tests.


  Commit: d4d6688087cf07328007085a4d0e568d7228eed0
      
https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/d4d6688087cf07328007085a4d0e568d7228eed0
  Author: Christopher Orr <[email protected]>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/Util.java
    M 
src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisherTest.java

  Log Message:
  -----------
  Create the collaborators before each case in ApkPublisherTest.

TestUtilImpl now can have state, so this makes sure that we always have
a clean instance with the default values for each test case.

Similarly, AndroidUtil or JenkinsUtil can now be reset.


  Commit: 5d440b90cced3de7e94be0d44db9e99f836c2136
      
https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/5d440b90cced3de7e94be0d44db9e99f836c2136
  Author: Christopher Orr <[email protected]>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M 
src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisherTest.java

  Log Message:
  -----------
  Extract the setup of the test HTTP transport to its own methods.


  Commit: d8cefef10ff30ee940aa71f228efc9c7f93d9ca0
      
https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/d8cefef10ff30ee940aa71f228efc9c7f93d9ca0
  Author: Christopher Orr <[email protected]>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisher.java
    M 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkUploadTask.java
    M 
src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisherTest.java

  Log Message:
  -----------
  Prefer AAB files if both AAB and APK files were found.

This shouldn't really happen, as users should configure the file pattern
correctly.  But this hopefully makes things a bit nicer for users.


  Commit: bee54e6024147668b83b6bba4554dea702f491f6
      
https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/bee54e6024147668b83b6bba4554dea702f491f6
  Author: Christopher Orr <[email protected]>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisher.java
    M 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkUploadTask.java
    R 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/AppFileMetadata.java
    M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/Util.java
    M 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/internal/AndroidUtil.java
    A 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/internal/AppFileMetadata.java
    M 
src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/internal/TestUtilImpl.java

  Log Message:
  -----------
  Move AppFileMetadata to internal package.


  Commit: 21c79f2fd3f548c1ee44807a76ffd7042db0f27b
      
https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/21c79f2fd3f548c1ee44807a76ffd7042db0f27b
  Author: Christopher Orr <[email protected]>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    A 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/internal/AppFileFormat.java

  Log Message:
  -----------
  Add enum for app file format, i.e. AAB or APK.


  Commit: d39debe4780faafcc7fd8505b1c30b4853ffc131
      
https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/d39debe4780faafcc7fd8505b1c30b4853ffc131
  Author: Christopher Orr <[email protected]>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/internal/AndroidUtil.java
    A 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/internal/ApkFileMetadata.java
    M 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/internal/AppFileMetadata.java
    A 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/internal/BundleFileMetadata.java
    M 
src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/internal/TestUtilImpl.java

  Log Message:
  -----------
  Differentiate AppFileMetadata by file format.


  Commit: b9f3ab2fa1a2bbea9e802f59e2a504f00ef602a6
      
https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/b9f3ab2fa1a2bbea9e802f59e2a504f00ef602a6
  Author: Christopher Orr <[email protected]>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/Util.java
    A 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/internal/UploadFile.java

  Log Message:
  -----------
  Add UploadFile class as container for info about a file to be uploaded.


  Commit: 2bdeaeb5750a8640f962bbf117069e68c1c90f6e
      
https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/2bdeaeb5750a8640f962bbf117069e68c1c90f6e
  Author: Christopher Orr <[email protected]>
  Date:   2019-11-20 (Wed, 20 Nov 2019)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisher.java
    M 
src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkUploadTask.java
    M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/Util.java

  Log Message:
  -----------
  Simplify app file uploading a little by using UploadFile.


Compare: 
https://github.com/jenkinsci/google-play-android-publisher-plugin/compare/52a5fb3228a1...2bdeaeb5750a

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/google-play-android-publisher-plugin/push/refs/heads/feature/add-aab-support/52a5fb-2bdeae%40github.com.

Reply via email to