An error occurred fetching the project authors.
  1. 06 Jul, 2017 1 commit
    • Yorick Peterse's avatar
      Added Cop to blacklist the use of `dependent:` · dddf1378
      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).
      dddf1378
  2. 05 Jul, 2017 1 commit
  3. 27 Jun, 2017 1 commit
    • Z.J. van de Weg's avatar
      Add in_review_folder to usage ping · e7d12a70
      Z.J. van de Weg authored
      As its hard to reliably check how many review apps there are on the
      clients machine, we start by checking where the type is `review`. This
      means the folder is called that way. This will lead to a seq
      scan on the table. However, this is done once a week, so the benefit of
      adding an index seems not to apply here.
      e7d12a70
  4. 21 Jun, 2017 2 commits
  5. 16 Jun, 2017 1 commit
  6. 12 Jun, 2017 1 commit
  7. 07 Jun, 2017 1 commit
  8. 06 Jun, 2017 1 commit
  9. 31 May, 2017 1 commit
  10. 25 May, 2017 2 commits
  11. 22 May, 2017 1 commit
    • Z.J. van de Weg's avatar
      Use etag caching for environments JSON · ebede2b3
      Z.J. van de Weg authored
      For the index view, the environments can now be requested every 15
      seconds. Any transition state of a projects environments will trigger a
      cache invalidation action.
      
      Fixes gitlab-org/gitlab-ce#31701
      ebede2b3
  12. 12 May, 2017 1 commit
    • Z.J. van de Weg's avatar
      Use etag caching for environments JSON · 4535d520
      Z.J. van de Weg authored
      For the index view, the environments can now be requested every 15
      seconds. Any transition state of a projects environments will trigger a
      cache invalidation action.
      
      Fixes gitlab-org/gitlab-ce#31701
      4535d520
  13. 11 May, 2017 1 commit
    • Pawel Chojnacki's avatar
      Custom queries for prometheus · 4f824d2a
      Pawel Chojnacki authored
      - Tests for prometheus queries
      
      - fix rubocop warnings
      
      - Remove unused method. Add more queries to deployment queries.
      
      - Wrap BaseQuery in module hierarchy
      
      Renname Prometheus class to PrometheusClient
      4f824d2a
  14. 10 May, 2017 2 commits
  15. 12 Apr, 2017 1 commit
  16. 06 Apr, 2017 1 commit
  17. 09 Mar, 2017 1 commit
  18. 07 Mar, 2017 2 commits
  19. 24 Feb, 2017 1 commit
  20. 23 Feb, 2017 4 commits
  21. 13 Feb, 2017 3 commits
  22. 07 Feb, 2017 5 commits
  23. 06 Feb, 2017 4 commits
  24. 23 Jan, 2017 1 commit