1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added sorting by estimated duration of a job that also takes into account eventual upstream jobs estimated durations More... over 9 years ago
Improved how the font scaling algorithm works to make the size of project names more readable. More... over 9 years ago
Replaced non-thread safe Start task with thread-safe Navigate so that the test suite can be executed in parallel More... over 9 years ago
Corrected the import statement so that only the format function is mentioned More... over 9 years ago
Stats are not gathered when acceptance tests are executed More... over 9 years ago
Corrected the "run" script so that it works with the new, multi-module version of the project More... over 9 years ago
Temporarily reverted back to the original jenkins ci parent pom as the newer version requires some more work before it can be incorporated. More... over 9 years ago
For some reason the hpi-plugin RunMojo fails with an NPE when running "mvn clean hpi:run", but works fine if "mvn clean" is executed separately to "mvn hpi:run". Go figure. Needs investigating. More... over 9 years ago
Refactoring: A bit of wordsmithing + simplified the ByLastBuildTime comparator so that it doesn't have to multiply the result by a constant. More... over 9 years ago
Migrated to the new way of setting up Jenkins Plugin parent - org.jenkins-ci.plugins:plugin:2.5 instead of org.jenkins-ci.plugins:plugin:1.609.3 More... over 9 years ago
Merge branch 'Dudssource-issue-113' More... over 9 years ago
Embeddable Build Status Plugin supports Jenkins Workflow Plugin now, so the badge can go back to the readme file. More... over 9 years ago
Switched the pipeline to be executed on 'master' More... over 9 years ago
Old acceptance framework and tests migrated to Serenity BDD. #163 More... over 9 years ago
Making a note of a double slash that needs to be fixed More... over 9 years ago
The number of problems detected by the Build Failure Analyzer is now correctly displayed More... over 9 years ago
Adjusted the spacing within the footer More... over 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... over 9 years ago
The scrollbar is only displayed when it's needed. More... over 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... over 9 years ago
The vertical scrollbar should be displayed if it's needed. More... over 9 years ago
The Workflow script publishes a "release branch" to make it easy for people to see the changelog on github. More... over 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... over 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... over 9 years ago
Corrected the alignment of the connectivity notification. More... over 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... over 9 years ago
Updated the assertions to match the new css classes More... over 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... over 9 years ago
Increased the heartbeat interval to avoid unnecessary network traffic. More... over 9 years ago
Corrected the correlation of anonymous usage stats More... over 9 years ago