Calendar View
✍ Other changes
📦 Dependency updates
- Bump org.apache.maven.plugins:maven-pmd-plugin from 3.25.0 to 3.26.0 (#43) @dependabot[bot]
What's Changed
- Update README.md - Adding examples for Job DSL by @TheRaspyDev in #25
- Replace Prototype.js with native JavaScript by @basil in #26
- Fix: [JENKINS-53312] Future scheduled builds for pipeline jobs were missing
- Feature: add option to show week numbers
- Feature: navigate to day and week views via day and week numbers
- Feature: show successful builds as green when the Green Balls Plugin is installed
- Feature: highlight selected builds
- Fix: delay popups to prevent them from showing up unwanted
- Fix: scroll to builds that are outside of viewport when navigating back and forth between builds
- Fix: builds that last the entire visible time range are now included
- Fix: start time for future builds used current seconds instead of always starting at zero seconds
- Fix: scheduled builds with hashes in cron expression had wrong start time
- Fix: builds showed up as past and future builds while they were running
- Fix: [JENKINS-52797] ClassCastException for Matrix Projects
- Fix: calcution of next start date was wrong when there were multiple cron expressions
- Fix: builds overlapping the edge of the date range were not being shown
- Feature: show popup with more information when hovering over a past or future build
- Fix: special HTML characters in custom date/time formats were escaped twice
- Fix: some typos and other minor issues in documentation
- Fix: better validation for view configuration options