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
path: root/danger
AgeCommit message (Collapse)Author
2018-09-04Fix wording in Danger warning about MRs to non-masterSean McGivern
If it's most of the time, then it's not all.
2018-08-24Drop WIP from changelog command in Danger commentWinnie Hellmann
2018-07-26Merge branch '49631-fix-dangerfile-schema-rb' into 'master'Rémy Coutable
Resolve "Dangerfile reporting that db/schema.rb wasn't updated" Closes #49631 See merge request gitlab-org/gitlab-ce!20852
2018-07-26Fix regexp for detected `db/schema.rb` and `ee/db/geo/schema.rb`Thong Kuah
2018-07-26Make the frozen_string Danger check more resilientRobert Speicher
It's possible for a Ruby file to be empty and thus `gets` returns `nil`. Also indents the Markdown since we're using `<<~` and removes an unneeded variable.
2018-07-24Add Dangerfile for frozen_string_literalgfyoung
Checks that new Ruby files will enable frozen string literal. Partially addresses #47424.
2018-07-17Improve danger/specs/Dangerfile by not requiring new specs if specific ↵Rémy Coutable
labels are applied Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-17Improve danger/changelog/Dangerfile to include the title in the ↵Rémy Coutable
bin/changelog command Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-13Use the correct exceptions to look for invalid YAML in ChangelogsGabriel Mazetto
2018-07-12Fix DangerfileStan Hu
2018-07-11Autocorrect RuboCop violations in danger/**/DangerfileRobert Speicher
2018-07-11Wrap DB paths in backticks in the Danger checkRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-11Fix "Database Team" typo for DangerYorick Peterse
2018-07-11Tweak the Danger settings for DB changesYorick Peterse
Instead of only checking for migrations, we now check for a variety of files and directories that require a database review. We also include some steps on how to make sure changes are reviewed.
2018-07-11Improve Danger files after first reviewRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-11Start to use Danger for automating MR reviewsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>