1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
README now uses ver. 1.1 screenshots More... over 11 years ago
New screenshots reflect updated UI. More... over 11 years ago
- Font size of build name and build time is now slightly smaller and helps to avoid the monitor getting too crowded - CSS classes around the build-time part of the job view have now some better semantic meaning. - Each job view received a subtle shadow and seems to be very happy about it :) More... over 11 years ago
Upgraded angular-slider to 0.1.6 to include the offset calculation fix Karma's no longer trying to load files that have been deleted. More... over 11 years ago
Refactoring - first steps of introducing a slightly nicer object model and clean-up to get rid of some ugly null checks. More... over 11 years ago
Build Monitor now provides information about the elapsed build time as well as the estimated build time. This commit is based on Gennadiy Mykhailiuta's prototype and closes #11. Cheers for this idea @gmykhailiuta ! More... over 11 years ago
Now only those test methods that may throw an exception are marked as such More... over 11 years ago
Slightly less duplication in the CSS More... over 11 years ago
"Culprits" are now aligned to the center and it seems to look better. More... over 11 years ago
JobView now states explicitly what information comes from the "lastBuild" result. More... over 11 years ago
pom.xml is now contributor-friendly: If you have contributed to the project - please feel free to add your details to the contributors section! More... over 11 years ago
Fixed a typo in a comment More... over 11 years ago
Merge remote-tracking branch 'origin/master' More... over 11 years ago
Build Monitor now correctly represents the status of concurrently executed builds. This closes #15. More... over 11 years ago
The "Settings" label no longer turns red when you focus on it. More... over 11 years ago
Test names are much more readable now. More... over 11 years ago
Build Monitor supports long-lived cookies as of v1.0+build.50 More... over 11 years ago
Merge pull request #14 from bitdeli-chef/master More... over 11 years ago
Add a Bitdeli badge to README More... over 11 years ago
License now states a correct year More... over 11 years ago
As per Reynald Borer's suggestion, Build Monitor now uses YAHOO.util.Cookie object instead of AngularJS cookie service and is able to set cookies that live longer than a browser session (about a year longer, to be precise). This closes #10 - thanks @rborer ! More... over 11 years ago
GitHub Linguist should ignore any vendored JavaScript test libraries and keep the stats more accurate. See https://github.com/github/linguist#ignore-vendored-files for more details More... over 11 years ago
GitHub Linguist should ignore any vendored JavaScript libraries and keep the stats more accurate. See https://github.com/github/linguist#ignore-vendored-files for more details More... over 11 years ago
It's now possible to run Karma tests in IntelliJ using the Karma-IntelliJ plugin More... over 11 years ago
Support for Jenkins installations without access to the Internet (closes #8) More... over 11 years ago
Defects in Stapler shouldn't cause Build Monitor to break. (Support for Jenkins 1.521-1.526 with jQuery plugin, closes #3) More... over 11 years ago
Build Monitor now supports using a regular expression as an additional means of selecting jobs to be displayed. Closes #7 More... over 11 years ago
JobView::toString is more meaningful as it returns the display name of the job More... over 11 years ago
There's no need for long input strings More... over 11 years ago
Support for the build-name-setter plugin (closes #2): - if the build name is set, it will replace the build number displayed on the monitor - build url is now generated using hudson.model.Run::getUrl rather than "manually" More... over 11 years ago