node-build-monitor icon indicating copy to clipboard operation
node-build-monitor copied to clipboard

A Build Monitor written in Node.js, which supports several build services and can be easily extended.

Results 29 node-build-monitor issues
Sort by recently updated
recently updated
newest added

Bumps [moment](https://github.com/moment/moment) from 2.21.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.4 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.0 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Node build monitor stops after a certain time of operation. Here's what I have in the logs: ``` 2:31:41 PM | 28 builds found.... 2:32:11 PM | Check for builds......

bug
up-for-grabs

Many different build-systems are supported and the state of the build is mapped to a color. This mapping is implemented in `getBuildStatus`. It would be nice to have a global...

enhancement

It might be useful to render project avatars (and possibly users) next to builds. This should make it easier to recognise specific projects when you have several on the screen....

enhancement
up-for-grabs

Could TFS Builds have the number of failing tests? This is the only feature that TeamBuildScreen had that I miss in your build monitor. Thanks for the great monitor!

enhancement
hacktoberfest

Hello, I have set up the monitor and I like it, except for one thing. I noticed that Bamboo, from time to time, sends an empty body back for some...

enhancement
up-for-grabs
hacktoberfest