Tristan de Cacqueray

Results 180 comments of Tristan de Cacqueray
trafficstars

Ok, turns out adding a filter as you proposed is actually simpler :-)

Currently only the metadata of issues with a linked change is indexed. It might be possible to also include issues event, what do you think @morucci ?

According to https://stackoverflow.com/a/51726136 , it might be possible to update the current query: https://github.com/change-metrics/monocle/blob/90191a2fbe0fdc4c89982bdfa0c2c69ce313787a/monocle/db/queries.py#L556-L564

It might be difficult to cache the result for every filters, we might have to restrict them to project definition. But let's give `avg_bucket` a try first, perhaps it is...

That diagram is pretty neat, but it is missing the user actor though. Perhaps it could be included for the deployment documentation instead?

There is a dhall package to create the dot diagram, but it is currently not possible to parse existing diagram. I don't think its worth trying to replace the plantuml...

So it seems like we need to augment the change document, then we could provide new search field in the query, e.g. comment_count or review_count. Then the new field could...

I think we need to add members list to the project definition first, then we should be able to report inactive members. That is a great suggestion, thank you @Hixie...

The user group creation remains to be defined, but we made some progress for that enhancement with https://github.com/change-metrics/monocle/pull/438 . Though the group view only show review activity for the moment.

Not sure this README is the appropriate place for such example, but as it took me quite a while to figure out this usage, and assuming this is the right...