Branch: refs/heads/master Home: https://github.com/jenkinsci/github-scm-trait-notification-context-plugin Commit: 61175832e7c8009693627a36f079f9e48eb0fb54 https://github.com/jenkinsci/github-scm-trait-notification-context-plugin/commit/61175832e7c8009693627a36f079f9e48eb0fb54 Author: Ross Bender <l3en...@users.noreply.github.com> Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths: M .gitignore Log Message: ----------- ignore eclipse ide files Commit: 94acec6ca967f4ec015a30b70866d532ec83efca https://github.com/jenkinsci/github-scm-trait-notification-context-plugin/commit/94acec6ca967f4ec015a30b70866d532ec83efca Author: Ross Bender <l3en...@users.noreply.github.com> Date: 2023-09-22 (Fri, 22 Sep 2023) Changed paths: M src/main/java/org/jenkinsci/plugins/githubScmTraitNotificationContext/NotificationContextTrait.java M src/main/resources/org/jenkinsci/plugins/githubScmTraitNotificationContext/NotificationContextTrait/config.jelly M src/main/resources/org/jenkinsci/plugins/githubScmTraitNotificationContext/NotificationContextTrait/help-contextLabel.html A src/main/resources/org/jenkinsci/plugins/githubScmTraitNotificationContext/NotificationContextTrait/help-multipleStatusDelimiter.html A src/main/resources/org/jenkinsci/plugins/githubScmTraitNotificationContext/NotificationContextTrait/help-multipleStatuses.html M src/main/resources/org/jenkinsci/plugins/githubScmTraitNotificationContext/NotificationContextTrait/help-typeSuffix.html M src/main/resources/org/jenkinsci/plugins/githubScmTraitNotificationContext/NotificationContextTrait/help.html Log Message: ----------- add support for multiple github statuses Commit: 85c7a6834493145a75d817af0485646d5e0d24e7 https://github.com/jenkinsci/github-scm-trait-notification-context-plugin/commit/85c7a6834493145a75d817af0485646d5e0d24e7 Author: Ross Bender <l3en...@users.noreply.github.com> Date: 2023-09-22 (Fri, 22 Sep 2023) Changed paths: M .gitignore Log Message: ----------- ignore jenv config file Commit: 8f49084d9cb58002e9a93d55d25c74e51ce8f17c https://github.com/jenkinsci/github-scm-trait-notification-context-plugin/commit/8f49084d9cb58002e9a93d55d25c74e51ce8f17c Author: Ross Bender <l3en...@users.noreply.github.com> Date: 2023-09-22 (Fri, 22 Sep 2023) Changed paths: A .mvn/extensions.xml A .mvn/maven.config M pom.xml M src/main/java/org/jenkinsci/plugins/githubScmTraitNotificationContext/NotificationContextTrait.java Log Message: ----------- update plugin to latest jenkins version/standard Commit: 146c17be0d54153996da057d846f76db462a9eee https://github.com/jenkinsci/github-scm-trait-notification-context-plugin/commit/146c17be0d54153996da057d846f76db462a9eee Author: Ross Bender <l3en...@users.noreply.github.com> Date: 2023-09-22 (Fri, 22 Sep 2023) Changed paths: M src/main/java/org/jenkinsci/plugins/githubScmTraitNotificationContext/NotificationContextTrait.java Log Message: ----------- better backward compat Commit: fe204e3a291adfafb294dbe3cfd664e25a7da498 https://github.com/jenkinsci/github-scm-trait-notification-context-plugin/commit/fe204e3a291adfafb294dbe3cfd664e25a7da498 Author: Ross Bender <l3en...@users.noreply.github.com> Date: 2023-09-22 (Fri, 22 Sep 2023) Changed paths: M src/main/resources/org/jenkinsci/plugins/githubScmTraitNotificationContext/NotificationContextTrait/config.jelly Log Message: ----------- use proper model format; persist selection Commit: 01a8da7f7314b860d6615ffa02a1e3604e4a4d0b https://github.com/jenkinsci/github-scm-trait-notification-context-plugin/commit/01a8da7f7314b860d6615ffa02a1e3604e4a4d0b Author: Ross Bender <l3en...@users.noreply.github.com> Date: 2023-09-24 (Sun, 24 Sep 2023) Changed paths: A .github/dependabot.yml A .github/workflows/cd.yaml M .mvn/extensions.xml M .mvn/maven.config M Jenkinsfile M README.md M pom.xml M src/main/java/org/jenkinsci/plugins/githubScmTraitNotificationContext/NotificationContextTrait.java M src/main/resources/index.jelly M src/main/resources/org/jenkinsci/plugins/githubScmTraitNotificationContext/NotificationContextTrait/help-contextLabel.html M src/main/resources/org/jenkinsci/plugins/githubScmTraitNotificationContext/NotificationContextTrait/help.html Log Message: ----------- Merge remote-tracking branch 'origin/master' into multiple-notifications Commit: 40ce93acb510a9fa743ca9de2c44822a6c0f3a1c https://github.com/jenkinsci/github-scm-trait-notification-context-plugin/commit/40ce93acb510a9fa743ca9de2c44822a6c0f3a1c Author: Ross Bender <l3en...@users.noreply.github.com> Date: 2023-09-24 (Sun, 24 Sep 2023) Changed paths: M pom.xml M src/main/resources/org/jenkinsci/plugins/githubScmTraitNotificationContext/NotificationContextTrait/help-multipleStatuses.html M src/main/resources/org/jenkinsci/plugins/githubScmTraitNotificationContext/NotificationContextTrait/help.html Log Message: ----------- update verbiage for plural labels/statuses Commit: dc685f62d5ee34ace458e7446b91f4afaa014afe https://github.com/jenkinsci/github-scm-trait-notification-context-plugin/commit/dc685f62d5ee34ace458e7446b91f4afaa014afe Author: Ross Bender <l3en...@users.noreply.github.com> Date: 2023-09-24 (Sun, 24 Sep 2023) Changed paths: M pom.xml Log Message: ----------- Merge remote-tracking branch 'upstream/master' into multiple-notifications Commit: fa7f31abd7f84fcb91671c042dc50018ea73d5c1 https://github.com/jenkinsci/github-scm-trait-notification-context-plugin/commit/fa7f31abd7f84fcb91671c042dc50018ea73d5c1 Author: Ross Bender <l3en...@users.noreply.github.com> Date: 2023-09-24 (Sun, 24 Sep 2023) Changed paths: M pom.xml M src/main/java/org/jenkinsci/plugins/githubScmTraitNotificationContext/NotificationContextTrait.java M src/main/resources/org/jenkinsci/plugins/githubScmTraitNotificationContext/NotificationContextTrait/config.jelly M src/main/resources/org/jenkinsci/plugins/githubScmTraitNotificationContext/NotificationContextTrait/help-contextLabel.html A src/main/resources/org/jenkinsci/plugins/githubScmTraitNotificationContext/NotificationContextTrait/help-multipleStatusDelimiter.html A src/main/resources/org/jenkinsci/plugins/githubScmTraitNotificationContext/NotificationContextTrait/help-multipleStatuses.html M src/main/resources/org/jenkinsci/plugins/githubScmTraitNotificationContext/NotificationContextTrait/help-typeSuffix.html M src/main/resources/org/jenkinsci/plugins/githubScmTraitNotificationContext/NotificationContextTrait/help.html Log Message: ----------- Merge pull request #7 from l3ender/multiple-notifications Support multiple notifications Compare: https://github.com/jenkinsci/github-scm-trait-notification-context-plugin/compare/8d4808392772...fa7f31abd7f8 -- 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/github-scm-trait-notification-context-plugin/push/refs/heads/master/8d4808-fa7f31%40github.com.