1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 13 days ago. based on code collected 14 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a typo in the comment More... over 11 years ago
It's now explicitly stated, that Build Monitor uses Java 1.6 More... over 11 years ago
(service) hashCode.of is now a (factory) hashCodeOf; this makes the design consistent with the 'jenkins' module #refactoring More... over 11 years ago
Build Monitor now detects all sorts of issues with the 'Jenkins Mother Ship' should they occur when performing AJAX updates of the view: - "0" http error when either the network connection or Jenkins itself is down - "404" when Jenkins has been restarted and Stapler proxy binding is no longer valid - "500" when something goes 'horribly wrong' with the server - any other http response other than "200" (HTTP OK) More... over 11 years ago
Artifact description now matches the README More... over 11 years ago
Enabling Jenkins Auto Refresh shouldn't cause a 404 page when the Build Monitor page is reloaded. Resolves #1 More... over 11 years ago
UTF-8 Encoding is now explicitly specified and the build should no longer be platform-dependent. More... over 11 years ago
jenkins-hpi plugin is now explicitly set to version 1.74, which seems to be the one compatible with 1.480 jenkins core More... over 11 years ago
README.md now informs the user about the current status of the plugin build. More... over 11 years ago
Build monitor plugin should now support older Jenkins installations as well as CloudBees Enterprise Jenkins More... over 11 years ago
README is now in sync with the Jenkins Wiki More... over 11 years ago
Plugin is now better described in the Jenkins Update Centre. More... over 11 years ago
README now encourages the reader to have a look at unit tests. More... over 11 years ago
Plugin is now correctly loading all the static resources when deployed to a stand-alone jenkins server. More... over 11 years ago
Features of the plugin are now much more obvious More... over 11 years ago
Build Monitor plugin will now be published under org.jenkins-ci.plugins group More... over 11 years ago
Pom.xml now points to my Github user id and a valid timezone. More... over 11 years ago
It's now easier to learn about the features of the plugin from README More... over 11 years ago
Build Monitor Plugin is now ready for an initial public release. Yay! More... over 11 years ago
Culprit names are no longer cropped. More... over 11 years ago
Default CSS of Angular Slider is no longer overridden. More... over 11 years ago
It's now easier to get to plugin configuration by clicking the name of the view. More... over 11 years ago
An empty monitor will now suggest to the user to add some jobs to it. More... over 11 years ago
Build Monitor plugin code can be now continuously delivered to Github on every successful build More... over 11 years ago
It's now more clear what parts of java code haven't been unit tested More... over 11 years ago
Syntactic sugar-related classes found a new home under buildmonitor.viewmodel.syntacticsugar More... over 11 years ago
Breadcrumbs are now correctly generated, allowing the user to easily go back to the Build Monitor view from job/build details view. Thanks @nbarrett for spotting this issue! More... over 11 years ago
Build Monitor should now correctly respond to Jenkins being restarted More... over 11 years ago
Merge remote-tracking branch 'origin/master' More... over 11 years ago
A starting point for test-driving the implementation of javascript services that will replace the results of my previous spike. More... over 11 years ago