codechecks / monorepo

Open source platform for code review automation ✅
https://codechecks.io/
98 stars 19 forks source link

Support custom scopes #63

Open krzkaczor opened 4 years ago

krzkaczor commented 4 years ago

Currently, every artifact is scoped by commit SHA.

It should be possible to provide custom scopes like branch name or totally arbitrary key. This is required to inspect "history" of changes (for example needed for graphs).

Initial work done in: https://github.com/codechecks/monorepo/pull/64