summaryrefslogtreecommitdiff
path: root/danger/documentation
Commit message (Collapse)AuthorAgeFilesLines
* Reduce dangerbot message to the essentialsEvan Read2019-03-131-19/+5
|
* Merge branch 'master' into 'template-improvements-for-documentation'Mike Lewis2019-02-181-12/+1
|\ | | | | | | # Conflicts: # .gitlab/merge_request_templates/Documentation.md
| * Fix the documentation DangerfileNick Thomas2019-02-181-1/+1
| |
| * Reviewer roulette via Danger56087-danger-rouletteNick Thomas2019-02-131-1/+1
| | | | | | | | | | | | Make danger pick reviewers and maintainers at random, for feontend, backend, database, etc, changes, whenever files belonging to those teams get changed.
| * Move change category detection to a helperNick Thomas2019-02-131-12/+1
| |
* | Update Documentation Dangerfile with small wording changeMike Lewis2019-02-181-1/+1
| |
* | Update Dangerfile per updated Technical Writing review policyMike Lewis2019-02-111-14/+14
|/
* Change Monitoring to Monitor in docs dangerfileAchilleas Pipinellis2019-01-221-1/+1
|
* Update danger for documentation [ci skip]George Tsiolis2018-12-191-1/+1
| | | | Rename ~Packaging label to ~Package
* Update docs' DangerfileMarcia Ramos2018-12-061-9/+10
|
* Make the table of tech writers and stages more compactdocs/dangerfileAchilleas Pipinellis2018-11-161-18/+9
|
* Proper markdown table in docs DangerfileAchilleas Pipinellis2018-11-121-14/+16
|
* Edits to docs Dangerfiledocs/danger-documentationMike Lewis2018-11-091-10/+21
|
* Dangerbot: mention tech writers based on DevOps stageAchilleas Pipinellis2018-11-091-3/+13
|
* Create helper to get all changed filesleipert-danger-fix-moved-filesLukas Eipert2018-10-221-3/+1
| | | | | | | | | | | | | | | | 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.
* Add Documentation DangerfileAchilleas Pipinellis2018-09-061-0/+37
Every time a doc change is made, a comment to ping the @gl-docsteam is added.