Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-17danger: Move rules into subdirectoryPatrick Steinhardt
It's best practice for Danger rules to live in a separate "rules/" directory. Let's move them there, which also allows us to use globs to import all rules.
2021-10-27Transition type labels to the new scoped taxonomyRémy Coutable
2020-07-07Support new feature:: and tooling:: labels to replace backstageRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-11-12Add reviewer suggestions to MRsZeger-Jan van de Weg
This would be a round robin way of getting a reviewer. Minimal implementation, to see if it works.
2019-11-01Add 8bitlife to the GITALY_TEAMZeger-Jan van de Weg
Pavlo starts on Monday, and I'd like to prepare this change so I don't forget.
2019-08-16Update the automatic labelsZeger-Jan van de Weg
Includes `@zj-gitlab` in the Gitaly team, and removes the Gitaly label in favour of `devops::create` and `group::gitaly`.
2019-06-18MR labels to be inherited from issues it closesZeger-Jan van de Weg
If the issue this MR will close through either the commit messages or the description have relevant labels, apply them on the MR too. Closes https://gitlab.com/gitlab-org/gitaly/issues/1555
2019-03-13Update labeling rules for GitalyBotZeger-Jan van de Weg
Today I noticed that the labeling as applied previously aren't correct for the throughput measurements GitLab does: https://about.gitlab.com/handbook/engineering/management/throughput/#implementation This change updates the labeling rules so from now on this will be correctly applied. In the case of Gitaly performance is a feature and not backstage as the point of Gitaly is improving performance. En passant it fixes a small issue when no changelog entry is present.
2019-02-28Have GitalyBot apply labels throught DangerZeger-Jan van de Weg
Using Danger a small rule book, @GitalyBot will apply labels and have a few more rules on the changelog.