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
path: root/danger
AgeCommit message (Collapse)Author
2019-12-10danger: skip milestones without due datesjramsay
GitalyBot will try to automatically apply a milestone, and sorts the milestones to apply based on the due date. Some milestones don't have a due date. Notably, %Backlog doesn't have a due date. While this might indicate a milestone isn't applied correctly on the issues, the script should still work.
2019-11-19Danger bot: use backticks to suppress maintainer mentionsJacob Vosmaer
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-10-04Fix the documentation label which is now lowercaseAchilleas Pipinellis
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-08-13Move gitaly-proto to gitaly/protoJacob Vosmaer
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-06-05Replace govendor with 'go mod'Jacob Vosmaer
2019-03-20Have GitalyBot apply the milestone if it canZeger-Jan van de Weg
GitalyBot gets the issues the merge request closes and will detect the first upcoming milestone and apply it. This can be overridden by the user, and GitalyBot will not try again. Another issue might be that if a MR slips, the milestone isn't updated.
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-03-01Fix missing SEE_DOC constant in DangerZeger-Jan van de Weg
Spotted on a MR where I was missing a MR ID, I removed a constant which was required and used. By reintroducing the constant Danger should work correctly again. The docs had to link somewhere, so this change adds documentation too.
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.