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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-06Add new GitlabDanger classAsh McKenzie
This class encapsulates our use of the Danger gem.
2019-09-06Revert "Merge branch '66596-allow-danger-to-be-run-locally' into 'master'"Ash McKenzie
This reverts merge request !32196
2019-09-06Allow Danger to detect if running localAsh McKenzie
2019-09-05Add Danger Roulette rules for pipeline filesKyle Wiebers
2019-09-05Add .gitlab/ci/frontend.gitlab-ci.yml to frontend review rouletteWinnie Hellmann
2019-08-27Fix a nil error in Gitlab::Danger::TeammateRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-27Detect the new stage labels in Gitlab::Danger::TeammateRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-26Danger: Map .rubocop{,_todo}.yml to ~backendPeter Leitzen
2019-08-15Removes db/fixtures from database filesMayra Cabrera
This will avoid Danger to suggest a database review for files inside db/fixtures
2019-07-30Update regular expression to extract stage nameLin Jen-Shin
Since now the role name can be: "<a href=\"/job-families/engineering/test-automation-engineer/\">Senior Test Automation Engineer</a>, Create:Source Code" We need to cope with </a> in the middle.
2019-07-19Document database review processToon Claes
See https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6069
2019-07-04DRY up conditions for files require DB reviewToon Claes
Stop using two separate lists for the conditions which files require a database review. Related discussion: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30156#note_187732053
2019-06-12Excludes MR author from Review rouletteJacopo
Excludes MR author from gitlab_ui and single_codebase Review roulette results.
2019-06-06Show Test Automation Engineer for spec/feature asLin Jen-Shin
reviewers.
2019-05-30Use roulette for single codebase rouletteLin Jen-Shin
2019-05-30Extract roulette to its own moduleLin Jen-Shin
So it's more modular and extensible
2019-05-14Add haml-lint.yml to FE for rouletteLuke Bennett
2019-05-05Run rubocop -a on CE filesStan Hu
2019-04-30Docs aren't reviewed using rouletteEvan Read
2019-04-04Exempt release automation MRs from Danger rulesRobert Speicher
2019-03-26Apply suggestion to lib/gitlab/danger/helper.rbMike Greiling
2019-03-25Update frontend-specific files in reviewer rouletteMike Greiling
2019-03-25Mark .eslintrc.yml as frontend change for DangerWinnie Hellmann
2019-03-11Support multiple roulette roles per projectAndreas Brandl
2019-02-27Danger ignores gitlab.potNick Thomas
2019-02-21Add spec/frontend/ to frontend rouletteWinnie Hellmann
2019-02-15Reviewer roulette ignores changelogsNick Thomas
2019-02-14Make Danger as for backend review for .gitlab-ci.ymlRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-02-13Reviewer roulette via DangerNick Thomas
Make danger pick reviewers and maintainers at random, for feontend, backend, database, etc, changes, whenever files belonging to those teams get changed.