Fabien Boucher
Fabien Boucher
As an operator I don't want to keep unneeded documents in the Monocle DB. As a user I don't want to see repositories previously removed from the configuration still in...
A solution could be to use: https://github.com/haskell/haskell-language-server/blob/master/GenChangelogs.hs
- [ ] Add reviewers field in Monocle index - [ ] Ensure all drivers (gitlab, gerrit, github) set the assignes and reviewers change/events attributes - [ ] Add support...
- I'd like to be able, when looking at my change board, to click on a button to let Monocle prepare for me the checkout Change git command. - The...
For instance adding multiple time "state" will append the state: to the query with an implicit AND that will not make sense. Instead the behavior should be to modify the...
A collapse (in the eLastic Index) between changes and events from different servers might happen. For instance with the Gerrit driver reviews IDs are in the form of ~~ and...
* Interface improvements - [ ] Migrate group and workspace list to tables - [ ] Remove the remaining bootstrap - [ ] Add horizontal scroll bar to the board...
Format for GitLab crawler and Gerrit/GitHub crawler are different: - GitHub/Gerrit: yyyy-mm-dd - GitLab: yyyy-mm-dd hh:mm:ss UTC The format must be consistent.
This version of the docker-compose was initially made to ease development of Monocle. Now the CONTRIBUTING.md documentation no longer encourage its usage. It is then time to remove it. -...
The filter box provided a filter to limit results to change and/or events that match a given file path regexp. The new QL does not support it. This needs to...