[jenkins-infra/update-center2]

2024-10-07 Thread 'Daniel Beck' via Jenkins Commits
  Branch: refs/heads/revert-802-suspend-shared-library-version-override
  Home:   https://github.com/jenkins-infra/update-center2

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/update-center2/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/jenkins-infra/update-center2/push/refs/heads/revert-802-suspend-shared-library-version-override/4d8937-00%40github.com.


[jenkins-infra/update-center2] 6660a2: Revert "Suspend `shared-library-version-override`"...

2024-10-07 Thread 'Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: 6660a27abb119bc4e31ed6768780e3a0999f29d6
  
https://github.com/jenkins-infra/update-center2/commit/6660a27abb119bc4e31ed6768780e3a0999f29d6
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-10-07 (Mon, 07 Oct 2024)

  Changed paths:
M resources/artifact-ignores.properties
M resources/warnings.json

  Log Message:
  ---
  Revert "Suspend `shared-library-version-override`" (#808)

* Revert "Suspend `shared-library-version-override` (#802)"

This reverts commit c1aac44ce574e2256edf99819134b73c23aed7e2.

* Add security warnings for SECURITY-3466

Not to an advisory, just to the previous PR.
This is an exceptional situation, as the plugin was only
distributed for a few hours before we suspended it.
TBD whether we'll follow this up with a real advisory.

-----

Co-authored-by: Daniel Beck 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/update-center2/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/jenkins-infra/update-center2/push/refs/heads/master/d86629-6660a2%40github.com.


[jenkins-infra/update-center2] f713a1: Revert "Suspend `shared-library-version-override` ...

2024-10-07 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/revert-802-suspend-shared-library-version-override
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: f713a1615916265d3e84373d8f01b85ec36d2ca9
  
https://github.com/jenkins-infra/update-center2/commit/f713a1615916265d3e84373d8f01b85ec36d2ca9
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-10-07 (Mon, 07 Oct 2024)

  Changed paths:
M resources/artifact-ignores.properties

  Log Message:
  ---
  Revert "Suspend `shared-library-version-override` (#802)"

This reverts commit c1aac44ce574e2256edf99819134b73c23aed7e2.



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/update-center2/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/jenkins-infra/update-center2/push/refs/heads/revert-802-suspend-shared-library-version-override/00-f713a1%40github.com.


[jenkinsci/jenkins] 4759f1: Be more explicit about not being logged in on 404 ...

2024-10-02 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 4759f1a6f036eb7a792c48a08b337edc093cbb7f
  
https://github.com/jenkinsci/jenkins/commit/4759f1a6f036eb7a792c48a08b337edc093cbb7f
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-10-02 (Wed, 02 Oct 2024)

  Changed paths:
M core/src/main/resources/jenkins/model/Jenkins/_404.jelly
M core/src/main/resources/jenkins/model/Jenkins/_404.properties

  Log Message:
  ---
  Be more explicit about not being logged in on 404 error page (#9766)

Co-authored-by: Daniel Beck 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/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/jenkins/push/refs/heads/master/1c2b84-4759f1%40github.com.


[jenkinsci/jenkins] 7a1c2c: [JENKINS-60866][JENKINS-71515] Use `JSON#parse` to...

2024-10-02 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 7a1c2ce67adcc61e7a1c28e812ea14d454591874
  
https://github.com/jenkinsci/jenkins/commit/7a1c2ce67adcc61e7a1c28e812ea14d454591874
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-10-02 (Wed, 02 Oct 2024)

  Changed paths:
M core/src/main/java/hudson/markup/MarkupFormatter.java
M core/src/main/resources/hudson/tasks/Shell/config.groovy
M core/src/main/resources/lib/form/textarea/textarea.js

  Log Message:
  ---
  [JENKINS-60866][JENKINS-71515] Use `JSON#parse` to process 
`codemirror-config` argument (#6867)

* [JENKINS-60866] Use JSON#parse to process codemirror-config argument

* Add backward compatibility for most common setting

* Integrate fixed antisamy-markup-formatter to pass test

* Fix JS and revert unnecessary antisamy-markup-formatter update

How do we have a billion different linters and not one did tell me
I'm redefining a variable?

* Remove comment

-

Co-authored-by: Daniel Beck 
Co-authored-by: Basil Crow 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/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/jenkins/push/refs/heads/master/0db931-7a1c2c%40github.com.


[jenkins-infra/update-center2] d86629: Add warnings for 2024-10-02 security advisory

2024-10-02 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: d86629790dd18cf79432198e6ce3423a8fe4276b
  
https://github.com/jenkins-infra/update-center2/commit/d86629790dd18cf79432198e6ce3423a8fe4276b
  Author: Daniel Beck 
  Date:   2024-10-02 (Wed, 02 Oct 2024)

  Changed paths:
M resources/warnings.json

  Log Message:
  ---
  Add warnings for 2024-10-02 security advisory



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/update-center2/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/jenkins-infra/update-center2/push/refs/heads/master/bce1fd-d86629%40github.com.


[jenkins-infra/jenkins.io] 6dbd76: Fix URL (#7561)

2024-09-30 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 6dbd76e24b04b23e60c2e0dd879da3cc3e06471e
  
https://github.com/jenkins-infra/jenkins.io/commit/6dbd76e24b04b23e60c2e0dd879da3cc3e06471e
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-09-30 (Mon, 30 Sep 2024)

  Changed paths:
M content/security/reporting.adoc

  Log Message:
  ---
  Fix URL (#7561)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/jenkins.io/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/jenkins-infra/jenkins.io/push/refs/heads/master/fe5a60-6dbd76%40github.com.


[jenkins-infra/update-center2] c1aac4: Suspend `shared-library-version-override` (#802)

2024-09-25 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: c1aac44ce574e2256edf99819134b73c23aed7e2
  
https://github.com/jenkins-infra/update-center2/commit/c1aac44ce574e2256edf99819134b73c23aed7e2
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-09-25 (Wed, 25 Sep 2024)

  Changed paths:
M resources/artifact-ignores.properties

  Log Message:
  ---
  Suspend `shared-library-version-override` (#802)

Co-authored-by: Daniel Beck 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/update-center2/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/jenkins-infra/update-center2/push/refs/heads/master/e48ffb-c1aac4%40github.com.


[jenkins-infra/jenkins.io] c53913: Update Overall/Read access after removal of People...

2024-09-17 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: c53913016be64ae6363d49a7af4acbdc5882ded1
  
https://github.com/jenkins-infra/jenkins.io/commit/c53913016be64ae6363d49a7af4acbdc5882ded1
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-09-17 (Tue, 17 Sep 2024)

  Changed paths:
M content/doc/book/security/access-control/permissions.adoc

  Log Message:
  ---
  Update Overall/Read access after removal of People view (#7537)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/jenkins.io/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/jenkins-infra/jenkins.io/push/refs/heads/master/75a348-c53913%40github.com.


[jenkinsci/jenkins] de2547: [JENKINS-73785] Restore `ContextMenu#from` with `S...

2024-09-16 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: de25478f3f978253f47c45d0e84f03250da28623
  
https://github.com/jenkinsci/jenkins/commit/de25478f3f978253f47c45d0e84f03250da28623
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-09-16 (Mon, 16 Sep 2024)

  Changed paths:
M core/src/main/java/jenkins/model/ModelObjectWithContextMenu.java

  Log Message:
  ---
  [JENKINS-73785] Restore `ContextMenu#from` with `StaplerRequest`/`Response` 
args (#9737)

Co-authored-by: Daniel Beck 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/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/jenkins/push/refs/heads/master/2d2ade-de2547%40github.com.


[jenkinsci/jenkins] 53f320: [JENKINS-73709] Build without forking the compiler...

2024-09-10 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 53f32030791851e07bcc79f0b58ca26e580ad419
  
https://github.com/jenkinsci/jenkins/commit/53f32030791851e07bcc79f0b58ca26e580ad419
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-09-10 (Tue, 10 Sep 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [JENKINS-73709] Build without forking the compiler (#9709)

Co-authored-by: Daniel Beck 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/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/jenkins/push/refs/heads/master/905df3-53f320%40github.com.


[jenkinsci/jenkins] 6cae67: The original problem was issueCrumb (probably vali...

2024-09-03 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/jakarta
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 6cae67495c29b80bf61d50279e17e798745d8b97
  
https://github.com/jenkinsci/jenkins/commit/6cae67495c29b80bf61d50279e17e798745d8b97
  Author: Daniel Beck 
  Date:   2024-09-03 (Tue, 03 Sep 2024)

  Changed paths:
M core/src/main/java/hudson/security/csrf/CrumbIssuer.java

  Log Message:
  ---
  The original problem was issueCrumb (probably validateCrumb too)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/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/jenkins/push/refs/heads/jakarta/715c02-6cae67%40github.com.


[jenkinsci/collabnet-plugin] 8f45dd: Remove outdated warning

2024-09-03 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/daniel-beck-patch-1
  Home:   https://github.com/jenkinsci/collabnet-plugin
  Commit: 8f45dd39619f3de132ff54c4405e1f1b68e8d329
  
https://github.com/jenkinsci/collabnet-plugin/commit/8f45dd39619f3de132ff54c4405e1f1b68e8d329
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-09-03 (Tue, 03 Sep 2024)

  Changed paths:
M README.md

  Log Message:
  ---
  Remove outdated warning

This was improperly migrated from the wiki page.



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/collabnet-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/collabnet-plugin/push/refs/heads/daniel-beck-patch-1/00-8f45dd%40github.com.


[jenkinsci/jenkins] ffdd5b: Fix error message when creation of item by type is...

2024-08-26 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: ffdd5be9a3e63192baa93e0e89bdbec2e0c7bb00
  
https://github.com/jenkinsci/jenkins/commit/ffdd5be9a3e63192baa93e0e89bdbec2e0c7bb00
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-08-26 (Mon, 26 Aug 2024)

  Changed paths:
M core/src/main/java/hudson/security/ACL.java

  Log Message:
  ---
  Fix error message when creation of item by type is prohibited (#9662)

Co-authored-by: Daniel Beck 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/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/jenkins/push/refs/heads/master/d9f333-ffdd5b%40github.com.


[jenkins-infra/jenkins.io] 76538d: Remove changes from 2.426.1 changelog that weren't...

2024-08-26 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 76538df3719452d6fcfd3aa8770e876a111de45d
  
https://github.com/jenkins-infra/jenkins.io/commit/76538df3719452d6fcfd3aa8770e876a111de45d
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-08-26 (Mon, 26 Aug 2024)

  Changed paths:
M content/_data/changelogs/lts.yml

  Log Message:
  ---
  Remove changes from 2.426.1 changelog that weren't new to LTS. (#7486)

None of these changes were new to LTS

Co-authored-by: Daniel Beck 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/jenkins.io/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/jenkins-infra/jenkins.io/push/refs/heads/master/1fb44d-76538d%40github.com.


[jenkinsci/jenkins] 5d26b5: [SECURITY-3430]

2024-08-07 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 5d26b53ad3a5cd8c4a060eef4f56d75e65ca17a5
  
https://github.com/jenkinsci/jenkins/commit/5d26b53ad3a5cd8c4a060eef4f56d75e65ca17a5
  Author: Daniel Beck 
  Date:   2024-07-30 (Tue, 30 Jul 2024)

  Changed paths:
M core/src/main/java/hudson/PluginManager.java
A core/src/main/java/jenkins/security/s2m/JarURLValidatorImpl.java
M pom.xml
M test/pom.xml
A test/src/test/java/jenkins/security/Security3430Test.java

  Log Message:
  ---
  [SECURITY-3430]


  Commit: 3752f406bfef764e4954238acf44343169ae5799
  
https://github.com/jenkinsci/jenkins/commit/3752f406bfef764e4954238acf44343169ae5799
  Author: Yaroslav Afenkin 
  Date:   2024-07-30 (Tue, 30 Jul 2024)

  Changed paths:
M core/src/main/java/hudson/model/MyViewsProperty.java
A test/src/test/java/hudson/model/Security3349Test.java

  Log Message:
  ---
  [SECURITY-3349]


  Commit: d0df46d2e83e89bdd3eced69460842ab7aa03315
  
https://github.com/jenkinsci/jenkins/commit/d0df46d2e83e89bdd3eced69460842ab7aa03315
  Author: Jenkins Release Bot 
<66998184+jenkins-release-...@users.noreply.github.com>
  Date:   2024-08-06 (Tue, 06 Aug 2024)

  Changed paths:
M bom/pom.xml
M cli/pom.xml
M core/pom.xml
M coverage/pom.xml
M pom.xml
M test/pom.xml
M war/pom.xml
M websocket/jetty10/pom.xml
M websocket/spi/pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jenkins-2.471


  Commit: 00410a17f85710c60e5271f2ee9c8580e58179bf
  
https://github.com/jenkinsci/jenkins/commit/00410a17f85710c60e5271f2ee9c8580e58179bf
  Author: Jenkins Release Bot 
<66998184+jenkins-release-...@users.noreply.github.com>
  Date:   2024-08-06 (Tue, 06 Aug 2024)

  Changed paths:
M bom/pom.xml
M cli/pom.xml
M core/pom.xml
M coverage/pom.xml
M pom.xml
M test/pom.xml
M war/pom.xml
M websocket/jetty10/pom.xml
M websocket/spi/pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


  Commit: e96787df58751d973ef5010901347bb70b0a0d8d
  
https://github.com/jenkinsci/jenkins/commit/e96787df58751d973ef5010901347bb70b0a0d8d
  Author: Daniel Beck 
  Date:   2024-08-07 (Wed, 07 Aug 2024)

  Changed paths:
M ath.sh

  Log Message:
  ---
  Merge remote-tracking branch 'jenkinsci/master'


Compare: 
https://github.com/jenkinsci/jenkins/compare/4137e4992d5a...e96787df5875

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/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/jenkins/push/refs/heads/master/4137e4-e96787%40github.com.


[jenkins-infra/update-center2] 33a6b2: Add warnings for 2024-08-07 security advisory

2024-08-07 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: 33a6b2608c5f47b25f261c0e07f09b7067a8ba12
  
https://github.com/jenkins-infra/update-center2/commit/33a6b2608c5f47b25f261c0e07f09b7067a8ba12
  Author: Daniel Beck 
  Date:   2024-08-07 (Wed, 07 Aug 2024)

  Changed paths:
M resources/warnings.json

  Log Message:
  ---
  Add warnings for 2024-08-07 security advisory



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/update-center2/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/jenkins-infra/update-center2/push/refs/heads/master/06daac-33a6b2%40github.com.


[jenkinsci/jenkins] 11f87f: Deprecate AdministrativeMonitor#getRequiredPermiss...

2024-07-28 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 11f87f70adfc7c19609f6fd4644d06ca02d541d6
  
https://github.com/jenkinsci/jenkins/commit/11f87f70adfc7c19609f6fd4644d06ca02d541d6
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-07-28 (Sun, 28 Jul 2024)

  Changed paths:
M core/src/main/java/hudson/model/AdministrativeMonitor.java

  Log Message:
  ---
  Deprecate AdministrativeMonitor#getRequiredPermission (#9494)

Co-authored-by: Daniel Beck 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/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/jenkins/push/refs/heads/master/90fb0d-11f87f%40github.com.


[jenkinsci/matrix-auth-plugin] 6e5dbb: Remove version declaration in JSS (#160)

2024-07-27 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: 6e5dbb56b451d5c37c6aec956dc0f75495c685e3
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/6e5dbb56b451d5c37c6aec956dc0f75495c685e3
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-07-27 (Sat, 27 Jul 2024)

  Changed paths:
M .github/workflows/jenkins-security-scan.yml

  Log Message:
  ---
  Remove version declaration in JSS (#160)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/matrix-auth-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/matrix-auth-plugin/push/refs/heads/master/12c1fe-6e5dbb%40github.com.


[jenkins-infra/jenkins-infra] 6e1424: Remove obsolete javax-mail-api plugin from cert.ci...

2024-07-17 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/production
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: 6e14240c4d59c3d9a05cfab2a7133da6b60b9e2d
  
https://github.com/jenkins-infra/jenkins-infra/commit/6e14240c4d59c3d9a05cfab2a7133da6b60b9e2d
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-07-17 (Wed, 17 Jul 2024)

  Changed paths:
M hieradata/clients/controller.cert.ci.jenkins.io.yaml

  Log Message:
  ---
  Remove obsolete javax-mail-api plugin from cert.ci (#3524)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/jenkins-infra/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/jenkins-infra/jenkins-infra/push/refs/heads/production/b59ce6-6e1424%40github.com.


[jenkinsci/kubernetes-pipeline-plugin] 4d8f51: Use HTTPS URLs in pom.xml (#72)

2024-07-09 Thread &#x27;daniel-beck-bot' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/kubernetes-pipeline-plugin
  Commit: 4d8f51a3d1384e8bdcac640b33c4318c7088096e
  
https://github.com/jenkinsci/kubernetes-pipeline-plugin/commit/4d8f51a3d1384e8bdcac640b33c4318c7088096e
  Author: daniel-beck-bot <53303753+daniel-beck-...@users.noreply.github.com>
  Date:   2024-07-09 (Tue, 09 Jul 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use HTTPS URLs in pom.xml (#72)

Co-authored-by: Daniel Beck 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/kubernetes-pipeline-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/kubernetes-pipeline-plugin/push/refs/heads/master/6e59f0-4d8f51%40github.com.


[jenkinsci/matrix-auth-plugin] f10336: Remove version declaration in JSS

2024-06-20 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/jss-default-java
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: f10336f9da46f499ad7c67371aa85c54247c8213
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/f10336f9da46f499ad7c67371aa85c54247c8213
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-06-20 (Thu, 20 Jun 2024)

  Changed paths:
M .github/workflows/jenkins-security-scan.yml

  Log Message:
  ---
  Remove version declaration in JSS



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/matrix-auth-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/matrix-auth-plugin/push/refs/heads/jss-default-java/a9c5bd-f10336%40github.com.


[jenkinsci/android-emulator-plugin] 63ed16: Fix 'escape-by-default' XML PI (#207)

2024-06-10 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/android-emulator-plugin
  Commit: 63ed16fff88317a1bad12a7583c98e2eade857d3
  
https://github.com/jenkinsci/android-emulator-plugin/commit/63ed16fff88317a1bad12a7583c98e2eade857d3
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-06-10 (Mon, 10 Jun 2024)

  Changed paths:
M 
src/main/resources/hudson/plugins/android_emulator/AndroidEmulator/config.jelly
M 
src/main/resources/hudson/plugins/android_emulator/AndroidEmulator/global.jelly
M 
src/main/resources/hudson/plugins/android_emulator/InstallBuilder/config.jelly
M 
src/main/resources/hudson/plugins/android_emulator/UninstallBuilder/config.jelly
M 
src/main/resources/hudson/plugins/android_emulator/monkey/MonkeyAction/summary.jelly
M 
src/main/resources/hudson/plugins/android_emulator/monkey/MonkeyBuilder/config.jelly
M 
src/main/resources/hudson/plugins/android_emulator/monkey/MonkeyRecorder/config.jelly
M 
src/main/resources/hudson/plugins/android_emulator/snapshot/SnapshotLoadBuilder/config.jelly
M 
src/main/resources/hudson/plugins/android_emulator/snapshot/SnapshotSaveBuilder/config.jelly
M src/main/resources/index.jelly

  Log Message:
  ---
  Fix 'escape-by-default' XML PI (#207)

Co-authored-by: Daniel Beck 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/android-emulator-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/android-emulator-plugin/push/refs/heads/master/9f871b-63ed16%40github.com.


[jenkins-infra/update-center2] 820d26: Remove "deprecation" notice for `nexus-jenkins-plu...

2024-05-26 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: 820d26d07a46fcc705a5fc83aa44c1448ea4a803
  
https://github.com/jenkins-infra/update-center2/commit/820d26d07a46fcc705a5fc83aa44c1448ea4a803
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-05-26 (Sun, 26 May 2024)

  Changed paths:
M resources/artifact-ignores.properties

  Log Message:
  ---
  Remove "deprecation" notice for `nexus-jenkins-plugin` (#783)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/update-center2/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/jenkins-infra/update-center2/push/refs/heads/master/fa261e-820d26%40github.com.


[jenkins-infra/update-center2] cec129: Remove "deprecation" notice for `nexus-jenkins-plu...

2024-05-24 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/helpdesk-3742
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: cec129847646a2616f00d22a37b7b834cdb82b63
  
https://github.com/jenkins-infra/update-center2/commit/cec129847646a2616f00d22a37b7b834cdb82b63
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
M resources/artifact-ignores.properties

  Log Message:
  ---
  Remove "deprecation" notice for `nexus-jenkins-plugin`



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/update-center2/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/jenkins-infra/update-center2/push/refs/heads/helpdesk-3742/00-cec129%40github.com.


[jenkins-infra/update-center2] bb3cbd: Mark SECURITY-3280 as fixed in build-monitor-plugi...

2024-05-03 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: bb3cbd9c0f918c60c23fdcc65312a006c5dcad20
  
https://github.com/jenkins-infra/update-center2/commit/bb3cbd9c0f918c60c23fdcc65312a006c5dcad20
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-05-03 (Fri, 03 May 2024)

  Changed paths:
M resources/warnings.json

  Log Message:
  ---
  Mark SECURITY-3280 as fixed in build-monitor-plugin 1.14-876 (#779)

Co-authored-by: Daniel Beck 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/update-center2/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/jenkins-infra/update-center2/push/refs/heads/master/30e0c0-bb3cbd%40github.com.


[jenkinsci/jenkins] b89863: [JENKINS-73093] Update script-security to 1336.vf3...

2024-05-02 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: b89863cf1f1ca7a27626774bd713f9a1d6fde2f6
  
https://github.com/jenkinsci/jenkins/commit/b89863cf1f1ca7a27626774bd713f9a1d6fde2f6
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-05-02 (Thu, 02 May 2024)

  Changed paths:
M test/pom.xml
M war/pom.xml

  Log Message:
  ---
  [JENKINS-73093] Update script-security to 1336.vf33a_a_9863911 (#9224)

Update script-security to 1336.vf33a_a_9863911

Co-authored-by: Daniel Beck 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/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/jenkins/push/refs/heads/master/4be252-b89863%40github.com.


[jenkinsci/git-server-plugin] eb6886: SECURITY-3342

2024-05-02 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-server-plugin
  Commit: eb68868fa027fb855e492127bebd67b4c2af16e7
  
https://github.com/jenkinsci/git-server-plugin/commit/eb68868fa027fb855e492127bebd67b4c2af16e7
  Author: Boris Yao 
  Date:   2024-04-24 (Wed, 24 Apr 2024)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/gitserver/FileBackedHttpGitRepository.java
M src/main/java/org/jenkinsci/plugins/gitserver/HttpGitRepository.java
A src/test/java/org/jenkinsci/plugins/gitserver/ssh/Security3342Test.java

  Log Message:
  ---
  SECURITY-3342


  Commit: 8428da8423f5b818258d0f9d4709bbac8b37b68c
  
https://github.com/jenkinsci/git-server-plugin/commit/8428da8423f5b818258d0f9d4709bbac8b37b68c
  Author: Daniel Beck 
  Date:   2024-05-02 (Thu, 02 May 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge remote-tracking branch 'jenkinsci/master'


Compare: 
https://github.com/jenkinsci/git-server-plugin/compare/920eadda0a8c...8428da8423f5

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/git-server-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/git-server-plugin/push/refs/heads/master/920ead-8428da%40github.com.


[jenkinsci/jenkins] ec3a9a: Do not reuse `WebClient` in `StaplerAbstractTest` ...

2024-04-29 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: ec3a9a8562f955ce0c78ea757d96fde6e2a43d54
  
https://github.com/jenkinsci/jenkins/commit/ec3a9a8562f955ce0c78ea757d96fde6e2a43d54
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-04-29 (Mon, 29 Apr 2024)

  Changed paths:
M test/src/test/java/jenkins/security/stapler/DoActionFilterTest.java
M test/src/test/java/jenkins/security/stapler/StaplerAbstractTest.java

  Log Message:
  ---
  Do not reuse `WebClient` in `StaplerAbstractTest` (#9209)

Co-authored-by: Daniel Beck 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/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/jenkins/push/refs/heads/master/cabf1a-ec3a9a%40github.com.


[jenkins-infra/jenkins.io] dd4611: Snake oil be snake oiling (#7254)

2024-04-19 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: dd4611b9cce94c643fdb8c4151e8272b5de509ed
  
https://github.com/jenkins-infra/jenkins.io/commit/dd4611b9cce94c643fdb8c4151e8272b5de509ed
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-04-19 (Fri, 19 Apr 2024)

  Changed paths:
M content/security/reporting.adoc

  Log Message:
  ---
  Snake oil be snake oiling (#7254)

Co-authored-by: Daniel Beck 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/jenkins.io/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/jenkins-infra/jenkins.io/push/refs/heads/master/bb099f-dd4611%40github.com.


[jenkins-infra/update-center2] 509541: Add warnings for 2024-04-17 security advisory

2024-04-17 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: 509541ddc36b3e681a7a17256ef587b100d7c34d
  
https://github.com/jenkins-infra/update-center2/commit/509541ddc36b3e681a7a17256ef587b100d7c34d
  Author: Daniel Beck 
  Date:   2024-04-17 (Wed, 17 Apr 2024)

  Changed paths:
M resources/warnings.json

  Log Message:
  ---
  Add warnings for 2024-04-17 security advisory



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/update-center2/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/jenkins-infra/update-center2/push/refs/heads/master/c69326-509541%40github.com.


[jenkins-infra/jenkins.io] c370f0: Clarify that critical issues also result in "Impor...

2024-04-12 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: c370f0839333fe5d60790c2147ddfcab61f97389
  
https://github.com/jenkins-infra/jenkins.io/commit/c370f0839333fe5d60790c2147ddfcab61f97389
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-04-12 (Fri, 12 Apr 2024)

  Changed paths:
M content/_data/changelogs/_STYLEGUIDE.adoc

  Log Message:
  ---
  Clarify that critical issues also result in "Important" security fix … (#7244)

Clarify that critical issues also result in "Important" security fix changelog 
entry



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/jenkins.io/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/jenkins-infra/jenkins.io/push/refs/heads/master/09bbe1-c370f0%40github.com.


[jenkinsci/jenkins] 899e4c: [JEP-235] Remove leftover unused resources (#9142)

2024-04-09 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 899e4cb713e53887a4cbca58db3681681b79d5de
  
https://github.com/jenkinsci/jenkins/commit/899e4cb713e53887a4cbca58db3681681b79d5de
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-04-09 (Tue, 09 Apr 2024)

  Changed paths:
R 
core/src/main/resources/jenkins/security/s2m/AdminCallableMonitor/description.jelly
R 
core/src/main/resources/jenkins/security/s2m/AdminCallableMonitor/description.properties
R 
core/src/main/resources/jenkins/security/s2m/AdminCallableMonitor/description_fr.properties
R 
core/src/main/resources/jenkins/security/s2m/AdminCallableMonitor/description_pt_BR.properties
R 
core/src/main/resources/jenkins/security/s2m/MasterKillSwitchWarning/description.jelly
R 
core/src/main/resources/jenkins/security/s2m/MasterKillSwitchWarning/description.properties
R 
core/src/main/resources/jenkins/security/s2m/MasterKillSwitchWarning/description_fr.properties
R 
core/src/main/resources/jenkins/security/s2m/MasterKillSwitchWarning/description_pt_BR.properties

  Log Message:
  ---
  [JEP-235] Remove leftover unused resources (#9142)

Co-authored-by: Daniel Beck 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/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/jenkins/push/refs/heads/master/7e648a-899e4c%40github.com.


[jenkinsci/pom] 87c282: [JENKINS-72956] Skip Spotless in quick-build profi...

2024-04-05 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pom
  Commit: 87c2822b42eb899154db30bd3ace306918839bb4
  
https://github.com/jenkinsci/pom/commit/87c2822b42eb899154db30bd3ace306918839bb4
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-04-05 (Fri, 05 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [JENKINS-72956] Skip Spotless in quick-build profile (#537)

Co-authored-by: Daniel Beck 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/pom/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/pom/push/refs/heads/master/1c026c-87c282%40github.com.


[jenkinsci/pegdown-formatter-plugin] c90145: Use HTTPS URLs in pom.xml (#1)

2024-04-03 Thread &#x27;daniel-beck-bot' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pegdown-formatter-plugin
  Commit: c901453280b851e126470c1542a424c4a80d981f
  
https://github.com/jenkinsci/pegdown-formatter-plugin/commit/c901453280b851e126470c1542a424c4a80d981f
  Author: daniel-beck-bot <53303753+daniel-beck-...@users.noreply.github.com>
  Date:   2024-04-03 (Wed, 03 Apr 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use HTTPS URLs in pom.xml (#1)

Co-authored-by: Daniel Beck 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/pegdown-formatter-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/pegdown-formatter-plugin/push/refs/heads/master/59950c-c90145%40github.com.


[jenkinsci/jenkins] c8ee9e: Fix breadcrumb title in `DirectoryBrowserSupport` ...

2024-03-30 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: c8ee9eaee72be1ca3c64ebfea9cd847c116e6dc8
  
https://github.com/jenkinsci/jenkins/commit/c8ee9eaee72be1ca3c64ebfea9cd847c116e6dc8
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-03-30 (Sat, 30 Mar 2024)

  Changed paths:
M core/src/main/resources/hudson/model/DirectoryBrowserSupport/dir.jelly

  Log Message:
  ---
  Fix breadcrumb title in `DirectoryBrowserSupport` (#9099)

Fix breadcrumb title in DirectoryBrowserSupport

Co-authored-by: Daniel Beck 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/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/jenkins/push/refs/heads/master/9882ec-c8ee9e%40github.com.


[jenkinsci/jenkins] 5e6387: Bump Mina to 2.12.1 in the CLI (#9089)

2024-03-28 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 5e6387ad3a244b928d27f56e873b0a55ad30c07e
  
https://github.com/jenkinsci/jenkins/commit/5e6387ad3a244b928d27f56e873b0a55ad30c07e
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-03-28 (Thu, 28 Mar 2024)

  Changed paths:
M cli/pom.xml

  Log Message:
  ---
  Bump Mina to 2.12.1 in the CLI (#9089)

Bump Mina to 2.12.1

Co-authored-by: Daniel Beck 
Co-authored-by: Mark Waite 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/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/jenkins/push/refs/heads/master/d49528-5e6387%40github.com.


[jenkinsci/jenkins] 28ed39: [JENKINS-18884] Remove 'People' view (#9060)

2024-03-28 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 28ed39d800cf9a78df7ba6b267ca0f6e974b6924
  
https://github.com/jenkinsci/jenkins/commit/28ed39d800cf9a78df7ba6b267ca0f6e974b6924
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-03-28 (Thu, 28 Mar 2024)

  Changed paths:
M core/src/main/java/hudson/model/View.java
M core/src/main/java/jenkins/model/Jenkins.java
A core/src/main/java/jenkins/model/PeopleRedirect.java
M core/src/main/resources/hudson/model/User/sidepanel.jelly
R core/src/main/resources/hudson/model/View/AsynchPeople/index.jelly
R core/src/main/resources/hudson/model/View/AsynchPeople/index.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_bg.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_ca.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_cs.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_da.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_de.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_el.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_es.properties
R 
core/src/main/resources/hudson/model/View/AsynchPeople/index_es_AR.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_et.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_fi.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_fr.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_hu.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_it.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_ja.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_ko.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_lt.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_lv.properties
R 
core/src/main/resources/hudson/model/View/AsynchPeople/index_nb_NO.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_nl.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_pl.properties
R 
core/src/main/resources/hudson/model/View/AsynchPeople/index_pt_BR.properties
R 
core/src/main/resources/hudson/model/View/AsynchPeople/index_pt_PT.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_ro.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_ru.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_sr.properties
R 
core/src/main/resources/hudson/model/View/AsynchPeople/index_sv_SE.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_tr.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/index_uk.properties
R 
core/src/main/resources/hudson/model/View/AsynchPeople/index_zh_TW.properties
R core/src/main/resources/hudson/model/View/AsynchPeople/people-resources.js
R core/src/main/resources/hudson/model/View/People/index.jelly
R core/src/main/resources/hudson/model/View/People/index.properties
R core/src/main/resources/hudson/model/View/People/index_bg.properties
R core/src/main/resources/hudson/model/View/People/index_ca.properties
R core/src/main/resources/hudson/model/View/People/index_cs.properties
R core/src/main/resources/hudson/model/View/People/index_de.properties
R core/src/main/resources/hudson/model/View/People/index_es.properties
R core/src/main/resources/hudson/model/View/People/index_es_AR.properties
R core/src/main/resources/hudson/model/View/People/index_et.properties
R core/src/main/resources/hudson/model/View/People/index_fr.properties
R core/src/main/resources/hudson/model/View/People/index_he.properties
R core/src/main/resources/hudson/model/View/People/index_hu.properties
R core/src/main/resources/hudson/model/View/People/index_it.properties
R core/src/main/resources/hudson/model/View/People/index_ja.properties
R core/src/main/resources/hudson/model/View/People/index_lt.properties
R core/src/main/resources/hudson/model/View/People/index_nb_NO.properties
R core/src/main/resources/hudson/model/View/People/index_nl.properties
R core/src/main/resources/hudson/model/View/People/index_pl.properties
R core/src/main/resources/hudson/model/View/People/index_pt_BR.properties
R core/src/main/resources/hudson/model/View/People/index_pt_PT.properties
R core/src/main/resources/hudson/model/View/People/index_ro.properties
R core/src/main/resources/hudson/model/View/People/index_ru.properties
R core/src/main/resources/hudson/model/View/People/index_sl.properties
R core/src/main/resources/hudson/model/View/People/index_sr.properties
R core/sr

[jenkins-infra/jenkins.io] 9c56eb: Add note about the CodeQL pack we publish (#7198)

2024-03-28 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 9c56eb896245e546108016a6cdf24c93db5d7f51
  
https://github.com/jenkins-infra/jenkins.io/commit/9c56eb896245e546108016a6cdf24c93db5d7f51
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-03-28 (Thu, 28 Mar 2024)

  Changed paths:
M content/doc/developer/security/scan.adoc

  Log Message:
  ---
  Add note about the CodeQL pack we publish (#7198)

Co-authored-by: Daniel Beck 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/jenkins.io/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/jenkins-infra/jenkins.io/push/refs/heads/master/dd2665-9c56eb%40github.com.


[jenkins-infra/update-center2] 6bf66b: Add warnings for 2024-03-20 security advisory

2024-03-20 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: 6bf66b7ca44c45c9752414a89d684a9ad10c2004
  
https://github.com/jenkins-infra/update-center2/commit/6bf66b7ca44c45c9752414a89d684a9ad10c2004
  Author: Daniel Beck 
  Date:   2024-03-20 (Wed, 20 Mar 2024)

  Changed paths:
M resources/warnings.json

  Log Message:
  ---
  Add warnings for 2024-03-20 security advisory



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/update-center2/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/jenkins-infra/update-center2/push/refs/heads/master/f803dd-6bf66b%40github.com.


[jenkinsci/matrix-auth-plugin] 725287: Switch to main

2024-03-20 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/codeql-2.16.4
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: 725287eb87c2dc71538dc0764bbde157e9a3d2a7
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/725287eb87c2dc71538dc0764bbde157e9a3d2a7
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-03-20 (Wed, 20 Mar 2024)

  Changed paths:
M .github/workflows/jenkins-security-scan.yml

  Log Message:
  ---
  Switch to main



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/matrix-auth-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/matrix-auth-plugin/push/refs/heads/codeql-2.16.4/b12e57-725287%40github.com.


[jenkinsci/matrix-auth-plugin] b12e57: Actually run the scan

2024-03-19 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/codeql-2.16.4
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: b12e57aa37ececacf05f4c3facf46bea57386aed
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/b12e57aa37ececacf05f4c3facf46bea57386aed
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
M .github/workflows/jenkins-security-scan.yml

  Log Message:
  ---
  Actually run the scan



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/matrix-auth-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/matrix-auth-plugin/push/refs/heads/codeql-2.16.4/0219c5-b12e57%40github.com.


[jenkinsci/matrix-auth-plugin] 0219c5: Try `codeql-2.16.4`

2024-03-19 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/codeql-2.16.4
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: 0219c56bb727ec9725fb9cf76f4fff081ec55859
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/0219c56bb727ec9725fb9cf76f4fff081ec55859
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-03-19 (Tue, 19 Mar 2024)

  Changed paths:
M .github/workflows/jenkins-security-scan.yml

  Log Message:
  ---
  Try `codeql-2.16.4`



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/matrix-auth-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/matrix-auth-plugin/push/refs/heads/codeql-2.16.4/00-0219c5%40github.com.


[jenkins-infra/jenkins.io] 3d215f: Remove mention of supply chain attacks (#7178)

2024-03-15 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 3d215f7a8bd44500aa5c0198fd1cdfb394af3b6c
  
https://github.com/jenkins-infra/jenkins.io/commit/3d215f7a8bd44500aa5c0198fd1cdfb394af3b6c
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-03-15 (Fri, 15 Mar 2024)

  Changed paths:
M content/doc/book/security/controller-isolation.adoc

  Log Message:
  ---
  Remove mention of supply chain attacks (#7178)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/jenkins.io/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/jenkins-infra/jenkins.io/push/refs/heads/master/913313-3d215f%40github.com.


[jenkinsci/jenkins] 1da7c9: Add help text for Markup Formatter setting (#9038)

2024-03-14 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 1da7c9cb68b607d9a560974430c80e3f823c3e64
  
https://github.com/jenkinsci/jenkins/commit/1da7c9cb68b607d9a560974430c80e3f823c3e64
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-03-14 (Thu, 14 Mar 2024)

  Changed paths:
A 
core/src/main/resources/hudson/security/GlobalSecurityConfiguration/help-markupFormatter.html
R core/src/main/resources/jenkins/model/Jenkins/help-markupFormatter.html
R core/src/main/resources/jenkins/model/Jenkins/help-markupFormatter_bg.html
R core/src/main/resources/jenkins/model/Jenkins/help-markupFormatter_it.html
R core/src/main/resources/jenkins/model/Jenkins/help-markupFormatter_ja.html
R 
core/src/main/resources/jenkins/model/Jenkins/help-markupFormatter_zh_TW.html

  Log Message:
  ---
  Add help text for Markup Formatter setting (#9038)

* Restore help text for Markup Formatter setting

* Update 
core/src/main/resources/hudson/security/GlobalSecurityConfiguration/help-markupFormatter.html

Co-authored-by: Mark Waite 

* mvn -pl war frontend:yarn -Dfrontend.yarn.arguments=lint:fix

-

Co-authored-by: Daniel Beck 
Co-authored-by: Mark Waite 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/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/jenkins/push/refs/heads/master/5bc99a-1da7c9%40github.com.


[jenkinsci/jenkins] 5bc99a: Improve description of "Plain text" markup formatt...

2024-03-14 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 5bc99ad8b7aac3a42a58de8f63075f04a16eedab
  
https://github.com/jenkinsci/jenkins/commit/5bc99ad8b7aac3a42a58de8f63075f04a16eedab
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-03-14 (Thu, 14 Mar 2024)

  Changed paths:
M 
core/src/main/resources/hudson/markup/EscapedMarkupFormatter/config.properties

  Log Message:
  ---
  Improve description of "Plain text" markup formatter (#9039)

Co-authored-by: Daniel Beck 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/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/jenkins/push/refs/heads/master/a4835f-5bc99a%40github.com.


[jenkins-infra/jenkins.io] f83dd6: Remove mention of supply chain attacks

2024-03-14 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/daniel-beck-patch-1
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: f83dd61f84eb4c31d6c5e994fd4682700e23e53f
  
https://github.com/jenkins-infra/jenkins.io/commit/f83dd61f84eb4c31d6c5e994fd4682700e23e53f
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-03-14 (Thu, 14 Mar 2024)

  Changed paths:
M content/doc/book/security/controller-isolation.adoc

  Log Message:
  ---
  Remove mention of supply chain attacks



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/jenkins.io/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/jenkins-infra/jenkins.io/push/refs/heads/daniel-beck-patch-1/00-f83dd6%40github.com.


[jenkinsci/jenkins] b9b779: Link to individual releases' changelog pages (#8985)

2024-03-09 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: b9b779d71928cc33f207a98726265ee77705
  
https://github.com/jenkinsci/jenkins/commit/b9b779d71928cc33f207a98726265ee77705
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-03-10 (Sun, 10 Mar 2024)

  Changed paths:
M .github/release-drafter.yml

  Log Message:
  ---
  Link to individual releases' changelog pages (#8985)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/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/jenkins/push/refs/heads/master/46b0db-b9b779%40github.com.


[jenkinsci/jenkins] 3a0744: Update bundled trilead-api to 2.84.86.vf9c960e9b_4...

2024-03-09 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 3a07440b339bc9da1b5c8632aa78a02e011b4e5b
  
https://github.com/jenkinsci/jenkins/commit/3a07440b339bc9da1b5c8632aa78a02e011b4e5b
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-03-09 (Sat, 09 Mar 2024)

  Changed paths:
M war/pom.xml

  Log Message:
  ---
  Update bundled trilead-api to 2.84.86.vf9c960e9b_458 (#9022)

Co-authored-by: Daniel Beck 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/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/jenkins/push/refs/heads/master/9a3ef7-3a0744%40github.com.


[jenkinsci/jenkins] f7fea8: Bump ip from 2.0.0 to 2.0.1 in /war (#8973)

2024-03-08 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/jenkins-io-7117
  Home:   https://github.com/jenkinsci/jenkins
  Commit: f7fea8d891dccedd6b16391ade1bef95374e8207
  
https://github.com/jenkinsci/jenkins/commit/f7fea8d891dccedd6b16391ade1bef95374e8207
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-02-23 (Fri, 23 Feb 2024)

  Changed paths:
M war/yarn.lock

  Log Message:
  ---
  Bump ip from 2.0.0 to 2.0.1 in /war (#8973)

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>


  Commit: 0d9fe471a3fdfcdfc76d0e6189b095c9c4dde207
  
https://github.com/jenkinsci/jenkins/commit/0d9fe471a3fdfcdfc76d0e6189b095c9c4dde207
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-02-24 (Sat, 24 Feb 2024)

  Changed paths:
M .github/workflows/announce-lts-rc.yml

  Log Message:
  ---
  Bump roots/discourse-topic-github-release-action from 1.0.0 to 1.0.1 (#8982)

Bumps 
[roots/discourse-topic-github-release-action](https://github.com/roots/discourse-topic-github-release-action)
 from 1.0.0 to 1.0.1.
- [Release 
notes](https://github.com/roots/discourse-topic-github-release-action/releases)
- 
[Commits](https://github.com/roots/discourse-topic-github-release-action/compare/fc9e50fa1a1ce6255ba4d03f104382845b79ad5f...c30dc233349b7c6f24f52fb1c659cc64f13b5474)

---
updated-dependencies:
- dependency-name: roots/discourse-topic-github-release-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>


  Commit: 885978daf0b218e4956f3df262b96a9234c421ae
  
https://github.com/jenkinsci/jenkins/commit/885978daf0b218e4956f3df262b96a9234c421ae
  Author: Markus Winter 
  Date:   2024-02-24 (Sat, 24 Feb 2024)

  Changed paths:
M 
core/src/main/resources/jenkins/widgets/HistoryPageFilter/queue-items.jelly

  Log Message:
  ---
  use symbol for parameters in build history of pending jobs (#8977)

use symbol for parameters in build history

replace the notepad icon in the build history for pending jobs with the
symbol for parameters
Remove the wrapper in a link that does nothing except altering the
location


  Commit: 64607784f87e40352a2d31591d6c57f07ca70a31
  
https://github.com/jenkinsci/jenkins/commit/64607784f87e40352a2d31591d6c57f07ca70a31
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-02-24 (Sat, 24 Feb 2024)

  Changed paths:
M bom/pom.xml
M core/src/main/java/hudson/Functions.java
M core/src/main/resources/lib/layout/renderOnDemand.jelly
A test/src/test/java/org/kohsuke/stapler/BindTest.java
A 
test/src/test/resources/org/kohsuke/stapler/BindTest/RootActionImpl/adjunct.js
A 
test/src/test/resources/org/kohsuke/stapler/BindTest/RootActionImpl/index.jelly
A 
test/src/test/resources/org/kohsuke/stapler/BindTest/RootActionImpl/inline-null.jelly
A 
test/src/test/resources/org/kohsuke/stapler/BindTest/RootActionImpl/null.jelly
A 
test/src/test/resources/org/kohsuke/stapler/BindTest/RootActionImpl/unsafe-var.jelly
A 
test/src/test/resources/org/kohsuke/stapler/BindTest/RootActionWithWellKnownURL/adjunct.js
A 
test/src/test/resources/org/kohsuke/stapler/BindTest/RootActionWithWellKnownURL/index.jelly
M war/src/main/webapp/scripts/hudson-behavior.js

  Log Message:
  ---
  [JENKINS-60866][JENKINS-71513] Apply Stapler update for CSP-compliant st:bind 
and renderOnDemand (#6865)

* [JENKINS-60866] Apply Stapler update for CSP-compliant st:bind

* [JENKINS-60866] Make renderOnDemand CSP-compliant

* Thanks Spotless

* Make Stapler incrementals work

* Update Stapler to new incremental

* Fixup bad merge

* Update Stapler, add test demonstrating st:bind working

* Address review feedback

* Add test for null bind, update Stapler

* Checkstyle

* More tests

* Use released Stapler

-----

Co-authored-by: Daniel Beck 
Co-authored-by: Basil Crow 


  Commit: 0675943cd256d383aa8a482371762f243d35d1a5
  
https://github.com/jenkinsci/jenkins/commit/0675943cd256d383aa8a482371762f243d35d1a5
  Author: Markus Winter 
  Date:   2024-02-24 (Sat, 24 Feb 2024)

  Changed paths:
M war/src/main/js/components/tooltips/index.js

  Log Message:
  ---
  [JENKINS-71148] avoid empty tooltips (#8975)

* [JENKINS71148] avoid empty tooltips

when the tooltip or html tooltip is empty or whitespace only it is
avoided that the tippy is invoked at all which would otherwise just
display a small but empty element.

* better null checks


  Commit: 4d0a4eb8269f47561ac3781ab4b4e2d55957ab01
  
https://github.com/jenkinsci/jenkins/commit/4d0a4eb8269f47561ac3781ab4b4e2d55957ab01
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-02-26 (Mon, 26 Feb 2024)

  Changed path

[jenkins-infra/jenkins.io] 1c4910: Add individual pages for changelog versions (#7117)

2024-03-08 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 1c4910a5f40a073b7813049f9c0b2f2991125385
  
https://github.com/jenkins-infra/jenkins.io/commit/1c4910a5f40a073b7813049f9c0b2f2991125385
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-03-08 (Fri, 08 Mar 2024)

  Changed paths:
A content/_ext/changelog_releases.rb
M content/_ext/pipeline.rb
A content/_layouts/changelog_entry.html.haml
M content/changelog-old/index.html.haml
M content/changelog-stable/index.html.haml
M content/changelog/index.html.haml

  Log Message:
  ---
  Add individual pages for changelog versions (#7117)

* Add individual pages for changelog entries

* Use symbols

* Add permalinks, better title

* Implement version limiter (no changelog pages for unreleased versions)

* Remove 'Improve this page' from the footer of version changelog pages

-

Co-authored-by: Daniel Beck 
Co-authored-by: Kris Stern 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/jenkins.io/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/jenkins-infra/jenkins.io/push/refs/heads/master/aa2db6-1c4910%40github.com.


[jenkins-infra/update-center2] 601f65: Use version 3.16

2024-03-08 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: 601f65fbabcf18d67af561f9c1a1733ac2320c5a
  
https://github.com/jenkins-infra/update-center2/commit/601f65fbabcf18d67af561f9c1a1733ac2320c5a
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-03-08 (Fri, 08 Mar 2024)

  Changed paths:
M site/generate.sh

  Log Message:
  ---
  Use version 3.16



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/update-center2/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/jenkins-infra/update-center2/push/refs/heads/master/79d680-601f65%40github.com.


[jenkins-infra/update-center2]

2024-03-08 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/tags/update-center2-3.16
  Home:   https://github.com/jenkins-infra/update-center2

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/update-center2/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/jenkins-infra/update-center2/push/refs/tags/update-center2-3.16/00-21906f%40github.com.


[jenkins-infra/update-center2] 79d680: [maven-release-plugin] prepare for next developmen...

2024-03-08 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: 79d680b89b8edd16df801024c430906503af15c9
  
https://github.com/jenkins-infra/update-center2/commit/79d680b89b8edd16df801024c430906503af15c9
  Author: Daniel Beck 
  Date:   2024-03-08 (Fri, 08 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/update-center2/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/jenkins-infra/update-center2/push/refs/heads/master/f306b6-79d680%40github.com.


[jenkins-infra/update-center2] f306b6: [maven-release-plugin] prepare release update-cent...

2024-03-08 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: f306b62edd36497d5771f1907bec795fe541c472
  
https://github.com/jenkins-infra/update-center2/commit/f306b62edd36497d5771f1907bec795fe541c472
  Author: Daniel Beck 
  Date:   2024-03-08 (Fri, 08 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release update-center2-3.16



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/update-center2/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/jenkins-infra/update-center2/push/refs/heads/master/afc6e4-f306b6%40github.com.


[jenkins-infra/update-center2] b68f34: Fix GitHub authentication (#766)

2024-03-08 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: b68f3427ab5d574feba7409244aee4511f5270e1
  
https://github.com/jenkins-infra/update-center2/commit/b68f3427ab5d574feba7409244aee4511f5270e1
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-03-08 (Fri, 08 Mar 2024)

  Changed paths:
M src/main/java/io/jenkins/update_center/GitHubSource.java

  Log Message:
  ---
  Fix GitHub authentication (#766)

* Fix GitHub authentication

* Make the test pass even without env vars set

-

Co-authored-by: Daniel Beck 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/update-center2/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/jenkins-infra/update-center2/push/refs/heads/master/f19d5a-b68f34%40github.com.


[jenkins-infra/update-center2] 60ea5a: Further limit allowed characters in file path (#686)

2024-03-08 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: 60ea5ad6d177de126fdd6426cdfacd9542836c7d
  
https://github.com/jenkins-infra/update-center2/commit/60ea5ad6d177de126fdd6426cdfacd9542836c7d
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-03-08 (Fri, 08 Mar 2024)

  Changed paths:
M src/main/java/io/jenkins/update_center/ArtifactoryRepositoryImpl.java

  Log Message:
  ---
  Further limit allowed characters in file path (#686)

* Further limit allowed characters in file path

* Apply suggestions from code review

Co-authored-by: Zbynek Konecny 

-

Co-authored-by: Daniel Beck 
Co-authored-by: Zbynek Konecny 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/update-center2/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/jenkins-infra/update-center2/push/refs/heads/master/229711-60ea5a%40github.com.


[jenkins-infra/update-center2] 2b2167: New snapshot from eb321fa9573563bf8882615d6c2ef562...

2024-03-08 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/towards-3.16
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: 2b216766176b74892374c5baf503d8bc0e34627a
  
https://github.com/jenkins-infra/update-center2/commit/2b216766176b74892374c5baf503d8bc0e34627a
  Author: Daniel Beck 
  Date:   2024-03-08 (Fri, 08 Mar 2024)

  Changed paths:
M site/generate.sh

  Log Message:
  ---
  New snapshot from eb321fa9573563bf8882615d6c2ef562dcb3a2d6



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/update-center2/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/jenkins-infra/update-center2/push/refs/heads/towards-3.16/adc2b4-2b2167%40github.com.


[jenkins-infra/update-center2] adc2b4: New snapshot

2024-03-07 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/towards-3.16
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: adc2b4e23c8f0cb5fbcacc4700b3a902acc95238
  
https://github.com/jenkins-infra/update-center2/commit/adc2b4e23c8f0cb5fbcacc4700b3a902acc95238
  Author: Daniel Beck 
  Date:   2024-03-08 (Fri, 08 Mar 2024)

  Changed paths:
M site/generate.sh

  Log Message:
  ---
  New snapshot



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/update-center2/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/jenkins-infra/update-center2/push/refs/heads/towards-3.16/0d1380-adc2b4%40github.com.


[jenkinsci/filesystem-list-parameter-plugin] b4f1fe: Change SECURITY-2716 link to be accessible to othe...

2024-03-07 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/filesystem-list-parameter-plugin
  Commit: b4f1fe80b35b8a5f99fd9aa82c92ee18a7758801
  
https://github.com/jenkinsci/filesystem-list-parameter-plugin/commit/b4f1fe80b35b8a5f99fd9aa82c92ee18a7758801
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-03-08 (Fri, 08 Mar 2024)

  Changed paths:
M README.md

  Log Message:
  ---
  Change SECURITY-2716 link to be accessible to others (#7)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/filesystem-list-parameter-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/filesystem-list-parameter-plugin/push/refs/heads/master/3fc93d-b4f1fe%40github.com.


[jenkins-infra/update-center2] 0d1380: Use 3.16 snapshot

2024-03-07 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/towards-3.16
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: 0d1380e9d3cac7f276aa8dd62b2f89e94800a2d7
  
https://github.com/jenkins-infra/update-center2/commit/0d1380e9d3cac7f276aa8dd62b2f89e94800a2d7
  Author: Daniel Beck 
  Date:   2024-03-07 (Thu, 07 Mar 2024)

  Changed paths:
M site/generate.sh

  Log Message:
  ---
  Use 3.16 snapshot



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/update-center2/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/jenkins-infra/update-center2/push/refs/heads/towards-3.16/00-0d1380%40github.com.


[jenkinsci/matrix-auth-plugin] 3905b0: [maven-release-plugin] prepare for next developmen...

2024-03-07 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: 3905b0490c7cbcb3c6c5669039686f6083f5e3ad
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/3905b0490c7cbcb3c6c5669039686f6083f5e3ad
  Author: Daniel Beck 
  Date:   2024-03-07 (Thu, 07 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/matrix-auth-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/matrix-auth-plugin/push/refs/heads/master/564f14-3905b0%40github.com.


[jenkinsci/matrix-auth-plugin] 564f14: [maven-release-plugin] prepare release matrix-auth...

2024-03-07 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: 564f14ef4ec87728681e12e75cf2737bffe358bc
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/564f14ef4ec87728681e12e75cf2737bffe358bc
  Author: Daniel Beck 
  Date:   2024-03-07 (Thu, 07 Mar 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release matrix-auth-3.2.2



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/matrix-auth-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/matrix-auth-plugin/push/refs/heads/master/b40036-564f14%40github.com.


[jenkinsci/matrix-auth-plugin]

2024-03-07 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/tags/matrix-auth-3.2.2
  Home:   https://github.com/jenkinsci/matrix-auth-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/matrix-auth-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/matrix-auth-plugin/push/refs/tags/matrix-auth-3.2.2/00-0a4819%40github.com.


[jenkinsci/filesystem-list-parameter-plugin] 15c72a: Change SECURITY-2716 link to be accessible to others

2024-03-07 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/fix-SECURITY-2716-link
  Home:   https://github.com/jenkinsci/filesystem-list-parameter-plugin
  Commit: 15c72aea0e2f2f8d17639afefc82f5bdc6c737b8
  
https://github.com/jenkinsci/filesystem-list-parameter-plugin/commit/15c72aea0e2f2f8d17639afefc82f5bdc6c737b8
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-03-07 (Thu, 07 Mar 2024)

  Changed paths:
M README.md

  Log Message:
  ---
  Change SECURITY-2716 link to be accessible to others



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/filesystem-list-parameter-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/filesystem-list-parameter-plugin/push/refs/heads/fix-SECURITY-2716-link/00-15c72a%40github.com.


[jenkinsci/appspider-build-scanner-plugin]

2024-03-06 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/tags/jenkinsci-appspider-plugin-1.0.17
  Home:   https://github.com/jenkinsci/appspider-build-scanner-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/appspider-build-scanner-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/appspider-build-scanner-plugin/push/refs/tags/jenkinsci-appspider-plugin-1.0.17/00-f5c39f%40github.com.


[jenkinsci/google-compute-engine-plugin]

2024-03-06 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/tags/4.563.vfa_446a_7e00a_d
  Home:   https://github.com/jenkinsci/google-compute-engine-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/google-compute-engine-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/google-compute-engine-plugin/push/refs/tags/4.563.vfa_446a_7e00a_d/00-fa446a%40github.com.


[jenkinsci/google-compute-engine-plugin]

2024-03-06 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/tags/4.561.563.vcb_cff734a_71e
  Home:   https://github.com/jenkinsci/google-compute-engine-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/google-compute-engine-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/google-compute-engine-plugin/push/refs/tags/4.561.563.vcb_cff734a_71e/00-cbcff7%40github.com.


[jenkinsci/trilead-ssh2]

2024-03-06 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/tags/build-217-jenkins-274.276.v58da_75159cb_7
  Home:   https://github.com/jenkinsci/trilead-ssh2

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/trilead-ssh2/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/trilead-ssh2/push/refs/tags/build-217-jenkins-274.276.v58da_75159cb_7/00-58da75%40github.com.


[jenkinsci/trilead-ssh2]

2024-03-06 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/tags/build-217-jenkins-247.249.v2c275b_194046
  Home:   https://github.com/jenkinsci/trilead-ssh2

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/trilead-ssh2/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/trilead-ssh2/push/refs/tags/build-217-jenkins-247.249.v2c275b_194046/00-2c275b%40github.com.


[jenkinsci/trilead-api-plugin] 284120: [SECURITY-3333]

2024-03-06 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/main
  Home:   https://github.com/jenkinsci/trilead-api-plugin
  Commit: 284120fd0c468795f14bf53f3b40e43fee851ace
  
https://github.com/jenkinsci/trilead-api-plugin/commit/284120fd0c468795f14bf53f3b40e43fee851ace
  Author: Daniel Beck 
  Date:   2024-02-29 (Thu, 29 Feb 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [SECURITY-]



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/trilead-api-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/trilead-api-plugin/push/refs/heads/main/3f7650-284120%40github.com.


[jenkinsci/trilead-api-plugin]

2024-03-06 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/tags/2.141.v284120fd0c46
  Home:   https://github.com/jenkinsci/trilead-api-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/trilead-api-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/trilead-api-plugin/push/refs/tags/2.141.v284120fd0c46/00-284120%40github.com.


[jenkinsci/trilead-api-plugin]

2024-03-06 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/tags/2.84.86.vf9c960e9b_458
  Home:   https://github.com/jenkinsci/trilead-api-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/trilead-api-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/trilead-api-plugin/push/refs/tags/2.84.86.vf9c960e9b_458/00-f9c960%40github.com.


[jenkinsci/trilead-api-plugin] 598014: Prepare for 2.84.x

2024-03-06 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/2.84.x
  Home:   https://github.com/jenkinsci/trilead-api-plugin
  Commit: 5980146c47a626cf3e94fee75d3c9a9774e36332
  
https://github.com/jenkinsci/trilead-api-plugin/commit/5980146c47a626cf3e94fee75d3c9a9774e36332
  Author: Daniel Beck 
  Date:   2024-02-29 (Thu, 29 Feb 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Prepare for 2.84.x


  Commit: f9c960e9b458e74adbff0598d837d47e2d44808f
  
https://github.com/jenkinsci/trilead-api-plugin/commit/f9c960e9b458e74adbff0598d837d47e2d44808f
  Author: Daniel Beck 
  Date:   2024-02-29 (Thu, 29 Feb 2024)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [SECURITY-]


Compare: 
https://github.com/jenkinsci/trilead-api-plugin/compare/5980146c47a6%5E...f9c960e9b458

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/trilead-api-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/trilead-api-plugin/push/refs/heads/2.84.x/00-f9c960%40github.com.


[jenkinsci/htmlpublisher-plugin]

2024-03-06 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/tags/htmlpublisher-1.32.1
  Home:   https://github.com/jenkinsci/htmlpublisher-plugin

To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/htmlpublisher-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/htmlpublisher-plugin/push/refs/tags/htmlpublisher-1.32.1/00-4e44d0%40github.com.


[jenkins-infra/update-center2] cd932f: Add warnings for 2024-03-06 security advisory

2024-03-06 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: cd932f4798a8eb9cc7fb8582b706858c5d266180
  
https://github.com/jenkins-infra/update-center2/commit/cd932f4798a8eb9cc7fb8582b706858c5d266180
  Author: Daniel Beck 
  Date:   2024-03-06 (Wed, 06 Mar 2024)

  Changed paths:
M resources/warnings.json

  Log Message:
  ---
  Add warnings for 2024-03-06 security advisory



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/update-center2/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/jenkins-infra/update-center2/push/refs/heads/master/366931-cd932f%40github.com.


[jenkins-infra/jenkins.io] cdfc02: Fix link from architecture/web to views (#7133)

2024-02-27 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: cdfc02cef0db9edb3566511d103d71aad03588e6
  
https://github.com/jenkins-infra/jenkins.io/commit/cdfc02cef0db9edb3566511d103d71aad03588e6
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-02-27 (Tue, 27 Feb 2024)

  Changed paths:
M content/doc/developer/architecture/web.adoc

  Log Message:
  ---
  Fix link from architecture/web to views (#7133)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/jenkins.io/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/jenkins-infra/jenkins.io/push/refs/heads/master/39567f-cdfc02%40github.com.


[jenkins-infra/jenkins.io] 67a559: Fix link from architecture/web to views

2024-02-27 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/views-link-fix
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 67a559ade9126b95afe668581435e808675cd735
  
https://github.com/jenkins-infra/jenkins.io/commit/67a559ade9126b95afe668581435e808675cd735
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-02-27 (Tue, 27 Feb 2024)

  Changed paths:
M content/doc/developer/architecture/web.adoc

  Log Message:
  ---
  Fix link from architecture/web to views



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/jenkins.io/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/jenkins-infra/jenkins.io/push/refs/heads/views-link-fix/00-67a559%40github.com.


[jenkinsci/jenkins] 646077: [JENKINS-60866][JENKINS-71513] Apply Stapler updat...

2024-02-23 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 64607784f87e40352a2d31591d6c57f07ca70a31
  
https://github.com/jenkinsci/jenkins/commit/64607784f87e40352a2d31591d6c57f07ca70a31
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-02-24 (Sat, 24 Feb 2024)

  Changed paths:
M bom/pom.xml
M core/src/main/java/hudson/Functions.java
M core/src/main/resources/lib/layout/renderOnDemand.jelly
A test/src/test/java/org/kohsuke/stapler/BindTest.java
A 
test/src/test/resources/org/kohsuke/stapler/BindTest/RootActionImpl/adjunct.js
A 
test/src/test/resources/org/kohsuke/stapler/BindTest/RootActionImpl/index.jelly
A 
test/src/test/resources/org/kohsuke/stapler/BindTest/RootActionImpl/inline-null.jelly
A 
test/src/test/resources/org/kohsuke/stapler/BindTest/RootActionImpl/null.jelly
A 
test/src/test/resources/org/kohsuke/stapler/BindTest/RootActionImpl/unsafe-var.jelly
A 
test/src/test/resources/org/kohsuke/stapler/BindTest/RootActionWithWellKnownURL/adjunct.js
A 
test/src/test/resources/org/kohsuke/stapler/BindTest/RootActionWithWellKnownURL/index.jelly
M war/src/main/webapp/scripts/hudson-behavior.js

  Log Message:
  ---
  [JENKINS-60866][JENKINS-71513] Apply Stapler update for CSP-compliant st:bind 
and renderOnDemand (#6865)

* [JENKINS-60866] Apply Stapler update for CSP-compliant st:bind

* [JENKINS-60866] Make renderOnDemand CSP-compliant

* Thanks Spotless

* Make Stapler incrementals work

* Update Stapler to new incremental

* Fixup bad merge

* Update Stapler, add test demonstrating st:bind working

* Address review feedback

* Add test for null bind, update Stapler

* Checkstyle

* More tests

* Use released Stapler

-

Co-authored-by: Daniel Beck 
Co-authored-by: Basil Crow 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/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/jenkins/push/refs/heads/master/885978-646077%40github.com.


[jenkinsci/jenkins] 08512e: Link to individual releases' changelog pages

2024-02-23 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/jenkins-io-7117
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 08512ecbca5da030d84cd72a50b14ac20faec181
  
https://github.com/jenkinsci/jenkins/commit/08512ecbca5da030d84cd72a50b14ac20faec181
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-02-23 (Fri, 23 Feb 2024)

  Changed paths:
M .github/release-drafter.yml

  Log Message:
  ---
  Link to individual releases' changelog pages



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/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/jenkins/push/refs/heads/jenkins-io-7117/00-08512e%40github.com.


[jenkins-infra/jenkins.io] e0b516: Increase anchor distance to menu bar (#7098)

2024-02-20 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: e0b516e1bd9427cd86530784caf5dc7467b679e7
  
https://github.com/jenkins-infra/jenkins.io/commit/e0b516e1bd9427cd86530784caf5dc7467b679e7
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-02-20 (Tue, 20 Feb 2024)

  Changed paths:
M content/css/jenkins.css

  Log Message:
  ---
  Increase anchor distance to menu bar (#7098)



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/jenkins.io/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/jenkins-infra/jenkins.io/push/refs/heads/master/f0a845-e0b516%40github.com.


[jenkins-infra/jenkins.io] 19cb90: Increase anchor distance to menu bar

2024-02-19 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/scroll-margin-top-65px
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 19cb9027b5441456c3efaf288472aa43347e3958
  
https://github.com/jenkins-infra/jenkins.io/commit/19cb9027b5441456c3efaf288472aa43347e3958
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-02-20 (Tue, 20 Feb 2024)

  Changed paths:
M content/css/jenkins.css

  Log Message:
  ---
  Increase anchor distance to menu bar



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkins-infra/jenkins.io/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/jenkins-infra/jenkins.io/push/refs/heads/scroll-margin-top-65px/00-19cb90%40github.com.


[jenkinsci/jenkins] f91d1e: [JENKINS-72711] Restore progress animation in buil...

2024-02-19 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: f91d1ecc64ee384168e6f85b369148ec294c582d
  
https://github.com/jenkinsci/jenkins/commit/f91d1ecc64ee384168e6f85b369148ec294c582d
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-02-19 (Mon, 19 Feb 2024)

  Changed paths:
M core/src/main/resources/hudson/model/Job/buildTimeTrend.jelly
M core/src/main/resources/hudson/model/Job/buildTimeTrend_resources.js
M core/src/main/resources/lib/hudson/buildListTable.jelly

  Log Message:
  ---
  [JENKINS-72711] Restore progress animation in build history and buildtime 
trend views (#8966)

[JENKINS-72711] Restore progress animation in build history and build time 
trend views

Co-authored-by: Daniel Beck 



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/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/jenkins/push/refs/heads/master/32ee88-f91d1e%40github.com.


[jenkinsci/jenkins] 1c1190: Fix login form window size responsiveness threshol...

2024-02-14 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 1c1190c3ae08454954e4370b7cfc42c0a3e48b42
  
https://github.com/jenkinsci/jenkins/commit/1c1190c3ae08454954e4370b7cfc42c0a3e48b42
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-02-14 (Wed, 14 Feb 2024)

  Changed paths:
M war/src/main/scss/pages/_sign-in-register.scss

  Log Message:
  ---
  Fix login form window size responsiveness thresholds (#8959)

>= and <= overlap

Co-authored-by: Daniel Beck 


-- 
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/jenkins/push/refs/heads/master/db61f0-1c1190%40github.com.


[jenkinsci/stapler] ed1766: [JENKINS-60866] Make st:bind tag and JavaScript pr...

2024-02-14 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/stapler
  Commit: ed17667baeb5bb1db814e028976a30929eef848e
  
https://github.com/jenkinsci/stapler/commit/ed17667baeb5bb1db814e028976a30929eef848e
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-02-14 (Wed, 14 Feb 2024)

  Changed paths:
M core/src/main/java/org/kohsuke/stapler/RequestImpl.java
M core/src/main/java/org/kohsuke/stapler/StaplerRequest.java
M core/src/main/java/org/kohsuke/stapler/bind/Bound.java
M core/src/main/java/org/kohsuke/stapler/bind/BoundObjectTable.java
M jelly/src/main/java/org/kohsuke/stapler/jelly/BindTag.java

  Log Message:
  ---
  [JENKINS-60866] Make st:bind tag and JavaScript proxy work without inline JS 
(#385)

* [JENKINS-60866] Make st:bind tag work without inline JS

* Also have a separate script file if the bound object is null

* Add support for JavaScript proxy

* Make this work for SECURITY-595 in Jenkins

* Delete unused code

* As requested, don't document when this was deprecated

* Fix typo

* Make WithWellKnownURL with with CSP-compliant Stapler proxy

* Rename "methods" to (JavaScript)UrlNames to reduce ambiguity

* Remove obsolete TODO

* Fix "/null" restOfPath, note behavior with unexpected branch

* Restrict identifiers further, allow fallback with unsafe var names

* Simplify string joining

* Javadoc improvements

* More Javadoc fixes

-----

Co-authored-by: Daniel Beck 
Co-authored-by: Basil Crow 


-- 
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/stapler/push/refs/heads/master/7cbad3-ed1766%40github.com.


[jenkins-infra/jenkins.io] e0d52d: Revert "Update the appearance of the 'Participate ...

2024-02-14 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/revert-7066-revamp-contribute-page
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: e0d52d61105cfa1d151cf8b2af21ff97a7ea8a3c
  
https://github.com/jenkins-infra/jenkins.io/commit/e0d52d61105cfa1d151cf8b2af21ff97a7ea8a3c
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-02-14 (Wed, 14 Feb 2024)

  Changed paths:
M content/_layouts/simplepage.html.haml
M content/participate/index.html.haml
M content/stylesheets/abstracts/_theme.scss
M content/stylesheets/core/_all.scss
R content/stylesheets/core/_container.scss
A content/stylesheets/core/_headings.scss
R content/stylesheets/core/_typography.scss
M content/stylesheets/pages/_all.scss
R content/stylesheets/pages/_contribute.scss

  Log Message:
  ---
  Revert "Update the appearance of the 'Participate and contribute' page 
(#7066)"

This reverts commit 7418e2a3d84c52e4c960981d22e136c00a8ce103.


-- 
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/jenkins-infra/jenkins.io/push/refs/heads/revert-7066-revamp-contribute-page/00-e0d52d%40github.com.


[jenkinsci/jenkins] 76df16: Fix UI for plugin manager's Advanced settings with...

2024-02-09 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 76df1676462b5ee9e98ede2d6328ee865f798c8b
  
https://github.com/jenkinsci/jenkins/commit/76df1676462b5ee9e98ede2d6328ee865f798c8b
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-02-09 (Fri, 09 Feb 2024)

  Changed paths:
M core/src/main/resources/hudson/PluginManager/advanced.jelly

  Log Message:
  ---
  Fix UI for plugin manager's Advanced settings with SystemRead (#8942)

Fix UI for plugin manager's Advanced settings with ExtendedRead

Co-authored-by: Daniel Beck 


-- 
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/jenkins/push/refs/heads/master/d5c9e6-76df16%40github.com.


[jenkinsci/jenkins] d5c9e6: Do not offer impossible Cloud options to users wit...

2024-02-09 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: d5c9e6a9d7624210ef0e952622990af4d25882cc
  
https://github.com/jenkinsci/jenkins/commit/d5c9e6a9d7624210ef0e952622990af4d25882cc
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-02-09 (Fri, 09 Feb 2024)

  Changed paths:
M core/src/main/resources/jenkins/agents/CloudSet/index.jelly
M core/src/main/resources/jenkins/agents/CloudSet/index.properties
M core/src/main/resources/jenkins/agents/CloudSet/index_fr.properties
M core/src/main/resources/jenkins/agents/CloudSet/index_tr.properties

  Log Message:
  ---
  Do not offer impossible Cloud options to users with SystemRead (#8943)

Co-authored-by: Daniel Beck 


-- 
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/jenkins/push/refs/heads/master/e05ffb-d5c9e6%40github.com.


[jenkinsci/jenkins] e05ffb: [JENKINS-72637] Make Cloud permission scope inheri...

2024-02-09 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: e05ffb8a789a479b23b38ef407b35d508095222e
  
https://github.com/jenkinsci/jenkins/commit/e05ffb8a789a479b23b38ef407b35d508095222e
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-02-09 (Fri, 09 Feb 2024)

  Changed paths:
M core/src/main/java/hudson/slaves/Cloud.java

  Log Message:
  ---
  [JENKINS-72637] Make Cloud permission scope inherit from Jenkins (#8944)

[JENKINS-72637] Make Cloud permission scope inherit from Overall

Co-authored-by: Daniel Beck 


-- 
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/jenkins/push/refs/heads/master/11472c-e05ffb%40github.com.


[jenkinsci/jenkins] b8236f: Create new index page for heap dump creation (#8929)

2024-02-08 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: b8236f82901467023e1fd5ea646a93afc953b1ff
  
https://github.com/jenkinsci/jenkins/commit/b8236f82901467023e1fd5ea646a93afc953b1ff
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
M core/src/main/java/hudson/util/RemotingDiagnostics.java
M core/src/main/resources/hudson/util/Messages.properties
A 
core/src/main/resources/hudson/util/RemotingDiagnostics/HeapDump/index.jelly
A 
core/src/main/resources/hudson/util/RemotingDiagnostics/HeapDump/index.properties

  Log Message:
  ---
  Create new index page for heap dump creation (#8929)

Co-authored-by: Daniel Beck 


-- 
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/jenkins/push/refs/heads/master/b91a57-b8236f%40github.com.


[jenkinsci/jenkins] 3ad945: [JENKINS-72636] Prevent authenticated access to Re...

2024-02-02 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 3ad945f7f3ab32ffb561486a7e6e80b8d55fc22d
  
https://github.com/jenkinsci/jenkins/commit/3ad945f7f3ab32ffb561486a7e6e80b8d55fc22d
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
M core/src/main/java/jenkins/security/ResourceDomainRootAction.java
M test/src/test/java/jenkins/security/ResourceDomainTest.java

  Log Message:
  ---
  [JENKINS-72636] Prevent authenticated access to Resource Root URL (#8922)

Co-authored-by: Daniel Beck 


-- 
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/jenkins/push/refs/heads/master/81679b-3ad945%40github.com.


[jenkinsci/jenkins] 34a6d0: [JENKINS-72603] Update bundled Matrix Project Plug...

2024-01-24 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 34a6d0e466cd2347a3a05b29c912bdab24a36a52
  
https://github.com/jenkinsci/jenkins/commit/34a6d0e466cd2347a3a05b29c912bdab24a36a52
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-01-24 (Wed, 24 Jan 2024)

  Changed paths:
M test/pom.xml
M war/pom.xml

  Log Message:
  ---
  [JENKINS-72603] Update bundled Matrix Project Plugin to 
822.824.v14451b_c0fd42 (#8891)


-- 
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/jenkins/push/refs/heads/master/5b364b-34a6d0%40github.com.


[jenkins-infra/update-center2] 90056a: Add warnings for 2024-01-24 security advisory

2024-01-24 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: 90056a438abcb63502aac4de0dd599f6c344b010
  
https://github.com/jenkins-infra/update-center2/commit/90056a438abcb63502aac4de0dd599f6c344b010
  Author: Daniel Beck 
  Date:   2024-01-24 (Wed, 24 Jan 2024)

  Changed paths:
M resources/warnings.json

  Log Message:
  ---
  Add warnings for 2024-01-24 security advisory


-- 
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/jenkins-infra/update-center2/push/refs/heads/master/406028-90056a%40github.com.


[jenkins-infra/jenkins.io] 0f3877: Add 2024-01-24 security advisory

2024-01-24 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 0f387717dda42f2b9efa1e19def8b14895759b29
  
https://github.com/jenkins-infra/jenkins.io/commit/0f387717dda42f2b9efa1e19def8b14895759b29
  Author: Daniel Beck 
  Date:   2024-01-24 (Wed, 24 Jan 2024)

  Changed paths:
M content/_data/changelogs/lts.yml
M content/_data/changelogs/weekly.yml
M content/doc/book/managing/system-properties.adoc
A content/security/advisory/2024-01-24.adoc

  Log Message:
  ---
  Add 2024-01-24 security advisory


-- 
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/jenkins-infra/jenkins.io/push/refs/heads/master/496f5e-0f3877%40github.com.


[jenkins-infra/update-center2] 406028: Mark SECURITY-2841 fixed in neuvector-vulnerabilit...

2024-01-23 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: 406028683b4c7d55d291e446b876fa44bf161ac3
  
https://github.com/jenkins-infra/update-center2/commit/406028683b4c7d55d291e446b876fa44bf161ac3
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-01-23 (Tue, 23 Jan 2024)

  Changed paths:
M resources/warnings.json

  Log Message:
  ---
  Mark SECURITY-2841 fixed in neuvector-vulnerability-scanner 2.2 (#760)

Co-authored-by: Daniel Beck 


-- 
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/jenkins-infra/update-center2/push/refs/heads/master/9c74a0-406028%40github.com.


[jenkinsci/jenkins] 48661d: [JENKINS-72543] Fix permission check in script con...

2024-01-13 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 48661db9d1dad55af5300d3783b2834a7b15c41f
  
https://github.com/jenkinsci/jenkins/commit/48661db9d1dad55af5300d3783b2834a7b15c41f
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-01-13 (Sat, 13 Jan 2024)

  Changed paths:
M core/src/main/resources/lib/hudson/scriptConsole.jelly

  Log Message:
  ---
  [JENKINS-72543] Fix permission check in script console view (#8858)

Co-authored-by: Daniel Beck 
Co-authored-by: Alexander Brandes 


-- 
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/jenkins/push/refs/heads/master/faf22c-48661d%40github.com.


[jenkinsci/jenkins] 3e04c2: Update Freestyle project description (#8795)

2023-12-21 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 3e04c2ac3d20207279ec246ce6385a0d3652ac3f
  
https://github.com/jenkinsci/jenkins/commit/3e04c2ac3d20207279ec246ce6385a0d3652ac3f
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2023-12-21 (Thu, 21 Dec 2023)

  Changed paths:
M core/src/main/resources/hudson/model/Messages.properties
M core/src/main/resources/hudson/model/Messages_bg.properties
M core/src/main/resources/hudson/model/Messages_ca.properties
M core/src/main/resources/hudson/model/Messages_cs.properties
M core/src/main/resources/hudson/model/Messages_da.properties
M core/src/main/resources/hudson/model/Messages_de.properties
M core/src/main/resources/hudson/model/Messages_es.properties
M core/src/main/resources/hudson/model/Messages_et.properties
M core/src/main/resources/hudson/model/Messages_fi.properties
M core/src/main/resources/hudson/model/Messages_fr.properties
M core/src/main/resources/hudson/model/Messages_it.properties
M core/src/main/resources/hudson/model/Messages_ja.properties
M core/src/main/resources/hudson/model/Messages_ko.properties
M core/src/main/resources/hudson/model/Messages_lt.properties
M core/src/main/resources/hudson/model/Messages_nb_NO.properties
M core/src/main/resources/hudson/model/Messages_nl.properties
M core/src/main/resources/hudson/model/Messages_pl.properties
M core/src/main/resources/hudson/model/Messages_pt_BR.properties
M core/src/main/resources/hudson/model/Messages_pt_PT.properties
M core/src/main/resources/hudson/model/Messages_ro.properties
M core/src/main/resources/hudson/model/Messages_ru.properties
M core/src/main/resources/hudson/model/Messages_sv_SE.properties
M core/src/main/resources/hudson/model/Messages_tr.properties
M core/src/main/resources/hudson/model/Messages_uk.properties
M core/src/main/resources/hudson/model/Messages_zh_TW.properties

  Log Message:
  ---
  Update Freestyle project description (#8795)

* Update Freestyle project description

* Fix typo

* Fix another typo

-

Co-authored-by: Daniel Beck 


-- 
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/jenkins/push/refs/heads/master/044c07-3e04c2%40github.com.


[jenkinsci/jenkins] 044c07: Fix import used for Javadoc (#8790)

2023-12-21 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 044c071235f0a64fb8390e784c7e1abb52aecb05
  
https://github.com/jenkinsci/jenkins/commit/044c071235f0a64fb8390e784c7e1abb52aecb05
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2023-12-21 (Thu, 21 Dec 2023)

  Changed paths:
M core/src/main/java/hudson/cli/declarative/CLIMethod.java

  Log Message:
  ---
  Fix import used for Javadoc (#8790)

Co-authored-by: Daniel Beck 


-- 
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/jenkins/push/refs/heads/master/01c42a-044c07%40github.com.


[jenkinsci/jenkins] b0cec6: Add telemetry for basic Java system properties (#8...

2023-12-19 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: b0cec677280708bbfafd3eb5eaa2bc98b241fc07
  
https://github.com/jenkinsci/jenkins/commit/b0cec677280708bbfafd3eb5eaa2bc98b241fc07
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2023-12-19 (Tue, 19 Dec 2023)

  Changed paths:
A core/src/main/java/jenkins/telemetry/impl/JavaSystemProperties.java
M 
core/src/main/resources/hudson/model/UsageStatistics/help-usageStatisticsCollected.jelly
A 
core/src/main/resources/jenkins/telemetry/impl/JavaSystemProperties/description.jelly
A 
core/src/main/resources/jenkins/telemetry/impl/JavaSystemProperties/description.properties

  Log Message:
  ---
  Add telemetry for basic Java system properties (#8787)


-- 
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/jenkins/push/refs/heads/master/cf81b9-b0cec6%40github.com.


[jenkinsci/jenkins] 7df7ae: [JENKINS-72443] Do not show copy option without vi...

2023-12-13 Thread &#x27;Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 7df7ae4a85d2f6409aebdeee2bc1cd0719bd76fb
  
https://github.com/jenkinsci/jenkins/commit/7df7ae4a85d2f6409aebdeee2bc1cd0719bd76fb
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2023-12-13 (Wed, 13 Dec 2023)

  Changed paths:
M core/src/main/resources/hudson/model/View/newJob.jelly
A test/src/test/java/jenkins/model/NewJobCopyFromTest.java

  Log Message:
  ---
  [JENKINS-72443] Do not show copy option without visible items (#8763)

Co-authored-by: Daniel Beck 


-- 
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/jenkins/push/refs/heads/master/0a9497-7df7ae%40github.com.


  1   2   3   4   5   6   7   8   9   10   >