1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clean up of the "HasHeadline" feature: - Broken it up into two separate classes SuccessHeadline and FailureHeadline so that they're easier to manage and new type of headlines can be added. More... about 9 years ago
Merge branch 'ChadiEM-master' More... about 9 years ago
Adapted @ChadiEM's PR to the new domain model More... about 9 years ago
Merge branch 'master' of github.com:jan-molak/jenkins-build-monitor-plugin More... about 9 years ago
Version bump More... about 9 years ago
The "display of culprits" is now configurable. More... about 9 years ago
[ISSUE-202] Add name of person(s) who fixed the build. More... about 9 years ago
Merge pull request #240 from DevFactory/release/Modifiers_should_be_declared_in_the_correct_order More... about 9 years ago
Fixed rule 'Modifiers should be declared in the correct order' More... about 9 years ago
Fixed rule 'Local variables should not shadow class fields' Fixed rule '"@Override" annotation should be used on any method overriding (since Java 5) or implementing (since Java 6) another one'. More... about 9 years ago
Merge branch 'DevFactory-release/public-static-fields-should-be-constant-fix-1' More... about 9 years ago
Merge branch 'release/public-static-fields-should-be-constant-fix-1' of https://github.com/DevFactory/jenkins-build-monitor-plugin into DevFactory-release/public-static-fields-should-be-constant-fix-1 More... about 9 years ago
Merge pull request #231 from TobiX/no-cache More... about 9 years ago
Don't cache index page. (probably fixes #166)
Tobias G.
as Tobias Gruetzmacher
More... about 9 years ago
Fixed rule '"public static" fields should be constant' More... about 9 years ago
Fixed rule 'Resources should be closed' Fixed rule 'Standard outputs should not be used directly to log anything' Fixed rule 'The diamond operator ("<>") should be used Fixed rule "equals(Object obj)" and "hashCode()" should be overriden in pairs. Fixed rule 'Useless parenthesis aroung expressions should be removed to prevent any misunderstanging. Fixed rule Selections of code should not be "commented out". Fixed rule Resources should be closed. More... about 9 years ago
Test refactoring: improved the wording and made the BFA-related Tasks a bit more generic so that they can be applied in other contexts. More... about 9 years ago
Test refactoring: removed incidental detail More... about 9 years ago
Better support for the new Build Failure Analyser features. More... about 9 years ago
in colour-blind mode, the pulsating progress bar is rendered using the same fill pattern as the project's widget background. More... about 9 years ago
Build Monitor supports custom build descriptions (such as scm revision for example), which can be set based on the console output (requires Description Setter plugin: https://wiki.jenkins-ci.org/display/JENKINS/Description+Setter+Plugin) More... about 9 years ago
Reduced google analytics sampling rate as it turns out that there's hundreds of thousands people using the Build Monitor (!) So cool! :-) More... about 9 years ago
Merge branch 'eribau-sortByEstimatedDuration' More... about 9 years ago
Merge branch 'sortByEstimatedDuration' of https://github.com/eribau/jenkins-build-monitor-plugin into eribau-sortByEstimatedDuration More... about 9 years ago
removed logger More... over 9 years ago
removed auto-generated comment More... over 9 years ago
Pipeline: all pom.xml files should be archived so that they can be published to Jenkins central during the release. More... over 9 years ago
The "misconfigured proxy" error message is now shorter and a bit less aggressive. More... over 9 years ago
Build Monitor is more subtle when notifying the user about their misconfigured proxy server and tries to reconnect upon receiving a 504 response from said proxy. More... over 9 years ago
Build Monitor supports custom CSRF protection headers (as per https://wiki.jenkins-ci.org/display/JENKINS/CSRF+Protection) and as a result - Jenkins 2.0 More... over 9 years ago