Skip to content
Snippets Groups Projects
  1. Sep 06, 2019
  2. Jun 27, 2019
    • Lukas Eipert's avatar
      Add a danger rule to suggest `docs-` prefixes · 068d6baa
      Lukas Eipert authored
      If an MR only changes files within `doc/` we can save valueable CI time
      by prepending a branch name with `docs-`. This danger rule helps educate
      people about that fact.
      
      On the other hand, if someone has a branch with a `docs` prefix or
      suffix, the branch shouldn't contain any changes outside of the `docs`
      directory
      Unverified
      068d6baa
  3. May 30, 2019
  4. Apr 24, 2019
  5. Apr 04, 2019
  6. Mar 29, 2019
  7. Mar 11, 2019
  8. Feb 13, 2019
    • Nick Thomas's avatar
      Reviewer roulette via Danger · 77b2ecd2
      Nick Thomas authored
      Make danger pick reviewers and maintainers at random, for feontend,
      backend, database, etc, changes, whenever files belonging to those
      teams get changed.
      Verified
      77b2ecd2
  9. Dec 17, 2018
    • Lukas Eipert's avatar
      Add danger check for duplicate yarn dependencies · 243bd56f
      Lukas Eipert authored
      This danger check utilises `yarn-deduplicate` in order to show duplicate
      dependencies in the yarn.lock dependency tree.
      Often when introducing new dependencies or updating existing ones, yarn
      does not seem to build the most optimal dependency tree.
      
      In order to prevent those unnecessary dependency updates we are nudging
      developers and maintainers to resolve these issues in MRs. Automating
      this with danger especially helps, as yarn.lock files are not that easy
      to review.
      Unverified
      243bd56f
  10. Oct 22, 2018
    • Lukas Eipert's avatar
      Create helper to get all changed files · 253e1818
      Lukas Eipert authored
      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.
      Unverified
      253e1818
  11. Sep 29, 2018
  12. Sep 28, 2018
  13. Sep 10, 2018
  14. Sep 06, 2018
  15. Jul 24, 2018
  16. Jul 11, 2018
Loading