Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce dangerbot message to the essentials | Evan Read | 2019-03-13 | 1 | -19/+5 |
| | |||||
* | Merge branch 'master' into 'template-improvements-for-documentation' | Mike Lewis | 2019-02-18 | 1 | -12/+1 |
|\ | | | | | | | # Conflicts: # .gitlab/merge_request_templates/Documentation.md | ||||
| * | Fix the documentation Dangerfile | Nick Thomas | 2019-02-18 | 1 | -1/+1 |
| | | |||||
| * | Reviewer roulette via Danger56087-danger-roulette | Nick Thomas | 2019-02-13 | 1 | -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 helper | Nick Thomas | 2019-02-13 | 1 | -12/+1 |
| | | |||||
* | | Update Documentation Dangerfile with small wording change | Mike Lewis | 2019-02-18 | 1 | -1/+1 |
| | | |||||
* | | Update Dangerfile per updated Technical Writing review policy | Mike Lewis | 2019-02-11 | 1 | -14/+14 |
|/ | |||||
* | Change Monitoring to Monitor in docs dangerfile | Achilleas Pipinellis | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Update danger for documentation [ci skip] | George Tsiolis | 2018-12-19 | 1 | -1/+1 |
| | | | | Rename ~Packaging label to ~Package | ||||
* | Update docs' Dangerfile | Marcia Ramos | 2018-12-06 | 1 | -9/+10 |
| | |||||
* | Make the table of tech writers and stages more compactdocs/dangerfile | Achilleas Pipinellis | 2018-11-16 | 1 | -18/+9 |
| | |||||
* | Proper markdown table in docs Dangerfile | Achilleas Pipinellis | 2018-11-12 | 1 | -14/+16 |
| | |||||
* | Edits to docs Dangerfiledocs/danger-documentation | Mike Lewis | 2018-11-09 | 1 | -10/+21 |
| | |||||
* | Dangerbot: mention tech writers based on DevOps stage | Achilleas Pipinellis | 2018-11-09 | 1 | -3/+13 |
| | |||||
* | Create helper to get all changed filesleipert-danger-fix-moved-files | Lukas Eipert | 2018-10-22 | 1 | -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 Dangerfile | Achilleas Pipinellis | 2018-09-06 | 1 | -0/+37 |
Every time a doc change is made, a comment to ping the @gl-docsteam is added. |