[jenkinsci/configuration-as-code-plugin] fd9376: Add Gitea demo configuration for jobs (#1791)
Branch: refs/heads/master Home: https://github.com/jenkinsci/configuration-as-code-plugin Commit: fd9376d5bc424d6e2b874407e3ea7e4591681789 https://github.com/jenkinsci/configuration-as-code-plugin/commit/fd9376d5bc424d6e2b874407e3ea7e4591681789 Author: Steven <61625851+justusbu...@users.noreply.github.com> Date: 2021-12-10 (Fri, 10 Dec 2021) Changed paths: M demos/jobs/README.md A demos/jobs/gitea.yaml M integrations/pom.xml A integrations/src/test/java/io/jenkins/plugins/casc/GiteaOrganisationFolderTest.java A integrations/src/test/java/io/jenkins/plugins/casc/GiteaServerTest.java A integrations/src/test/resources/io/jenkins/plugins/casc/SeedJobTest_withGiteaOrganisation.yml A integrations/src/test/resources/plugins/branch-api.jpi A integrations/src/test/resources/plugins/cloudbees-folder.jpi A integrations/src/test/resources/plugins/scm-api.jpi A integrations/src/test/resources/plugins/structs.jpi Log Message: --- Add Gitea demo configuration for jobs (#1791) * Add Gitea demo configuration for jobs * Add missing Gitea configuration test * Rename existing server configuration test * WIP: Gitea organisation test * Fix + extend Gitea organization folder test Requires `branch-api` plugin to be loaded. All the other plugins added along with it are dependencies. Signed-off-by: Steven Kriegler <61625851+justusbu...@users.noreply.github.com> -- 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/configuration-as-code-plugin/push/refs/heads/master/faba0f-fd9376%40github.com.
[jenkinsci/gitea-plugin] 78b0df: Switch to PR creation for version bump (#48)
Branch: refs/heads/master Home: https://github.com/jenkinsci/gitea-plugin Commit: 78b0dfff69be1dc38438c60abe84260c89b917b4 https://github.com/jenkinsci/gitea-plugin/commit/78b0dfff69be1dc38438c60abe84260c89b917b4 Author: Steven <61625851+justusbu...@users.noreply.github.com> Date: 2021-12-09 (Thu, 09 Dec 2021) Changed paths: M .github/workflows/cd.yaml Log Message: --- Switch to PR creation for version bump (#48) Signed-off-by: justusbunsi <61625851+justusbu...@users.noreply.github.com> -- 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/gitea-plugin/push/refs/heads/master/e5f1ce-78b0df%40github.com.
[jenkinsci/gitea-plugin] e5f1ce: Prepare for next development iteration (#47)
Branch: refs/heads/master Home: https://github.com/jenkinsci/gitea-plugin Commit: e5f1cea15be9c1efdb33ef9841559ef10084ba16 https://github.com/jenkinsci/gitea-plugin/commit/e5f1cea15be9c1efdb33ef9841559ef10084ba16 Author: Steven <61625851+justusbu...@users.noreply.github.com> Date: 2021-12-05 (Sun, 05 Dec 2021) Changed paths: M pom.xml Log Message: --- Prepare for next development iteration (#47) Signed-off-by: justusbunsi <61625851+justusbu...@users.noreply.github.com> -- 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/gitea-plugin/push/refs/heads/master/64d32a-e5f1ce%40github.com.
[jenkinsci/gitea-plugin] 64d32a: Provide dedicated symbol for personal access token...
Branch: refs/heads/master Home: https://github.com/jenkinsci/gitea-plugin Commit: 64d32af94bd6a722c396c224bd277724871368cb https://github.com/jenkinsci/gitea-plugin/commit/64d32af94bd6a722c396c224bd277724871368cb Author: Steven <61625851+justusbu...@users.noreply.github.com> Date: 2021-12-04 (Sat, 04 Dec 2021) Changed paths: M src/main/java/org/jenkinsci/plugin/gitea/credentials/PersonalAccessTokenImpl.java Log Message: --- Provide dedicated symbol for personal access token (#46) Right now, one has to use `personalAccessTokenImpl` to define a Jenkins credential for Gitea token. This adds the Symbol `giteaAccessToken` so that it is possible to identify their relation with the Gitea plugin in Configuration as Code snippets. Signed-off-by: justusbunsi <61625851+justusbu...@users.noreply.github.com> -- 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/gitea-plugin/push/refs/heads/master/c9335d-64d32a%40github.com.
[jenkinsci/gitea-plugin] c9335d: Add codestyle checks (#45)
Branch: refs/heads/master Home: https://github.com/jenkinsci/gitea-plugin Commit: c9335ddf1847d65dad7a15ed287e3ec755f8125f https://github.com/jenkinsci/gitea-plugin/commit/c9335ddf1847d65dad7a15ed287e3ec755f8125f Author: Steven <61625851+justusbu...@users.noreply.github.com> Date: 2021-11-29 (Mon, 29 Nov 2021) Changed paths: A .mvn/checkstyle-suppressions.xml A .mvn/checkstyle.xml M pom.xml M src/main/java/org/jenkinsci/plugin/gitea/ExcludeArchivedRepositoriesTrait.java M src/main/java/org/jenkinsci/plugin/gitea/GiteaDeleteSCMEvent.java M src/main/java/org/jenkinsci/plugin/gitea/GiteaNotifier.java M src/main/java/org/jenkinsci/plugin/gitea/GiteaSCMFileSystem.java M src/main/java/org/jenkinsci/plugin/gitea/GiteaSCMNavigator.java M src/main/java/org/jenkinsci/plugin/gitea/GiteaSCMNavigatorContext.java M src/main/java/org/jenkinsci/plugin/gitea/GiteaWebhookListener.java M src/main/java/org/jenkinsci/plugin/gitea/SSHCheckoutTrait.java M src/main/java/org/jenkinsci/plugin/gitea/TagDiscoveryTrait.java M src/main/java/org/jenkinsci/plugin/gitea/TagSCMRevision.java M src/main/java/org/jenkinsci/plugin/gitea/client/api/GiteaCommitDetail.java M src/main/java/org/jenkinsci/plugin/gitea/client/api/GiteaRepository.java M src/main/java/org/jenkinsci/plugin/gitea/client/impl/DefaultGiteaConnection.java M src/main/java/org/jenkinsci/plugin/gitea/client/impl/DefaultGiteaConnectionFactory.java M src/main/java/org/jenkinsci/plugin/gitea/client/spi/GiteaConnectionFactory.java M src/main/java/org/jenkinsci/plugin/gitea/servers/GiteaServer.java M src/test/java/org/jenkinsci/plugin/gitea/GiteaBrowserTest.java M src/test/java/org/jenkinsci/plugin/gitea/GiteaCreateSCMEventTest.java M src/test/java/org/jenkinsci/plugin/gitea/GiteaDeleteSCMEventTest.java M src/test/java/org/jenkinsci/plugin/gitea/client/impl/DefaultGiteaConnectionTest.java M src/test/java/org/jenkinsci/plugin/gitea/client/impl/DefaultGiteaConnection_PagedRequests_Test.java M src/test/java/org/jenkinsci/plugin/gitea/client/impl/GiteaConnection_DisabledPR_Issues.java M src/test/java/org/jenkinsci/plugin/gitea/client/impl/GiteaConnection_PagedRequests.java M src/test/java/org/jenkinsci/plugin/gitea/client/mock/MockGiteaConnectionFactory.java Log Message: --- Add codestyle checks (#45) * Integrate maven-checkstyle-plugin to build Signed-off-by: justusbunsi <61625851+justusbu...@users.noreply.github.com> * Apply codestyle rules Signed-off-by: justusbunsi <61625851+justusbu...@users.noreply.github.com> * Ignore files generated during build Signed-off-by: justusbunsi <61625851+justusbu...@users.noreply.github.com> -- 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/gitea-plugin/push/refs/heads/master/54bae3-c9335d%40github.com.
[jenkinsci/gitea-plugin] 54bae3: Fix JENKINS-67068 (#44)
Branch: refs/heads/master Home: https://github.com/jenkinsci/gitea-plugin Commit: 54bae3c18c252213818a338071fe90e9168f237e https://github.com/jenkinsci/gitea-plugin/commit/54bae3c18c252213818a338071fe90e9168f237e Author: Steven <61625851+justusbu...@users.noreply.github.com> Date: 2021-11-24 (Wed, 24 Nov 2021) Changed paths: M src/main/java/org/jenkinsci/plugin/gitea/client/impl/DefaultGiteaConnection.java Log Message: --- Fix JENKINS-67068 (#44) As a result of PR #29 it happens that some users cannot fetch branches with slashes in their names anymore. Regression from: JENKINS-65796 -- 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/gitea-plugin/push/refs/heads/master/e35ae7-54bae3%40github.com.
[jenkinsci/gitea-plugin] e35ae7: Fix release versioning + incremental builds (#43)
Branch: refs/heads/master Home: https://github.com/jenkinsci/gitea-plugin Commit: e35ae7808ca97bb67cd89dbe22b5113314b52c6b https://github.com/jenkinsci/gitea-plugin/commit/e35ae7808ca97bb67cd89dbe22b5113314b52c6b Author: Steven <61625851+justusbu...@users.noreply.github.com> Date: 2021-11-21 (Sun, 21 Nov 2021) Changed paths: M .github/workflows/cd.yaml M README.md M pom.xml Log Message: --- Fix release versioning + incremental builds (#43) * Add alt-texts to badges This is a commit for letting the status checks fail. * Lower the release version * Re-Add changelist to version * Opt-out incremental suffix during release See: https://github.com/jenkins-infra/jenkins-maven-cd-action/pull/13 * Auto-incrementalify after release -- 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/gitea-plugin/push/refs/heads/master/7f410b-e35ae7%40github.com.
[jenkinsci/gitea-plugin] 7f410b: Bump version to 1.5.0 (#42)
Branch: refs/heads/master Home: https://github.com/jenkinsci/gitea-plugin Commit: 7f410b4cc352b972740c6b3e61a62acb3a966726 https://github.com/jenkinsci/gitea-plugin/commit/7f410b4cc352b972740c6b3e61a62acb3a966726 Author: Steven <61625851+justusbu...@users.noreply.github.com> Date: 2021-11-17 (Wed, 17 Nov 2021) Changed paths: M pom.xml Log Message: --- Bump version to 1.5.0 (#42) Additionally: Fix tag/release template to match previous releases -- 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/gitea-plugin/push/refs/heads/master/9eb947-7f410b%40github.com.
[jenkinsci/gitea-plugin] 9eb947: Enable cd workflow (#35)
Branch: refs/heads/master Home: https://github.com/jenkinsci/gitea-plugin Commit: 9eb947470fcf197b00f639589d3f3d84ad5eabe3 https://github.com/jenkinsci/gitea-plugin/commit/9eb947470fcf197b00f639589d3f3d84ad5eabe3 Author: Steven <61625851+justusbu...@users.noreply.github.com> Date: 2021-11-17 (Wed, 17 Nov 2021) Changed paths: A .github/release-drafter.yml A .github/workflows/cd.yaml M pom.xml Log Message: --- Enable cd workflow (#35) * Enable cd workflow Signed-off-by: Steven Kriegler <61625851+justusbu...@users.noreply.github.com> * Add missing GitHub workflow Signed-off-by: Steven Kriegler <61625851+justusbu...@users.noreply.github.com> * Update .github/workflows/cd.yaml Co-authored-by: Lauris BH * Switch back to classic version syntax Co-authored-by: Lauris BH -- 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/gitea-plugin/push/refs/heads/master/1ca2a8-9eb947%40github.com.
[jenkinsci/gitea-plugin] 5956c1: Maintenance for pom.xml (#40)
Branch: refs/heads/master Home: https://github.com/jenkinsci/gitea-plugin Commit: 5956c1e9efde8d9b4ba5895a51094cd4c8353bfd https://github.com/jenkinsci/gitea-plugin/commit/5956c1e9efde8d9b4ba5895a51094cd4c8353bfd Author: Steven <61625851+justusbu...@users.noreply.github.com> Date: 2021-11-07 (Sun, 07 Nov 2021) Changed paths: M pom.xml M src/main/java/org/jenkinsci/plugin/gitea/GiteaSCMBuilder.java Log Message: --- Maintenance for pom.xml (#40) - Bump Jenkins version according to https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ - Fix build error regarding entropy class - Configure build properties -- 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/gitea-plugin/push/refs/heads/master/f5c62b-5956c1%40github.com.
[jenkinsci/gitea-plugin] baf58a: Remove unnecessary branch retrieval loop (JENKINS-...
Branch: refs/heads/master Home: https://github.com/jenkinsci/gitea-plugin Commit: baf58a01f6156f576fa249d54412f0dbbb92c70d https://github.com/jenkinsci/gitea-plugin/commit/baf58a01f6156f576fa249d54412f0dbbb92c70d Author: Steven <61625851+justusbu...@users.noreply.github.com> Date: 2021-10-27 (Wed, 27 Oct 2021) Changed paths: M src/main/java/org/jenkinsci/plugin/gitea/GiteaSCMSource.java M src/main/java/org/jenkinsci/plugin/gitea/client/impl/DefaultGiteaConnection.java Log Message: --- Remove unnecessary branch retrieval loop (JENKINS-65796) (#29) The mentioned Gitea bug https://github.com/go-gitea/gitea/issues/2088 was fixed years ago. * Reuse already fetched branches Co-authored-by: Lauris BH -- 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/gitea-plugin/push/refs/heads/master/b3940c-baf58a%40github.com.
[jenkinsci/gitea-plugin] 5f9199: Describe setup based on `branch-api` version (#32)
Branch: refs/heads/master Home: https://github.com/jenkinsci/gitea-plugin Commit: 5f9199845da9d7298df503e660a33dd4fbf70ffd https://github.com/jenkinsci/gitea-plugin/commit/5f9199845da9d7298df503e660a33dd4fbf70ffd Author: Steven <61625851+justusbu...@users.noreply.github.com> Date: 2021-10-27 (Wed, 27 Oct 2021) Changed paths: M docs/README.md Log Message: --- Describe setup based on `branch-api` version (#32) Fixes: https://issues.jenkins.io/browse/JENKINS-66909 -- 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/gitea-plugin/push/refs/heads/master/02fef1-5f9199%40github.com.