Skip to content

Tags: jenkinsci/global-build-stats-plugin

Tags

347.v32a_eb_0493c4f

Toggle 347.v32a_eb_0493c4f's commit message

Verified

This commit was signed with the committer’s verified signature.
[SECURITY-3535]

322.v22f4db_18e2dd

Toggle 322.v22f4db_18e2dd's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Require Jenkins 2.479.3 (#93)

* Bump org.jenkins-ci.plugins:plugin from 4.88 to 5.7

Bumps [org.jenkins-ci.plugins:plugin](https://github.com/jenkinsci/plugin-pom) from 4.88 to 5.7.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- [Commits](jenkinsci/plugin-pom@plugin-4.88...plugin-5.7)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Require Jenkins 2.479.3

---------

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

316.vf8870f424d78

Toggle 316.vf8870f424d78's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[JENKINS-74850] Remove unused inline Javascript handler (#84)

314.v2c5018728d76

Toggle 314.v2c5018728d76's commit message
CSP compliance

there have been many places where inline javascript is used, e.g.
onchange, onclick or onblur attributes. Also script tags that directly
included javascript
All occurrences have been moved accordingly to dedicated js script files

307.v03dce5a_f8943

Toggle 307.v03dce5a_f8943's commit message
Removed Folder plugin dependency

304.ve03f19d5969e

Toggle 304.ve03f19d5969e's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ui refresh (#70)

* ui refresh

- replace yui dialogs with the jenkins built-in dialogs (there is no yui code left, all yui modules are deleted)
- use symbols (old icons are deleted)
- use jenkins form classes for radios, inputs, checkboxes
- remove the back to dashboard links to by in sync with the recommendations with the design library

293.vd7b_d6e361475

Toggle 293.vd7b_d6e361475's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[JENKINS-60138] Fixed job links for jobs in folders (#62)

Use getUrl() instead of reinventing its logic in jelly

288.vb_2c4a_0f138b_b_

Toggle 288.vb_2c4a_0f138b_b_'s commit message
[JENKINS-43183] Include all builds into statistics (#55)

* Switched from AbstractBuild to Run

282.v79ca_e079d1b_1

Toggle 282.v79ca_e079d1b_1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump org.jenkins-ci.plugins:plugin from 4.71 to 4.72 (#51)

269.v214f74360b_3a_

Toggle 269.v214f74360b_3a_'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CVE-2022-27207 - fixed stored XSS vulnerability (#38)

* URL encode string parameters

* Use platform default encoding