BigW Consortium Gitlab

  1. 27 Oct, 2017 1 commit
    • Cache commits on the repository model · 3411fef1
      Zeger-Jan van de Weg authored
      Now, when requesting a commit from the Repository model, the results are
      not cached. This means we're fetching the same commit by oid multiple times
      during the same request. To prevent us from doing this, we now cache
      results. Caching is done only based on object id (aka SHA).
      
      Given we cache on the Repository model, results are scoped to the
      associated project, eventhough the change of two repositories having the
      same oids for different commits is small.
  2. 05 Oct, 2017 5 commits
  3. 25 Sep, 2017 1 commit
  4. 18 Sep, 2017 2 commits
  5. 14 Sep, 2017 1 commit
  6. 12 Sep, 2017 2 commits
  7. 06 Sep, 2017 7 commits
  8. 04 Sep, 2017 1 commit
  9. 03 Sep, 2017 2 commits
  10. 01 Sep, 2017 1 commit
  11. 31 Aug, 2017 3 commits
  12. 26 Aug, 2017 2 commits
  13. 23 Aug, 2017 1 commit
  14. 01 Aug, 2017 1 commit
  15. 28 Jul, 2017 2 commits
  16. 06 Jul, 2017 1 commit
    • Added Cop to blacklist the use of `dependent:` · 8fbbf41e
      Yorick Peterse authored
      This is allowed for existing instances so we don't end up 76 offenses
      right away, but for new code one should _only_ use this if they _have_
      to remove non database data. Even then it's usually better to do this in
      a service class as this gives you more control over how to remove the
      data (e.g. in bulk).
  17. 05 Jul, 2017 3 commits
  18. 04 Jul, 2017 2 commits
  19. 03 Jul, 2017 2 commits