[jenkinsci/pipeline-stage-view-plugin] 6201c7: Revert text-shadow change until dark mode regressi...

2022-02-21 Thread 'Tim Lander' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin
  Commit: 6201c7bb766df0f4ef5904a51ca8b4026199aaa9
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/6201c7bb766df0f4ef5904a51ca8b4026199aaa9
  Author: Tim Lander 
  Date:   2022-02-22 (Tue, 22 Feb 2022)

  Changed paths:
M ui/src/main/js/view/templates/pipeline-staged.less

  Log Message:
  ---
  Revert text-shadow change until dark mode regression is fixed (#205)

See 
https://github.com/jenkinsci/pipeline-stage-view-plugin/pull/146#issuecomment-1029704850


-- 
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/pipeline-stage-view-plugin/push/refs/heads/master/566254-6201c7%40github.com.


[jenkinsci/pipeline-stage-view-plugin] 76a262: Move width calculation from .cbwf-widget to .cbwf-...

2020-10-14 Thread 'Tim Lander' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin
  Commit: 76a262bfe0dc894c7a5c1d4633731c9171f0974c
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/76a262bfe0dc894c7a5c1d4633731c9171f0974c
  Author: Tim Lander 
  Date:   2020-10-15 (Thu, 15 Oct 2020)

  Changed paths:
M ui/src/main/less/stageview_adjunct.less

  Log Message:
  ---
  Move width calculation from .cbwf-widget to .cbwf-widget.cbwf-modal (#118)

This should mean it only affects the larger popup, not the smaller one.


-- 
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/pipeline-stage-view-plugin/push/refs/heads/master/e020e7-76a262%40github.com.


[jenkinsci/pipeline-stage-view-plugin] 9e8b14: Fix calc not being escaped (#116)

2020-10-08 Thread 'Tim Lander' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin
  Commit: 9e8b1462283deed634cf4261649fb57b7b3e3cd3
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/9e8b1462283deed634cf4261649fb57b7b3e3cd3
  Author: Tim Lander 
  Date:   2020-10-08 (Thu, 08 Oct 2020)

  Changed paths:
M ui/src/main/less/stageview_adjunct.less

  Log Message:
  ---
  Fix calc not being escaped (#116)


-- 
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/pipeline-stage-view-plugin/push/refs/heads/master/75037e-9e8b14%40github.com.


[jenkinsci/pipeline-stage-view-plugin] 411306: Remove JS calculation of width, just use css. (#107)

2020-09-29 Thread 'Tim Lander' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin
  Commit: 411306fd3426ababfa73ba4625cd3c0afbca4f0a
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/411306fd3426ababfa73ba4625cd3c0afbca4f0a
  Author: Tim Lander 
  Date:   2020-09-30 (Wed, 30 Sep 2020)

  Changed paths:
M ui/src/main/js/view/stage-logs.js
M ui/src/main/js/view/widgets/dialog/index.js
M ui/src/main/less/stageview_adjunct.less

  Log Message:
  ---
  Remove JS calculation of width, just use css. (#107)


-- 
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/pipeline-stage-view-plugin/push/refs/heads/master/6592e1-411306%40github.com.


[jenkinsci/jenkins] a39461: Make the archived artifacts summary on build pages...

2020-09-16 Thread 'Tim Lander' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: a39461517154fa95425db75574266f890cb7e7f5
  
https://github.com/jenkinsci/jenkins/commit/a39461517154fa95425db75574266f890cb7e7f5
  Author: Tim Lander 
  Date:   2020-09-16 (Wed, 16 Sep 2020)

  Changed paths:
M war/src/main/less/base/yui-compatibility.less
M 
war/src/main/webapp/scripts/yui/treeview/assets/skins/sam/treeview-skin.css

  Log Message:
  ---
  Make the archived artifacts summary on build pages theme-aware (#4931)

* Make the tree view theme-aware

* Move background colour css from treeview-skin to yui-compatibility.less

* Move background colour css from treeview-skin to yui-compatibility.less

* Undo changes to treeview-skin.css

* Add '!important' to yui-compatibility.less, to allow it to override

* Added comment to designate treeview-skin overrides


-- 
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/2988d7-a39461%40github.com.


[jenkinsci/pipeline-stage-view-plugin] 8ad3bc: Improve usability of the download artefacts popup ...

2019-04-10 Thread Tim Lander
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-stage-view-plugin
  Commit: 8ad3bc7b7ead749c3d25c26663b8906bf155
  
https://github.com/jenkinsci/pipeline-stage-view-plugin/commit/8ad3bc7b7ead749c3d25c26663b8906bf155
  Author: Tim Lander 
  Date:   2019-04-11 (Thu, 11 Apr 2019)

  Changed paths:
M ui/src/main/js/view/templates/pipeline-staged.less
M ui/src/main/js/view/widgets/popover/style.less

  Log Message:
  ---
  Improve usability of the download artefacts popup  (#62)

* Improve usability of the download artefacts popup

* Improve usability of the download artefacts popup


-- 
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.
For more options, visit https://groups.google.com/d/optout.