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-03-13Reduce dangerbot message to the essentialsEvan Read
2019-02-19Merge branch 'master' into 'template-improvements-for-documentation'Mike Lewis
# Conflicts: # .gitlab/merge_request_templates/Documentation.md
2019-02-19Update Documentation Dangerfile with small wording changeMike Lewis
2019-02-18Fix the documentation DangerfileNick Thomas
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.
2019-02-13Move change category detection to a helperNick Thomas
2019-02-12Update Dangerfile per updated Technical Writing review policyMike Lewis
2019-01-22Change Monitoring to Monitor in docs dangerfileAchilleas Pipinellis
2018-12-19Update danger for documentation [ci skip]George Tsiolis
Rename ~Packaging label to ~Package
2018-12-06Update docs' DangerfileMarcia Ramos
2018-11-16Make the table of tech writers and stages more compactAchilleas Pipinellis
2018-11-12Proper markdown table in docs DangerfileAchilleas Pipinellis
2018-11-09Edits to docs DangerfileMike Lewis
2018-11-09Dangerbot: mention tech writers based on DevOps stageAchilleas Pipinellis
2018-10-22Create helper to get all changed filesLukas Eipert
Danger apparently has three different objects which could contain files you often want to check: - git.added_files - git.modified_files - git.renamed_files The problem: If a file is renamed, `modified_files` contains the file path before the rename. In some Danger checks we use `added_files` + `modified_files`, which might contain the deleted paths of renamed files, but missing the new paths of renamed files. So we need to consider `renamed_files` as well.
2018-09-06Add Documentation DangerfileAchilleas Pipinellis
Every time a doc change is made, a comment to ping the @gl-docsteam is added.