Branch: refs/heads/main
Home: https://github.com/jenkinsci/dashboard-view-plugin
Commit: a74654f026d1dca774e2e1683897de896c35d977
https://github.com/jenkinsci/dashboard-view-plugin/commit/a74654f026d1dca774e2e1683897de896c35d977
Author: Markus Winter <[email protected]>
Date: 2024-02-08 (Thu, 08 Feb 2024)
Changed paths:
A Implementation-guide.md
M README.md
M pom.xml
M src/main/java/hudson/plugins/view/dashboard/core/JobsPortlet.java
M src/main/java/hudson/plugins/view/dashboard/stats/StatJobs.java
M
src/main/resources/hudson/plugins/view/dashboard/Dashboard/configure-entries.jelly
M src/main/resources/hudson/plugins/view/dashboard/Dashboard/main.jelly
M
src/main/resources/hudson/plugins/view/dashboard/builds/LatestBuilds/latestbuilds.jelly
M
src/main/resources/hudson/plugins/view/dashboard/builds/LatestBuilds/portlet.jelly
M
src/main/resources/hudson/plugins/view/dashboard/core/HudsonStdJobsPortlet/portlet.jelly
M
src/main/resources/hudson/plugins/view/dashboard/core/IframePortlet/portlet.jelly
M
src/main/resources/hudson/plugins/view/dashboard/core/ImagePortlet/portlet.jelly
M
src/main/resources/hudson/plugins/view/dashboard/core/JobsPortlet/config.jelly
M
src/main/resources/hudson/plugins/view/dashboard/core/JobsPortlet/portlet.jelly
R
src/main/resources/hudson/plugins/view/dashboard/core/JobsPortlet/portlet.properties
R
src/main/resources/hudson/plugins/view/dashboard/core/JobsPortlet/portlet_ja.properties
M
src/main/resources/hudson/plugins/view/dashboard/core/UnstableJobsPortlet/config.jelly
M
src/main/resources/hudson/plugins/view/dashboard/core/UnstableJobsPortlet/portlet.jelly
M
src/main/resources/hudson/plugins/view/dashboard/core/UnstableJobsPortlet/portlet.properties
M
src/main/resources/hudson/plugins/view/dashboard/core/UnstableJobsPortlet/portlet_ja.properties
A src/main/resources/hudson/plugins/view/dashboard/decorate-plain.jelly
A src/main/resources/hudson/plugins/view/dashboard/decorate-table.jelly
M src/main/resources/hudson/plugins/view/dashboard/decorate.jelly
A src/main/resources/hudson/plugins/view/dashboard/jobCell.jelly
A src/main/resources/hudson/plugins/view/dashboard/jobCell.properties
A src/main/resources/hudson/plugins/view/dashboard/jobCell_ja.properties
A src/main/resources/hudson/plugins/view/dashboard/portlet.css
M
src/main/resources/hudson/plugins/view/dashboard/stats/StatBuilds/main.jelly
M
src/main/resources/hudson/plugins/view/dashboard/stats/StatBuilds/portlet.jelly
M
src/main/resources/hudson/plugins/view/dashboard/stats/StatBuilds/statbuilds.jelly
M src/main/resources/hudson/plugins/view/dashboard/stats/StatJobs/main.jelly
M
src/main/resources/hudson/plugins/view/dashboard/stats/StatJobs/portlet.jelly
M
src/main/resources/hudson/plugins/view/dashboard/stats/StatJobs/statjobs.jelly
M
src/main/resources/hudson/plugins/view/dashboard/stats/StatSlaves/main.jelly
A
src/main/resources/hudson/plugins/view/dashboard/stats/StatSlaves/poller.js
M
src/main/resources/hudson/plugins/view/dashboard/stats/StatSlaves/portlet.jelly
M
src/main/resources/hudson/plugins/view/dashboard/stats/StatSlaves/statagents.jelly
M
src/main/resources/hudson/plugins/view/dashboard/test/TestStatisticsChart/main.jelly
M
src/main/resources/hudson/plugins/view/dashboard/test/TestStatisticsChart/portlet.jelly
M
src/main/resources/hudson/plugins/view/dashboard/test/TestStatisticsPortlet/portlet.jelly
M
src/main/resources/hudson/plugins/view/dashboard/test/TestStatisticsPortlet/teststatistics.jelly
M
src/main/resources/hudson/plugins/view/dashboard/test/TestTrendChart/main.jelly
M
src/main/resources/hudson/plugins/view/dashboard/test/TestTrendChart/portlet.jelly
A src/main/resources/hudson/plugins/view/dashboard/title.jelly
R src/main/webapp/images/go-bottom.png
R src/main/webapp/images/go-top.png
R src/main/webapp/images/view-fullscreen.png
M src/main/webapp/js/dashboard-view.js
M src/test/java/hudson/plugins/view/dashboard/core/IFramePortletTest.java
M src/test/java/hudson/plugins/view/dashboard/core/ImagePortletTest.java
Log Message:
-----------
UI renovation (#328)
- remove all style attributes and replace with classes
- use only standard jenkins variables and color so everything looks good
with dark theme as well
- do all styling via an explicit css file
- use jenkins-table where appropriate
- use a grid layout instead of tables to arrange the portlets
- wrap the portlet in a div instead of a table
- use new weather icons for job statistics
- sort jobs by full name for job grid
- add border to portlets without table
- border around the content
- dedicated jelly for tables with tweaked styling
- move implementation guide to separate file
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/dashboard-view-plugin/push/refs/heads/main/9c6838-a74654%40github.com.