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
Adjusted the spacing within the footer More... about 9 years ago
Corrected how the initial base font size is calculated to address the issue with "culprits" becoming unreadable on certain screen resolutions. Further tweaks may be required so feedback is welcome! More... about 9 years ago
The scrollbar is only displayed when it's needed. More... about 9 years ago
Corrected an issue that manifested itself on Chromium 22 on Raspberry Pi and mobile Safari where the progress bar could overlay the project name and mask it. More... about 9 years ago
The vertical scrollbar should be displayed if it's needed. More... about 9 years ago
The Workflow script publishes a "release branch" to make it easy for people to see the changelog on github. More... about 9 years ago
Added ng-cloak so that the angular template flickering is _slightly_ mitigated. A nice per-loader would be a better solution though. More... about 9 years ago
The (internal) performance monitoring service used to measure the amount of time it takes for Build Monitor to produce a JSON response is now less chatty. More... about 9 years ago
Corrected the alignment of the connectivity notification. More... about 9 years ago
An intermediary step to allow for changing the version number scheme from: <Major>.<minor>+build.<build number> to <Major>.<minor>-<timestamp> and decoupling the version number from the CI system used. More... about 9 years ago
Updated the assertions to match the new css classes More... about 9 years ago
Build Monitor supports displaying a large number of projects much better than it used to: - The base size of the font is configured automatically based on the number of dashboard rows displayed (closes #165 and quite possibly #172) - The user can still tweak the size of the font to make it up to 3x smaller or 2x larger - If the number of widgets displayed becomes greater than what can comfortably fit on the screen, the dashboard becomes scrollable (closes #124 and closes #57) More... about 9 years ago
Increased the heartbeat interval to avoid unnecessary network traffic. More... about 9 years ago
Corrected the correlation of anonymous usage stats More... about 9 years ago
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... about 9 years ago
It's now more obvious what the minimum required version of Jenkins is and what browsers are supported. #163 More... about 9 years ago
The readme now states where the project is built and where it is tested. #163 More... about 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... about 9 years ago
First draft of the CI pipeline script More... about 9 years ago
Removed dependency on SauceLabs libraries as Build Monitor CI will be now using Browser Stack instead More... about 9 years ago
`npm install` should be now less chatty making the build log easier to read More... about 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... about 9 years ago
Started migration from SauceLabs to BrowserStack; Both the SauceLabs and the BrowserStack builds should be capable of running. More... about 9 years ago
Merge branch 'issue-113' of https://github.com/Dudssource/jenkins-build-monitor-plugin into Dudssource-issue-113 More... about 9 years ago
Build Monitor will notify you if there's a new version available. More... about 9 years ago
This change creates the hability to order jobs by their last execution, fixing the issue #113 More... about 9 years ago
Culprits from the headline are listed in alphabetical order so that the list is easier to read. More... about 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... about 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... about 9 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... about 9 years ago