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

Hi, this might be a bit naive but is it possible to allow the monitor to query against any generic REST service and then just display the response? For example...

enhancement
up-for-grabs
hacktoberfest

Is it possible to get exactly which job that is currently running in a pipeline? if it is possible how can that be achieved?

enhancement
question

On the dashboard the teamcity jobs that are in Progress (on teamcity) appears as Finished. By the way we can see the "ran for x minutes and y seconds" being...

bug
up-for-grabs

The version of the api is now 5.0 and not _apis/release/deployments?api-version=4.1-preview anymore see microsoft document: https://docs.microsoft.com/nl-nl/rest/api/azure/devops/release/releases/list?view=azure-devops-rest-5.0

bug
up-for-grabs

hasErrors is not set correctly. Therefore errorsFirst does not work correctly. https://github.com/marcells/node-build-monitor/blob/master/app/services/GitLab.js#L103 https://github.com/marcells/node-build-monitor/blob/master/app/services/Jenkins.js#L172

enhancement
up-for-grabs

Right now the number of tiles to be displayed per column and row is hard-coded via css. I would have expected some kind of dynamic setting based on the numberOfBuilds...

It can be helpful to have the possibility to split the configuration to multiple JSON files. With a lot of builds in a build monitor the config JSON file can...

enhancement

Typically in Enterprises, there are multiple groups of projects monitored and hence each group would have a page for itself. It would be great if one can have multiple config...

enhancement
up-for-grabs

Add GoCD support and add documentation about it to the README This will be very useful to us as we are using GoCD

enhancement
up-for-grabs

It would be nice to have support for [AppVeyor](https://www.appveyor.com/) builds.

enhancement
up-for-grabs