Branch: refs/heads/master Home: https://github.com/jenkinsci/google-play-android-publisher-plugin
Commit: 1ca2dc0181b5bb7bd04dabedff25271223cc5cf0 https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/1ca2dc0181b5bb7bd04dabedff25271223cc5cf0 Author: Christopher Orr <ch...@orr.me.uk> Date: 2020-05-22 (Fri, 22 May 2020) Changed paths: M README.md Log Message: ----------- Update Jira link in README to include more issues. Commit: 7b8088a4b268f83f58cde3f9a9b6e4601f78e13b https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/7b8088a4b268f83f58cde3f9a9b6e4601f78e13b Author: Christopher Orr <ch...@orr.me.uk> Date: 2020-05-23 (Sat, 23 May 2020) Changed paths: M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/TrackAssignmentTask.java M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/TrackPublisherTask.java M src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisherTest.java M src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/ReleaseTrackAssignmentBuilderTest.java Log Message: ----------- Add quotes to track names to distinguish them from the surrounding text. We'll be allowing custom track names, which can have spaces in them, so quoting them prevents a weird track name from getting confused with the rest of the log message. Commit: 373989f7ccde837bd311507c5b459bd7e64d6463 https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/373989f7ccde837bd311507c5b459bd7e64d6463 Author: Christopher Orr <ch...@orr.me.uk> Date: 2020-05-23 (Sat, 23 May 2020) 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/TrackAssignmentTask.java M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/TrackPublisherTask.java M src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisherTest.java M src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/internal/responses/FakeListTracksResponse.java Log Message: ----------- Remove track name validation, allowing upload to user-defined tracks. Commit: b40660ae29ebbd9dd6040caa3519e5b3aecd4ed9 https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/b40660ae29ebbd9dd6040caa3519e5b3aecd4ed9 Author: Christopher Orr <ch...@orr.me.uk> Date: 2020-05-23 (Sat, 23 May 2020) Changed paths: M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/ReleaseTrackAssignmentBuilder.java M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/TrackAssignmentTask.java M src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/ReleaseTrackAssignmentBuilderTest.java Log Message: ----------- Enable custom track names when moving files between release tracks. Commit: e06aa74568e6e54bbefb80a055e960f28b41f41f https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/e06aa74568e6e54bbefb80a055e960f28b41f41f Author: Christopher Orr <ch...@orr.me.uk> Date: 2020-05-23 (Sat, 23 May 2020) Changed paths: M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/GooglePlayBuildStepDescriptor.java R src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/ReleaseTrack.java Log Message: ----------- Remove ReleaseTrack and redundant config methods. Commit: 7743af932588cada2fc42a7590e4f217de4efc8c https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/7743af932588cada2fc42a7590e4f217de4efc8c Author: Christopher Orr <ch...@orr.me.uk> Date: 2020-05-23 (Sat, 23 May 2020) Changed paths: M README.md M src/main/resources/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisher/help-trackName.html M src/main/resources/org/jenkinsci/plugins/googleplayandroidpublisher/ReleaseTrackAssignmentBuilder/help-trackName.html Log Message: ----------- Update documentation to reflect custom release tracks being supported. Commit: 6af648c4da9dd88f341209a23e5e647430c80fe5 https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/6af648c4da9dd88f341209a23e5e647430c80fe5 Author: Christopher Orr <ch...@orr.me.uk> Date: 2020-05-23 (Sat, 23 May 2020) Changed paths: M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkUploadTask.java M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/TrackAssignmentTask.java M src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisherTest.java M src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/ReleaseTrackAssignmentBuilderTest.java Log Message: ----------- Deal with the Google Play API not always responding with all tracks. If you ask the API for a list of tracks, you'll only get back those which already have at least one release defined. 🤷♀️ This is inconvenient, as track names are case-sensitive, therefore we try to read the list of available tracks, so we can ensure that we use the canonical track name when calling the API, regardless of what the user provided in the job configuration. So now we show a warning if the track could not be found, but continue with the operation anyway, assuming that the track actually does exist, and the user entered the track name correctly. Commit: cd6fc66485178e188f939c5ff6ef96d6c0466373 https://github.com/jenkinsci/google-play-android-publisher-plugin/commit/cd6fc66485178e188f939c5ff6ef96d6c0466373 Author: Christopher Orr <ch...@orr.me.uk> Date: 2020-05-31 (Sun, 31 May 2020) Changed paths: M README.md 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/GooglePlayBuildStepDescriptor.java R src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/ReleaseTrack.java M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/ReleaseTrackAssignmentBuilder.java M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/TrackAssignmentTask.java M src/main/java/org/jenkinsci/plugins/googleplayandroidpublisher/TrackPublisherTask.java M src/main/resources/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisher/help-trackName.html M src/main/resources/org/jenkinsci/plugins/googleplayandroidpublisher/ReleaseTrackAssignmentBuilder/help-trackName.html M src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/ApkPublisherTest.java M src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/ReleaseTrackAssignmentBuilderTest.java M src/test/java/org/jenkinsci/plugins/googleplayandroidpublisher/internal/responses/FakeListTracksResponse.java Log Message: ----------- Merge pull request #34 from jenkinsci/feature/JENKINS-62404_custom-release-tracks Compare: https://github.com/jenkinsci/google-play-android-publisher-plugin/compare/25cc48d24919...cd6fc6648517 -- 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 jenkinsci-commits+unsubscr...@googlegroups.com. 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/master/25cc48-cd6fc6%40github.com.