Skip to content
Snippets Groups Projects
  1. Mar 29, 2019
  2. Mar 11, 2019
  3. 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
  4. 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
  5. 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
  6. Sep 29, 2018
  7. Sep 28, 2018
  8. Sep 10, 2018
  9. Sep 06, 2018
  10. Jul 24, 2018
  11. Jul 11, 2018
Loading