Jean-Sébastien Didierlaurent
Jean-Sébastien Didierlaurent
MO_DISABLEUI is used by make run to start monitoror with UI
We need to handle this errors types in ui: ``` golang ConfigErrorDisabledVariant ConfigErrorID = "ERROR_DISABLED_VARIANT" ConfigErrorTileNotSupportedInThisVersion ConfigErrorID = "ERROR_TILE_NOT_SUPPORTED_IN_THIS_VERSION" ConfigErrorTileParamNotSupportedInThisVersion ConfigErrorID = "ERROR_TILE_PARAM_NOT_SUPPORTED_IN_THIS_VERSION" ConfigErrorUnknownGeneratorTileType ConfigErrorID = "ERROR_UNKNOWN_GENERATOR_TILE_TYPE" ```
This CLI will be used by CI to check demo / faker config. For me it's a bit dirty to add this in main project, but it will be difficult...
- [x] core - [x] ui - [ ] docs Note: no faker mode for this one fix #187
We need a strong documentation for this. Maybe add struct versioning
See : https://github.com/Alex-D/MonitoWall/blob/develop/server/modules/counter.youtrack.js https://github.com/ckopjiuoh/go-youtrack-api-client
Maybe something like this ? Tag: x.x.x Master: x.x.x-master-{hash} Develop: x.x.x-develop-{hash} PR: x.x.x-nightly-{hash}