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 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...
It has been decided to not port those metrics during the migration to the new apiV2. However those metrics are relevant to distinguish changes that needs extra attention. - Cold...
- [ ] Add build flag - [ ] Use `-O0 -Werror` for validation - [ ] Use `-O2` for publish master and tag
Through its configuration, a workspace could define a default query, e.g. `not bot-accounts` to be used as a starting query. - [ ] Add `default_filter` to the workspace configuration schema...
To update ident we currently use the crawler-legacy container to run a one shot command. Instead we could use an extra service to watch for ident change and apply the...
Such query could be used by the group view so that clicking an activity event would collect the associated change. Extracted from https://github.com/change-metrics/monocle/issues/465
The goal is to use the new api to manage: - [ ] delete index or repository - [ ] document migration
The goal is to enable the configuration to be provisioned at runtime. - Add CRUD api for most configuration option (e.g. projects, identities, aliases...).
The goal is to enable user authentication so that the interface can be personalized. This prepares the work for https://github.com/change-metrics/monocle/issues/334 and https://github.com/change-metrics/monocle/issues/408. - Finish the servant oauth integration. - Resolve...
- Add the peer strengh metric. ``` For each member, get comment event, group by on_author: [{authorA.count = 5}, {authorB.count = 3}] Figure out a visualisation for the standard deviation...