1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'hschink-feature/support_external_job_status' More... over 8 years ago
Test that external jobs aren't considered disabled More... almost 9 years ago
Do not consider external jobs as disabled More... almost 9 years ago
Refactor existing code More... almost 9 years ago
Merge branch 'deiga-change-aborted-builds-color' More... almost 9 years ago
Both aborted and disabled builds now share the same grey background, because in either case there's no real visibility of why the build is not being executed. However, to help easily discern the aborted builds from the disabled ones, the name of the disabled build is struck-through. More... almost 9 years ago
Changes ABORTED builds to dark gray instead of red More... almost 9 years ago
Updated the npm dependencies and migrated Jasmine to 2.0 More... almost 9 years ago
Support for the IE "Compatibility View" More... almost 9 years ago
Make it work with IE. More... almost 9 years ago
Feature: "Last Build Description" can contain HTML now. More... about 9 years ago
Updated the footer More... about 9 years ago
Reduce Motion feature - when enabled, Build Monitor will not animate the progress bars so that the display is a bit easier on your eyes when there are many Jenkins jobs running. More... about 9 years ago
Build Monitor will no longer attempt to send the anonymous performance stats to google analytics if the machine that it's running on is not connected to the Internet. More... about 9 years ago
The footer link now leads to my blog with articles on software development and delivery. More... about 9 years ago
Refactored the progress bar animations so that the only HTML element that gets re-rendered is the progress bar itself rather the entire grid of widgets. More... about 9 years ago
The UI Settings sliders can handle click events now. This closes #217 and required: - replacing the angular-slider with rz-slider - upgrading angular to 1.5.8 - removing prototype.js and Hudson (sic!) behavior.js so that they don't conflict with the latest angular. More... about 9 years ago
Changed default webdriver driver to chrome as the latest Firefox needs Marionette More... about 9 years ago
Merge branch 'DevFactory-release/general-code-fix-2' More... about 9 years ago
Resolved conflicts and cleaned up the PR More... about 9 years ago
Merge branch 'DevFactory-release/general-code-fix-1' More... about 9 years ago
Post-PR code cleanup More... about 9 years ago
Merge branch 'release/general-code-fix-1' of https://github.com/DevFactory/jenkins-build-monitor-plugin into DevFactory-release/general-code-fix-1 More... about 9 years ago
Refactored the tests and organised them by the type of headline so that they're easier to navigate. More... about 9 years ago
When a build is aborted it's marked as such, displaying the name of the person who aborted it if required. More... about 9 years ago
Some initial work to make aborted builds easier to distinguish from the failed ones (#218) More... about 9 years ago
The headline tells the name of the committer(s) of the builds in progress (if they're known) - closes #164 Refactored the way a correct headline is determined to better support #202 and #243 after #250 (this will also help with #249) More... about 9 years ago
If the build is broken, the headline will tell you: - how long the chain of broken builds is - whose commit started the chain (if you enable the display of committers) - whose commit fixed the failure (again, if you enable the display of committers) More... about 9 years ago
Updated the in-line help to reflect #202 More... about 9 years ago
Corrected the displayed length of a chain of broken builds. The first build that failed is now counted too. More... about 9 years ago