[jenkinsci/gitea-plugin] 1a0eed: Update gitea.io to gitea.com (#77)

2024-06-19 Thread 'Steven Kriegler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gitea-plugin
  Commit: 1a0eedce9a2f7e1892e5b84f03bc54e080a72422
  
https://github.com/jenkinsci/gitea-plugin/commit/1a0eedce9a2f7e1892e5b84f03bc54e080a72422
  Author: Steven Kriegler <61625851+justusbu...@users.noreply.github.com>
  Date:   2024-06-19 (Wed, 19 Jun 2024)

  Changed paths:
M README.md

  Log Message:
  ---
  Update gitea.io to gitea.com (#77)

And update java version in docs :D

Signed-off-by: justusbunsi <61625851+justusbu...@users.noreply.github.com>



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/gitea-plugin/settings/notifications

-- 
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/b61d6d-1a0eed%40github.com.


[jenkinsci/gitea-plugin] c4cb14: Fully enable automated releases (#72)

2024-06-19 Thread 'Steven Kriegler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gitea-plugin
  Commit: c4cb141bdfd88f3ac0ee813ca98f62dc476b6b15
  
https://github.com/jenkinsci/gitea-plugin/commit/c4cb141bdfd88f3ac0ee813ca98f62dc476b6b15
  Author: Steven Kriegler <61625851+justusbu...@users.noreply.github.com>
  Date:   2024-06-19 (Wed, 19 Jun 2024)

  Changed paths:
A .github/dependabot.yml
M .github/workflows/cd.yaml
M .mvn/maven.config
M pom.xml

  Log Message:
  ---
  Fully enable automated releases (#72)

Most of the plugins I use fully migrated to JEP-229[^1]. It seems stable
enough and reduces manual overhead when releasing the plugin.

After quick chat with @lafriks in Discord, we decided to fully enable
automated releases. The first part happened in #35. I followed the
official docs[^2].

This will change the versioning pattern to 
`.v`.
When the next release is crafted, we should add a note to the relase
about this version change.

I also configured Dependabot to get monthly updates for our dependencies.

[^1]: https://github.com/jenkinsci/jep/blob/master/jep/229/README.adoc
[^2]: https://www.jenkins.io/doc/developer/publishing/releasing-cd/

Signed-off-by: justusbunsi <61625851+justusbu...@users.noreply.github.com>



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/gitea-plugin/settings/notifications

-- 
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/480576-c4cb14%40github.com.


[jenkinsci/gitea-plugin] 7e91b8: Fully enable automated releases

2024-06-19 Thread 'Steven Kriegler' via Jenkins Commits
  Branch: refs/heads/feat/full-cd
  Home:   https://github.com/jenkinsci/gitea-plugin
  Commit: 7e91b8c68d522ac037ed6d8193d50bd4d2887e35
  
https://github.com/jenkinsci/gitea-plugin/commit/7e91b8c68d522ac037ed6d8193d50bd4d2887e35
  Author: JustusBunsi <61625851+justusbu...@users.noreply.github.com>
  Date:   2024-06-19 (Wed, 19 Jun 2024)

  Changed paths:
A .github/dependabot.yml
M .github/workflows/cd.yaml
M .mvn/maven.config
M pom.xml

  Log Message:
  ---
  Fully enable automated releases

Most of the plugins I use fully migrated to JEP-229[^1]. It seems stable
enough and reduces manual overhead when releasing the plugin.

After quick chat with @lafriks in Discord, we decided to fully enable
automated releases. The first part happened in #35. I followed the
official docs[^2].

This will change the versioning pattern to 
`.v`.
When the next release is crafted, we should add a note to the relase
about this version change.

I also configured Dependabot to get monthly updates for our dependencies.

[^1]: https://github.com/jenkinsci/jep/blob/master/jep/229/README.adoc
[^2]: https://www.jenkins.io/doc/developer/publishing/releasing-cd/

Signed-off-by: justusbunsi <61625851+justusbu...@users.noreply.github.com>



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/gitea-plugin/settings/notifications

-- 
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/feat/full-cd/00-7e91b8%40github.com.


[jenkinsci/gitea-plugin] 480576: Modernize Jenkins builds (#71)

2024-06-19 Thread 'Steven Kriegler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gitea-plugin
  Commit: 480576b9a6a6fa455bf58680e65cdeba88cd2439
  
https://github.com/jenkinsci/gitea-plugin/commit/480576b9a6a6fa455bf58680e65cdeba88cd2439
  Author: Steven Kriegler <61625851+justusbu...@users.noreply.github.com>
  Date:   2024-06-19 (Wed, 19 Jun 2024)

  Changed paths:
M .mvn/extensions.xml
M Jenkinsfile
M pom.xml
M src/main/java/org/jenkinsci/plugin/gitea/package-info.java
A src/main/resources/index.jelly

  Log Message:
  ---
  Modernize Jenkins builds (#71)

* Dependency maintenance

* Fix javadoc generating

Signed-off-by: justusbunsi <61625851+justusbu...@users.noreply.github.com>

* Prevent scm link warning about git protocol

Signed-off-by: justusbunsi <61625851+justusbu...@users.noreply.github.com>

-

Signed-off-by: justusbunsi <61625851+justusbu...@users.noreply.github.com>
Co-authored-by: Michael Kriese 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/gitea-plugin/settings/notifications

-- 
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/904c2d-480576%40github.com.


[jenkinsci/gitea-plugin] bab600: Add missing jelly description file

2024-06-14 Thread 'Steven Kriegler' via Jenkins Commits
  Branch: refs/heads/feat/jenkinsfile
  Home:   https://github.com/jenkinsci/gitea-plugin
  Commit: bab600227a18a17713dd7ced04bc6c969187467c
  
https://github.com/jenkinsci/gitea-plugin/commit/bab600227a18a17713dd7ced04bc6c969187467c
  Author: JustusBunsi <61625851+justusbu...@users.noreply.github.com>
  Date:   2024-06-14 (Fri, 14 Jun 2024)

  Changed paths:
A src/main/resources/index.jelly

  Log Message:
  ---
  Add missing jelly description file

Signed-off-by: justusbunsi <61625851+justusbu...@users.noreply.github.com>



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/gitea-plugin/settings/notifications

-- 
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/feat/jenkinsfile/28ad0e-bab600%40github.com.


[jenkinsci/gitea-plugin] fcdd3e: Drop java level from build properties

2024-06-14 Thread 'Steven Kriegler' via Jenkins Commits
  Branch: refs/heads/feat/jenkinsfile
  Home:   https://github.com/jenkinsci/gitea-plugin
  Commit: fcdd3ec5f56cee04e5fac4dcc875bf1e5b25bf71
  
https://github.com/jenkinsci/gitea-plugin/commit/fcdd3ec5f56cee04e5fac4dcc875bf1e5b25bf71
  Author: JustusBunsi <61625851+justusbu...@users.noreply.github.com>
  Date:   2024-06-14 (Fri, 14 Jun 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Drop java level from build properties

Signed-off-by: justusbunsi <61625851+justusbu...@users.noreply.github.com>



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/gitea-plugin/settings/notifications

-- 
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/feat/jenkinsfile/e6711d-fcdd3e%40github.com.


[jenkinsci/gitea-plugin]

2024-01-29 Thread 'Steven Kriegler' via Jenkins Commits
  Branch: refs/heads/create-pull-request/patch
  Home:   https://github.com/jenkinsci/gitea-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/gitea-plugin/push/refs/heads/create-pull-request/patch/797a08-00%40github.com.


[jenkinsci/gitea-plugin]

2023-12-15 Thread 'Steven Kriegler' via Jenkins Commits
  Branch: refs/heads/create-pull-request/patch
  Home:   https://github.com/jenkinsci/gitea-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/gitea-plugin/push/refs/heads/create-pull-request/patch/3d9e64-00%40github.com.


[jenkinsci/gitea-plugin] b3b2bd: [SECURITY-2661]

2022-12-07 Thread 'Steven Kriegler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gitea-plugin
  Commit: b3b2bd869b91f9f1312f6128cad2cd86bd8c
  
https://github.com/jenkinsci/gitea-plugin/commit/b3b2bd869b91f9f1312f6128cad2cd86bd8c
  Author: justusbunsi <61625851+justusbu...@users.noreply.github.com>
  Date:   2022-12-06 (Tue, 06 Dec 2022)

  Changed paths:
M src/main/java/org/jenkinsci/plugin/gitea/GiteaSCMBuilder.java
M 
src/main/java/org/jenkinsci/plugin/gitea/credentials/PersonalAccessToken.java
M 
src/main/java/org/jenkinsci/plugin/gitea/credentials/PersonalAccessTokenImpl.java

  Log Message:
  ---
  [SECURITY-2661]


  Commit: 3cdad3ff3d1fd1cb09c5e93ce77eaf5c74769d82
  
https://github.com/jenkinsci/gitea-plugin/commit/3cdad3ff3d1fd1cb09c5e93ce77eaf5c74769d82
  Author: justusbunsi <61625851+justusbu...@users.noreply.github.com>
  Date:   2022-12-06 (Tue, 06 Dec 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Prepare for next development iteration


Compare: 
https://github.com/jenkinsci/gitea-plugin/compare/53e64b16f388...3cdad3ff3d1f

-- 
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/53e64b-3cdad3%40github.com.


[jenkinsci/gitea-plugin] c2612a: Add hint regarding Gitea 1.16.9 API permissions (#58)

2022-07-15 Thread 'Steven Kriegler' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gitea-plugin
  Commit: c2612a7ecfe35591b7f77a4ceb7e5ff0e97bed78
  
https://github.com/jenkinsci/gitea-plugin/commit/c2612a7ecfe35591b7f77a4ceb7e5ff0e97bed78
  Author: Steven Kriegler <61625851+justusbu...@users.noreply.github.com>
  Date:   2022-07-15 (Fri, 15 Jul 2022)

  Changed paths:
M docs/README.md

  Log Message:
  ---
  Add hint regarding Gitea 1.16.9 API permissions (#58)

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/fb064c-c2612a%40github.com.


[jenkinsci/gitea-plugin]

2022-05-08 Thread 'Steven Kriegler' via Jenkins Commits
  Branch: refs/heads/create-pull-request/patch
  Home:   https://github.com/jenkinsci/gitea-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/gitea-plugin/push/refs/heads/create-pull-request/patch/140525-00%40github.com.