monocle
monocle copied to clipboard
Monocle helps teams and individual to better organize daily duties and to detect anomalies in the way changes are produced and reviewed.
The goal is to use the new entity system and fully migrate to the new API. - [x] Make the existing crawler use the new api `/crawler/add` - [x] Migrate...
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...
The API is doing special case when it queries change event where an event created_at is equivalent to a change updated_at. If the event had a updated_at attribute (e.g. a...
It would be nice to query change which has un-resolved comments: - [ ] Check how to query this information for gerrit, github and gitlab - [ ] Add a...
As suggested by @mhuin , it would be nice to query the change that have been recently updated from a user point of view. The query would require a username:...
# 12. Deployment of monocle services * Date: 2021-08-09 ## Context and Problem Statement There are two strategies to deploy the Monocle services: - docker-compose (and soon kubectl apply), or,...
* 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. -...