openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
J
jenkins-build-monitor-plugin
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 20 of 28
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Adjusted the spacing within the footer
jan-molak
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!
jan-molak
More...
about 9 years ago
The scrollbar is only displayed when it's needed.
jan-molak
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.
jan-molak
More...
about 9 years ago
The vertical scrollbar should be displayed if it's needed.
jan-molak
More...
about 9 years ago
The Workflow script publishes a "release branch" to make it easy for people to see the changelog on github.
jan-molak
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.
jan-molak
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.
jan-molak
More...
about 9 years ago
Corrected the alignment of the connectivity notification.
jan-molak
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.
jan-molak
More...
about 9 years ago
Updated the assertions to match the new css classes
jan-molak
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)
jan-molak
More...
about 9 years ago
Increased the heartbeat interval to avoid unnecessary network traffic.
jan-molak
More...
about 9 years ago
Corrected the correlation of anonymous usage stats
jan-molak
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
jan-molak
More...
about 9 years ago
It's now more obvious what the minimum required version of Jenkins is and what browsers are supported. #163
jan-molak
More...
about 9 years ago
The readme now states where the project is built and where it is tested. #163
jan-molak
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/)
jan-molak
More...
about 9 years ago
First draft of the CI pipeline script
jan-molak
More...
about 9 years ago
Removed dependency on SauceLabs libraries as Build Monitor CI will be now using Browser Stack instead
jan-molak
More...
about 9 years ago
`npm install` should be now less chatty making the build log easier to read
jan-molak
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.
jan-molak
More...
about 9 years ago
Started migration from SauceLabs to BrowserStack; Both the SauceLabs and the BrowserStack builds should be capable of running.
jan-molak
More...
about 9 years ago
Merge branch 'issue-113' of https://github.com/Dudssource/jenkins-build-monitor-plugin into Dudssource-issue-113
jan-molak
More...
about 9 years ago
Build Monitor will notify you if there's a new version available.
jan-molak
More...
about 9 years ago
This change creates the hability to order jobs by their last execution, fixing the issue #113
Eduardo Goncalves
More...
about 9 years ago
Culprits from the headline are listed in alphabetical order so that the list is easier to read.
jan-molak
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 :-)
jan-molak
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)
jan-molak
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)
jan-molak
More...
about 9 years ago
←
1
2
…
16
17
18
19
20
21
22
23
24
…
27
28
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree