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-09-03Dangerfile: Drop zj-gitlab from list of contributorsPatrick Steinhardt
Drop zj-gitlab from the list of contributors.
2021-08-11Use gitlab-dangerfiles for assignee selectionJames Fargher
Imports the Dangerfile code from GDK.
2021-05-06danger: Add ZJ back to the code reviewersZeger-Jan van de Weg
As I'm moving into a code contributor role again, I'd like to review again too to build more knowledge of our codebase. This change suggests zj-gitlab again to review MRs and thus I should slowly get more review work to do.
2021-03-17Update list of gitaly maintainers and reviewersPavlo Strokov
2020-09-24Add Toon to DangerToon Claes
2020-09-17danger: Remove ZJ from suggested reviewersZeger-Jan van de Weg
2020-09-08Add Chris to the reviewers listZeger-Jan van de Weg
To foster more knowledge transfer from Chris to the team, and the other way around, chriscool is added to the list of reviewers.
2020-08-17Add `@avar` to the Gitaly teamZeger-Jan van de Weg
Gitaly team members are maintainers by default, and as such should be listed in the documentation. Futher, the user name is added to a Ruby array that Danger uses to automatically apply labels.
2020-07-24misc: Update the Gitaly team for danger automationZeger-Jan van de Weg
Danger has a list of Gitaly team members, which get assigned to merge requests and influences labeling. This change removes John from the team. Additionally it updates the table of maintainers in the contributing documentation.
2020-06-04Set Sami as reviewerZeger-Jan van de Weg
2020-04-21Remove Jacob as Gitaly team memberZeger-Jan van de Weg
This will remove Jacob as suggested reviewer, and auto labeling rules.
2020-02-25Add James Fargher as maintainer to GitalyZeger-Jan van de Weg
2020-02-24Add Patrick as team member for DangerZeger-Jan van de Weg
This will allow some automation to work properly, for example it automatically applies labels for merge requests and such. Also, this change adds Pavlo as a maintainer. That slipped last time.
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-08-13Move gitaly-proto to gitaly/protoJacob 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-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.
2018-05-18Fix Dangerfile bad changelog detectionZeger-Jan van de Weg
2018-05-18Fix Dangerfile branch detectionZeger-Jan van de Weg
2018-05-18Dont check the base in DangerfileZeger-Jan van de Weg
2018-05-17Add missing MR IDsZeger-Jan van de Weg
Files got introduced by https://gitlab.com/gitlab-org/gitaly/merge_requests/719 but were missing numbers in the merge_request field.
2018-05-17Generate changelog and its entriesZeger-Jan van de Weg
In GitLab CE/EE, changelog entries aren't put directly into the CHANGELOG.md but generated using `bin/changelog`. This system has been copied and a script created to generate output once `_support/release` is executed. This prevents us from rebasing/merging master to remove merge conflicts.
2018-05-07Improve changelog entry checks using DangerZeger-Jan van de Weg
Check if the changelog entry matches the MR title, and if the web url is listed in the change, so no typo's can be made. For speed we're using a slightly different container. Fixes https://gitlab.com/gitlab-org/gitaly/issues/1176
2018-04-30Fix Dangerfile typoJacob Vosmaer
2018-04-23Use danger-gitlab to auto review merge requestsZeger-Jan van de Weg
Given failures to check simple things in the past, like if a changelog was present, danger-gitlab is introduced to automatically perform these tasks. A warning was added when a changelog entry is skipped, and failures are due to missing MR descriptions or gitaly-proto versions being incorrect. To force diff highlighting to work, `.gitattributes` was added.