[jenkinsci/gitea-plugin] 01588c: feat(webhook): support branch/tag delete events (J...

2021-11-02 Thread 'Morten Kristiansen' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gitea-plugin
  Commit: 01588cce4da4cf238050ec8dc13081c3def6be8d
  
https://github.com/jenkinsci/gitea-plugin/commit/01588cce4da4cf238050ec8dc13081c3def6be8d
  Author: Morten Kristiansen 
  Date:   2021-11-02 (Tue, 02 Nov 2021)

  Changed paths:
A src/main/java/org/jenkinsci/plugin/gitea/GiteaDeleteSCMEvent.java
A src/main/java/org/jenkinsci/plugin/gitea/client/api/GiteaDeleteEvent.java
M src/main/java/org/jenkinsci/plugin/gitea/client/api/GiteaEventType.java
A src/test/java/org/jenkinsci/plugin/gitea/GiteaDeleteSCMEventTest.java

  Log Message:
  ---
  feat(webhook): support branch/tag delete events (JENKINS-66638). (#36)

* feat(webhook): setup webhooks to push branch/tag delete events (fixes 
JENKINS-66638).

* feat(webhook): setup webhooks to push branch/tag delete events (fixes 
JENKINS-66638).

* feat(webhook): setup webhooks to push branch/tag delete events (fixes 
JENKINS-66638).

* feat(webhook): setup webhooks to push branch/tag delete events (fixes 
JENKINS-66638).

* feat(webhook): setup webhooks to push branch/tag delete events (fixes 
JENKINS-66638).

* feat(webhook): support branch/tag delete events (JENKINS-66638).

* feat(webhook): support branch/tag delete events (JENKINS-66638).


-- 
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/af584e-01588c%40github.com.


[jenkinsci/gitea-plugin] af584e: fix(webhook): fix that new tags are not discovered...

2021-11-02 Thread 'Morten Kristiansen' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gitea-plugin
  Commit: af584e319f8869fbeefbb30ff4082fbdc001f258
  
https://github.com/jenkinsci/gitea-plugin/commit/af584e319f8869fbeefbb30ff4082fbdc001f258
  Author: Morten Kristiansen 
  Date:   2021-11-02 (Tue, 02 Nov 2021)

  Changed paths:
M src/main/java/org/jenkinsci/plugin/gitea/GiteaCreateSCMEvent.java
A src/test/java/org/jenkinsci/plugin/gitea/GiteaCreateSCMEventTest.java

  Log Message:
  ---
  fix(webhook): fix that new tags are not discovered automatically via 
TagDiscoveryTrait and webhooks. (#38)


-- 
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/fcfabc-af584e%40github.com.


[jenkinsci/gitea-plugin] fcfabc: fix(webhook): fix NPE when saving OrganizationFold...

2021-11-02 Thread 'Morten Kristiansen' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gitea-plugin
  Commit: fcfabcf0629d637a16887013a5876b013b62778e
  
https://github.com/jenkinsci/gitea-plugin/commit/fcfabcf0629d637a16887013a5876b013b62778e
  Author: Morten Kristiansen 
  Date:   2021-11-02 (Tue, 02 Nov 2021)

  Changed paths:
A 
src/main/resources/org/jenkinsci/plugin/gitea/WebhookRegistrationTrait/config.jelly
A 
src/main/resources/org/jenkinsci/plugin/gitea/WebhookRegistrationTrait/help-mode.html
A 
src/main/resources/org/jenkinsci/plugin/gitea/WebhookRegistrationTrait/help.html

  Log Message:
  ---
  fix(webhook): fix NPE when saving OrganizationFolder using 
WebhookRegistrationTrait. (#37)


-- 
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/e56d58-fcfabc%40github.com.


[jenkinsci/gitea-plugin] e56d58: Fixes JENKINS-60331 (#34)

2021-11-01 Thread 'Morten Kristiansen' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gitea-plugin
  Commit: e56d5832bcf6f77db9a988ed448484708b57d18f
  
https://github.com/jenkinsci/gitea-plugin/commit/e56d5832bcf6f77db9a988ed448484708b57d18f
  Author: Morten Kristiansen 
  Date:   2021-11-01 (Mon, 01 Nov 2021)

  Changed paths:
M src/main/java/org/jenkinsci/plugin/gitea/GiteaSCMSource.java

  Log Message:
  ---
  Fixes JENKINS-60331 (#34)


-- 
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/42157b-e56d58%40github.com.