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
Moderate Activity
Commits
: Listings
Analyzed
about 10 hours
ago. based on code collected
about 10 hours
ago.
Aug 19, 2024 — Aug 19, 2025
Showing page 26 of 34
Search / Filter on:
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
jan-molak
More...
over 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...
over 9 years ago
The readme now states where the project is built and where it is tested. #163
jan-molak
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/)
jan-molak
More...
over 9 years ago
First draft of the CI pipeline script
jan-molak
More...
over 9 years ago
Removed dependency on SauceLabs libraries as Build Monitor CI will be now using Browser Stack instead
jan-molak
More...
over 9 years ago
`npm install` should be now less chatty making the build log easier to read
jan-molak
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.
jan-molak
More...
over 9 years ago
Started migration from SauceLabs to BrowserStack; Both the SauceLabs and the BrowserStack builds should be capable of running.
jan-molak
More...
over 9 years ago
Merge branch 'issue-113' of https://github.com/Dudssource/jenkins-build-monitor-plugin into Dudssource-issue-113
jan-molak
More...
over 9 years ago
Build Monitor will notify you if there's a new version available.
jan-molak
More...
over 9 years ago
This change creates the hability to order jobs by their last execution, fixing the issue #113
Eduardo Goncalves
More...
over 9 years ago
Culprits from the headline are listed in alphabetical order so that the list is easier to read.
jan-molak
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 :-)
jan-molak
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)
jan-molak
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)
jan-molak
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.
jan-molak
More...
almost 10 years ago
Build Monitor gathers anonymous (and optional) usage and performance statistics so that we can squash any remaining performance issues.
jan-molak
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.
jan-molak
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
jan-molak
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)
jan-molak
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.
jan-molak
More...
almost 10 years ago
Basic tooltips for build stats should help to avoid confusion: elapsed time, last execution, typical build time.
jan-molak
More...
almost 10 years ago
Merge pull request #179 from MalsR/master
Jan Molak
More...
almost 10 years ago
Updated README typo
Malinda Rajapakse
More...
almost 10 years ago
Merge branch 'matoxp-master'
jan-molak
More...
almost 10 years ago
Logic responsible for constructing CSS classes for a JobView extracted to CssStatus to simplify the JobView #refactoring
jan-molak
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
jan-molak
More...
almost 10 years ago
Merge branch 'master' of https://github.com/matoxp/jenkins-build-monitor-plugin into matoxp-master
jan-molak
More...
almost 10 years ago
Merge branch 'gregsymons-workflow-support'
jan-molak
More...
almost 10 years ago
←
1
2
…
22
23
24
25
26
27
28
29
30
…
33
34
→
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