An error occurred fetching the project authors.
  1. 05 Jul, 2017 1 commit
  2. 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
  3. 21 Jun, 2017 1 commit
  4. 16 Jun, 2017 1 commit
  5. 12 Jun, 2017 1 commit
  6. 07 Jun, 2017 1 commit
  7. 06 Jun, 2017 1 commit
  8. 31 May, 2017 1 commit
  9. 25 May, 2017 2 commits
  10. 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
  11. 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
  12. 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
  13. 10 May, 2017 1 commit
  14. 12 Apr, 2017 1 commit
  15. 06 Apr, 2017 1 commit
  16. 07 Mar, 2017 1 commit
  17. 23 Feb, 2017 2 commits
  18. 13 Feb, 2017 1 commit
  19. 07 Feb, 2017 1 commit
  20. 06 Feb, 2017 4 commits
  21. 23 Jan, 2017 1 commit
  22. 09 Jan, 2017 1 commit
    • Toon Claes's avatar
      Treat environments matching `production/*` as Production · b7467748
      Toon Claes authored
      For Cycle Analytics, the environment `production` is treated as a
      special case, and used to update the `first_deployed_to_production_at`
      metric.
      
      With the Review Apps changes, slash syntax is used to group related
      environments in the list. This is mostly used for `review/<branch>`
      environments, but it's possible for people to have multiple production
      environments, and someone might then want to group them like
      `production/eu`, `production/us`, or even just make it look prettier
      with `production/www.example.com`. In any of these cases, the first
      deploy to one of these `production/*` environments now is treated as a
      Production deploy.
      b7467748
  23. 19 Dec, 2016 1 commit
  24. 15 Dec, 2016 2 commits
  25. 06 Dec, 2016 1 commit
  26. 21 Nov, 2016 2 commits
  27. 16 Nov, 2016 2 commits
  28. 15 Nov, 2016 2 commits
  29. 10 Nov, 2016 1 commit
  30. 20 Oct, 2016 2 commits