BigW Consortium Gitlab

  1. 01 Feb, 2018 1 commit
    • Track and act upon the number of executed queries · cca61980
      Yorick Peterse authored
      This ensures that we have more visibility in the number of SQL queries
      that are executed in web requests. The current threshold is hardcoded to
      100 as we will rarely (maybe once or twice) change it.
      
      In production and development we use Sentry if enabled, in the test
      environment we raise an error. This feature is also only enabled in
      production/staging when running on GitLab.com as it's not very useful to
      other users.
  2. 04 Sep, 2017 2 commits
  3. 31 Aug, 2017 1 commit
  4. 28 Aug, 2017 2 commits
  5. 28 Jul, 2017 1 commit
  6. 20 Jul, 2017 2 commits
  7. 19 Jul, 2017 1 commit
  8. 06 Jun, 2017 1 commit
  9. 20 Mar, 2017 1 commit
  10. 16 Mar, 2017 1 commit
  11. 06 Mar, 2017 1 commit
  12. 05 Mar, 2017 2 commits
  13. 28 Feb, 2017 1 commit
  14. 24 Feb, 2017 1 commit
  15. 04 Dec, 2016 1 commit
  16. 24 Nov, 2016 1 commit
  17. 15 Nov, 2016 1 commit
  18. 10 Nov, 2016 1 commit
  19. 02 Feb, 2016 1 commit
    • Make the CI permission model simpler · 055afab5
      Kamil Trzcinski authored
      This MR simplifies CI permission model:
      - read_build: allows to read a list of builds, artifacts and trace
      - update_build: allows to cancel and retry builds
      - create_build: allows to create builds from gitlab-ci.yml (not yet implemented)
      - admin_build: allows to manage triggers, runners and variables
      - read_commit_status: allows to read a list of commit statuses (including the overall of builds)
      - create_commit_status: allows to create a new commit status using API
      
      Remove all extra methods to manage permission.
      Made all controllers to use explicitly the new permissions.
  20. 13 Jan, 2016 1 commit
  21. 07 Jan, 2016 1 commit
  22. 05 Jan, 2016 3 commits
  23. 04 Jan, 2016 1 commit
  24. 11 Dec, 2015 2 commits