Marcell Spies
Marcell Spies
Feel free to take a look at the code. Maybe your Team City version is not compatible to the plugin.
You can write a custom theme for the build monitor. Could this help you for the space problem? If it doesn't help, then I would recommend to create another service...
Hi, sounds like a very good idea. This could be an easy, but breaking change for the build monitor configuration. I'll think about, how to implement this.
I've made a quick implementation in the [feature branch multi-configuration](https://github.com/marcells/node-build-monitor/tree/feature/multi-configuration). There are still several things to do (client settings, refactoring, concept for naming the groups, ...). Maybe you can take...
Thank you. Maybe you can give me some input. I'd like to implement an easy solution first. If possible, without breaking changes for existing solutions.
Hi, sorry for the late response. 1. The port is defined by the PORT-environment variable. 2. The configuration is now an array of monitor configurations, instead of a single object....
Hi, currently there is still some work to do. If someone could continue my (exprrimental) work of feature branch https://github.com/marcells/node-build-monitor/tree/feature/multi-configuration would be good. I have no time at the moment...
Good idea. It's a bigger change. I will think about about a solution. Currently the monitor it self could be reached from the outside, while the build servers are only...
Thanks. That's exactly the way, I already considered how to implement it. ;-) I think, I will add a general option to turn this feature off. Maybe the avatar pics...
They seem to have a well documented REST API. Do you think you could implement the service?