1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed the build badge as the [Embeddable Build Status Plugin](https://wiki.jenkins-ci.org/display/JENKINS/Embeddable+Build+Status+Plugin) doesn't yet support the [Jenkins Workflow Plugin](https://wiki.jenkins-ci.org/display/JENKINS/Workflow+Plugin) and a broken badge doesn't add any value. #163 More... over 9 years ago
It's now more obvious what the minimum required version of Jenkins is and what browsers are supported. #163 More... over 9 years ago
The readme now states where the project is built and where it is tested. #163 More... over 9 years ago
The Versions plugin is no longer needed as it's been replaced by the Release Candidate plugin (http://smartcodeltd.co.uk/release-candidate-maven-plugin/) More... over 9 years ago
First draft of the CI pipeline script More... over 9 years ago
Removed dependency on SauceLabs libraries as Build Monitor CI will be now using Browser Stack instead More... over 9 years ago
`npm install` should be now less chatty making the build log easier to read More... over 9 years ago
Experimenting with a new version number scheme to decouple Build Monitor version number from the CI server it's built on. More... over 9 years ago
Started migration from SauceLabs to BrowserStack; Both the SauceLabs and the BrowserStack builds should be capable of running. More... over 9 years ago
Merge branch 'issue-113' of https://github.com/Dudssource/jenkins-build-monitor-plugin into Dudssource-issue-113 More... over 9 years ago
Build Monitor will notify you if there's a new version available. More... over 9 years ago
This change creates the hability to order jobs by their last execution, fixing the issue #113 More... over 9 years ago
Culprits from the headline are listed in alphabetical order so that the list is easier to read. More... over 9 years ago
The list of culprits is no longer accumulated from all the failed builds, as slow Jenkins username lookups had significant performance implications if the build remained broken for a long period of time and there was a large number of commits made over such a broken build. Even though this scenario is a typical Continuous Integration anti-pattern, it's important that Build Monitor remains fast no matter how people use it :-) More... over 9 years ago
Another fix to how the UNC paths are handled (a workaround similar to the one applied in SBT: https://github.com/sbt/sbt/issues/564) More... almost 10 years ago
Build Monitor should load its LESS CSS assets correctly from a mapped network folder defined as a UNC path on Windows as long as: - Build Monitor runs on Jenkins 1.598 or later (due to a bug in Jenkins prior to that version: http://jenkins-ci.org/changelog#v1.598) - Jenkins runs on Java 7 u60 or later (due to a bug in Java prior to that version: http://bugs.java.com/view_bug.do?bug_id=8014394) More... almost 10 years ago
Build Monitor version is displayed in the footer and linked to the release pages so that you can quickly check if the plugin is up to date. More... almost 10 years ago
Build Monitor gathers anonymous (and optional) usage and performance statistics so that we can squash any remaining performance issues. More... almost 10 years ago
Build Monitor displays its version so that it's a little bit easier to see if we're using an up-to-date one. More... almost 10 years ago
(fix) Due to a bug that crept into style.css error dialogs were not shown. This commit fixes the problem and should help investigate issue #171 More... almost 10 years ago
Removed "hudson-behavior.js" as it is not needed by the Build Monitor and is causing issues on IE11 (due to global variables lookup) More... almost 10 years ago
(fix) Build Monitor no longer throws a NPE when the jobs are ordered by status and one or more of them is in progress. More... almost 10 years ago
Basic tooltips for build stats should help to avoid confusion: elapsed time, last execution, typical build time. More... almost 10 years ago
Merge pull request #179 from MalsR/master More... almost 10 years ago
Updated README typo More... almost 10 years ago
Merge branch 'matoxp-master' More... almost 10 years ago
Logic responsible for constructing CSS classes for a JobView extracted to CssStatus to simplify the JobView #refactoring More... almost 10 years ago
Improved the implementation proposed in #139 so that: - a job that has never run is not considered to be disabled (unless it is) - a disabled job where the last build has failed is marked as both "failing" and "disabled" in the CSS More... almost 10 years ago
Merge branch 'master' of https://github.com/matoxp/jenkins-build-monitor-plugin into matoxp-master More... almost 10 years ago
Merge branch 'gregsymons-workflow-support' More... almost 10 years ago