| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This Dangerfile ensures that commit authors write good commit messages.
We also prevent the use of Emoji, since these add no value and may not
always be displayed properly.
Merge commits are currently ignored. In the future we most likely want
to stop using these, but this is a separate discussion, hence we ignore
them for the time being.
The rules enforced by this Dangerfile are based on the article found at
https://chris.beams.io/posts/git-commit/. For more information, refer to
https://gitlab.com/gitlab-org/gitlab-ce/issues/50003.
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/50003
|
|\
| |
| |
| |
| | |
Add Documentation Dangerfile
See merge request gitlab-org/gitlab-ce!21395
|
| |
| |
| |
| |
| | |
Every time a doc change is made, a comment to
ping the @gl-docsteam is added.
|
|/
|
|
| |
If it's most of the time, then it's not all.
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
Resolve "Dangerfile reporting that db/schema.rb wasn't updated"
Closes #49631
See merge request gitlab-org/gitlab-ce!20852
|
| | |
|
|/
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
Checks that new Ruby files will enable
frozen string literal.
Partially addresses #47424.
|
|
|
|
|
|
| |
labels are applied
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
|
|
| |
bin/changelog command
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
Signed-off-by: Rémy Coutable <remy@rymai.me>
|