[jenkinsci/typetalk-plugin] 84b359: Use ignoreHashtag parameter for posting message
Branch: refs/heads/master Home: https://github.com/jenkinsci/typetalk-plugin Commit: 84b3593ced8e947eb9db4495d6ded0f4e6ed402a https://github.com/jenkinsci/typetalk-plugin/commit/84b3593ced8e947eb9db4495d6ded0f4e6ed402a Author: Issei Horie Date: 2019-07-10 (Wed, 10 Jul 2019) Changed paths: M src/main/java/org/jenkinsci/plugins/typetalk/api/MessageEntity.java M src/main/java/org/jenkinsci/plugins/typetalk/api/Typetalk.java M src/main/java/org/jenkinsci/plugins/typetalk/webhookaction/WebhookExecutor.java Log Message: --- Use ignoreHashtag parameter for posting message Commit: f828de9a1ca87769ffbaed0fd44c08d02b3cb6f3 https://github.com/jenkinsci/typetalk-plugin/commit/f828de9a1ca87769ffbaed0fd44c08d02b3cb6f3 Author: ikikko Date: 2019-07-11 (Thu, 11 Jul 2019) Changed paths: M src/main/java/org/jenkinsci/plugins/typetalk/api/MessageEntity.java M src/main/java/org/jenkinsci/plugins/typetalk/api/Typetalk.java M src/main/java/org/jenkinsci/plugins/typetalk/webhookaction/WebhookExecutor.java Log Message: --- Merge pull request #9 from is2ei/ignore-hashtag Use ignoreHashtag parameter for posting message Compare: https://github.com/jenkinsci/typetalk-plugin/compare/58e45026d7cf...f828de9a1ca8 -- 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/typetalk-plugin/push/refs/heads/master/58e450-f828de%40github.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/backlog-plugin] 3ceb78: Use HTTPS instead of HTTP to resolve dependencies
Branch: refs/heads/master Home: https://github.com/jenkinsci/backlog-plugin Commit: 3ceb78fdf15b537964ab6dca63e26667451a95f5 https://github.com/jenkinsci/backlog-plugin/commit/3ceb78fdf15b537964ab6dca63e26667451a95f5 Author: Jonathan Leitschuh Date: 2020-02-10 (Mon, 10 Feb 2020) Changed paths: M pom.xml Log Message: --- Use HTTPS instead of HTTP to resolve dependencies This fixes a security vulnerability in this project where the `pom.xml` files were configuring Maven to resolve dependencies over HTTP instead of HTTPS. Signed-off-by: Jonathan Leitschuh Commit: 4d31f7a0372f4dd943a9bb854718b3c049773024 https://github.com/jenkinsci/backlog-plugin/commit/4d31f7a0372f4dd943a9bb854718b3c049773024 Author: ikikko Date: 2020-02-11 (Tue, 11 Feb 2020) Changed paths: M pom.xml Log Message: --- Merge pull request #5 from JLLeitschuh/fix/JLL/use_https_to_resolve_dependencies [SECURITY] Use HTTPS to resolve dependencies in Maven Build Compare: https://github.com/jenkinsci/backlog-plugin/compare/53aea5372235...4d31f7a0372f -- 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/backlog-plugin/push/refs/heads/master/53aea5-4d31f7%40github.com.
[jenkinsci/backlog-plugin] 15a5ad: Use HTTPS URLs in pom.xml
Branch: refs/heads/master Home: https://github.com/jenkinsci/backlog-plugin Commit: 15a5ad785f94cab1862d52df2c0a4e8dcd5c9ee1 https://github.com/jenkinsci/backlog-plugin/commit/15a5ad785f94cab1862d52df2c0a4e8dcd5c9ee1 Author: Daniel Beck Date: 2019-10-08 (Tue, 08 Oct 2019) Changed paths: M pom.xml Log Message: --- Use HTTPS URLs in pom.xml Commit: 53aea53722357bf10ac6798bb68afc37fc4fdf53 https://github.com/jenkinsci/backlog-plugin/commit/53aea53722357bf10ac6798bb68afc37fc4fdf53 Author: ikikko Date: 2019-10-18 (Fri, 18 Oct 2019) Changed paths: M pom.xml Log Message: --- Merge pull request #4 from daniel-beck-bot/https-urls-pom Use HTTPS URLs in pom.xml Compare: https://github.com/jenkinsci/backlog-plugin/compare/65274dbc01fd...53aea5372235 -- 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/backlog-plugin/push/refs/heads/master/65274d-53aea5%40github.com.
[jenkinsci/backlog-plugin] 43f513: SECURITY-1510 Mask secret text
Branch: refs/heads/master Home: https://github.com/jenkinsci/backlog-plugin Commit: 43f513380226831ed914c85e1bfff1cda296bbf7 https://github.com/jenkinsci/backlog-plugin/commit/43f513380226831ed914c85e1bfff1cda296bbf7 Author: ikikko Date: 2020-03-10 (Tue, 10 Mar 2020) Changed paths: M src/main/java/hudson/plugins/backlog/BacklogNotifier.java M src/main/java/hudson/plugins/backlog/BacklogProjectProperty.java M src/main/java/hudson/plugins/backlog/BacklogWebdavPublisher.java M src/main/java/hudson/plugins/backlog/api/v2/BacklogClientFactory.java M src/test/java/hudson/plugins/backlog/BacklogProjectPropertyTest.java Log Message: --- SECURITY-1510 Mask secret text Commit: b15d217d3e2e2faba8ded0a18578d4197ec337a6 https://github.com/jenkinsci/backlog-plugin/commit/b15d217d3e2e2faba8ded0a18578d4197ec337a6 Author: ikikko Date: 2020-03-10 (Tue, 10 Mar 2020) Changed paths: M src/main/resources/hudson/plugins/backlog/BacklogNotifier/help.html M src/main/resources/hudson/plugins/backlog/BacklogNotifier/help_ja.html Log Message: --- Fix wrong help documentation Compare: https://github.com/jenkinsci/backlog-plugin/compare/4d31f7a0372f...b15d217d3e2e -- 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/backlog-plugin/push/refs/heads/master/4d31f7-b15d21%40github.com.
[jenkinsci/backlog-plugin]
Branch: refs/tags/backlog-2.5 Home: https://github.com/jenkinsci/backlog-plugin -- 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/backlog-plugin/push/refs/tags/backlog-2.5/00-fd04c8%40github.com.
[jenkinsci/backlog-plugin] c69e9c: [maven-release-plugin] prepare for next developmen...
Branch: refs/heads/master Home: https://github.com/jenkinsci/backlog-plugin Commit: c69e9cd93cb4680090a7e48c247b0cb34b69bd35 https://github.com/jenkinsci/backlog-plugin/commit/c69e9cd93cb4680090a7e48c247b0cb34b69bd35 Author: ikikko Date: 2020-03-10 (Tue, 10 Mar 2020) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare for next development iteration -- 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/backlog-plugin/push/refs/heads/master/0e8f22-c69e9c%40github.com.
[jenkinsci/backlog-plugin] 0e8f22: [maven-release-plugin] prepare release backlog-2.5
Branch: refs/heads/master Home: https://github.com/jenkinsci/backlog-plugin Commit: 0e8f22aa836e2aa79ce1a243f35275d354fa109f https://github.com/jenkinsci/backlog-plugin/commit/0e8f22aa836e2aa79ce1a243f35275d354fa109f Author: ikikko Date: 2020-03-10 (Tue, 10 Mar 2020) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release backlog-2.5 -- 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/backlog-plugin/push/refs/heads/master/b15d21-0e8f22%40github.com.
[jenkinsci/typetalk-plugin] 7467d0: Mask password field
Branch: refs/heads/master Home: https://github.com/jenkinsci/typetalk-plugin Commit: 7467d0c5b1cc3827e9daa19c308bdafd1a37e95e https://github.com/jenkinsci/typetalk-plugin/commit/7467d0c5b1cc3827e9daa19c308bdafd1a37e95e Author: nakamura Date: 2020-03-10 (Tue, 10 Mar 2020) Changed paths: M src/main/java/org/jenkinsci/plugins/typetalk/TypetalkNotifier.java M src/main/java/org/jenkinsci/plugins/typetalk/api/Typetalk.java Log Message: --- Mask password field -- 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/typetalk-plugin/push/refs/heads/master/f828de-7467d0%40github.com.
[jenkinsci/backlog-plugin] fb0b61: Move docs to GitHub
Branch: refs/heads/master Home: https://github.com/jenkinsci/backlog-plugin Commit: fb0b61d6f90ce224c0907cdee22f7dfb486fbbb6 https://github.com/jenkinsci/backlog-plugin/commit/fb0b61d6f90ce224c0907cdee22f7dfb486fbbb6 Author: ikikko Date: 2020-03-11 (Wed, 11 Mar 2020) Changed paths: A CHANGELOG.md R README A README.md A docs/images/backlog_link.png A docs/images/backlog_notifier.png A docs/images/backlog_publisher.png A docs/images/configure_notify.png A docs/images/configure_properties_2.png A docs/images/configure_publisher.png A docs/images/configure_realm.png A docs/images/configure_repository_browser.png A docs/images/logger.png A docs/images/repository_browser.png M pom.xml Log Message: --- Move docs to GitHub Commit: f263be7ef17f926640259ead9d96c4fd68f893f0 https://github.com/jenkinsci/backlog-plugin/commit/f263be7ef17f926640259ead9d96c4fd68f893f0 Author: ikikko Date: 2020-03-11 (Wed, 11 Mar 2020) Changed paths: M CHANGELOG.md Log Message: --- Update changelog for v2.5 Compare: https://github.com/jenkinsci/backlog-plugin/compare/c69e9cd93cb4...f263be7ef17f -- 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/backlog-plugin/push/refs/heads/master/c69e9c-f263be%40github.com.
[jenkinsci/backlog-plugin] 3f9dfd: Move docs to GitHub
Branch: refs/heads/master Home: https://github.com/jenkinsci/backlog-plugin Commit: 3f9dfd268506706faa78eb5069f9f37fbbe2bc19 https://github.com/jenkinsci/backlog-plugin/commit/3f9dfd268506706faa78eb5069f9f37fbbe2bc19 Author: ikikko Date: 2020-03-11 (Wed, 11 Mar 2020) Changed paths: A CHANGELOG.md R README A README.md A docs/images/backlog_link.png A docs/images/backlog_notifier.png A docs/images/backlog_publisher.png A docs/images/configure_notify.png A docs/images/configure_properties_2.png A docs/images/configure_publisher.png A docs/images/configure_realm.png A docs/images/configure_repository_browser.png A docs/images/logger.png A docs/images/repository_browser.png M pom.xml Log Message: --- Move docs to GitHub Commit: d044f2c25bb5f2dcb989f701e4f12dec08489dc4 https://github.com/jenkinsci/backlog-plugin/commit/d044f2c25bb5f2dcb989f701e4f12dec08489dc4 Author: ikikko Date: 2020-03-11 (Wed, 11 Mar 2020) Changed paths: M CHANGELOG.md Log Message: --- Update changelog for v2.5 Compare: https://github.com/jenkinsci/backlog-plugin/compare/f263be7ef17f...d044f2c25bb5 -- 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/backlog-plugin/push/refs/heads/master/f263be-d044f2%40github.com.
[jenkinsci/backlog-plugin] e013ef: Update changelog for v2.5,2.6
Branch: refs/heads/master Home: https://github.com/jenkinsci/backlog-plugin Commit: e013eff54f7c2d7e0675349bb4ff147d2036c66b https://github.com/jenkinsci/backlog-plugin/commit/e013eff54f7c2d7e0675349bb4ff147d2036c66b Author: ikikko Date: 2020-03-13 (Fri, 13 Mar 2020) Changed paths: M CHANGELOG.md Log Message: --- Update changelog for v2.5,2.6 -- 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/backlog-plugin/push/refs/heads/master/d044f2-e013ef%40github.com.
[jenkinsci/backlog-plugin]
Branch: refs/tags/backlog-2.6 Home: https://github.com/jenkinsci/backlog-plugin -- 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/backlog-plugin/push/refs/tags/backlog-2.6/00-1e07a9%40github.com.
[jenkinsci/backlog-plugin] 1a102f: [maven-release-plugin] prepare release backlog-2.6
Branch: refs/heads/master Home: https://github.com/jenkinsci/backlog-plugin Commit: 1a102f90c3f18bf6fb9314eedebcdc521fd8c8a3 https://github.com/jenkinsci/backlog-plugin/commit/1a102f90c3f18bf6fb9314eedebcdc521fd8c8a3 Author: ikikko Date: 2020-03-13 (Fri, 13 Mar 2020) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release backlog-2.6 -- 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/backlog-plugin/push/refs/heads/master/e013ef-1a102f%40github.com.
[jenkinsci/backlog-plugin] d6df62: [maven-release-plugin] prepare for next developmen...
Branch: refs/heads/master Home: https://github.com/jenkinsci/backlog-plugin Commit: d6df628d3074331e30051e0f65849d7f5fb2c651 https://github.com/jenkinsci/backlog-plugin/commit/d6df628d3074331e30051e0f65849d7f5fb2c651 Author: ikikko Date: 2020-03-13 (Fri, 13 Mar 2020) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare for next development iteration -- 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/backlog-plugin/push/refs/heads/master/1a102f-d6df62%40github.com.
[jenkinsci/backlog-plugin] 865858: Bump junit from 4.12 to 4.13.1
Branch: refs/heads/master Home: https://github.com/jenkinsci/backlog-plugin Commit: 865858afe3bc0b4f818c300153879adbca8e2874 https://github.com/jenkinsci/backlog-plugin/commit/865858afe3bc0b4f818c300153879adbca8e2874 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2020-10-13 (Tue, 13 Oct 2020) Changed paths: M pom.xml Log Message: --- Bump junit from 4.12 to 4.13.1 Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1) Signed-off-by: dependabot[bot] Commit: dc5bff33cd5f6d14074d6a68085b372d6b01d650 https://github.com/jenkinsci/backlog-plugin/commit/dc5bff33cd5f6d14074d6a68085b372d6b01d650 Author: ikikko Date: 2020-10-13 (Tue, 13 Oct 2020) Changed paths: M pom.xml Log Message: --- Merge pull request #6 from jenkinsci/dependabot/maven/junit-junit-4.13.1 Bump junit from 4.12 to 4.13.1 Compare: https://github.com/jenkinsci/backlog-plugin/compare/d6df628d3074...dc5bff33cd5f -- 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/backlog-plugin/push/refs/heads/master/d6df62-dc5bff%40github.com.
[jenkinsci/backlog-plugin] 54c89a: [JENKINS-69092] Migrate Backlog to Jakarta Mail
Branch: refs/heads/master Home: https://github.com/jenkinsci/backlog-plugin Commit: 54c89aefb651f52ff975684eb4e821c3b0914c52 https://github.com/jenkinsci/backlog-plugin/commit/54c89aefb651f52ff975684eb4e821c3b0914c52 Author: Basil Crow Date: 2022-07-21 (Thu, 21 Jul 2022) Changed paths: M pom.xml M src/main/java/hudson/plugins/backlog/BacklogNotifier.java Log Message: --- [JENKINS-69092] Migrate Backlog to Jakarta Mail Commit: 2e900e1ff8c01db5cad1cc216d652f811a8cec14 https://github.com/jenkinsci/backlog-plugin/commit/2e900e1ff8c01db5cad1cc216d652f811a8cec14 Author: ikikko Date: 2022-07-25 (Mon, 25 Jul 2022) Changed paths: M pom.xml M src/main/java/hudson/plugins/backlog/BacklogNotifier.java Log Message: --- Merge pull request #14 from basil/JENKINS-69092 [JENKINS-69092] Migrate Backlog to Jakarta Mail Compare: https://github.com/jenkinsci/backlog-plugin/compare/3480d4dec211...2e900e1ff8c0 -- 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/backlog-plugin/push/refs/heads/master/3480d4-2e900e%40github.com.
[jenkinsci/backlog-plugin] e99eba: [maven-release-plugin] prepare release backlog-2.7
Branch: refs/heads/master Home: https://github.com/jenkinsci/backlog-plugin Commit: e99eba19e82b1aae22c70388b829ec882ab83dae https://github.com/jenkinsci/backlog-plugin/commit/e99eba19e82b1aae22c70388b829ec882ab83dae Author: t-nakamura Date: 2022-08-20 (Sat, 20 Aug 2022) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release backlog-2.7 -- 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/backlog-plugin/push/refs/heads/master/2e900e-e99eba%40github.com.
[jenkinsci/backlog-plugin]
Branch: refs/tags/backlog-2.7 Home: https://github.com/jenkinsci/backlog-plugin -- 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/backlog-plugin/push/refs/tags/backlog-2.7/00-b553c7%40github.com.
[jenkinsci/backlog-plugin] aae33c: [maven-release-plugin] prepare for next developmen...
Branch: refs/heads/master Home: https://github.com/jenkinsci/backlog-plugin Commit: aae33c387742e9fcb39e6928041381c4317fbd09 https://github.com/jenkinsci/backlog-plugin/commit/aae33c387742e9fcb39e6928041381c4317fbd09 Author: t-nakamura Date: 2022-08-20 (Sat, 20 Aug 2022) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare for next development iteration -- 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/backlog-plugin/push/refs/heads/master/e99eba-aae33c%40github.com.
[jenkinsci/backlog-plugin] b2357f: Update changelog for v2.7
Branch: refs/heads/master Home: https://github.com/jenkinsci/backlog-plugin Commit: b2357febe76b2148a6ee3ef3faad3f4ef4f4aec8 https://github.com/jenkinsci/backlog-plugin/commit/b2357febe76b2148a6ee3ef3faad3f4ef4f4aec8 Author: ikikko Date: 2022-08-21 (Sun, 21 Aug 2022) Changed paths: M CHANGELOG.md Log Message: --- Update changelog for v2.7 -- 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/backlog-plugin/push/refs/heads/master/aae33c-b2357f%40github.com.
[jenkinsci/typetalk-plugin] 07d61b: Fix occurring IllegalArgumentException when the de...
Branch: refs/heads/master Home: https://github.com/jenkinsci/typetalk-plugin Commit: 07d61b6fb92a9f3d03c04189913d660d89f27085 https://github.com/jenkinsci/typetalk-plugin/commit/07d61b6fb92a9f3d03c04189913d660d89f27085 Author: baba Date: 2021-10-02 (Sat, 02 Oct 2021) Changed paths: M src/main/java/org/jenkinsci/plugins/typetalk/support/ResultSupport.java Log Message: --- Fix occurring IllegalArgumentException when the declarative pipeline. Sometimes the result property of Run parameter is not null even if it is an instance of WorkflowRun. Commit: 1e364cf93b3c03c39de1f4f6914d22980fc22b70 https://github.com/jenkinsci/typetalk-plugin/commit/1e364cf93b3c03c39de1f4f6914d22980fc22b70 Author: ikikko Date: 2021-10-04 (Mon, 04 Oct 2021) Changed paths: M src/main/java/org/jenkinsci/plugins/typetalk/support/ResultSupport.java Log Message: --- Merge pull request #11 from yasuyuki-baba/fix_illegalargumentexception_in_declarative_pipeline Fix occurring IllegalArgumentException in the declarative pipeline. Compare: https://github.com/jenkinsci/typetalk-plugin/compare/7467d0c5b1cc...1e364cf93b3c -- 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/typetalk-plugin/push/refs/heads/master/7467d0-1e364c%40github.com.
[jenkinsci/typetalk-plugin] 0f8618: Bump dependencies version.
Branch: refs/heads/master Home: https://github.com/jenkinsci/typetalk-plugin Commit: 0f86183ea86c926a79f8c93614ea8512f22f861c https://github.com/jenkinsci/typetalk-plugin/commit/0f86183ea86c926a79f8c93614ea8512f22f861c Author: baba Date: 2021-10-05 (Tue, 05 Oct 2021) Changed paths: M build.gradle M gradle/wrapper/gradle-wrapper.jar M gradle/wrapper/gradle-wrapper.properties M gradlew M gradlew.bat M src/main/java/org/jenkinsci/plugins/typetalk/api/Typetalk.java M src/main/java/org/jenkinsci/plugins/typetalk/support/ResultSupport.java M src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/BuildExecutorSpec.groovy Log Message: --- Bump dependencies version. Bump jenkinsVersion to 2.303.1 Bump Gradle version to 7.2 Commit: e5388f2338dcbc00c44670f21526612ca71ca627 https://github.com/jenkinsci/typetalk-plugin/commit/e5388f2338dcbc00c44670f21526612ca71ca627 Author: baba Date: 2021-10-06 (Wed, 06 Oct 2021) Changed paths: M build.gradle Log Message: --- Downgrade Spock version to match the version of Groovy that Stapler depends on. Commit: 854dc72d7508df02033f456df6532104d2361f9e https://github.com/jenkinsci/typetalk-plugin/commit/854dc72d7508df02033f456df6532104d2361f9e Author: baba Date: 2021-10-06 (Wed, 06 Oct 2021) Changed paths: M src/main/java/org/jenkinsci/plugins/typetalk/api/Typetalk.java Log Message: --- Change a comment Commit: f6c6ab1d562ede6323af0daf581b3848403368a0 https://github.com/jenkinsci/typetalk-plugin/commit/f6c6ab1d562ede6323af0daf581b3848403368a0 Author: ikikko Date: 2021-10-07 (Thu, 07 Oct 2021) Changed paths: M build.gradle M gradle/wrapper/gradle-wrapper.jar M gradle/wrapper/gradle-wrapper.properties M gradlew M gradlew.bat M src/main/java/org/jenkinsci/plugins/typetalk/api/Typetalk.java M src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/BuildExecutorSpec.groovy Log Message: --- Merge pull request #12 from yasuyuki-baba/bump_dependencies Bump dependencies version. Compare: https://github.com/jenkinsci/typetalk-plugin/compare/1e364cf93b3c...f6c6ab1d562e -- 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/typetalk-plugin/push/refs/heads/master/1e364c-f6c6ab%40github.com.
[jenkinsci/typetalk-plugin] 97ef0a: Downgrade google-http-client and google-oauth-clie...
Branch: refs/heads/master Home: https://github.com/jenkinsci/typetalk-plugin Commit: 97ef0a04fefd07189af4ff6df4ed4b2f26cb9952 https://github.com/jenkinsci/typetalk-plugin/commit/97ef0a04fefd07189af4ff6df4ed4b2f26cb9952 Author: baba Date: 2021-10-10 (Sun, 10 Oct 2021) Changed paths: M build.gradle M src/test/groovy/org/jenkinsci/plugins/typetalk/TypetalkSpec.groovy Log Message: --- Downgrade google-http-client and google-oauth-client to fix NoSuchMethod error caused by multiple Guava library versions. And fix TypetalkSpec. Commit: 43c49cade2135d04051ea3dfe8f10c4a6f43285a https://github.com/jenkinsci/typetalk-plugin/commit/43c49cade2135d04051ea3dfe8f10c4a6f43285a Author: ikikko Date: 2021-10-11 (Mon, 11 Oct 2021) Changed paths: M build.gradle M src/test/groovy/org/jenkinsci/plugins/typetalk/TypetalkSpec.groovy Log Message: --- Merge pull request #13 from yasuyuki-baba/downgrade_google_http_client Downgrade google-http-client and google-oauth-client Compare: https://github.com/jenkinsci/typetalk-plugin/compare/f6c6ab1d562e...43c49cade213 -- 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/typetalk-plugin/push/refs/heads/master/f6c6ab-43c49c%40github.com.
[jenkinsci/backlog-plugin] 2cec85: Change scope to make it clear where the dependency...
Branch: refs/heads/master Home: https://github.com/jenkinsci/backlog-plugin Commit: 2cec85e54c91d351d47936c31341d5bf19cde7c2 https://github.com/jenkinsci/backlog-plugin/commit/2cec85e54c91d351d47936c31341d5bf19cde7c2 Author: ikikko Date: 2021-06-20 (Sun, 20 Jun 2021) Changed paths: M pom.xml Log Message: --- Change scope to make it clear where the dependency is used -- 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/backlog-plugin/push/refs/heads/master/dc5bff-2cec85%40github.com.
[jenkinsci/backlog-plugin]
Branch: refs/heads/master Home: https://github.com/jenkinsci/backlog-plugin -- 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/backlog-plugin/push/refs/heads/master/2cec85-dc5bff%40github.com.
[jenkinsci/backlog-plugin] 3480d4: Remove real webdav tests ( according to invalidati...
Branch: refs/heads/master Home: https://github.com/jenkinsci/backlog-plugin Commit: 3480d4dec21117ef34d14567051a01ccaca8ac43 https://github.com/jenkinsci/backlog-plugin/commit/3480d4dec21117ef34d14567051a01ccaca8ac43 Author: ikikko Date: 2021-06-20 (Sun, 20 Jun 2021) Changed paths: M src/main/java/hudson/plugins/backlog/webdav/WebdavClient.java R src/test/java/hudson/plugins/backlog/base/BaseTest.java M src/test/java/hudson/plugins/backlog/webdav/WebdavClientTest.java R src/test/resources/hudson/plugins/backlog/base/.gitignore R src/test/resources/hudson/plugins/backlog/base/README.txt R src/test/resources/hudson/plugins/backlog/base/template.base.properties Log Message: --- Remove real webdav tests ( according to invalidation demo site ) -- 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/backlog-plugin/push/refs/heads/master/dc5bff-3480d4%40github.com.
[jenkinsci/typetalk-plugin] 8904bd: feat: change build system to maven
Branch: refs/heads/master Home: https://github.com/jenkinsci/typetalk-plugin Commit: 8904bd05b33f2b54422f9b15358405c603d2ea00 https://github.com/jenkinsci/typetalk-plugin/commit/8904bd05b33f2b54422f9b15358405c603d2ea00 Author: Yasuyuki Baba Date: 2022-01-20 (Thu, 20 Jan 2022) Changed paths: A .mvn/wrapper/maven-wrapper.jar A .mvn/wrapper/maven-wrapper.properties M README.md R build.gradle R gradlew R gradlew.bat A mvnw A mvnw.cmd A pom.xml A spotbugsfilter.xml Log Message: --- feat: change build system to maven Commit: f8448a13e68494acb6d41df9e7dfd9ea2afa464d https://github.com/jenkinsci/typetalk-plugin/commit/f8448a13e68494acb6d41df9e7dfd9ea2afa464d Author: Yasuyuki Baba Date: 2022-01-20 (Thu, 20 Jan 2022) Changed paths: M src/main/resources/index.jelly M src/main/resources/org/jenkinsci/plugins/typetalk/TypetalkBuildWrapper/config.jelly M src/main/resources/org/jenkinsci/plugins/typetalk/TypetalkNotifier/config.jelly M src/main/resources/org/jenkinsci/plugins/typetalk/TypetalkNotifier/global.jelly M src/main/resources/org/jenkinsci/plugins/typetalk/TypetalkUniqueIdProperty/config.jelly M src/main/resources/org/jenkinsci/plugins/typetalk/pipeline/TypetalkBuildWrapperStep/config.jelly Log Message: --- chore: put on every file https://wiki.jenkins.io/JENKINS/Jelly-and-XSS-prevention.html Commit: 229ce95e93e1fe0de37099ee85ec925ee34c710a https://github.com/jenkinsci/typetalk-plugin/commit/229ce95e93e1fe0de37099ee85ec925ee34c710a Author: Yasuyuki Baba Date: 2022-01-20 (Thu, 20 Jan 2022) Changed paths: M src/main/java/org/jenkinsci/plugins/typetalk/TypetalkNotifier.java M src/main/java/org/jenkinsci/plugins/typetalk/api/MessageEntity.java M src/main/java/org/jenkinsci/plugins/typetalk/api/Typetalk.java M src/main/java/org/jenkinsci/plugins/typetalk/delegate/BuildWrapperDelegate.java M src/main/java/org/jenkinsci/plugins/typetalk/support/Emoji.java M src/main/java/org/jenkinsci/plugins/typetalk/support/ResultSupport.java M src/test/groovy/org/jenkinsci/plugins/typetalk/ResultSupportSpec.groovy M src/test/groovy/org/jenkinsci/plugins/typetalk/TypetalkSpec.groovy M src/test/groovy/org/jenkinsci/plugins/typetalk/support/UniqueIdConverterSpec.groovy M src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/WebhookExecutorFactorySpec.groovy M src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/BuildExecutorSpec.groovy M src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/HelpExecutorSpec.groovy M src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/ListExecutorSpec.groovy Log Message: --- fix: spotbugs warnings chore: change *Spec to *Test to simplify pom.xml Commit: 301c819349f662c6805beb6e370b1e6cc8590bc8 https://github.com/jenkinsci/typetalk-plugin/commit/301c819349f662c6805beb6e370b1e6cc8590bc8 Author: ikikko Date: 2022-01-23 (Sun, 23 Jan 2022) Changed paths: A .mvn/wrapper/maven-wrapper.jar A .mvn/wrapper/maven-wrapper.properties M README.md R build.gradle R gradlew R gradlew.bat A mvnw A mvnw.cmd A pom.xml A spotbugsfilter.xml M src/main/java/org/jenkinsci/plugins/typetalk/TypetalkNotifier.java M src/main/java/org/jenkinsci/plugins/typetalk/api/MessageEntity.java M src/main/java/org/jenkinsci/plugins/typetalk/api/Typetalk.java M src/main/java/org/jenkinsci/plugins/typetalk/delegate/BuildWrapperDelegate.java M src/main/java/org/jenkinsci/plugins/typetalk/support/Emoji.java M src/main/java/org/jenkinsci/plugins/typetalk/support/ResultSupport.java M src/main/resources/index.jelly M src/main/resources/org/jenkinsci/plugins/typetalk/TypetalkBuildWrapper/config.jelly M src/main/resources/org/jenkinsci/plugins/typetalk/TypetalkNotifier/config.jelly M src/main/resources/org/jenkinsci/plugins/typetalk/TypetalkNotifier/global.jelly M src/main/resources/org/jenkinsci/plugins/typetalk/TypetalkUniqueIdProperty/config.jelly M src/main/resources/org/jenkinsci/plugins/typetalk/pipeline/TypetalkBuildWrapperStep/config.jelly M src/test/groovy/org/jenkinsci/plugins/typetalk/ResultSupportSpec.groovy M src/test/groovy/org/jenkinsci/plugins/typetalk/TypetalkSpec.groovy M src/test/groovy/org/jenkinsci/plugins/typetalk/support/UniqueIdConverterSpec.groovy M src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/WebhookExecutorFactorySpec.groovy M src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/BuildExecutorSpec.groovy M src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/HelpExecutorSpec.groovy M src/test/groovy/org/jenkinsci/plugins/typetalk/webhookaction/executorimpl/ListExecutorSpec.groovy Log Message: --- Merge
[jenkinsci/typetalk-plugin] 22e965: chore: delete unnecessary files
Branch: refs/heads/master Home: https://github.com/jenkinsci/typetalk-plugin Commit: 22e965b99c0899468e95104e8ad93ba79c1ca3e3 https://github.com/jenkinsci/typetalk-plugin/commit/22e965b99c0899468e95104e8ad93ba79c1ca3e3 Author: Yasuyuki Baba Date: 2022-01-24 (Mon, 24 Jan 2022) Changed paths: R gradle/wrapper/gradle-wrapper.jar R gradle/wrapper/gradle-wrapper.properties R settings.gradle Log Message: --- chore: delete unnecessary files Commit: 2b64b5f563a5a7e3b593192409824d42ef98f687 https://github.com/jenkinsci/typetalk-plugin/commit/2b64b5f563a5a7e3b593192409824d42ef98f687 Author: ikikko Date: 2022-01-31 (Mon, 31 Jan 2022) Changed paths: R gradle/wrapper/gradle-wrapper.jar R gradle/wrapper/gradle-wrapper.properties R settings.gradle Log Message: --- Merge pull request #17 from yasuyuki-baba/switch-to-maven-2 Delete unnecessary files Compare: https://github.com/jenkinsci/typetalk-plugin/compare/301c819349f6...2b64b5f563a5 -- 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/typetalk-plugin/push/refs/heads/master/301c81-2b64b5%40github.com.
[jenkinsci/typetalk-plugin] b927d8: chore: referencing the documentation page from the...
Branch: refs/heads/master Home: https://github.com/jenkinsci/typetalk-plugin Commit: b927d826123df86c7f2428fe41b9cf4629fb2659 https://github.com/jenkinsci/typetalk-plugin/commit/b927d826123df86c7f2428fe41b9cf4629fb2659 Author: Yasuyuki Baba Date: 2022-01-21 (Fri, 21 Jan 2022) Changed paths: A CHANGELOG.md A CONTRIBUTING.md M README.md A docs/images/build_environment.png A docs/images/chatops-build_en.gif A docs/images/chatops-help_en.gif A docs/images/chatops-list_en.gif A docs/images/global_configuration.png A docs/images/post_build_actions.png A docs/images/post_typetalk.png Log Message: --- chore: referencing the documentation page from the project file https://www.jenkins.io/doc/developer/publishing/documentation/ Commit: 14d0664b13e3ceb2f43a8851892a3b5791e9cabb https://github.com/jenkinsci/typetalk-plugin/commit/14d0664b13e3ceb2f43a8851892a3b5791e9cabb Author: Yasuyuki Baba Date: 2022-01-24 (Mon, 24 Jan 2022) Changed paths: A CHANGELOG.md A CONTRIBUTING.md M README.md A docs/images/build_environment.png A docs/images/chatops-build_en.gif A docs/images/chatops-help_en.gif A docs/images/chatops-list_en.gif A docs/images/global_configuration.png A docs/images/post_build_actions.png A docs/images/post_typetalk.png Log Message: --- chore: referencing the documentation page from the project file https://www.jenkins.io/doc/developer/publishing/documentation/ Commit: ddce448c8efab2e770d866811b1f17d44c29679a https://github.com/jenkinsci/typetalk-plugin/commit/ddce448c8efab2e770d866811b1f17d44c29679a Author: Yasuyuki Baba Date: 2022-01-24 (Mon, 24 Jan 2022) Changed paths: Log Message: --- Merge branch 'move-documents-to-git' of github.com:yasuyuki-baba/typetalk-plugin into move-documents-to-git Commit: 0dfc3e9e848a5843c431c3d8e515b6ce3f5fc1c6 https://github.com/jenkinsci/typetalk-plugin/commit/0dfc3e9e848a5843c431c3d8e515b6ce3f5fc1c6 Author: ikikko Date: 2022-01-31 (Mon, 31 Jan 2022) Changed paths: A CHANGELOG.md A CONTRIBUTING.md M README.md A docs/images/build_environment.png A docs/images/chatops-build_en.gif A docs/images/chatops-help_en.gif A docs/images/chatops-list_en.gif A docs/images/global_configuration.png A docs/images/post_build_actions.png A docs/images/post_typetalk.png Log Message: --- Merge pull request #18 from yasuyuki-baba/move-documents-to-git Move documents to git Compare: https://github.com/jenkinsci/typetalk-plugin/compare/2b64b5f563a5...0dfc3e9e848a -- 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/typetalk-plugin/push/refs/heads/master/2b64b5-0dfc3e%40github.com.
[jenkinsci/typetalk-plugin] 469b6c: chore: incrementalify https://www.jenkins.io/doc/d...
Branch: refs/heads/master Home: https://github.com/jenkinsci/typetalk-plugin Commit: 469b6c97d4007ea5ac0bdca1794fdb3e7cfc7da6 https://github.com/jenkinsci/typetalk-plugin/commit/469b6c97d4007ea5ac0bdca1794fdb3e7cfc7da6 Author: Yasuyuki Baba Date: 2022-01-25 (Tue, 25 Jan 2022) Changed paths: A .mvn/extensions.xml A .mvn/maven.config M pom.xml Log Message: --- chore: incrementalify https://www.jenkins.io/doc/developer/plugin-development/incrementals/ Commit: e2d8f9ac1c8bf4ad8c2a0446914cb931b0db5f2b https://github.com/jenkinsci/typetalk-plugin/commit/e2d8f9ac1c8bf4ad8c2a0446914cb931b0db5f2b Author: ikikko Date: 2022-01-31 (Mon, 31 Jan 2022) Changed paths: A .mvn/extensions.xml A .mvn/maven.config M pom.xml Log Message: --- Merge pull request #19 from yasuyuki-baba/incrementalify Incrementalify Compare: https://github.com/jenkinsci/typetalk-plugin/compare/0dfc3e9e848a...e2d8f9ac1c8b -- 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/typetalk-plugin/push/refs/heads/master/0dfc3e-e2d8f9%40github.com.