[jenkinsci/docker-plugin] d92470: Update Docker logo to be a Jenkins symbol (#911)

2023-05-30 Thread 'Jan Faracik' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/docker-plugin
  Commit: d9247019698d299e1064a7f0ecdac3a08371bda0
  
https://github.com/jenkinsci/docker-plugin/commit/d9247019698d299e1064a7f0ecdac3a08371bda0
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-05-30 (Tue, 30 May 2023)

  Changed paths:
M pom.xml
M src/main/java/com/nirima/jenkins/plugins/docker/DockerManagement.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/action/DockerBuildAction.java
M 
src/main/java/com/nirima/jenkins/plugins/docker/action/DockerBuildImageAction.java
M 
src/main/resources/com/nirima/jenkins/plugins/docker/action/DockerBuildAction/index.jelly
M 
src/main/resources/com/nirima/jenkins/plugins/docker/action/DockerBuildAction/summary.jelly
M 
src/main/resources/com/nirima/jenkins/plugins/docker/action/DockerBuildImageAction/summary.jelly
R src/main/webapp/images/24x24/docker.png
R src/main/webapp/images/32x32/docker.png
R src/main/webapp/images/48x48/docker.png

  Log Message:
  ---
  Update Docker logo to be a Jenkins symbol (#911)


-- 
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/docker-plugin/push/refs/heads/master/c3fca3-d92470%40github.com.


[jenkinsci/jenkins] 4931a1: Minor footer appearance tweaks (#7989)

2023-05-24 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 4931a1f96f96a5e121c189cffb545d4e949c424c
  
https://github.com/jenkinsci/jenkins/commit/4931a1f96f96a5e121c189cffb545d4e949c424c
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-05-24 (Wed, 24 May 2023)

  Changed paths:
M core/src/main/resources/lib/layout/layout.jelly
A core/src/main/resources/lib/layout/overflowButton.jelly
M war/src/main/js/components/dropdowns/index.js
A war/src/main/js/components/dropdowns/overflow-button.js
M war/src/main/js/components/tooltips/index.js
A war/src/main/resources/images/symbols/external.svg
M war/src/main/scss/modules/buttons.scss
M war/src/main/scss/modules/dropdowns.scss
M war/src/main/scss/modules/page-footer.scss

  Log Message:
  ---
  Minor footer appearance tweaks (#7989)

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/dd6952-4931a1%40github.com.


[jenkinsci/jenkins] 061203: Make padding consistent and reduce padding on mobi...

2023-05-20 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 061203022c4376f87507c35af18ce0ddc6c40ea9
  
https://github.com/jenkinsci/jenkins/commit/061203022c4376f87507c35af18ce0ddc6c40ea9
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-05-20 (Sat, 20 May 2023)

  Changed paths:
M war/src/main/scss/abstracts/theme.scss
A war/src/main/scss/base/breakpoints.scss
M war/src/main/scss/base/layout-commons.scss
M war/src/main/scss/base/style.scss
M war/src/main/scss/modules/app-bar.scss
M war/src/main/scss/modules/side-panel-tasks.scss
M war/src/main/scss/modules/side-panel-widgets.scss
M war/src/main/scss/modules/tabs.scss
M war/src/main/scss/pages/dashboard.scss

  Log Message:
  ---
  Make padding consistent and reduce padding on mobile (#8013)

Init


-- 
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/1bc0cd-061203%40github.com.


[jenkinsci/jenkins] 65640f: Convert `pluginSetupWizard.less` to SCSS (#7961)

2023-05-14 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 65640f3b9346ccf36c200acf99390fc74a2f49f5
  
https://github.com/jenkinsci/jenkins/commit/65640f3b9346ccf36c200acf99390fc74a2f49f5
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-05-14 (Sun, 14 May 2023)

  Changed paths:
M .gitattributes
M .github/renovate.json
M war/.eslintignore
M war/.gitignore
M war/.prettierignore
M war/.stylelintrc.js
M war/package.json
A war/src/main/scss/_bootstrap.scss
R war/src/main/scss/pluginSetupWizard.less
A war/src/main/scss/pluginSetupWizard.scss
R war/src/main/webapp/bootstrap/config.json
R war/src/main/webapp/bootstrap/css/bootstrap-theme.css
R war/src/main/webapp/bootstrap/css/bootstrap-theme.min.css
R war/src/main/webapp/bootstrap/css/bootstrap.css
R war/src/main/webapp/bootstrap/css/bootstrap.min.css
M war/webpack.config.js
M war/yarn.lock

  Log Message:
  ---
  Convert `pluginSetupWizard.less` to SCSS (#7961)

* Init

* Remove icons

* Init

* Update pluginSetupWizard.less

* Update pluginSetupWizard.less

* Update pluginSetupWizard.less

* Init

* Update yarn.lock

* Update config

* Address issues

* Tidy up

* Working build - imports bootstrap correctly

* Update .stylelintrc.js

* Update pluginSetupWizard.scss

* Update .prettierignore

* Update index.jelly

* Fix bootstrap import

* Third time is the charm


-- 
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/64d21b-65640f%40github.com.


[jenkinsci/jenkins] 77878f: Remove fontawesome from setup wizard (#7960)

2023-05-12 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 77878fb79a2fef2740bd4aab33fa6fd18142e108
  
https://github.com/jenkinsci/jenkins/commit/77878fb79a2fef2740bd4aab33fa6fd18142e108
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-05-12 (Fri, 12 May 2023)

  Changed paths:
M core/src/main/resources/hudson/AboutJenkins/index.jelly
M war/package.json
R war/src/main/fonts/font-awesome/css/LICENSE.txt
R war/src/main/fonts/font-awesome/css/font-awesome.css
R war/src/main/fonts/font-awesome/css/font-awesome.min.css
R war/src/main/fonts/font-awesome/fonts/FontAwesome.otf
R war/src/main/fonts/font-awesome/fonts/LICENSE.txt
R war/src/main/fonts/font-awesome/fonts/fontawesome-webfont.eot
R war/src/main/fonts/font-awesome/fonts/fontawesome-webfont.svg
R war/src/main/fonts/font-awesome/fonts/fontawesome-webfont.ttf
R war/src/main/fonts/font-awesome/fonts/fontawesome-webfont.woff
R war/src/main/fonts/font-awesome/fonts/fontawesome-webfont.woff2
M war/src/main/scss/pluginSetupWizard.less
M war/webpack.config.js
M war/yarn.lock

  Log Message:
  ---
  Remove fontawesome from setup wizard (#7960)

* Init

* Update pluginSetupWizard.less

* Update pluginSetupWizard.less

* Update pluginSetupWizard.less

* Fix square icons in Chrome

* Fix yarn build issue


-- 
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/6cd05a-77878f%40github.com.


[jenkinsci/design-library-plugin] 85d8bf: Interface refinements (#258)

2023-05-10 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/design-library-plugin
  Commit: 85d8bfcef7b14895d9076b0ed904ae0ad3d4ecd9
  
https://github.com/jenkinsci/design-library-plugin/commit/85d8bfcef7b14895d9076b0ed904ae0ad3d4ecd9
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-05-10 (Wed, 10 May 2023)

  Changed paths:
M src/main/resources/io/jenkins/plugins/designlibrary/Root/index.jelly
M src/main/resources/lib/samples/sidepanel.jelly
M src/main/resources/scss/abstracts/_overrides.scss
M src/main/resources/scss/pages/_home.scss

  Log Message:
  ---
  Interface refinements (#258)


-- 
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/design-library-plugin/push/refs/heads/master/76461a-85d8bf%40github.com.


[jenkinsci/jenkins] cd3b15: Adjust form label padding (#7962)

2023-05-10 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: cd3b1517e7a553fd6fcf39e25c4bd1e18fbe39de
  
https://github.com/jenkinsci/jenkins/commit/cd3b1517e7a553fd6fcf39e25c4bd1e18fbe39de
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-05-10 (Wed, 10 May 2023)

  Changed paths:
M core/src/main/resources/lib/form/textarea.jelly
M core/src/main/resources/lib/form/textarea/textarea.js
M war/src/main/scss/base/style.scss
M war/src/main/scss/form/layout.scss
A war/src/main/scss/form/textarea.scss
M war/src/main/scss/styles.scss

  Log Message:
  ---
  Adjust form label padding (#7962)

* Init

* Update textarea.scss


-- 
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/9d6f07-cd3b15%40github.com.


[jenkinsci/jenkins] a38403: Tidy up Plugins' Updates jelly (#7946)

2023-05-10 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: a38403394451f1862594a1bd4b6873d4043dc5e7
  
https://github.com/jenkinsci/jenkins/commit/a38403394451f1862594a1bd4b6873d4043dc5e7
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-05-10 (Wed, 10 May 2023)

  Changed paths:
M core/src/main/resources/hudson/PluginManager/available.jelly
M core/src/main/resources/hudson/PluginManager/index.jelly
R core/src/main/resources/hudson/PluginManager/table.jelly
R core/src/main/resources/hudson/PluginManager/table.properties
R core/src/main/resources/hudson/PluginManager/table_bg.properties
R core/src/main/resources/hudson/PluginManager/table_ca.properties
R core/src/main/resources/hudson/PluginManager/table_cs.properties
R core/src/main/resources/hudson/PluginManager/table_da.properties
R core/src/main/resources/hudson/PluginManager/table_de.properties
R core/src/main/resources/hudson/PluginManager/table_es.properties
R core/src/main/resources/hudson/PluginManager/table_es_AR.properties
R core/src/main/resources/hudson/PluginManager/table_et.properties
R core/src/main/resources/hudson/PluginManager/table_fi.properties
R core/src/main/resources/hudson/PluginManager/table_fr.properties
R core/src/main/resources/hudson/PluginManager/table_he.properties
R core/src/main/resources/hudson/PluginManager/table_hu.properties
R core/src/main/resources/hudson/PluginManager/table_it.properties
R core/src/main/resources/hudson/PluginManager/table_ja.properties
R core/src/main/resources/hudson/PluginManager/table_ko.properties
R core/src/main/resources/hudson/PluginManager/table_lt.properties
R core/src/main/resources/hudson/PluginManager/table_lv.properties
R core/src/main/resources/hudson/PluginManager/table_nb_NO.properties
R core/src/main/resources/hudson/PluginManager/table_nl.properties
R core/src/main/resources/hudson/PluginManager/table_pl.properties
R core/src/main/resources/hudson/PluginManager/table_pt_BR.properties
R core/src/main/resources/hudson/PluginManager/table_pt_PT.properties
R core/src/main/resources/hudson/PluginManager/table_ro.properties
R core/src/main/resources/hudson/PluginManager/table_ru.properties
R core/src/main/resources/hudson/PluginManager/table_sk.properties
R core/src/main/resources/hudson/PluginManager/table_sr.properties
R core/src/main/resources/hudson/PluginManager/table_sv_SE.properties
R core/src/main/resources/hudson/PluginManager/table_tr.properties
R core/src/main/resources/hudson/PluginManager/table_uk.properties
R core/src/main/resources/hudson/PluginManager/table_zh_TW.properties
A core/src/main/resources/hudson/PluginManager/updates.jelly
A core/src/main/resources/hudson/PluginManager/updates.properties
A core/src/main/resources/hudson/PluginManager/updates_bg.properties
A core/src/main/resources/hudson/PluginManager/updates_ca.properties
A core/src/main/resources/hudson/PluginManager/updates_cs.properties
A core/src/main/resources/hudson/PluginManager/updates_da.properties
A core/src/main/resources/hudson/PluginManager/updates_de.properties
A core/src/main/resources/hudson/PluginManager/updates_es.properties
A core/src/main/resources/hudson/PluginManager/updates_es_AR.properties
A core/src/main/resources/hudson/PluginManager/updates_et.properties
A core/src/main/resources/hudson/PluginManager/updates_fi.properties
A core/src/main/resources/hudson/PluginManager/updates_fr.properties
A core/src/main/resources/hudson/PluginManager/updates_he.properties
A core/src/main/resources/hudson/PluginManager/updates_hu.properties
A core/src/main/resources/hudson/PluginManager/updates_it.properties
A core/src/main/resources/hudson/PluginManager/updates_ja.properties
A core/src/main/resources/hudson/PluginManager/updates_ko.properties
A core/src/main/resources/hudson/PluginManager/updates_lt.properties
A core/src/main/resources/hudson/PluginManager/updates_lv.properties
A core/src/main/resources/hudson/PluginManager/updates_nb_NO.properties
A core/src/main/resources/hudson/PluginManager/updates_nl.properties
A core/src/main/resources/hudson/PluginManager/updates_pl.properties
A core/src/main/resources/hudson/PluginManager/updates_pt_BR.properties
A core/src/main/resources/hudson/PluginManager/updates_pt_PT.properties
A core/src/main/resources/hudson/PluginManager/updates_ro.properties
A core/src/main/resources/hudson/PluginManager/updates_ru.properties
A core/src/main/resources/hudson/PluginManager/updates_sk.properties
A core/src/main/resources/hudson/PluginManager/updates_sr.properties
A core/src/main/resources/hudson/PluginManager/updates_sv_SE.properties
A core/src/main/resources/hudson/PluginManager/updates_tr.properties
A core/src/main/resources/hudson/PluginManager/

[jenkinsci/jenkins] 33ec10: Make the skip link visible (#7956)

2023-05-10 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 33ec1026050c1a648c6c2063230794896f2f9388
  
https://github.com/jenkinsci/jenkins/commit/33ec1026050c1a648c6c2063230794896f2f9388
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-05-10 (Wed, 10 May 2023)

  Changed paths:
M core/src/main/resources/lib/layout/layout.jelly
M core/src/main/resources/lib/layout/main-panel.jelly
M war/src/main/scss/base/style.scss
A war/src/main/scss/modules/skip-link.scss
M war/src/main/scss/styles.scss

  Log Message:
  ---
  Make the skip link visible (#7956)

* Init

* Use `id` rather than `name`

* Improve focus animation

* Make the focus the same size as item mixin

* Restore deleted line

* Linting


-- 
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/a573aa-33ec10%40github.com.


[jenkinsci/jenkins] 37179e: Remove 'leading-icon' wrapper in 'Add/edit descrip...

2023-05-10 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 37179e3fda76af4c40243138837a0bda9ae562de
  
https://github.com/jenkinsci/jenkins/commit/37179e3fda76af4c40243138837a0bda9ae562de
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-05-10 (Wed, 10 May 2023)

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

  Log Message:
  ---
  Remove 'leading-icon' wrapper in 'Add/edit description' button (#7969)

Init


-- 
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/54929d-37179e%40github.com.


[jenkinsci/jenkins] b9fae4: Remove icomoon (#7958)

2023-05-08 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: b9fae47e3d5f3cde3ee43a454bba01e315abce8c
  
https://github.com/jenkinsci/jenkins/commit/b9fae47e3d5f3cde3ee43a454bba01e315abce8c
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-05-08 (Mon, 08 May 2023)

  Changed paths:
M 
core/src/main/resources/jenkins/install/SetupWizard/authenticate-security-token.jelly
M war/.eslintignore
M war/.gitignore
M war/.prettierignore
R war/src/main/fonts/icomoon/css/icomoon.css
R war/src/main/fonts/icomoon/fonts/icomoon.eot
R war/src/main/fonts/icomoon/fonts/icomoon.svg
R war/src/main/fonts/icomoon/fonts/icomoon.ttf
R war/src/main/fonts/icomoon/fonts/icomoon.woff
M war/src/main/js/templates/welcomePanel.hbs
M war/src/main/scss/pluginSetupWizard.less

  Log Message:
  ---
  Remove icomoon (#7958)


-- 
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/97aed9-b9fae4%40github.com.


[jenkinsci/jenkins] 7e1465: Remove Roboto font (#7957)

2023-05-08 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 7e146573cffcfb6bff657c9c7185dfdd7d0b3697
  
https://github.com/jenkinsci/jenkins/commit/7e146573cffcfb6bff657c9c7185dfdd7d0b3697
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-05-08 (Mon, 08 May 2023)

  Changed paths:
M core/src/main/resources/hudson/AboutJenkins/index.jelly
M war/.eslintignore
M war/.gitignore
M war/.prettierignore
R war/src/main/fonts/google-fonts/roboto/LICENSE.txt
R war/src/main/fonts/google-fonts/roboto/css/roboto.css
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-300.eot
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-300.svg
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-300.ttf
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-300.woff
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-300.woff2
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-500.eot
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-500.svg
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-500.ttf
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-500.woff
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-500.woff2
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-700.eot
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-700.svg
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-700.ttf
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-700.woff
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-700.woff2
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-900.eot
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-900.svg
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-900.ttf
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-900.woff
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-900.woff2
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-regular.eot
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-regular.svg
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-regular.ttf
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-regular.woff
R 
war/src/main/fonts/google-fonts/roboto/fonts/roboto-v15-greek_latin-ext_latin_vietnamese_cyrillic_greek-ext_cyrillic-ext-regular.woff2
M war/src/main/scss/pluginSetupWizard.less

  Log Message:
  ---
  Remove Roboto font (#7957)


-- 
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/bc0bab-7e1465%40github.com.


[jenkinsci/jenkins] 95f39e: Revamp the sign in and register pages (#7872)

2023-05-06 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 95f39efa519229aad3fe25b06a1a5681c23b69de
  
https://github.com/jenkinsci/jenkins/commit/95f39efa519229aad3fe25b06a1a5681c23b69de
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-05-06 (Sat, 06 May 2023)

  Changed paths:
M 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/signup.jelly
M 
core/src/main/resources/jenkins/model/DefaultSimplePageDecorator/simple-head.jelly
M 
core/src/main/resources/jenkins/model/DefaultSimplePageDecorator/simple-header.jelly
M core/src/main/resources/jenkins/model/Jenkins/login.jelly
A war/src/main/js/pages/register/index.js
A war/src/main/js/util/i18n.js
M war/src/main/scss/form/input.scss
A war/src/main/scss/pages/sign-in-register.scss
M war/src/main/scss/simple-page.scss
R war/src/main/webapp/css/signup.css
M war/webpack.config.js

  Log Message:
  ---
  Revamp the sign in and register pages (#7872)


-- 
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/9ea6ff-95f39e%40github.com.


[jenkinsci/jenkins] cde6bc: Revert "[JENKINS-71089] Fix `hasHeader` attribute ...

2023-05-05 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: cde6bc2aa7778106a78bb63faeddc29524f393e5
  
https://github.com/jenkinsci/jenkins/commit/cde6bc2aa7778106a78bb63faeddc29524f393e5
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-05-05 (Fri, 05 May 2023)

  Changed paths:
M core/src/main/resources/lib/form/hetero-list.jelly

  Log Message:
  ---
  Revert "[JENKINS-71089] Fix `hasHeader` attribute for `f:hetero-list`" (#7931)

Revert "[JENKINS-71089] Fix `hasHeader` attribute for `f:hetero-list` (#7853)"

This reverts commit 4c3fe675fcc6734eefb7295ca25df402096ec63e.


-- 
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/8a91a1-cde6bc%40github.com.


[jenkinsci/jenkins] 264270: Move plugins refresh button to app bar (#7770)

2023-05-05 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 264270de591c3cf230f70397895f665439a533b5
  
https://github.com/jenkinsci/jenkins/commit/264270de591c3cf230f70397895f665439a533b5
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-05-05 (Fri, 05 May 2023)

  Changed paths:
M core/src/main/resources/hudson/PluginManager/_table.js
M core/src/main/resources/hudson/PluginManager/available.jelly
M core/src/main/resources/hudson/PluginManager/check.jelly
M core/src/main/resources/hudson/PluginManager/table.jelly
M test/src/test/java/hudson/PluginManagerCheckUpdateCenterTest.java
M test/src/test/java/hudson/PluginManagerTest.java
M test/src/test/java/hudson/PluginManagerUtil.java
M war/.eslintrc.js
M war/src/main/js/plugin-manager-ui.js

  Log Message:
  ---
  Move plugins refresh button to app bar (#7770)

* Init

* Call updated check for updates button

* Spotless


-- 
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/c43001-264270%40github.com.


[jenkinsci/jenkins] 31f6dd: [JENKINS-71152] The System page breadcrumb no long...

2023-04-28 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 31f6dde490b7097fcc8760a7ebcc1f6b23fa507e
  
https://github.com/jenkinsci/jenkins/commit/31f6dde490b7097fcc8760a7ebcc1f6b23fa507e
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-04-28 (Fri, 28 Apr 2023)

  Changed paths:
M war/src/main/js/components/dropdowns/inpage-jumplist.js

  Log Message:
  ---
  [JENKINS-71152] The System page breadcrumb no longer displays a list of page 
sections (#7887)

Update inpage-jumplist.js


-- 
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/cef106-31f6dd%40github.com.


[jenkinsci/acceptance-test-harness] 5b33b3: Forward compatibility for refresh update sites but...

2023-04-25 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 5b33b36937c8e35caa46c0cb91ab81daf5fb3064
  
https://github.com/jenkinsci/acceptance-test-harness/commit/5b33b36937c8e35caa46c0cb91ab81daf5fb3064
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-04-25 (Tue, 25 Apr 2023)

  Changed paths:
M src/main/java/org/jenkinsci/test/acceptance/po/PluginManager.java

  Log Message:
  ---
  Forward compatibility for refresh update sites button change (#1080)


-- 
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/acceptance-test-harness/push/refs/heads/master/396339-5b33b3%40github.com.


[jenkinsci/acceptance-test-harness] ac0a36: [#1053] Add metrics test (#1106)

2023-04-25 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/pr/7770
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: ac0a36bbf825b39104efc495191de553237be4bb
  
https://github.com/jenkinsci/acceptance-test-harness/commit/ac0a36bbf825b39104efc495191de553237be4bb
  Author: Andra Maria Puscas <102651154+ampus...@users.noreply.github.com>
  Date:   2023-04-14 (Fri, 14 Apr 2023)

  Changed paths:
A src/test/java/plugins/MetricsTest.java

  Log Message:
  ---
  [#1053] Add metrics test (#1106)

* add test for Metrics


  Commit: e393a65fb9cd5f66b8db7f6b45f6c9e60d4223f4
  
https://github.com/jenkinsci/acceptance-test-harness/commit/e393a65fb9cd5f66b8db7f6b45f6c9e60d4223f4
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-04-18 (Tue, 18 Apr 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Build(deps-dev): Bump jenkins-core from 2.399 to 2.400 (#1112)


  Commit: fc114a9907d9f6ffe47b7e54f602c522afa1d08a
  
https://github.com/jenkinsci/acceptance-test-harness/commit/fc114a9907d9f6ffe47b7e54f602c522afa1d08a
  Author: Basil Crow 
  Date:   2023-04-19 (Wed, 19 Apr 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Collect Launchable test results for ATH workspace in ATH builds (#1113)


  Commit: a207aca2b0d8dc5297e5358ce0362a12978c02ee
  
https://github.com/jenkinsci/acceptance-test-harness/commit/a207aca2b0d8dc5297e5358ce0362a12978c02ee
  Author: Basil Crow 
  Date:   2023-04-20 (Thu, 20 Apr 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Upgrade parent POM from 1.97 to 1.98 (#1114)


  Commit: 924953404220f9ca9e88e5e231d4e23e908b8f5d
  
https://github.com/jenkinsci/acceptance-test-harness/commit/924953404220f9ca9e88e5e231d4e23e908b8f5d
  Author: James Nord 
  Date:   2023-04-20 (Thu, 20 Apr 2023)

  Changed paths:
M src/main/java/org/jenkinsci/test/acceptance/FallbackConfig.java

  Log Message:
  ---
  fix firefox-container / chrome-container browser modes (#1101)

more envs needed for port control of selenium 4

amends #1100 even with the fix of the port flag selenium would not start


  Commit: 289fe45be2f95fd944d68f89cc6bd1c1b72d665e
  
https://github.com/jenkinsci/acceptance-test-harness/commit/289fe45be2f95fd944d68f89cc6bd1c1b72d665e
  Author: Basil Crow 
  Date:   2023-04-20 (Thu, 20 Apr 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Fix indentation in `Jenkinsfile` (#1116)


  Commit: a5bc14118ff1a4d9cb49c763d506ffeaef15afc9
  
https://github.com/jenkinsci/acceptance-test-harness/commit/a5bc14118ff1a4d9cb49c763d506ffeaef15afc9
  Author: Basil Crow 
  Date:   2023-04-21 (Fri, 21 Apr 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Refactor combinations in `Jenkinsfile` for readability (#1117)


  Commit: 53725602d7d91385b5c0f52618df1d238f1aef25
  
https://github.com/jenkinsci/acceptance-test-harness/commit/53725602d7d91385b5c0f52618df1d238f1aef25
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-04-21 (Fri, 21 Apr 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Build(deps): Bump selenium.version from 4.8.1 to 4.8.3

Bumps `selenium.version` from 4.8.1 to 4.8.3.

Updates `htmlunit-driver` from 4.8.1 to 4.8.3
- [Release notes](https://github.com/SeleniumHQ/htmlunit-driver/releases)
- 
[Commits](https://github.com/SeleniumHQ/htmlunit-driver/compare/4.8.1...htmlunit-driver-4.8.3)

Updates `lift` from 4.8.1 to 4.8.3
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

Updates `selenium-api` from 4.8.1 to 4.8.3
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

Updates `selenium-chrome-driver` from 4.8.1 to 4.8.3
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

Updates `selenium-firefox-driver` from 4.8.1 to 4.8.3
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

Updates `selenium-java` from 4.8.1 to 4.8.3
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

Updates `selenium-safari-driver` from 4.8.1 to 4.8.3
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

Updates `selenium-support` from 4.8.1 to 4.8.3
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

---
updated-dependencies:
- dependency-name: org.seleniumhq.selenium:htmlunit-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.seleniumhq.selenium:lift
  dependency-type: direct:production
  update-type: version-up

[jenkinsci/jenkins] 54eb75: Update link dropdown menus to use new Tippy dropdo...

2023-04-25 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 54eb759b74e136992d0ed6807bb459aeec8ccc8c
  
https://github.com/jenkinsci/jenkins/commit/54eb759b74e136992d0ed6807bb459aeec8ccc8c
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-04-25 (Tue, 25 Apr 2023)

  Changed paths:
M core/src/main/java/jenkins/model/ModelObjectWithContextMenu.java
M core/src/main/resources/lib/form/breadcrumb-config-outline.jelly
R core/src/main/resources/lib/form/breadcrumb-config-outline/init.css
R core/src/main/resources/lib/form/breadcrumb-config-outline/init.js
M core/src/main/resources/lib/layout/breadcrumbBar.jelly
R core/src/main/resources/lib/layout/breadcrumbs.js
M war/src/main/js/app.js
A war/src/main/js/components/dropdowns/index.js
A war/src/main/js/components/dropdowns/inpage-jumplist.js
A war/src/main/js/components/dropdowns/jumplists.js
A war/src/main/js/components/dropdowns/templates.js
A war/src/main/js/components/dropdowns/utils.js
M war/src/main/js/util/behavior-shim.js
M war/src/main/js/util/keyboard.js
A war/src/main/js/util/path.js
M war/src/main/scss/modules/breadcrumbs.scss
A war/src/main/scss/modules/dropdowns.scss
M war/src/main/scss/styles.scss

  Log Message:
  ---
  Update link dropdown menus to use new Tippy dropdowns (#7474)

* Squashed commit of the following:

commit 0fafc6f2b50c817c11a6149fb4374bfb1a1d486a
Merge: 9046da814f d3d1c88d29
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Sun Dec 4 21:31:15 2022 +

Merge branch 'master' into add-model-link-dropdowns

commit 9046da814f3aa26ec19ece970b25a29375377bfa
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Sun Dec 4 21:31:09 2022 +

Reset

commit 5f81d254112c7179f9c83e7dd3650aa9ba0b0c37
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Sat Nov 26 00:56:02 2022 +

Update prototype.js

commit dab47993c6c5f9bd77e83d392c737f3d6d3ba830
Merge: b166f016a3 221ff946b3
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Fri Nov 25 22:32:28 2022 +

Merge branch 'master' into add-model-link-dropdowns

commit b166f016a3e81b3787702e061cb7793a79295a49
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Fri Nov 25 20:11:45 2022 +

Add support for breadcrumb-config-outline

commit cc05b743192bdfbf68d1399f77a32583f2a65182
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Wed Nov 23 23:03:40 2022 +

Imports

commit d23b82247e9e2defb5501622f4c3a2b3c4ee95c7
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Wed Nov 23 23:02:25 2022 +

Tidy up JS

commit a578f6aa1f1b35db83a3543417b87381f636c3c7
Merge: f48e7ef370 51e084a01a
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Wed Nov 23 11:13:00 2022 +

Merge branch 'master' into add-model-link-dropdowns

commit f48e7ef370b7e807689b2edea81d137ca1e7dddb
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Wed Nov 23 09:57:41 2022 +

Update dropdowns.less

commit 8e54b2d9f17afd8c9d7ccf9f481ad1c571ed43d2
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Wed Nov 23 00:54:33 2022 +

Init

commit 0a161523b2e195dc89c75296111a0be0a9f9319e
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Mon Nov 21 19:56:48 2022 +

Update yarn.lock

commit 8aa08f0fc1ac4e5d2c082e3e9b96344cb255257b
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Mon Nov 21 19:40:26 2022 +

Fix

commit 7a2668ccfde9ec79dfb1fd20d0da70fb4817b1d7
Merge: faf3888e27 df89aa6855
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Mon Nov 21 19:39:51 2022 +

Merge branch 'master' into add-dropdown-button

commit faf3888e279e5ffb2ec99f47506548c435659c76
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Fri Sep 23 23:57:35 2022 +0100

Update overflowButton.jelly

commit 2c33dee5ec1f6cbcad335f12db58e84966af1ade
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Fri Sep 23 23:55:31 2022 +0100

Remove unused method, fix docs

commit ed8c2b02e13306e810da721c69486011cfd80308
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Fri Sep 23 23:48:51 2022 +0100

Fix link appearance

commit 9d04e8092ff8bab60b76bdfb41d2431a6737ce6c
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Fri Sep 23 23:45:40 2022 +0100

Fix up

commit 109dda954e29d8f85d5dcbaf9b630ce02d17648b
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Fri Sep 23 23:22:10 2022 +0100

Small cleanup

commit 0f27194eba82073f513b205da991b6a729b40bb0
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Fri 

[jenkinsci/jenkins] 5ea8cf: Small tidy up for the Tools page (#7716)

2023-04-22 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 5ea8cf2fa5b4f1d5df84a987f2c2add889fdca7a
  
https://github.com/jenkinsci/jenkins/commit/5ea8cf2fa5b4f1d5df84a987f2c2add889fdca7a
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-04-22 (Sat, 22 Apr 2023)

  Changed paths:
M core/src/main/resources/hudson/tools/ToolInstallation/global.jelly
M core/src/main/resources/jenkins/model/Jenkins/configure.jelly
M 
core/src/main/resources/jenkins/model/experimentalflags/UserExperimentalFlagsProperty/config.jelly
M core/src/main/resources/jenkins/tools/GlobalToolConfiguration/index.groovy
M core/src/main/resources/lib/form/rowSet.jelly
M core/src/main/resources/lib/form/section.jelly
M test/src/test/java/lib/form/HeteroListTest.java

  Log Message:
  ---
  Small tidy up for the Tools page (#7716)

* Init

* Update global.jelly

* Update config.jelly

* Restore top button

* Change form-label to section__title

* Add comment suggestion by daniel-beck

Co-authored-by: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>

* Remove test

* Update HeteroListTest.java

-

Co-authored-by: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/0ace61-5ea8cf%40github.com.


[jenkinsci/jenkins] 8b2c04: Migrate LESS to SCSS (#7850)

2023-04-21 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 8b2c0409ed5fb89605addc3c43ffd90762c63533
  
https://github.com/jenkinsci/jenkins/commit/8b2c0409ed5fb89605addc3c43ffd90762c63533
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-04-21 (Fri, 21 Apr 2023)

  Changed paths:
M .editorconfig
M war/.stylelintrc.js
M war/package.json
M war/postcss.config.js
R war/src/main/js/add-item.less
A war/src/main/js/add-item.scss
R war/src/main/js/widgets/add/addform.less
A war/src/main/js/widgets/add/addform.scss
R war/src/main/js/widgets/layout-mixins.less
R war/src/main/js/widgets/variables.less
A war/src/main/js/widgets/variables.scss
R war/src/main/less/abstracts/colors.less
R war/src/main/less/abstracts/mixins.less
R war/src/main/less/abstracts/theme.less
R war/src/main/less/base/display.less
R war/src/main/less/base/layout-commons.less
R war/src/main/less/base/spacing.less
R war/src/main/less/base/style.less
R war/src/main/less/base/typography.less
R war/src/main/less/base/visibility-utils.less
R war/src/main/less/base/yui-compatibility.less
R war/src/main/less/form/checkbox.less
R war/src/main/less/form/codemirror.less
R war/src/main/less/form/file-upload.less
R war/src/main/less/form/input.less
R war/src/main/less/form/layout.less
R war/src/main/less/form/radio.less
R war/src/main/less/form/reorderable-list.less
R war/src/main/less/form/search-bar.less
R war/src/main/less/form/select.less
R war/src/main/less/form/toggle-switch.less
R war/src/main/less/form/validation.less
R war/src/main/less/modules/app-bar.less
R war/src/main/less/modules/badges.less
R war/src/main/less/modules/breadcrumbs.less
R war/src/main/less/modules/buttons-deprecated.less
R war/src/main/less/modules/buttons.less
R war/src/main/less/modules/content-blocks.less
R war/src/main/less/modules/icons.less
R war/src/main/less/modules/modals.less
R war/src/main/less/modules/notifications.less
R war/src/main/less/modules/page-footer.less
R war/src/main/less/modules/page-header.less
R war/src/main/less/modules/panes-and-bigtable.less
R war/src/main/less/modules/progress-animation.less
R war/src/main/less/modules/row-selection-controller.less
R war/src/main/less/modules/section.less
R war/src/main/less/modules/side-panel-tasks.less
R war/src/main/less/modules/side-panel-widgets.less
R war/src/main/less/modules/spinner.less
R war/src/main/less/modules/table.less
R war/src/main/less/modules/tabs.less
R war/src/main/less/modules/tooltips.less
R war/src/main/less/pages/about.less
R war/src/main/less/pages/dashboard.less
R war/src/main/less/pages/icon-legend.less
R war/src/main/less/pages/manage-jenkins.less
R war/src/main/less/pages/plugin-manager.less
R war/src/main/less/pages/setupWizardConfigureInstance.less
R war/src/main/less/pages/setupWizardFirstUser.less
R war/src/main/less/pluginSetupWizard.less
R war/src/main/less/simple-page.less
R war/src/main/less/styles.less
A war/src/main/scss/abstracts/colors.scss
A war/src/main/scss/abstracts/mixins.scss
A war/src/main/scss/abstracts/theme.scss
A war/src/main/scss/base/display.scss
A war/src/main/scss/base/layout-commons.scss
A war/src/main/scss/base/spacing.scss
A war/src/main/scss/base/style.scss
A war/src/main/scss/base/typography.scss
A war/src/main/scss/base/visibility-utils.scss
A war/src/main/scss/base/yui-compatibility.scss
A war/src/main/scss/form/checkbox.scss
A war/src/main/scss/form/codemirror.scss
A war/src/main/scss/form/file-upload.scss
A war/src/main/scss/form/input.scss
A war/src/main/scss/form/layout.scss
A war/src/main/scss/form/radio.scss
A war/src/main/scss/form/reorderable-list.scss
A war/src/main/scss/form/search-bar.scss
A war/src/main/scss/form/select.scss
A war/src/main/scss/form/toggle-switch.scss
A war/src/main/scss/form/validation.scss
A war/src/main/scss/modules/app-bar.scss
A war/src/main/scss/modules/badges.scss
A war/src/main/scss/modules/breadcrumbs.scss
A war/src/main/scss/modules/buttons-deprecated.scss
A war/src/main/scss/modules/buttons.scss
A war/src/main/scss/modules/content-blocks.scss
A war/src/main/scss/modules/icons.scss
A war/src/main/scss/modules/modals.scss
A war/src/main/scss/modules/notifications.scss
A war/src/main/scss/modules/page-footer.scss
A war/src/main/scss/modules/page-header.scss
A war/src/main/scss/modules/panes-and-bigtable.scss
A war/src/main/scss/modules/progress-animation.scss
A war/src/main/scss/modules/row-selection-controller.scss
A war/src/main/scss/modules/section.scss
A war/src/main/scss/modules/side-panel-tasks.scss
A war/src/main/scss/modules/side-panel-widgets.scss
 

[jenkinsci/jenkins] 4c3fe6: [JENKINS-71089] Fix `hasHeader` attribute for `f:h...

2023-04-19 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 4c3fe675fcc6734eefb7295ca25df402096ec63e
  
https://github.com/jenkinsci/jenkins/commit/4c3fe675fcc6734eefb7295ca25df402096ec63e
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-04-19 (Wed, 19 Apr 2023)

  Changed paths:
M core/src/main/resources/lib/form/hetero-list.jelly

  Log Message:
  ---
  [JENKINS-71089] Fix `hasHeader` attribute for `f:hetero-list` (#7853)


-- 
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/0d7892-4c3fe6%40github.com.


[jenkinsci/jenkins] 291f5e: Add updates count badge to Updates sidebar item (#...

2023-04-16 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 291f5edcc5942c4efc65cc96121f7624f45bf3c3
  
https://github.com/jenkinsci/jenkins/commit/291f5edcc5942c4efc65cc96121f7624f45bf3c3
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-04-16 (Sun, 16 Apr 2023)

  Changed paths:
M core/src/main/java/hudson/model/ManageJenkinsAction.java
M core/src/main/java/hudson/model/UpdateCenter.java
M core/src/main/java/jenkins/management/Badge.java
M core/src/main/java/jenkins/management/PluginsLink.java
M core/src/main/java/jenkins/model/ModelObjectWithContextMenu.java
M core/src/main/resources/hudson/PluginManager/sidepanel.jelly
M core/src/main/resources/hudson/model/ManageJenkinsAction/index.jelly
M core/src/main/resources/lib/layout/breadcrumbs.js
M core/src/main/resources/lib/layout/task.jelly
M war/src/main/less/base/yui-compatibility.less
M war/src/main/less/modules/side-panel-tasks.less

  Log Message:
  ---
  Add updates count badge to Updates sidebar item (#7084)

* Init

* Update core/src/main/resources/lib/layout/task.jelly

Co-authored-by: Alexander Brandes 

* Remove duplicated class

* Update core/src/main/resources/lib/layout/task.jelly

Co-authored-by: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>

* Add support for badges in menus + manage jenkins page

* Update index.jelly

* Update ModelObjectWithContextMenu.java

* Merge with #6995

* Add tooltip in task links

* Add tooltip support to badges

* Lint

* Escape badge tooltip/text in menus

* Use xmlEscape for escaping attributes

* Support nulls

* Update breadcrumbs.js

* Update breadcrumbs.js

-

Co-authored-by: Alexander Brandes 
Co-authored-by: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
Co-authored-by: Tim Jacomb <21194782+ti...@users.noreply.github.com>
Co-authored-by: Tim Jacomb 
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/fb9031-291f5e%40github.com.


[jenkinsci/design-library-plugin] 18384c: Drop all usages of .app-component-sample and

2023-04-15 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/design-library-plugin
  Commit: 18384c2f41db4acf04e807a72cbf310cefe215fd
  
https://github.com/jenkinsci/design-library-plugin/commit/18384c2f41db4acf04e807a72cbf310cefe215fd
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-04-15 (Sat, 15 Apr 2023)

  Changed paths:
M src/main/resources/io/jenkins/plugins/designlibrary/Buttons/index.jelly
M src/main/resources/io/jenkins/plugins/designlibrary/Checkboxes/index.jelly
M 
src/main/resources/io/jenkins/plugins/designlibrary/Checkboxes/index.properties
M 
src/main/resources/io/jenkins/plugins/designlibrary/Checkboxes/index_fr.properties
M 
src/main/resources/io/jenkins/plugins/designlibrary/Checkboxes/index_pt.properties
M 
src/main/resources/io/jenkins/plugins/designlibrary/Checkboxes/index_zh.properties
M src/main/resources/io/jenkins/plugins/designlibrary/File/index.jelly
M src/main/resources/io/jenkins/plugins/designlibrary/File/index.properties
M 
src/main/resources/io/jenkins/plugins/designlibrary/JavaScriptProxy/index.jelly
M 
src/main/resources/io/jenkins/plugins/designlibrary/Notifications/index.jelly
M src/main/resources/io/jenkins/plugins/designlibrary/Progress/index.jelly
M src/main/resources/io/jenkins/plugins/designlibrary/Radios/index.jelly
M src/main/resources/io/jenkins/plugins/designlibrary/Select/index.jelly
M src/main/resources/io/jenkins/plugins/designlibrary/Spacing/index.jelly
M src/main/resources/io/jenkins/plugins/designlibrary/Symbols/index.jelly
M src/main/resources/io/jenkins/plugins/designlibrary/Table/index.jelly
M src/main/resources/io/jenkins/plugins/designlibrary/TextBox/index.jelly
M 
src/main/resources/io/jenkins/plugins/designlibrary/ToggleSwitch/index.jelly
M src/main/resources/io/jenkins/plugins/designlibrary/Tooltips/index.jelly
M src/main/resources/io/jenkins/plugins/designlibrary/Validation/index.jelly
M src/main/resources/scss/abstracts/_overrides.scss
A src/main/resources/scss/components/_component-group.scss
M src/main/resources/scss/components/_component-sample.scss
M src/main/resources/scss/components/_index.scss
M src/main/resources/scss/components/_source-block.scss
A src/main/webapp/TextBox/codemirror.jelly

  Log Message:
  ---
  Drop all usages of .app-component-sample and  elements (#250)


-- 
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/design-library-plugin/push/refs/heads/master/588209-18384c%40github.com.


[jenkins-infra/jenkins.io] 233dab: Restore 'Modularise more classes + increase usage ...

2023-04-15 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 233dab8cca28411086bf05cfa110c2589868aa90
  
https://github.com/jenkins-infra/jenkins.io/commit/233dab8cca28411086bf05cfa110c2589868aa90
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-04-15 (Sat, 15 Apr 2023)

  Changed paths:
M content/_partials/projectcarousel.html.haml
M content/css/jenkins.css
M content/solutions/index.html.haml
M content/stylesheets/core/_all.scss
A content/stylesheets/core/_base.scss
A content/stylesheets/core/_headings.scss
M content/stylesheets/pages/_all.scss
A content/stylesheets/pages/_use-cases.scss

  Log Message:
  ---
  Restore 'Modularise more classes + increase usage of CSS variables (#5415)' 
(#6273)


-- 
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/be91b5-233dab%40github.com.


[jenkinsci/acceptance-test-harness] 26d659: add tests for secure-requester-whitelist (#1104)

2023-04-13 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/pr/7770
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 26d6599fdc59c8aa182d1e52db9bd8aae7e3aade
  
https://github.com/jenkinsci/acceptance-test-harness/commit/26d6599fdc59c8aa182d1e52db9bd8aae7e3aade
  Author: Andra Maria Puscas <102651154+ampus...@users.noreply.github.com>
  Date:   2023-04-11 (Tue, 11 Apr 2023)

  Changed paths:
A src/test/java/plugins/SecureRequesterWhitelistTest.java

  Log Message:
  ---
  add tests for secure-requester-whitelist (#1104)


  Commit: 462b74fb7325caa4905e126a0a8b94c651e5ffe0
  
https://github.com/jenkinsci/acceptance-test-harness/commit/462b74fb7325caa4905e126a0a8b94c651e5ffe0
  Author: Robert Sandell 
  Date:   2023-04-12 (Wed, 12 Apr 2023)

  Changed paths:
M src/test/java/plugins/FolderPluginTest.java

  Log Message:
  ---
  [#1053] Adding tests for cloudbees folders plugin (#1092)

Adding tests for cloudbees folders plugin


  Commit: cea872bfdb29a62a2e2d068aa735bab4dc707195
  
https://github.com/jenkinsci/acceptance-test-harness/commit/cea872bfdb29a62a2e2d068aa735bab4dc707195
  Author: Julie Heard <55280278+juliehe...@users.noreply.github.com>
  Date:   2023-04-12 (Wed, 12 Apr 2023)

  Changed paths:
A src/test/java/plugins/MSTestRunnerPluginTest.java

  Log Message:
  ---
  [#1053] Adding tests for MSTestRunner plugin (#1102)

* Adding tests for MSTestRunner plugin

Co-authored-by: Alexander Brandes 
Co-authored-by: Robert Sandell 


  Commit: 09dd001c54d79026bf8b81dddcb9081a7fecf477
  
https://github.com/jenkinsci/acceptance-test-harness/commit/09dd001c54d79026bf8b81dddcb9081a7fecf477
  Author: Carroll Chiou 
  Date:   2023-04-13 (Thu, 13 Apr 2023)

  Changed paths:
M src/test/java/plugins/MatrixPluginTest.java

  Log Message:
  ---
  expand MatrixPluginTest (#1072)

expand MatrixPluginTest


  Commit: ce11d999556f56e25057ed422c03bf87e56c39f3
  
https://github.com/jenkinsci/acceptance-test-harness/commit/ce11d999556f56e25057ed422c03bf87e56c39f3
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-04-13 (Thu, 13 Apr 2023)

  Changed paths:
M src/test/java/plugins/FolderPluginTest.java
A src/test/java/plugins/MSTestRunnerPluginTest.java
M src/test/java/plugins/MatrixPluginTest.java
A src/test/java/plugins/SecureRequesterWhitelistTest.java

  Log Message:
  ---
  Merge branch 'master' into pr/7770


Compare: 
https://github.com/jenkinsci/acceptance-test-harness/compare/1983f61ae20a...ce11d999556f

-- 
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/acceptance-test-harness/push/refs/heads/pr/7770/1983f6-ce11d9%40github.com.


[jenkins-infra/jenkins.io] 2dd8b4: Add the option to list all tags on the Jenkins blo...

2023-04-10 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 2dd8b4c688fedfe42961910baaf0d23952de7343
  
https://github.com/jenkins-infra/jenkins.io/commit/2dd8b4c688fedfe42961910baaf0d23952de7343
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-04-10 (Mon, 10 Apr 2023)

  Changed paths:
M content/node/index.html.haml
M content/stylesheets/pages/_blog.scss

  Log Message:
  ---
  Add the option to list all tags on the Jenkins blog (#6261)

Small follow up to #6229. This PR introduces a new button in the top
right of the blog which allows users to see the complete list of tags
available. They can then click one to see all posts with that tag.

https://user-images.githubusercontent.com/43062514/230774821-7a3dd274-10d8-416b-9daf-5473808d1e36.png";>

https://user-images.githubusercontent.com/43062514/230774826-0c46d28b-ba8e-40dc-b447-97990cdefa36.png";>

https://user-images.githubusercontent.com/43062514/230774837-c1b506d9-6e3c-46d7-9105-1919bd40c9ca.png";>

**Changes**
* Adds a button to list all tags 
* If a user clicks on a tag it'll now show in the top right of the page
* The Jenkins Blog heading is now clickable to return to the blog


-- 
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/8518f3-2dd8b4%40github.com.


[jenkins-infra/jenkins.io] 8d188d: Update the design of the Blog page (#6229)

2023-04-09 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 8d188d4e1490b7ed4bbd3099f5d055ba7f663e5e
  
https://github.com/jenkins-infra/jenkins.io/commit/8d188d4e1490b7ed4bbd3099f5d055ba7f663e5e
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-04-09 (Sun, 09 Apr 2023)

  Changed paths:
M content/_ext/authorship.rb
M content/_ext/pipeline.rb
M content/_layouts/post.html.haml
M content/_partials/avatar.html.haml
M content/_partials/blogcardlist.html.haml
M content/_partials/blogs.html.haml
M content/_partials/events.html.haml
M content/blog/2022/01/2022-01-07-gsoc-2022.adoc
M content/blog/2022/05/2022-05-27-docker-image-new-lifecycle.adoc
M content/blog/2022/09/2022-09-07-jenkinsfile-runner-as-github-actions.adoc
M 
content/blog/2022/10/2022-10-10-pipeline-steps-improvement-gsoc-report.adoc
M 
content/blog/2022/10/2022-10-31-jenkins-google-summer-of-code-archive-2022.adoc
M content/blog/2022/11/2022-11-16-gsoc-2023.adoc
M content/blog/2022/12/2022-12-09-jfrog-maintenance.adoc
M content/blog/2022/12/2022-12-14-require-java-11.adoc
M content/blog/2023/01/2023-01-12-jenkins-newsletter.adoc
M content/blog/2023/02/2023-02-23-cdf-awards.adoc
M content/blog/2023/02/2023-02-28-build-msi-locally.adoc
M content/blog/2023/03/10/2023-03-10-miniJen-and-RISC-V.adoc
M content/blog/2023/04/07/2023-04-07-android-and-jenkins-discovery.adoc
M content/css/jenkins.css
M content/index.html.haml
M content/node/index.html.haml
M content/stylesheets/abstracts/_breakpoints.scss
M content/stylesheets/components/_all.scss
A content/stylesheets/components/_app-bar.scss
M content/stylesheets/components/_author.scss
M content/stylesheets/components/_avatar.scss
A content/stylesheets/components/_buttons.scss
A content/stylesheets/components/_cards.scss
M content/stylesheets/components/_chips.scss
A content/stylesheets/components/_events.scss
M content/stylesheets/components/_pagination.scss
M content/stylesheets/pages/_blog.scss

  Log Message:
  ---
  Update the design of the Blog page (#6229)

https://user-images.githubusercontent.com/43062514/230507354-c18f738d-830e-42d0-8dc2-6d0e3e9ad49d.png";>

This PR updates the design of the Jenkins blog.

* Introduces large thumbnails powered by the post's OpenGraph image
* Lazy loads images (thumbnails and user avatars)
* Avatars can now collapse if space isn't available
* Refreshed events design

Fixes https://github.com/jenkins-infra/jenkins.io/issues/6233

-

Co-authored-by: Mark Waite 
Co-authored-by: Kris Stern 


-- 
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/970933-8d188d%40github.com.


[jenkinsci/acceptance-test-harness] 62e803: Update pom.xml

2023-04-09 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/pr/7569
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 62e80335a060c2d122b735cd609ca8fe263d3531
  
https://github.com/jenkinsci/acceptance-test-harness/commit/62e80335a060c2d122b735cd609ca8fe263d3531
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-04-09 (Sun, 09 Apr 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom.xml


-- 
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/acceptance-test-harness/push/refs/heads/pr/7569/de5ddc-62e803%40github.com.


[jenkinsci/acceptance-test-harness] de5ddc: Fix

2023-04-06 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/pr/7569
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: de5ddc403e1d751222f8da253d43746521730aed
  
https://github.com/jenkinsci/acceptance-test-harness/commit/de5ddc403e1d751222f8da253d43746521730aed
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-04-06 (Thu, 06 Apr 2023)

  Changed paths:
M Jenkinsfile
M src/main/java/org/jenkinsci/test/acceptance/po/PluginManager.java

  Log Message:
  ---
  Fix


-- 
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/acceptance-test-harness/push/refs/heads/pr/7569/875cf8-de5ddc%40github.com.


[jenkinsci/acceptance-test-harness] 93eda6: Build(deps): Bump selenium.version from 4.6.0 to 4...

2023-04-06 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/pr/7569
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 93eda67f587647215027c6c2074d2995881193fa
  
https://github.com/jenkinsci/acceptance-test-harness/commit/93eda67f587647215027c6c2074d2995881193fa
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-28 (Tue, 28 Mar 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Build(deps): Bump selenium.version from 4.6.0 to 4.8.1 (#1073)

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


  Commit: 140a54eea7cb51613885b744a80f4cc1e4f01880
  
https://github.com/jenkinsci/acceptance-test-harness/commit/140a54eea7cb51613885b744a80f4cc1e4f01880
  Author: Robert Sandell 
  Date:   2023-03-30 (Thu, 30 Mar 2023)

  Changed paths:
A src/main/java/org/jenkinsci/test/acceptance/AbstractPipelineTest.java
A src/main/java/org/jenkinsci/test/acceptance/utils/PipelineTestUtils.java

  Log Message:
  ---
  Pipeline test utility classes needed for multiple contributions (#1084)

* PipelineTestUtils

* AbstractPipelineTest


  Commit: d392288d2b227fefeb4d48fd91a5021bd8ef306c
  
https://github.com/jenkinsci/acceptance-test-harness/commit/d392288d2b227fefeb4d48fd91a5021bd8ef306c
  Author: James Nord 
  Date:   2023-03-30 (Thu, 30 Mar 2023)

  Changed paths:
M src/main/java/org/jenkinsci/test/acceptance/FallbackConfig.java

  Log Message:
  ---
  Use Selenium 4 based docker containers in `FallbackConfig` (#1077)

Update FallbackConfig.java

The containers should match the selenium version.  using old version 3 
containers is not a good idea :)

Co-authored-by: Robert Sandell 


  Commit: d5f78395992a188981df50c17fc5afcefefc69ca
  
https://github.com/jenkinsci/acceptance-test-harness/commit/d5f78395992a188981df50c17fc5afcefefc69ca
  Author: Basil Crow 
  Date:   2023-04-02 (Sun, 02 Apr 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Sort dependencies (#1087)


  Commit: 16055437dfbe75d8f12d8314b54faa236d081e90
  
https://github.com/jenkinsci/acceptance-test-harness/commit/16055437dfbe75d8f12d8314b54faa236d081e90
  Author: Basil Crow 
  Date:   2023-04-02 (Sun, 02 Apr 2023)

  Changed paths:
M ath-container.sh
M grab-latest-rc.sh
M jut-server.sh
M src/main/resources/ath-container/run.sh
M src/main/resources/ath-container/set-java.sh
M src/main/resources/ath-container/vnc.sh

  Log Message:
  ---
  Clean up shell scripts (#1086)


  Commit: 6743fc7c138cd09c490c2e294b575b941b137481
  
https://github.com/jenkinsci/acceptance-test-harness/commit/6743fc7c138cd09c490c2e294b575b941b137481
  Author: Basil Crow 
  Date:   2023-04-02 (Sun, 02 Apr 2023)

  Changed paths:
M src/main/resources/ath-container/run.sh

  Log Message:
  ---
  Use `<<-` here document redirection operator where applicable (#1089)


  Commit: f5d62a388c39de3c080333982414e9a8721d5d16
  
https://github.com/jenkinsci/acceptance-test-harness/commit/f5d62a388c39de3c080333982414e9a8721d5d16
  Author: Alexander Brandes 
  Date:   2023-04-03 (Mon, 03 Apr 2023)

  Changed paths:
M src/main/java/org/jenkinsci/test/acceptance/plugins/scriptler/Script.java
M 
src/main/java/org/jenkinsci/test/acceptance/plugins/scriptler/Scriptler.java
M src/test/java/plugins/ScriptlerPluginTest.java

  Log Message:
  ---
  Restore scriptler tests (#1088)

Unignore scriptler


  Commit: 806749710b839f3364f62427653ecfd238d1060d
  
https://github.com/jenkinsci/acceptance-test-harness/commit/806749710b839f3364f62427653ecfd238d1060d
  Author: Andra Maria Puscas <102651154+ampus...@users.noreply.github.com>
  Date:   2023-04-03 (Mon, 03 Apr 2023)

  Changed paths:
M pom.xml
A src/test/java/plugins/DisplayUrlApiTest.java

  Log Message:
  ---
  Add tests for DisplayUrlApi (#1085)

* Add test DisplayUrlApi (#1053)


  Commit: ba3a71a68b7a98f82799ffc56b743facd144baf1
  
https://github.com/jenkinsci/acceptance-test-harness/commit/ba3a71a68b7a98f82799ffc56b743facd144baf1
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-04-04 (Tue, 04 Apr 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Build(deps): Bump commons-configuration2 from 2.8.0 to 2.9.0 (#1094)

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


  Commit: 25d006dc9356047fc490a25bf7dc68523ba2d866
  
https://github.com/jenkinsci/acceptance-test-harness/commit/25d006dc9356047fc490a25bf7dc68523ba2d866
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-04-04 (Tue, 04 Apr 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Build(deps): Bump netty-bom from 4.1.90.Final to 4.1.91.Final (#1095)

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


  Commit: e3db2ce6d1c1e4358fbb0daf874f8e2c930b3ba0
  
https://

[jenkinsci/acceptance-test-harness]

2023-04-06 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/pr/7569
  Home:   https://github.com/jenkinsci/acceptance-test-harness

-- 
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/acceptance-test-harness/push/refs/heads/pr/7569/00-dda6ed%40github.com.


[jenkinsci/jenkins] 478a67: Use a card layout instead of a table for the dashb...

2023-04-03 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 478a6751a518de9478945460c683ec434ca0a074
  
https://github.com/jenkinsci/jenkins/commit/478a6751a518de9478945460c683ec434ca0a074
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-04-03 (Mon, 03 Apr 2023)

  Changed paths:
M core/src/main/resources/lib/hudson/projectView.jelly
A core/src/main/resources/lib/hudson/projectView.properties
M war/src/main/less/abstracts/mixins.less
M war/src/main/less/abstracts/theme.less
M war/src/main/less/base/visibility-utils.less
M war/src/main/less/pages/dashboard.less

  Log Message:
  ---
  Use a card layout instead of a table for the dashboard on mobile (#7581)

* Init

* Add last change to home screen

* Tidy up

* Fix building

* Add build button to mobile view

* Support compactColumn for card view

-

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/2d2f56-478a67%40github.com.


[jenkinsci/jenkins] 2d2f56: Refresh the Build with Parameters interface (#7748)

2023-04-03 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 2d2f56fa269efa6d874c863379801f5139507718
  
https://github.com/jenkinsci/jenkins/commit/2d2f56fa269efa6d874c863379801f5139507718
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-04-03 (Mon, 03 Apr 2023)

  Changed paths:
M core/src/main/resources/hudson/model/ChoiceParameterDefinition/index.jelly
M 
core/src/main/resources/hudson/model/ParametersDefinitionProperty/index.jelly
M core/src/main/resources/hudson/model/RunParameterDefinition/index.jelly

  Log Message:
  ---
  Refresh the Build with Parameters interface (#7748)

* Init

* Update layout.less

* Update index.jelly

* Update index.jelly

* Update PasswordParameterDefinitionTest.java

* Remove password changes

* Reset margin changes


-- 
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/ce3f6a-2d2f56%40github.com.


[jenkins-infra/jenkins.io] 722806: Refresh the design of the pagination component (#6...

2023-04-02 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 722806757009cbede87afa8941b5f07198ca349c
  
https://github.com/jenkins-infra/jenkins.io/commit/722806757009cbede87afa8941b5f07198ca349c
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-04-02 (Sun, 02 Apr 2023)

  Changed paths:
M content/_partials/pagination.html.haml
M content/stylesheets/components/_all.scss
A content/stylesheets/components/_button.scss
A content/stylesheets/components/_pagination.scss

  Log Message:
  ---
  Refresh the design of the pagination component (#6227)

**Before**
https://user-images.githubusercontent.com/43062514/229311240-f8770b51-a699-42c0-9af9-f6f5adf7a1ed.png";>

https://user-images.githubusercontent.com/43062514/229311230-bd675016-f0bc-437a-90f2-7973bf9ed793.png";>

**After**
https://user-images.githubusercontent.com/43062514/229311210-307786fd-8e94-410d-90d8-2ac4911a35f2.png";>

https://user-images.githubusercontent.com/43062514/229311234-5bb6f70a-bcc6-4fe3-b888-6c73f5264458.png";>

Small update to the pagination component to use similar stylings to
Jenkins CI. Precursor to a larger blogs page update.

* Uses .jenkins-button for the classes
* Now uses Ionicons
* Works better on mobile


-- 
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/dc5716-722806%40github.com.


[jenkinsci/jenkins] c0ade3: Update the IntelliJ Jenkins icon (#7779)

2023-03-29 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: c0ade34d8dadee27bf00e388866423192659b6ec
  
https://github.com/jenkinsci/jenkins/commit/c0ade34d8dadee27bf00e388866423192659b6ec
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-03-29 (Wed, 29 Mar 2023)

  Changed paths:
M .idea/icon.svg

  Log Message:
  ---
  Update the IntelliJ Jenkins icon (#7779)


-- 
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/6a4b4c-c0ade3%40github.com.


[jenkinsci/acceptance-test-harness] db52a9: [#1053] Add some more tests for Ant Plugin (#1066)

2023-03-28 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/pr/7770
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: db52a90a841a591035caa1e5ab2d0d14f8bab2bc
  
https://github.com/jenkinsci/acceptance-test-harness/commit/db52a90a841a591035caa1e5ab2d0d14f8bab2bc
  Author: Andra Maria Puscas <102651154+ampus...@users.noreply.github.com>
  Date:   2023-03-28 (Tue, 28 Mar 2023)

  Changed paths:
M 
src/main/java/org/jenkinsci/test/acceptance/docker/fixtures/SshAgentContainer.java
M 
src/main/java/org/jenkinsci/test/acceptance/plugins/ant/AntInstallation.java
M src/test/java/plugins/AntPluginTest.java
A src/test/resources/plugins/ant/custom-build-file.xml

  Log Message:
  ---
  [#1053] Add some more tests for Ant Plugin (#1066)

added some tests for pipeline, and native (pre-installed) ant


  Commit: 61d5a25aa82f5bac4378b8fc795782ba0ee6cec6
  
https://github.com/jenkinsci/acceptance-test-harness/commit/61d5a25aa82f5bac4378b8fc795782ba0ee6cec6
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-03-28 (Tue, 28 Mar 2023)

  Changed paths:
M 
src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/ArtifactoryContainer/Dockerfile

  Log Message:
  ---
  Build(deps): Bump jfrog/artifactory-oss from 7.55.6 to 7.55.9 in 
/src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/ArtifactoryContainer
 (#1082)


  Commit: dda6eda39e241c1fa40698ed27b218a7fc13a6dd
  
https://github.com/jenkinsci/acceptance-test-harness/commit/dda6eda39e241c1fa40698ed27b218a7fc13a6dd
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-03-28 (Tue, 28 Mar 2023)

  Changed paths:
M 
src/main/java/org/jenkinsci/test/acceptance/docker/fixtures/SshAgentContainer.java
M 
src/main/java/org/jenkinsci/test/acceptance/plugins/ant/AntInstallation.java
M 
src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/ArtifactoryContainer/Dockerfile
M src/test/java/plugins/AntPluginTest.java
A src/test/resources/plugins/ant/custom-build-file.xml

  Log Message:
  ---
  Merge branch 'master' into pr/7770


Compare: 
https://github.com/jenkinsci/acceptance-test-harness/compare/be8e969cf599...dda6eda39e24

-- 
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/acceptance-test-harness/push/refs/heads/pr/7770/be8e96-dda6ed%40github.com.


[jenkinsci/acceptance-test-harness] be8e96: Fix link not being found

2023-03-28 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/pr/7770
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: be8e969cf5990305c31bc331cbe0893323ff4697
  
https://github.com/jenkinsci/acceptance-test-harness/commit/be8e969cf5990305c31bc331cbe0893323ff4697
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-03-28 (Tue, 28 Mar 2023)

  Changed paths:
M src/main/java/org/jenkinsci/test/acceptance/po/PluginManager.java

  Log Message:
  ---
  Fix link not being found

I had assumed the old button would have been wrapped in a form, instead it does 
some JS magic to do the post instead.


-- 
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/acceptance-test-harness/push/refs/heads/pr/7770/e35e4d-be8e96%40github.com.


[jenkinsci/acceptance-test-harness] 7228cb: Update PluginManager.java

2023-03-27 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/pr/7770
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 7228cb137745aec84f8a688a01b8b6256467e258
  
https://github.com/jenkinsci/acceptance-test-harness/commit/7228cb137745aec84f8a688a01b8b6256467e258
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-03-27 (Mon, 27 Mar 2023)

  Changed paths:
M src/main/java/org/jenkinsci/test/acceptance/po/PluginManager.java

  Log Message:
  ---
  Update PluginManager.java


-- 
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/acceptance-test-harness/push/refs/heads/pr/7770/120a75-7228cb%40github.com.


[jenkinsci/acceptance-test-harness] 120a75: Init

2023-03-27 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/pr/7770
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 120a752df3a5ca9294ff0379983dcec249308a58
  
https://github.com/jenkinsci/acceptance-test-harness/commit/120a752df3a5ca9294ff0379983dcec249308a58
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-03-27 (Mon, 27 Mar 2023)

  Changed paths:
M Jenkinsfile
M src/main/resources/ath-container/run.sh

  Log Message:
  ---
  Init


-- 
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/acceptance-test-harness/push/refs/heads/pr/7770/00-120a75%40github.com.


[jenkinsci/jenkins] 38d3a2: Revamp icon legend as a modal (#7718)

2023-03-17 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 38d3a27528b465ea7331e254d3dd4820374c5a87
  
https://github.com/jenkinsci/jenkins/commit/38d3a27528b465ea7331e254d3dd4820374c5a87
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-03-17 (Fri, 17 Mar 2023)

  Changed paths:
M core/src/main/resources/jenkins/model/Jenkins/legend.jelly
M core/src/main/resources/lib/form/hetero-list/hetero-list.js
M core/src/main/resources/lib/hudson/rssBar.jelly
A war/src/main/js/components/modals/index.js
M war/src/main/js/filter-build-history.js
A war/src/main/js/pages/dashboard/index.js
M war/src/main/js/util/symbols.js
M war/src/main/less/abstracts/theme.less
A war/src/main/less/modules/modals.less
M war/src/main/less/pages/icon-legend.less
M war/src/main/less/styles.less
M war/src/main/webapp/scripts/hudson-behavior.js
M war/src/main/webapp/scripts/prototype.js
M war/webpack.config.js

  Log Message:
  ---
  Revamp icon legend as a modal (#7718)

Co-authored-by: Tim Jacomb 


-- 
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/176bb8-38d3a2%40github.com.


[jenkinsci/jenkins] b8c6c1: Remove the expand button component as it's no long...

2023-03-17 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: b8c6c116a01413f200af9ea75505046c86f718e3
  
https://github.com/jenkinsci/jenkins/commit/b8c6c116a01413f200af9ea75505046c86f718e3
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-03-17 (Fri, 17 Mar 2023)

  Changed paths:
M core/src/main/resources/jenkins/formelementpath/form-element-path.js
R core/src/main/resources/lib/layout/expandButton.jelly
M war/src/main/webapp/scripts/hudson-behavior.js

  Log Message:
  ---
  Remove the expand button component as it's no longer used (#7732)


-- 
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/3fe425-b8c6c1%40github.com.


[jenkinsci/jenkins] fd0e8c: Refresh the design of the About Jenkins page (#7712)

2023-03-17 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: fd0e8cb3321355aca45fdb3f045a53da221ebf15
  
https://github.com/jenkinsci/jenkins/commit/fd0e8cb3321355aca45fdb3f045a53da221ebf15
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-03-17 (Fri, 17 Mar 2023)

  Changed paths:
M core/src/main/resources/hudson/AboutJenkins/index.jelly
M core/src/main/resources/hudson/AboutJenkins/index.properties
M core/src/main/resources/hudson/AboutJenkins/index_bg.properties
M core/src/main/resources/hudson/AboutJenkins/index_cs.properties
M core/src/main/resources/hudson/AboutJenkins/index_da.properties
M core/src/main/resources/hudson/AboutJenkins/index_de.properties
M core/src/main/resources/hudson/AboutJenkins/index_es.properties
M core/src/main/resources/hudson/AboutJenkins/index_fi.properties
M core/src/main/resources/hudson/AboutJenkins/index_fr.properties
M core/src/main/resources/hudson/AboutJenkins/index_hu.properties
M core/src/main/resources/hudson/AboutJenkins/index_it.properties
M core/src/main/resources/hudson/AboutJenkins/index_ja.properties
M core/src/main/resources/hudson/AboutJenkins/index_lt.properties
M core/src/main/resources/hudson/AboutJenkins/index_nb_NO.properties
M core/src/main/resources/hudson/AboutJenkins/index_pl.properties
M core/src/main/resources/hudson/AboutJenkins/index_ru.properties
M core/src/main/resources/hudson/AboutJenkins/index_sr.properties
M core/src/main/resources/hudson/AboutJenkins/index_uk.properties
M core/src/main/resources/hudson/AboutJenkins/index_zh_TW.properties
M war/src/main/less/pages/about.less
A war/src/main/resources/images/symbols/heart.svg

  Log Message:
  ---
  Refresh the design of the About Jenkins page (#7712)


-- 
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/c98bee-fd0e8c%40github.com.


[jenkinsci/acceptance-test-harness] f4fabb: Run tests

2023-03-14 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/pr/7717
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: f4fabb29a347e4fb510e6ee2fc181b2877e31ff0
  
https://github.com/jenkinsci/acceptance-test-harness/commit/f4fabb29a347e4fb510e6ee2fc181b2877e31ff0
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-03-14 (Tue, 14 Mar 2023)

  Changed paths:
M Jenkinsfile
M src/main/resources/ath-container/run.sh

  Log Message:
  ---
  Run tests


-- 
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/acceptance-test-harness/push/refs/heads/pr/7717/608f30-f4fabb%40github.com.


[jenkinsci/acceptance-test-harness]

2023-03-14 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/pr/7717
  Home:   https://github.com/jenkinsci/acceptance-test-harness

-- 
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/acceptance-test-harness/push/refs/heads/pr/7717/00-608f30%40github.com.


[jenkinsci/jenkins] e4cba7: Update validate button to use .jenkins-button clas...

2023-03-14 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: e4cba7380f25cff2b89edc951d84c8103994caac
  
https://github.com/jenkinsci/jenkins/commit/e4cba7380f25cff2b89edc951d84c8103994caac
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-03-14 (Tue, 14 Mar 2023)

  Changed paths:
M core/src/main/resources/lib/form/validateButton.jelly
M war/src/main/less/modules/buttons.less
M war/src/main/webapp/scripts/hudson-behavior.js

  Log Message:
  ---
  Update validate button to use .jenkins-button class (#7687)

* Init

* Update buttons.less

* Update buttons.less

* Update buttons.less

-

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/0db064-e4cba7%40github.com.


[jenkinsci/dark-theme-plugin] a22e7d: Use dark backdrop in Chrome/Firefox (#339)

2023-03-12 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dark-theme-plugin
  Commit: a22e7d692eaad6b00ad4f7b78603e44528c950e3
  
https://github.com/jenkinsci/dark-theme-plugin/commit/a22e7d692eaad6b00ad4f7b78603e44528c950e3
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
M src/main/frontend/main.scss

  Log Message:
  ---
  Use dark backdrop in Chrome/Firefox (#339)

* Update main.scss

* Update main.scss


-- 
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/dark-theme-plugin/push/refs/heads/master/7b6719-a22e7d%40github.com.


[jenkinsci/dark-theme-plugin] 7b6719: Add modal colors (#338)

2023-03-12 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dark-theme-plugin
  Commit: 7b671931d8b4ff3a97671e38e48005c60b04dd7e
  
https://github.com/jenkinsci/dark-theme-plugin/commit/7b671931d8b4ff3a97671e38e48005c60b04dd7e
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
M src/main/frontend/main.scss

  Log Message:
  ---
  Add modal colors (#338)


-- 
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/dark-theme-plugin/push/refs/heads/master/e96693-7b6719%40github.com.


[jenkinsci/dark-theme-plugin] 376bc7: Add modal colors

2023-03-12 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/add-modal-colors
  Home:   https://github.com/jenkinsci/dark-theme-plugin
  Commit: 376bc704b9c078d95f791a38b35a9b4539188f49
  
https://github.com/jenkinsci/dark-theme-plugin/commit/376bc704b9c078d95f791a38b35a9b4539188f49
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
M src/main/frontend/main.scss

  Log Message:
  ---
  Add modal colors


-- 
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/dark-theme-plugin/push/refs/heads/add-modal-colors/00-376bc7%40github.com.


[jenkinsci/design-library-plugin] f55c1e: Remove code tag from color span (#239)

2023-03-11 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/design-library-plugin
  Commit: f55c1e4e7f856c78e3323a62a970839429e7dcbf
  
https://github.com/jenkinsci/design-library-plugin/commit/f55c1e4e7f856c78e3323a62a970839429e7dcbf
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-03-11 (Sat, 11 Mar 2023)

  Changed paths:
M 
src/main/resources/io/jenkins/plugins/designlibrary/Colors/index.properties

  Log Message:
  ---
  Remove code tag from color span (#239)


-- 
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/design-library-plugin/push/refs/heads/master/9cfd3b-f55c1e%40github.com.


[jenkins-infra/jenkins.io] 0de8eb: docs: Update content to align with new Manage Jenk...

2023-03-11 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 0de8ebcb85d940d4df6b1746b1cd4929b644262a
  
https://github.com/jenkins-infra/jenkins.io/commit/0de8ebcb85d940d4df6b1746b1cd4929b644262a
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-03-11 (Sat, 11 Mar 2023)

  Changed paths:
M content/doc/book/blueocean/getting-started.adoc
M content/doc/book/installing/_docker-for-tutorials.adoc
M content/doc/book/installing/_docker.adoc
M content/doc/book/installing/_setup-wizard.adoc
M content/doc/book/installing/war-file.adoc
M content/doc/book/installing/windows.adoc
M content/doc/book/managing/casc.adoc
M content/doc/book/managing/cli.adoc
M content/doc/book/managing/index.adoc
M content/doc/book/managing/plugins.adoc
M content/doc/book/managing/ui-themes.adoc
M content/doc/book/managing/users.adoc
M content/doc/book/pipeline/scaling-pipeline.adoc
M content/doc/book/pipeline/shared-libraries.adoc
M content/doc/book/pipeline/syntax.adoc
M content/doc/book/scaling/architecting-for-manageability.adoc
M content/doc/book/scaling/scaling-jenkins-on-kubernetes.adoc
M content/doc/book/security/controller-isolation.adoc
M content/doc/book/security/controller-isolation/agent-to-controller.adoc
M content/doc/book/security/csrf-protection.adoc
M content/doc/book/security/managing-security.adoc
M content/doc/book/security/markup-formatter.adoc
M content/doc/book/security/services.adoc
M content/doc/book/security/user-content.adoc
M content/doc/book/system-administration/backing-up.adoc
M 
content/doc/book/system-administration/reverse-proxy-configuration-with-jenkins/reverse-proxy-configuration-iis.adoc
M content/doc/book/using/using-credentials.adoc
M content/doc/book/using/using-jmeter-with-jenkins.adoc
M content/doc/developer/testing/index.adoc
M content/doc/developer/tutorial/run.adoc
M content/doc/pipeline/tour/hello-world.adoc
M content/doc/tutorials/build-a-labview-app.adoc
M content/doc/tutorials/tutorial-for-installing-jenkins-on-AWS.adoc
M content/participate/report-issue.adoc
M content/pipeline/getting-started-pipelines.adoc
M content/projects/gsoc/2020/projects/external-fingerprint-storage.adoc
M content/templates/updates.adoc

  Log Message:
  ---
  docs: Update content to align with new Manage Jenkins naming (#6077)

Updates jenkins.io to align with the changes introduced in
https://github.com/jenkinsci/jenkins/pull/7661

Only merge once 7661 is merged, thanks :)


-- 
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/696d24-0de8eb%40github.com.


[jenkinsci/jenkins] a1f732: Add copy button to Jenkins home directory (#7678)

2023-03-10 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: a1f732f218bb49fc3475f8e8510b54bdcd1c3fca
  
https://github.com/jenkinsci/jenkins/commit/a1f732f218bb49fc3475f8e8510b54bdcd1c3fca
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-03-10 (Fri, 10 Mar 2023)

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

  Log Message:
  ---
  Add copy button to Jenkins home directory (#7678)


-- 
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/07b266-a1f732%40github.com.


[jenkinsci/jenkins] 714574: Simplify settings names (#7661)

2023-03-10 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 714574cf74c2f6cad8a9e2ce5f95d245d5ad21ff
  
https://github.com/jenkinsci/jenkins/commit/714574cf74c2f6cad8a9e2ce5f95d245d5ad21ff
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-03-10 (Fri, 10 Mar 2023)

  Changed paths:
M core/src/main/resources/hudson/Messages.properties
M core/src/main/resources/hudson/Messages_bg.properties
M core/src/main/resources/hudson/Messages_da.properties
M core/src/main/resources/hudson/Messages_de.properties
M core/src/main/resources/hudson/Messages_es.properties
M core/src/main/resources/hudson/Messages_fr.properties
M core/src/main/resources/hudson/Messages_it.properties
M core/src/main/resources/hudson/Messages_ja.properties
M core/src/main/resources/hudson/Messages_pl.properties
M core/src/main/resources/hudson/Messages_pt_BR.properties
M core/src/main/resources/hudson/Messages_ru.properties
M core/src/main/resources/hudson/Messages_sr.properties
M core/src/main/resources/hudson/Messages_zh_TW.properties
M core/src/main/resources/hudson/PluginManager/advanced.jelly
M core/src/main/resources/hudson/PluginManager/available.jelly
M core/src/main/resources/hudson/PluginManager/installed.jelly
M core/src/main/resources/hudson/PluginManager/table.jelly
M core/src/main/resources/hudson/model/ComputerSet/index.jelly
M core/src/main/resources/hudson/model/ComputerSet/index_pt_BR.properties
M core/src/main/resources/hudson/model/ComputerSet/index_ru.properties
M core/src/main/resources/hudson/model/ComputerSet/sidepanel.jelly
M core/src/main/resources/hudson/model/UpdateCenter/index.jelly
M core/src/main/resources/hudson/security/Messages.properties
M core/src/main/resources/hudson/security/Messages_bg.properties
M core/src/main/resources/hudson/security/Messages_da.properties
M core/src/main/resources/hudson/security/Messages_de.properties
M core/src/main/resources/hudson/security/Messages_es.properties
M core/src/main/resources/hudson/security/Messages_fr.properties
M core/src/main/resources/hudson/security/Messages_it.properties
M core/src/main/resources/hudson/security/Messages_ja.properties
M core/src/main/resources/hudson/security/Messages_pl.properties
M core/src/main/resources/hudson/security/Messages_pt_BR.properties
M core/src/main/resources/hudson/security/Messages_ru.properties
M core/src/main/resources/hudson/security/Messages_sr.properties
M core/src/main/resources/hudson/security/Messages_zh_TW.properties
M core/src/main/resources/jenkins/management/Messages.properties
M core/src/main/resources/jenkins/management/Messages_bg.properties
M core/src/main/resources/jenkins/management/Messages_cs.properties
M core/src/main/resources/jenkins/management/Messages_da.properties
M core/src/main/resources/jenkins/management/Messages_de.properties
M core/src/main/resources/jenkins/management/Messages_el.properties
M core/src/main/resources/jenkins/management/Messages_es.properties
M core/src/main/resources/jenkins/management/Messages_fi.properties
M core/src/main/resources/jenkins/management/Messages_fr.properties
M core/src/main/resources/jenkins/management/Messages_he.properties
M core/src/main/resources/jenkins/management/Messages_hu.properties
M core/src/main/resources/jenkins/management/Messages_it.properties
M core/src/main/resources/jenkins/management/Messages_ja.properties
M core/src/main/resources/jenkins/management/Messages_ko.properties
M core/src/main/resources/jenkins/management/Messages_lt.properties
M core/src/main/resources/jenkins/management/Messages_lv.properties
M core/src/main/resources/jenkins/management/Messages_nb_NO.properties
M core/src/main/resources/jenkins/management/Messages_nl.properties
M core/src/main/resources/jenkins/management/Messages_pl.properties
M core/src/main/resources/jenkins/management/Messages_pt_BR.properties
M core/src/main/resources/jenkins/management/Messages_pt_PT.properties
M core/src/main/resources/jenkins/management/Messages_ro.properties
M core/src/main/resources/jenkins/management/Messages_ru.properties
M core/src/main/resources/jenkins/management/Messages_sk.properties
M core/src/main/resources/jenkins/management/Messages_sr.properties
M core/src/main/resources/jenkins/management/Messages_sv_SE.properties
M core/src/main/resources/jenkins/management/Messages_tr.properties
M core/src/main/resources/jenkins/management/Messages_uk.properties
M core/src/main/resources/jenkins/management/Messages_zh_TW.properties
M 
core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index.groovy
M core/src/main/resources/jenkins/model/Jenkins/configure.jelly
M core/src/main/resources/jenkins/model/Messages.properties
M core/src/main/resources/jenk

[jenkinsci/jenkins] e129c5: Remove config-scrollspy/config-tabbar (#7688)

2023-03-10 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: e129c5e4658cf4b0180b45d0343badc79524a193
  
https://github.com/jenkinsci/jenkins/commit/e129c5e4658cf4b0180b45d0343badc79524a193
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-03-10 (Fri, 10 Mar 2023)

  Changed paths:
M war/src/main/js/add-item.less
R war/src/main/js/config-scrollspy.js
R war/src/main/js/config-scrollspy.less
R war/src/main/js/config-tabbar.js
R war/src/main/js/config-tabbar.less
R war/src/main/js/widgets/config/model/ConfigRowGrouping.js
R war/src/main/js/widgets/config/model/ConfigSection.js
R war/src/main/js/widgets/config/model/ConfigTableMetaData.js
R war/src/main/js/widgets/config/model/util.js
R war/src/main/js/widgets/config/tabbar.js
R war/src/main/js/widgets/config/tabbar.less
R war/src/main/js/widgets/form/form-mixins.less
M war/webpack.config.js

  Log Message:
  ---
  Remove config-scrollspy/config-tabbar (#7688)


-- 
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/acc8d1-e129c5%40github.com.


[jenkinsci/acceptance-test-harness] a838b3: Update Jenkinsfile.infra.ci.jenkins.io

2023-03-04 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/pr/7661
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: a838b3a00d895fc4ec4308564561c967b3382f89
  
https://github.com/jenkinsci/acceptance-test-harness/commit/a838b3a00d895fc4ec4308564561c967b3382f89
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-03-04 (Sat, 04 Mar 2023)

  Changed paths:
M Jenkinsfile.infra.ci.jenkins.io

  Log Message:
  ---
  Update Jenkinsfile.infra.ci.jenkins.io


-- 
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/acceptance-test-harness/push/refs/heads/pr/7661/ce7537-a838b3%40github.com.


[jenkinsci/acceptance-test-harness] 627dd7: Trigger Build

2023-02-25 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/pr/7661
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 627dd7f2c03eeae3bf775b63aab69de5a2e4e2dc
  
https://github.com/jenkinsci/acceptance-test-harness/commit/627dd7f2c03eeae3bf775b63aab69de5a2e4e2dc
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-02-25 (Sat, 25 Feb 2023)

  Changed paths:

  Log Message:
  ---
  Trigger Build


-- 
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/acceptance-test-harness/push/refs/heads/pr/7661/e06de5-627dd7%40github.com.


[jenkinsci/acceptance-test-harness] e06de5: Init

2023-02-22 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/pr/7661
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: e06de5c89cbe64d6d0bc102f105193c12d0936ad
  
https://github.com/jenkinsci/acceptance-test-harness/commit/e06de5c89cbe64d6d0bc102f105193c12d0936ad
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-02-23 (Thu, 23 Feb 2023)

  Changed paths:
M Jenkinsfile
M src/main/resources/ath-container/run.sh

  Log Message:
  ---
  Init


-- 
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/acceptance-test-harness/push/refs/heads/pr/7661/00-e06de5%40github.com.


[jenkins-infra/jenkins.io] 2125ab: Add logo and Open Graph image for UX SIG (#5869)

2023-01-05 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 2125aba0844355bdc5ba2f8c8d166e94270b7f80
  
https://github.com/jenkins-infra/jenkins.io/commit/2125aba0844355bdc5ba2f8c8d166e94270b7f80
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2023-01-05 (Thu, 05 Jan 2023)

  Changed paths:
A content/images/sigs/ux/logo.svg
A content/images/sigs/ux/opengraph.png
M content/sigs/ux/index.adoc

  Log Message:
  ---
  Add logo and Open Graph image for UX SIG (#5869)

Fixes https://github.com/jenkinsci/sig-ux/issues/5

**Before**
https://user-images.githubusercontent.com/43062514/210810835-ebe8a99a-91ec-4954-b7ec-2c58c463c2a0.png";>

**After**
https://user-images.githubusercontent.com/43062514/210810766-f9d143e4-251a-4e95-af31-37ea3c2efa9e.png";>

Using the Design System icon as a more generic UX icon now, if we want
something more specific happy to look into it but I'm good with one icon
for all design related things personally.


-- 
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/ae69d6-2125ab%40github.com.


[jenkinsci/jenkins] 989ef5: Add tabs to System Information page (#7373)

2022-12-31 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 989ef5b6d64a95c5b58cde8b428c61557491a101
  
https://github.com/jenkinsci/jenkins/commit/989ef5b6d64a95c5b58cde8b428c61557491a101
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-12-31 (Sat, 31 Dec 2022)

  Changed paths:
M core/src/main/resources/hudson/model/LoadStatistics/main.jelly
M core/src/main/resources/hudson/model/LoadStatistics/resources.js
M core/src/main/resources/jenkins/model/Jenkins/systemInfo.jelly
A core/src/main/resources/lib/layout/tabPane.jelly
A war/src/main/js/pages/manage-jenkins/system-information/index.js
M war/webpack.config.js

  Log Message:
  ---
  Add tabs to System Information page (#7373)

Co-authored-by: Alexander Brandes 
Co-authored-by: Alexander Brandes 
Co-authored-by: Tim Jacomb 
Co-authored-by: Tim Jacomb <21194782+ti...@users.noreply.github.com>


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/b2ca17-989ef5%40github.com.


[jenkinsci/jenkins] ce4f9d: Restyle file uploads to fit in with modern forms U...

2022-12-30 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: ce4f9debf838cb3de7145276a5eb49e72794ef17
  
https://github.com/jenkinsci/jenkins/commit/ce4f9debf838cb3de7145276a5eb49e72794ef17
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-12-30 (Fri, 30 Dec 2022)

  Changed paths:
M core/src/main/resources/hudson/PluginManager/advanced.jelly
M core/src/main/resources/hudson/model/FileParameterDefinition/index.jelly
M core/src/main/resources/jenkins/model/Jenkins/fingerprintCheck.jelly
A core/src/main/resources/lib/form/file.jelly
M war/src/main/less/base/style.less
A war/src/main/less/form/file-upload.less
M war/src/main/less/styles.less

  Log Message:
  ---
  Restyle file uploads to fit in with modern forms UI (#7452)

Co-authored-by: Alexander Brandes 
Co-authored-by: Tim Jacomb 
Co-authored-by: Tim Jacomb <21194782+ti...@users.noreply.github.com>


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/f98c27-ce4f9d%40github.com.


[jenkinsci/jenkins] f81a7c: Update the design of the 'Advanced' button (#7173)

2022-12-29 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: f81a7c121d81adca87b7d141634c4bda80351755
  
https://github.com/jenkinsci/jenkins/commit/f81a7c121d81adca87b7d141634c4bda80351755
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-12-29 (Thu, 29 Dec 2022)

  Changed paths:
M core/src/main/resources/hudson/tools/ToolInstallation/global.jelly
M core/src/main/resources/jenkins/security/ApiTokenProperty/config.jelly
M 
core/src/main/resources/jenkins/tasks/filters/EnvVarsFilterGlobalConfiguration/config.jelly
M core/src/main/resources/lib/form/advanced.jelly
M core/src/main/resources/lib/form/advanced/advanced.js
M core/src/main/resources/lib/form/confirm.js
M test/src/test/java/hudson/model/ProjectTest.java
M test/src/test/java/lib/form/AdvancedButtonTest.java
M test/src/test/java/lib/form/HeteroListTest.java
M war/src/main/less/form/layout.less
M war/src/main/less/modules/buttons.less

  Log Message:
  ---
  Update the design of the 'Advanced' button (#7173)

Co-authored-by: Tim Jacomb 
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/3965fe-f81a7c%40github.com.


[jenkinsci/design-library-plugin] 42866e: Add search bar for top level items (#188)

2022-12-25 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/design-library-plugin
  Commit: 42866eb012ca1502d93dab4674a2faf5b2dc70a8
  
https://github.com/jenkinsci/design-library-plugin/commit/42866eb012ca1502d93dab4674a2faf5b2dc70a8
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-12-26 (Mon, 26 Dec 2022)

  Changed paths:
M pom.xml
A src/main/resources/io/jenkins/plugins/designlibrary/search.js
M src/main/resources/lib/samples/sidepanel.jelly

  Log Message:
  ---
  Add search bar for top level items (#188)


-- 
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/design-library-plugin/push/refs/heads/master/d9af0a-42866e%40github.com.


[jenkinsci/acceptance-test-harness] 7a14df: Update run.sh

2022-12-25 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/test-new-menus
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 7a14dfc34dcd6757125ff3a0e1734161fd4dcfe0
  
https://github.com/jenkinsci/acceptance-test-harness/commit/7a14dfc34dcd6757125ff3a0e1734161fd4dcfe0
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-12-25 (Sun, 25 Dec 2022)

  Changed paths:
M src/main/resources/ath-container/run.sh

  Log Message:
  ---
  Update run.sh


-- 
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/acceptance-test-harness/push/refs/heads/test-new-menus/54d735-7a14df%40github.com.


[jenkinsci/acceptance-test-harness] 54d735: Update Jenkinsfile.infra.ci.jenkins.io

2022-12-25 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/test-new-menus
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 54d73505d285b31a9dad319cdab7c1153f56a898
  
https://github.com/jenkinsci/acceptance-test-harness/commit/54d73505d285b31a9dad319cdab7c1153f56a898
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-12-25 (Sun, 25 Dec 2022)

  Changed paths:
M Jenkinsfile.infra.ci.jenkins.io

  Log Message:
  ---
  Update Jenkinsfile.infra.ci.jenkins.io


-- 
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/acceptance-test-harness/push/refs/heads/test-new-menus/b57ecb-54d735%40github.com.


[jenkinsci/acceptance-test-harness] b57ecb: Update Jenkinsfile

2022-12-25 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/test-new-menus
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: b57ecb3a0a0e03f97d5b3da41bf190ae1e661333
  
https://github.com/jenkinsci/acceptance-test-harness/commit/b57ecb3a0a0e03f97d5b3da41bf190ae1e661333
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-12-25 (Sun, 25 Dec 2022)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update Jenkinsfile


-- 
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/acceptance-test-harness/push/refs/heads/test-new-menus/00-b57ecb%40github.com.


[jenkinsci/jenkins] 05ba3a: Add search bar for top level settings in Manage Je...

2022-12-16 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 05ba3af38a5730d28bdbba5fffe6f72c248a4134
  
https://github.com/jenkinsci/jenkins/commit/05ba3af38a5730d28bdbba5fffe6f72c248a4134
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-12-16 (Fri, 16 Dec 2022)

  Changed paths:
M core/src/main/resources/hudson/model/ManageJenkinsAction/index.jelly
M core/src/main/resources/lib/layout/search-bar.jelly
M war/src/main/js/app.js
A war/src/main/js/components/search-bar/index.js
A war/src/main/js/pages/manage-jenkins/index.js
A war/src/main/js/util/keyboard.js
A war/src/main/js/util/security.js
M war/src/main/less/abstracts/theme.less
M war/src/main/less/form/search-bar.less
M war/src/main/less/modules/side-panel-tasks.less
M war/webpack.config.js

  Log Message:
  ---
  Add search bar for top level settings in Manage Jenkins (#7314)

* Init

* Add keyboard nav

* Update search-bar.less

* Linting and add comments

* Remove dark theme colour vars (these will be moved to the dark theme plugin)

* Attempt a fix for tests failing due to JS

* Fix search bar when used in side panel (for Design Library)

* Update index.js

* Update keyboard.js

* Fix last test

* Update index.js

* Reduce vibrancy

* Fix dropdown height for Firefox

* Update index.js

* Fix linting

* Remove autofocus from search bar

* Sanitize labels in search results

* Use xmlEscape instead

Co-authored-by: Alexander Brandes 
Co-authored-by: Tim Jacomb <21194782+ti...@users.noreply.github.com>


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/320e9e-05ba3a%40github.com.


[jenkinsci/matrix-auth-plugin] c07416: [JENKINS-70231] Fix tooltips on 2.379+ (#130)

2022-12-08 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/matrix-auth-plugin
  Commit: c07416b32d937c6f67219c213436289aac0db8c3
  
https://github.com/jenkinsci/matrix-auth-plugin/commit/c07416b32d937c6f67219c213436289aac0db8c3
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-12-08 (Thu, 08 Dec 2022)

  Changed paths:
M 
src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config.jelly
M src/main/resources/hudson/security/table.js

  Log Message:
  ---
  [JENKINS-70231] Fix tooltips on 2.379+ (#130)

* Swtich to data-html-tooltip

* Update config.jelly

* Make the PR work on 2.380+

* Correctly determine whether we support data-html-tooltip

* Add TODO to remove version check once obsolete

Co-authored-by: Tim Jacomb <21194782+ti...@users.noreply.github.com>

Co-authored-by: Tim Jacomb 
Co-authored-by: Daniel Beck 
Co-authored-by: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
Co-authored-by: Tim Jacomb <21194782+ti...@users.noreply.github.com>


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/matrix-auth-plugin/push/refs/heads/master/b738a4-c07416%40github.com.


[jenkinsci/job-config-history-plugin] 168c8c: [JENKINS-70002] Fix the width of the pagination bu...

2022-12-04 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-config-history-plugin
  Commit: 168c8c2b956a57e2d6450b2fb456d063f4403564
  
https://github.com/jenkinsci/job-config-history-plugin/commit/168c8c2b956a57e2d6450b2fb456d063f4403564
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-12-04 (Sun, 04 Dec 2022)

  Changed paths:
A src/main/resources/components/entries-per-page.jelly
A src/main/resources/components/pagination.jelly
A src/main/resources/components/taglib
M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectAction/index.jelly
M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction/history.jelly
M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction/index.jelly
M src/main/webapp/css/style.css

  Log Message:
  ---
  [JENKINS-70002] Fix the width of the pagination buttons (#255)


-- 
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/job-config-history-plugin/push/refs/heads/master/d71dd4-168c8c%40github.com.


[jenkinsci/jenkins] aac965: [JENKINS-70178] Improve tooltip performance (#7464)

2022-12-04 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: aac965a6a91bc2ce66a1e5408c1595b497a6c681
  
https://github.com/jenkinsci/jenkins/commit/aac965a6a91bc2ce66a1e5408c1595b497a6c681
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-12-04 (Sun, 04 Dec 2022)

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

  Log Message:
  ---
  [JENKINS-70178] Improve tooltip performance (#7464)


-- 
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/3d081c-aac965%40github.com.


[jenkinsci/jenkins] 221ff9: Replace YUI tooltips with Tippy.js (#6408)

2022-11-25 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 221ff946b372e0654be77b1035039506c03c922e
  
https://github.com/jenkinsci/jenkins/commit/221ff946b372e0654be77b1035039506c03c922e
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-11-25 (Fri, 25 Nov 2022)

  Changed paths:
M core/src/main/java/org/jenkins/ui/icon/IconSet.java
M core/src/main/resources/hudson/model/Run/KeepLogBuildBadge/badge.jelly
M core/src/main/resources/hudson/scm/AbstractScmTagAction/badge.jelly
M core/src/main/resources/hudson/views/BuildButtonColumn/column.jelly
M core/src/main/resources/hudson/widgets/HistoryWidget/entry.jelly
M 
core/src/main/resources/jenkins/widgets/HistoryPageFilter/queue-items.jelly
M core/src/main/resources/lib/form/repeatableDeleteButton.jelly
M core/src/main/resources/lib/hudson/buildHealth.jelly
M core/src/main/resources/lib/hudson/queue.jelly
M core/src/main/resources/lib/layout/helpIcon.jelly
M core/src/main/resources/lib/layout/icon.jelly
M core/src/main/resources/lib/layout/svgIcon.jelly
M core/src/test/java/org/jenkins/ui/icon/IconSetJenkins68805Test.java
M core/src/test/java/org/jenkins/ui/icon/IconSetTest.java
M test/src/test/java/hudson/model/QueueTest.java
M test/src/test/java/hudson/model/RunTest.java
M test/src/test/java/hudson/scm/AbstractScmTagActionTest.java
M test/src/test/java/jenkins/security/Security2776Test.java
M test/src/test/java/jenkins/security/Security2779Test.java
M test/src/test/java/jenkins/security/Security2780Test.java
M test/src/test/java/lib/form/RepeatableTest.java
M test/src/test/java/lib/layout/SvgIconTest.java
M war/package.json
M war/src/main/js/app.js
A war/src/main/js/components/tooltips/index.js
M war/src/main/less/abstracts/theme.less
M war/src/main/less/base/layout-commons.less
M war/src/main/less/modules/table.less
M war/src/main/less/modules/tooltips.less
M war/src/main/webapp/scripts/hudson-behavior.js
M war/src/main/webapp/scripts/prototype.js
M war/yarn.lock

  Log Message:
  ---
  Replace YUI tooltips with Tippy.js (#6408)

Co-authored-by: Alexander Brandes 
Co-authored-by: Yaroslav <91559310+yaroslavafen...@users.noreply.github.com>
Co-authored-by: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
Co-authored-by: Kevin Guerroudj <91883215+kevin...@users.noreply.github.com>
Co-authored-by: Tim Jacomb 
Co-authored-by: Tim Jacomb <21194782+ti...@users.noreply.github.com>
Co-authored-by: Alexander Brandes 
Co-authored-by: Daniel Beck 
Co-authored-by: Basil Crow 
Co-authored-by: Tim Jacomb 


-- 
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/86786b-221ff9%40github.com.


[jenkinsci/design-library-plugin] 4ae826: Add content for HTML tooltips (#174)

2022-11-21 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/design-library-plugin
  Commit: 4ae826333917b4e9f1aee34c0ae4e3f08110c3c8
  
https://github.com/jenkinsci/design-library-plugin/commit/4ae826333917b4e9f1aee34c0ae4e3f08110c3c8
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-11-21 (Mon, 21 Nov 2022)

  Changed paths:
M src/main/resources/io/jenkins/plugins/designlibrary/Tooltips/index.jelly
M 
src/main/resources/io/jenkins/plugins/designlibrary/Tooltips/index.properties
M src/main/resources/scss/abstracts/_typography.scss
M src/main/webapp/Tooltips/html-tooltip.jelly
R src/main/webapp/Tooltips/simple-button.html
A src/main/webapp/Tooltips/symbol-tooltip.jelly
A src/main/webapp/Tooltips/tooltip.jelly

  Log Message:
  ---
  Add content for HTML tooltips (#174)


-- 
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/design-library-plugin/push/refs/heads/master/325c25-4ae826%40github.com.


[jenkinsci/jenkins] cd0b99: Update Manage Nodes page to use app bar and remove...

2022-11-12 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: cd0b99b8120a38fd156e58c8d7b1417ea04b3593
  
https://github.com/jenkinsci/jenkins/commit/cd0b99b8120a38fd156e58c8d7b1417ea04b3593
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-11-12 (Sat, 12 Nov 2022)

  Changed paths:
M core/src/main/resources/hudson/model/ComputerSet/_new.jelly
M core/src/main/resources/hudson/model/ComputerSet/index.jelly
M core/src/main/resources/hudson/model/ComputerSet/new.jelly
M core/src/main/resources/hudson/model/ComputerSet/sidepanel.jelly
A war/src/main/less/base/display.less
M war/src/main/less/styles.less
A war/src/main/resources/images/symbols/refresh.svg
M war/src/main/webapp/scripts/hudson-behavior.js

  Log Message:
  ---
  Update Manage Nodes page to use app bar and remove sidebar from New Node page 
(#7352)

* Init

* Update styles.less


-- 
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/e396c3-cd0b99%40github.com.


[jenkinsci/jenkins] d01d39: [JENKINS-69587] Fix console view bouncing when new...

2022-11-10 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: d01d39510b78f3efd88f0291778c5c2a3a3df683
  
https://github.com/jenkinsci/jenkins/commit/d01d39510b78f3efd88f0291778c5c2a3a3df683
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-11-10 (Thu, 10 Nov 2022)

  Changed paths:
M war/src/main/js/section-to-sidebar-items.js
M war/src/main/less/styles.less

  Log Message:
  ---
  [JENKINS-69587] Fix console view bouncing when new entries appear (#7348)


-- 
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/e6f724-d01d39%40github.com.


[jenkinsci/jenkins] 877f17: [JENKINS-70023] Fix Gravatar error on profile page...

2022-11-10 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 877f17b1bf07fab4500f05898393fd5beacc05e6
  
https://github.com/jenkinsci/jenkins/commit/877f17b1bf07fab4500f05898393fd5beacc05e6
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-11-10 (Thu, 10 Nov 2022)

  Changed paths:
M core/src/main/resources/hudson/model/User/index.jelly

  Log Message:
  ---
  [JENKINS-70023] Fix Gravatar error on profile page (#7350)


-- 
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/5a40da-877f17%40github.com.


[jenkinsci/dark-theme-plugin] 0202a4: Add dropdown colors (#281)

2022-10-30 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dark-theme-plugin
  Commit: 0202a4c8fb6a0faa21539568078de59c1089ccad
  
https://github.com/jenkinsci/dark-theme-plugin/commit/0202a4c8fb6a0faa21539568078de59c1089ccad
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-10-30 (Sun, 30 Oct 2022)

  Changed paths:
M src/main/frontend/main.scss

  Log Message:
  ---
  Add dropdown colors (#281)


-- 
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/dark-theme-plugin/push/refs/heads/master/947be4-0202a4%40github.com.


[jenkinsci/dark-theme-plugin] a0cae2: Add dropdown colors

2022-10-29 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/add-dropdown-colors
  Home:   https://github.com/jenkinsci/dark-theme-plugin
  Commit: a0cae2158c6563a1aa45499e75d982a971ca403c
  
https://github.com/jenkinsci/dark-theme-plugin/commit/a0cae2158c6563a1aa45499e75d982a971ca403c
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-10-29 (Sat, 29 Oct 2022)

  Changed paths:
M src/main/frontend/main.scss

  Log Message:
  ---
  Add dropdown colors


-- 
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/dark-theme-plugin/push/refs/heads/add-dropdown-colors/00-a0cae2%40github.com.


[jenkinsci/jenkins] 587083: Update submit buttons to use `.jenkins-button` cla...

2022-10-29 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 5870838f690eaa06762630eceb21c40d3df0ceb8
  
https://github.com/jenkinsci/jenkins/commit/5870838f690eaa06762630eceb21c40d3df0ceb8
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-10-29 (Sat, 29 Oct 2022)

  Changed paths:
M core/src/main/resources/hudson/model/AbstractItem/delete.jelly
M core/src/main/resources/hudson/model/Computer/delete.jelly
M core/src/main/resources/hudson/model/ComputerSet/_new.jelly
M core/src/main/resources/hudson/model/Run/confirmDelete.jelly
M core/src/main/resources/hudson/model/Run/logKeep.jelly
M core/src/main/resources/hudson/model/View/delete.jelly
M core/src/main/resources/jenkins/management/ShutdownLink/index.groovy
M 
core/src/main/resources/jenkins/model/Jenkins/MasterComputer/configure.jelly
M core/src/main/resources/lib/form/apply.jelly
M core/src/main/resources/lib/form/apply/apply.js
M core/src/main/resources/lib/form/bottomButtonBar.jelly
M core/src/main/resources/lib/form/submit.jelly
M core/src/main/resources/lib/hudson/newFromList/form.jelly
M core/src/main/resources/lib/hudson/project/makeDisabled.jelly
M war/src/main/less/modules/buttons.less
M war/src/main/less/pages/manage-jenkins.less

  Log Message:
  ---
  Update submit buttons to use `.jenkins-button` classes (#7203)

* Squashed commit of the following:

commit 0767df88d53e9546eccea38d8907ee6e1511872d
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Sun Oct 2 13:11:29 2022 +0100

Update check.jelly

commit a2db868d3e11a36680b882da19a1e38e3eb39478
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Sun Oct 2 13:04:27 2022 +0100

Add is primary attr, use destructive color

commit 1e3fd44080f8442880d10a7e2af5c91e95b52393
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Tue Sep 27 19:46:36 2022 +0100

Lint + fix apply button

commit 6afac49d445e6f81750e5345a01f43e8a07b02bc
Merge: 3d4cdbb7a7 23a79b4718
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Tue Sep 27 19:30:27 2022 +0100

Merge branch 'master' into new-buttons-2-bottom-bar

commit 3d4cdbb7a77a863156083fcf2a1e51cd761ff22e
Merge: b5c195f3e7 1afd369dc7
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Tue Aug 16 13:10:54 2022 +0100

Merge branch 'master' into new-buttons-2-bottom-bar

commit b5c195f3e710944e62cede2d24bc7973fcbd7479
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Fri Jul 8 15:24:12 2022 +0100

Cleanup

commit ebc774f351e2f038f226ea8c2f34697020b157d7
Merge: efbcaf4b4f 418ab063b2
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Fri Jul 8 15:15:02 2022 +0100

Merge branch 'new-buttons-1-dashboard' into new-buttons-2-bottom-bar

commit 418ab063b251dc00e300b4fadf917fb0ade1957d
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Thu Jul 7 22:41:32 2022 +0100

Update buttons-deprecated.less

commit 2798afa6df0cad852abe5ec024ac9efe25524c28
Merge: 296e309afc 6de288f424
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Thu Jul 7 22:40:35 2022 +0100

Merge branch 'master' into new-buttons-1-dashboard

commit 296e309afc4117c82577408e0324e71299f424cf
Merge: 1e646ff7ee 22dcefcd8f
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Thu Jul 7 14:50:14 2022 +0100

Merge branch 'master' into new-buttons-1-dashboard

commit 1e646ff7ee52ecbbca3d7957b65fb4edfd39d653
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Wed Jul 6 22:59:13 2022 +0100

Use rem, fix cursor for dashboard icon size

commit 21d4c73d9e0a653769004540cecf580dce82dd48
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Wed Jul 6 22:56:05 2022 +0100

Update with master, make minor changes

commit 1d59bd4a2114d75b149a0253e68dd4e1bb68f606
Merge: f6fc19bd3e 644a261e78
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Wed Jul 6 22:48:59 2022 +0100

Merge branch 'master' into new-buttons-1-dashboard

commit f6fc19bd3ef85797cb255b345409951a9f67848a
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Sun Jun 26 22:58:12 2022 +0100

Update dashboard.less

commit 665daa0b85ab31f934f5bf766e777bc92309c256
Merge: a57f13ac88 c60ea9210c
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Sun Jun 26 22:52:33 2022 +0100

Merge branch 'master' into new-buttons-1-dashboard

commit a57f13ac88dec3f99db86c9480143a550a8daca1
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Mon Jun 20 19:01:18 2022 +0100

Update simple-page.less

commit efbcaf4b4ff89000c0addbfba90118f2aa345792
Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
Date:   Sun Jun 19 22:32:50 2

[jenkinsci/design-library-plugin] cc8a4a: Update Notifications page (#147)

2022-10-25 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/design-library-plugin
  Commit: cc8a4a030cd61f53344b6385e6c004ae9413e17d
  
https://github.com/jenkinsci/design-library-plugin/commit/cc8a4a030cd61f53344b6385e6c004ae9413e17d
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-10-25 (Tue, 25 Oct 2022)

  Changed paths:
M pom.xml
M 
src/main/resources/io/jenkins/plugins/designlibrary/Notifications/index.jelly
M 
src/main/resources/io/jenkins/plugins/designlibrary/Notifications/index.properties
M src/main/resources/lib/samples/code.jelly
M src/main/resources/scss/pages/_index.scss
A src/main/resources/scss/pages/_notifications.scss

  Log Message:
  ---
  Update Notifications page (#147)

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/design-library-plugin/push/refs/heads/master/311095-cc8a4a%40github.com.


[jenkinsci/jenkins] f9827d: Remove optional block scrolling (#7278)

2022-10-24 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: f9827d141d261232eedc4564041a59b1533acd84
  
https://github.com/jenkinsci/jenkins/commit/f9827d141d261232eedc4564041a59b1533acd84
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
M core/src/main/resources/lib/form/repeatable/repeatable.js
M war/src/main/webapp/scripts/hudson-behavior.js

  Log Message:
  ---
  Remove optional block scrolling (#7278)


-- 
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/92877b-f9827d%40github.com.


[jenkinsci/jenkins] 2ef74f: Update design of Manage Users page (#7197)

2022-10-22 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 2ef74f2e2aedca9d71ce0686fb22fd3a13d17447
  
https://github.com/jenkinsci/jenkins/commit/2ef74f2e2aedca9d71ce0686fb22fd3a13d17447
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-10-22 (Sat, 22 Oct 2022)

  Changed paths:
M 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/_entryForm.jelly
M 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/_entryFormPage.jelly
R 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/_entryFormPage/resources.css
M 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/index.jelly
R 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/sidepanel.jelly
R 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/sidepanel_bg.properties
R 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/sidepanel_da.properties
R 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/sidepanel_de.properties
R 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/sidepanel_es.properties
R 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/sidepanel_fr.properties
R 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/sidepanel_hu.properties
R 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/sidepanel_it.properties
R 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/sidepanel_ja.properties
R 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/sidepanel_ko.properties
R 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/sidepanel_nb_NO.properties
R 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/sidepanel_nl.properties
R 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/sidepanel_pl.properties
R 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/sidepanel_pt_BR.properties
R 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/sidepanel_pt_PT.properties
R 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/sidepanel_ru.properties
R 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/sidepanel_sk.properties
R 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/sidepanel_sr.properties
R 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/sidepanel_sv_SE.properties
R 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/sidepanel_tr.properties
R 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/sidepanel_uk.properties
R 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/sidepanel_zh_TW.properties
M war/src/main/less/abstracts/theme.less
M war/src/main/less/base/layout-commons.less
M war/src/main/less/base/spacing.less

  Log Message:
  ---
  Update design of Manage Users page (#7197)


-- 
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/12100d-2ef74f%40github.com.


[jenkinsci/jenkins] 12100d: Improve breadcrumb bar accessibility (#6912)

2022-10-22 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 12100d5b60da7eaa5de8289f60cb5983ff2b24bb
  
https://github.com/jenkinsci/jenkins/commit/12100d5b60da7eaa5de8289f60cb5983ff2b24bb
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-10-22 (Sat, 22 Oct 2022)

  Changed paths:
M core/src/main/resources/hudson/model/Job/configure.jelly
M core/src/main/resources/lib/layout/breadcrumb.jelly
M core/src/main/resources/lib/layout/breadcrumbBar.jelly
M core/src/main/resources/lib/layout/layout.jelly
M test/src/test/java/hudson/model/HudsonTest.java
M war/src/main/js/util/page.js
M war/src/main/less/abstracts/theme.less
M war/src/main/less/base/layout-commons.less
M war/src/main/less/base/style.less
M war/src/main/less/modules/breadcrumbs.less
M war/src/main/less/modules/page-footer.less
M war/src/main/webapp/scripts/hudson-behavior.js

  Log Message:
  ---
  Improve breadcrumb bar accessibility (#6912)

Co-authored-by: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
Co-authored-by: Tim Jacomb 
Co-authored-by: Basil Crow 
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/f6e00c-12100d%40github.com.


[jenkinsci/dark-theme-plugin] 364936: Add backdrop variable for new Tippy tooltips (#274)

2022-10-19 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dark-theme-plugin
  Commit: 364936264de81d7a2caee9b1d3dcd65eddd90439
  
https://github.com/jenkinsci/dark-theme-plugin/commit/364936264de81d7a2caee9b1d3dcd65eddd90439
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-10-19 (Wed, 19 Oct 2022)

  Changed paths:
M src/main/frontend/main.scss

  Log Message:
  ---
  Add backdrop variable for new Tippy tooltips (#274)


-- 
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/dark-theme-plugin/push/refs/heads/master/e6190d-364936%40github.com.


[jenkinsci/dark-theme-plugin] e8f981: Update main.scss

2022-10-19 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/janfaracik-patch-1
  Home:   https://github.com/jenkinsci/dark-theme-plugin
  Commit: e8f981ea21160948f544c473abde1dfe729f0819
  
https://github.com/jenkinsci/dark-theme-plugin/commit/e8f981ea21160948f544c473abde1dfe729f0819
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-10-19 (Wed, 19 Oct 2022)

  Changed paths:
M src/main/frontend/main.scss

  Log Message:
  ---
  Update main.scss


-- 
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/dark-theme-plugin/push/refs/heads/janfaracik-patch-1/00-e8f981%40github.com.


[jenkinsci/design-library-plugin] cb1221: Add guidance on page layouts (#90)

2022-10-19 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/design-library-plugin
  Commit: cb1221599cd2683f9c0dd38b1245897b8a71be34
  
https://github.com/jenkinsci/design-library-plugin/commit/cb1221599cd2683f9c0dd38b1245897b8a71be34
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-10-19 (Wed, 19 Oct 2022)

  Changed paths:
M pom.xml
A src/main/java/io/jenkins/plugins/designlibrary/Layouts.java
A src/main/resources/images/symbols/layouts.svg
A 
src/main/resources/io/jenkins/plugins/designlibrary/Layouts/fullscreen.jelly
A src/main/resources/io/jenkins/plugins/designlibrary/Layouts/index.jelly
A 
src/main/resources/io/jenkins/plugins/designlibrary/Layouts/index.properties
A 
src/main/resources/io/jenkins/plugins/designlibrary/Layouts/layout-preview.js
A 
src/main/resources/io/jenkins/plugins/designlibrary/Layouts/oneColumn.jelly
A 
src/main/resources/io/jenkins/plugins/designlibrary/Layouts/twoColumn.jelly
M src/main/resources/lib/samples/code.jelly
M src/main/resources/lib/samples/sample.jelly
M src/main/resources/scss/abstracts/_overrides.scss
M src/main/resources/scss/abstracts/_typography.scss
M src/main/resources/scss/pages/_index.scss
A src/main/resources/scss/pages/_layouts.scss
M src/main/webapp/AppBar/topAppBar.jelly
A src/main/webapp/Layouts/fullscreen.jelly
A src/main/webapp/Layouts/oneColumn.jelly
A src/main/webapp/Layouts/twoColumn.jelly

  Log Message:
  ---
  Add guidance on page layouts (#90)

Co-authored-by: Alexander Brandes 
Co-authored-by: Tim Jacomb <21194782+ti...@users.noreply.github.com>
Co-authored-by: Tim Jacomb 
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/design-library-plugin/push/refs/heads/master/888a2c-cb1221%40github.com.


[jenkinsci/jenkins] 42a499: Update the design of notifications (#7049)

2022-10-19 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 42a4998045c4933b43f5ba7d5f26ecf08154c309
  
https://github.com/jenkinsci/jenkins/commit/42a4998045c4933b43f5ba7d5f26ecf08154c309
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-10-19 (Wed, 19 Oct 2022)

  Changed paths:
M core/src/main/java/hudson/util/FormApply.java
M core/src/main/resources/lib/layout/layout.jelly
A war/src/main/js/app.js
A war/src/main/js/components/notifications/index.js
A war/src/main/js/util/symbols.js
M war/src/main/less/abstracts/theme.less
M war/src/main/less/base/style.less
A war/src/main/less/modules/notifications.less
M war/src/main/less/styles.less
M war/src/main/webapp/scripts/hudson-behavior.js
M war/webpack.config.js

  Log Message:
  ---
  Update the design of notifications (#7049)

Co-authored-by: Tim Jacomb 
Co-authored-by: Tim Jacomb <21194782+ti...@users.noreply.github.com>
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/f04f40-42a499%40github.com.


[jenkins-infra/jenkins.io] 85b4d6: Update weather icons to match Jenkins (#5568)

2022-10-19 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 85b4d626c507af3a1de9416c6a9a651b6e1011eb
  
https://github.com/jenkins-infra/jenkins.io/commit/85b4d626c507af3a1de9416c6a9a651b6e1011eb
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-10-19 (Wed, 19 Oct 2022)

  Changed paths:
M content/images/changelog/cloudy.svg
M content/images/changelog/storm.svg
M content/images/changelog/sunny.svg

  Log Message:
  ---
  Update weather icons to match Jenkins (#5568)


-- 
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/1bb1e2-85b4d6%40github.com.


[jenkinsci/jenkins] f04f40: [JENKINS-65124] Update weather icons (#7208)

2022-10-19 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: f04f407846dc4c591f54d6a0ced89ecceab71dec
  
https://github.com/jenkinsci/jenkins/commit/f04f407846dc4c591f54d6a0ced89ecceab71dec
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-10-19 (Wed, 19 Oct 2022)

  Changed paths:
M core/src/main/java/org/jenkins/ui/icon/IconSet.java
M core/src/main/resources/jenkins/model/Jenkins/legend.jelly
M core/src/main/resources/jenkins/model/Jenkins/legend.properties
M core/src/main/resources/lib/hudson/buildHealth.jelly
M war/src/main/less/abstracts/theme.less
M war/src/main/less/base/style.less
M war/src/main/less/modules/icons.less
M war/src/main/less/modules/table.less
A war/src/main/less/pages/icon-legend.less
M war/src/main/less/styles.less
A war/src/main/resources/images/symbols/weather-icon-health-00to19.svg
A war/src/main/resources/images/symbols/weather-icon-health-20to39.svg
A war/src/main/resources/images/symbols/weather-icon-health-40to59.svg
A war/src/main/resources/images/symbols/weather-icon-health-60to79.svg
A war/src/main/resources/images/symbols/weather-icon-health-80plus.svg
M war/src/main/webapp/images/build-status/build-status-sprite.svg

  Log Message:
  ---
  [JENKINS-65124] Update weather icons (#7208)

Co-authored-by: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
Co-authored-by: Tim Jacomb <21194782+ti...@users.noreply.github.com>


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/90cfc9-f04f40%40github.com.


[jenkinsci/jenkins] 7dd688: Bring native support for side panel app bars, stic...

2022-10-13 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 7dd68831c49ca9666ddeaf689cd3c659024005d1
  
https://github.com/jenkinsci/jenkins/commit/7dd68831c49ca9666ddeaf689cd3c659024005d1
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-10-13 (Thu, 13 Oct 2022)

  Changed paths:
M core/src/main/resources/hudson/PluginManager/advanced.jelly
M core/src/main/resources/hudson/PluginManager/available.jelly
M core/src/main/resources/hudson/PluginManager/installed.jelly
M core/src/main/resources/hudson/PluginManager/table.jelly
M core/src/main/resources/hudson/cli/CLIAction/index.jelly
M core/src/main/resources/hudson/logging/LogRecorder/configure.jelly
M core/src/main/resources/hudson/logging/LogRecorder/delete.jelly
M core/src/main/resources/hudson/logging/LogRecorderManager/all.jelly
M core/src/main/resources/hudson/logging/LogRecorderManager/index.jelly
M core/src/main/resources/hudson/logging/LogRecorderManager/levels.jelly
M core/src/main/resources/hudson/logging/LogRecorderManager/new.jelly
M core/src/main/resources/hudson/model/ComputerSet/index.jelly
M core/src/main/resources/hudson/model/Job/configure.jelly
M core/src/main/resources/hudson/model/ManageJenkinsAction/index.jelly
M 
core/src/main/resources/hudson/security/GlobalSecurityConfiguration/index.groovy
M 
core/src/main/resources/jenkins/model/GlobalCloudConfiguration/index.groovy
M core/src/main/resources/jenkins/model/Jenkins/configure.jelly
M core/src/main/resources/jenkins/model/Jenkins/projectRelationship.jelly
M core/src/main/resources/jenkins/tools/GlobalToolConfiguration/index.groovy
M core/src/main/resources/lib/layout/app-bar.jelly
M core/src/main/resources/lib/layout/layout.jelly
M war/src/main/js/section-to-sidebar-items.js
M war/src/main/less/base/layout-commons.less
M war/src/main/less/modules/side-panel-tasks.less

  Log Message:
  ---
  Bring native support for side panel app bars, sticky side bar and changing 
app bar heading level (#7051)

Co-authored-by: Tim Jacomb 
Co-authored-by: Tim Jacomb <21194782+ti...@users.noreply.github.com>


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/34d098-7dd688%40github.com.


[jenkinsci/acceptance-test-harness] cd1dc1: Forward compatibility for submit buttons using `.j...

2022-10-02 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: cd1dc1fc611b045b0cc564cb2e26ab17f27b3d46
  
https://github.com/jenkinsci/acceptance-test-harness/commit/cd1dc1fc611b045b0cc564cb2e26ab17f27b3d46
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-10-02 (Sun, 02 Oct 2022)

  Changed paths:
M 
src/main/java/org/jenkinsci/test/acceptance/plugins/matrix_auth/MatrixAuthorizationStrategy.java
M 
src/main/java/org/jenkinsci/test/acceptance/plugins/matrix_auth/ProjectMatrixProperty.java
M src/main/java/org/jenkinsci/test/acceptance/po/ConfigurablePageObject.java

  Log Message:
  ---
  Forward compatibility for submit buttons using `.jenkins-button` classes 
(#960)

Co-authored-by: Tim Jacomb <21194782+ti...@users.noreply.github.com>


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/acceptance-test-harness/push/refs/heads/master/0cdcc1-cd1dc1%40github.com.


[jenkinsci/acceptance-test-harness] 4bf16c: Update run.sh

2022-10-02 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/7203
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 4bf16cae4f498d7268bd75f4b220fb9068eeac4c
  
https://github.com/jenkinsci/acceptance-test-harness/commit/4bf16cae4f498d7268bd75f4b220fb9068eeac4c
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-10-02 (Sun, 02 Oct 2022)

  Changed paths:
M src/main/resources/ath-container/run.sh

  Log Message:
  ---
  Update run.sh


-- 
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/acceptance-test-harness/push/refs/heads/7203/f29373-4bf16c%40github.com.


[jenkinsci/acceptance-test-harness] f29373: Add initial fixes from previous PR

2022-10-02 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/7203
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: f29373a7fb68e7f7e63bce52f2dad435b04610eb
  
https://github.com/jenkinsci/acceptance-test-harness/commit/f29373a7fb68e7f7e63bce52f2dad435b04610eb
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-10-02 (Sun, 02 Oct 2022)

  Changed paths:
M 
src/main/java/org/jenkinsci/test/acceptance/plugins/matrix_auth/MatrixAuthorizationStrategy.java
M 
src/main/java/org/jenkinsci/test/acceptance/plugins/matrix_auth/ProjectMatrixProperty.java
M src/main/java/org/jenkinsci/test/acceptance/po/ConfigurablePageObject.java

  Log Message:
  ---
  Add initial fixes from previous PR


-- 
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/acceptance-test-harness/push/refs/heads/7203/215cee-f29373%40github.com.


[jenkinsci/acceptance-test-harness] 215cee: Init

2022-10-02 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/7203
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 215cee4b472d2337541865f14909228a9defcb44
  
https://github.com/jenkinsci/acceptance-test-harness/commit/215cee4b472d2337541865f14909228a9defcb44
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-10-02 (Sun, 02 Oct 2022)

  Changed paths:
M Jenkinsfile
M Jenkinsfile.infra.ci.jenkins.io
M src/main/resources/ath-container/run.sh

  Log Message:
  ---
  Init


-- 
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/acceptance-test-harness/push/refs/heads/7203/0cdcc1-215cee%40github.com.


[jenkinsci/acceptance-test-harness]

2022-10-02 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/7203
  Home:   https://github.com/jenkinsci/acceptance-test-harness

-- 
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/acceptance-test-harness/push/refs/heads/7203/00-0cdcc1%40github.com.


[jenkinsci/jenkins] 8ab051: Add search bar component (#7074)

2022-09-16 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 8ab0519089bc2e3dd5a97910a04e97b0665c1cf4
  
https://github.com/jenkinsci/jenkins/commit/8ab0519089bc2e3dd5a97910a04e97b0665c1cf4
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-09-16 (Fri, 16 Sep 2022)

  Changed paths:
M core/src/main/resources/hudson/PluginManager/_table.js
M core/src/main/resources/hudson/PluginManager/available.jelly
M core/src/main/resources/hudson/PluginManager/installed.jelly
M core/src/main/resources/hudson/PluginManager/table.jelly
M core/src/main/resources/hudson/widgets/HistoryWidget/index.jelly
A core/src/main/resources/lib/layout/search-bar.jelly
M war/src/main/js/keyboard-shortcuts.js
M war/src/main/js/plugin-manager-ui.js
A war/src/main/less/form/search-bar.less
R war/src/main/less/form/search.less
M war/src/main/less/pages/plugin-manager.less
M war/src/main/less/styles.less
A war/src/main/resources/images/symbols/search-shortcut.svg

  Log Message:
  ---
  Add search bar component (#7074)

Co-authored-by: Tim Jacomb 
Co-authored-by: Tim Jacomb <21194782+ti...@users.noreply.github.com>


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/541493-8ab051%40github.com.


[jenkinsci/jenkins] 6db88c: Add sidebar to plugin manager, increase search bar...

2022-09-06 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 6db88c3f5ba82ecc68af2bced3a568058cf80e2b
  
https://github.com/jenkinsci/jenkins/commit/6db88c3f5ba82ecc68af2bced3a568058cf80e2b
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-09-06 (Tue, 06 Sep 2022)

  Changed paths:
M core/src/main/java/hudson/PluginManager.java
M core/src/main/resources/hudson/PluginManager/advanced.jelly
M core/src/main/resources/hudson/PluginManager/available.jelly
M core/src/main/resources/hudson/PluginManager/installed.jelly
R core/src/main/resources/hudson/PluginManager/sidepanel.groovy
A core/src/main/resources/hudson/PluginManager/sidepanel.jelly
R core/src/main/resources/hudson/PluginManager/sidepanel_bg.properties
R core/src/main/resources/hudson/PluginManager/sidepanel_ca.properties
R core/src/main/resources/hudson/PluginManager/sidepanel_cs.properties
R core/src/main/resources/hudson/PluginManager/sidepanel_da.properties
R core/src/main/resources/hudson/PluginManager/sidepanel_de.properties
R core/src/main/resources/hudson/PluginManager/sidepanel_el.properties
R core/src/main/resources/hudson/PluginManager/sidepanel_es.properties
R core/src/main/resources/hudson/PluginManager/sidepanel_fi.properties
R core/src/main/resources/hudson/PluginManager/sidepanel_fr.properties
R core/src/main/resources/hudson/PluginManager/sidepanel_hu.properties
R core/src/main/resources/hudson/PluginManager/sidepanel_it.properties
R core/src/main/resources/hudson/PluginManager/sidepanel_ja.properties
R core/src/main/resources/hudson/PluginManager/sidepanel_ko.properties
R core/src/main/resources/hudson/PluginManager/sidepanel_nb_NO.properties
R core/src/main/resources/hudson/PluginManager/sidepanel_nl.properties
R core/src/main/resources/hudson/PluginManager/sidepanel_pl.properties
R core/src/main/resources/hudson/PluginManager/sidepanel_pt_BR.properties
R core/src/main/resources/hudson/PluginManager/sidepanel_pt_PT.properties
R core/src/main/resources/hudson/PluginManager/sidepanel_ru.properties
R core/src/main/resources/hudson/PluginManager/sidepanel_sr.properties
R core/src/main/resources/hudson/PluginManager/sidepanel_sv_SE.properties
R core/src/main/resources/hudson/PluginManager/sidepanel_tr.properties
R core/src/main/resources/hudson/PluginManager/sidepanel_zh_TW.properties
R core/src/main/resources/hudson/PluginManager/tabBar.jelly
R core/src/main/resources/hudson/PluginManager/tabBar_bg.properties
R core/src/main/resources/hudson/PluginManager/tabBar_ca.properties
R core/src/main/resources/hudson/PluginManager/tabBar_cs.properties
R core/src/main/resources/hudson/PluginManager/tabBar_da.properties
R core/src/main/resources/hudson/PluginManager/tabBar_de.properties
R core/src/main/resources/hudson/PluginManager/tabBar_es.properties
R core/src/main/resources/hudson/PluginManager/tabBar_es_AR.properties
R core/src/main/resources/hudson/PluginManager/tabBar_et.properties
R core/src/main/resources/hudson/PluginManager/tabBar_fi.properties
R core/src/main/resources/hudson/PluginManager/tabBar_fr.properties
R core/src/main/resources/hudson/PluginManager/tabBar_he.properties
R core/src/main/resources/hudson/PluginManager/tabBar_hu.properties
R core/src/main/resources/hudson/PluginManager/tabBar_it.properties
R core/src/main/resources/hudson/PluginManager/tabBar_ja.properties
R core/src/main/resources/hudson/PluginManager/tabBar_ko.properties
R core/src/main/resources/hudson/PluginManager/tabBar_lt.properties
R core/src/main/resources/hudson/PluginManager/tabBar_lv.properties
R core/src/main/resources/hudson/PluginManager/tabBar_nb_NO.properties
R core/src/main/resources/hudson/PluginManager/tabBar_nl.properties
R core/src/main/resources/hudson/PluginManager/tabBar_pl.properties
R core/src/main/resources/hudson/PluginManager/tabBar_pt_BR.properties
R core/src/main/resources/hudson/PluginManager/tabBar_pt_PT.properties
R core/src/main/resources/hudson/PluginManager/tabBar_ro.properties
R core/src/main/resources/hudson/PluginManager/tabBar_ru.properties
R core/src/main/resources/hudson/PluginManager/tabBar_sk.properties
R core/src/main/resources/hudson/PluginManager/tabBar_sr.properties
R core/src/main/resources/hudson/PluginManager/tabBar_sv_SE.properties
R core/src/main/resources/hudson/PluginManager/tabBar_tr.properties
R core/src/main/resources/hudson/PluginManager/tabBar_uk.properties
R core/src/main/resources/hudson/PluginManager/tabBar_zh_TW.properties
M core/src/main/resources/hudson/PluginManager/table.jelly
M core/src/main/resources/hudson/model/UpdateCenter/index.jelly
M war/src/main/js/plugin-manager-ui.js
M war/src/main/less/modules/app-bar.less
M war/src/main/less/modules/side-panel-tasks.less
M war/src

[jenkinsci/design-library-plugin] 723aac: docs: Add conventions page (#127)

2022-09-05 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/design-library-plugin
  Commit: 723aac821a5e967dd3894d215b267a38de086b90
  
https://github.com/jenkinsci/design-library-plugin/commit/723aac821a5e967dd3894d215b267a38de086b90
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-09-05 (Mon, 05 Sep 2022)

  Changed paths:
A src/main/java/io/jenkins/plugins/designlibrary/Conventions.java
A 
src/main/resources/io/jenkins/plugins/designlibrary/Conventions/index.jelly
A src/main/resources/scss/pages/_conventions.scss
M src/main/resources/scss/pages/_index.scss

  Log Message:
  ---
  docs: Add conventions page (#127)

Co-authored-by: Tim Jacomb <21194782+ti...@users.noreply.github.com>


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/design-library-plugin/push/refs/heads/master/59a755-723aac%40github.com.


[jenkinsci/design-library-plugin] 59a755: Adjust font size and weight + misc adjustments (#130)

2022-09-05 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/design-library-plugin
  Commit: 59a7551543cc39d7766c038814f84e01b695bf53
  
https://github.com/jenkinsci/design-library-plugin/commit/59a7551543cc39d7766c038814f84e01b695bf53
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-09-05 (Mon, 05 Sep 2022)

  Changed paths:
M 
src/main/resources/io/jenkins/plugins/designlibrary/Buttons/index.properties
M src/main/resources/io/jenkins/plugins/designlibrary/Colors/index.jelly
A src/main/resources/scss/abstracts/_mixins.scss
M src/main/resources/scss/abstracts/_overrides.scss
M src/main/resources/scss/abstracts/_typography.scss
M src/main/resources/scss/components/_previous-next-controls.scss
M src/main/resources/scss/pages/_colors.scss
M src/main/resources/scss/pages/_home.scss

  Log Message:
  ---
  Adjust font size and weight + misc adjustments (#130)


-- 
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/design-library-plugin/push/refs/heads/master/7640c8-59a755%40github.com.


[jenkinsci/design-library-plugin] 7640c8: Update old pages to use new classes (#131)

2022-09-05 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/design-library-plugin
  Commit: 7640c8b3184a1605660f301c00c314b4d1c0f1cf
  
https://github.com/jenkinsci/design-library-plugin/commit/7640c8b3184a1605660f301c00c314b4d1c0f1cf
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-09-05 (Mon, 05 Sep 2022)

  Changed paths:
M src/main/resources/io/jenkins/plugins/designlibrary/Checkboxes/index.jelly
M src/main/resources/io/jenkins/plugins/designlibrary/HeteroList/index.jelly
M 
src/main/resources/io/jenkins/plugins/designlibrary/JavaScriptProxy/index.jelly
M src/main/resources/io/jenkins/plugins/designlibrary/Links/index.properties
M 
src/main/resources/io/jenkins/plugins/designlibrary/Notifications/index.jelly
M src/main/resources/io/jenkins/plugins/designlibrary/Progress/index.jelly
M src/main/resources/io/jenkins/plugins/designlibrary/Radios/index.jelly
M src/main/resources/io/jenkins/plugins/designlibrary/Select/index.jelly
M src/main/resources/io/jenkins/plugins/designlibrary/Spacing/index.jelly
M src/main/resources/io/jenkins/plugins/designlibrary/Table/index.jelly
M src/main/resources/io/jenkins/plugins/designlibrary/Table/index.properties
M src/main/resources/io/jenkins/plugins/designlibrary/TextBox/index.jelly
M 
src/main/resources/io/jenkins/plugins/designlibrary/ToggleSwitch/index.jelly
M src/main/resources/io/jenkins/plugins/designlibrary/Tooltips/index.jelly
M src/main/resources/io/jenkins/plugins/designlibrary/Validation/index.jelly

  Log Message:
  ---
  Update old pages to use new classes (#131)


-- 
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/design-library-plugin/push/refs/heads/master/a1335f-7640c8%40github.com.


[jenkins-infra/jenkins.io] 577ce6: Modularise more classes + increase usage of CSS va...

2022-09-05 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 577ce6de519fda5ed6810b6663dee5ef604de144
  
https://github.com/jenkins-infra/jenkins.io/commit/577ce6de519fda5ed6810b6663dee5ef604de144
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-09-05 (Mon, 05 Sep 2022)

  Changed paths:
M content/_partials/projectcarousel.html.haml
M content/css/jenkins.css
M content/index.html.haml
M content/solutions/index.html.haml
M content/stylesheets/core/_all.scss
A content/stylesheets/core/_base.scss
A content/stylesheets/core/_headings.scss
M content/stylesheets/pages/_all.scss
A content/stylesheets/pages/_use-cases.scss

  Log Message:
  ---
  Modularise more classes + increase usage of CSS variables (#5415)

Co-authored-by: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
Co-authored-by: Tim Jacomb 


-- 
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/904c54-577ce6%40github.com.


[jenkinsci/dark-theme-plugin] ba2bb0: Add colors for updated breadcrumb bar and footer (...

2022-09-03 Thread &#x27;Jan Faracik&#x27; via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dark-theme-plugin
  Commit: ba2bb010ea96e0a7a338a59d8dddc8d2adccea9d
  
https://github.com/jenkinsci/dark-theme-plugin/commit/ba2bb010ea96e0a7a338a59d8dddc8d2adccea9d
  Author: Jan Faracik <43062514+janfara...@users.noreply.github.com>
  Date:   2022-09-03 (Sat, 03 Sep 2022)

  Changed paths:
M Jenkinsfile
M src/main/frontend/main.scss

  Log Message:
  ---
  Add colors for updated breadcrumb bar and footer (#219)

Co-authored-by: Alexander Brandes 
Co-authored-by: Tim Jacomb 


-- 
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/dark-theme-plugin/push/refs/heads/master/f2d27a-ba2bb0%40github.com.


<    1   2   3   4   >