1. 15 1月, 2019 2 次提交
  2. 28 11月, 2018 1 次提交
  3. 30 9月, 2018 1 次提交
  4. 12 9月, 2018 1 次提交
  5. 11 9月, 2018 1 次提交
  6. 18 4月, 2018 1 次提交
  7. 02 2月, 2018 1 次提交
    • Y
      Track and act upon the number of executed queries · cca61980
      Yorick Peterse 提交于
      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.
      cca61980
  8. 04 9月, 2017 2 次提交
  9. 31 8月, 2017 1 次提交
  10. 28 8月, 2017 2 次提交
  11. 28 7月, 2017 1 次提交
  12. 20 7月, 2017 3 次提交
  13. 06 6月, 2017 1 次提交
  14. 20 3月, 2017 1 次提交
  15. 17 3月, 2017 1 次提交
  16. 06 3月, 2017 3 次提交
  17. 28 2月, 2017 1 次提交
  18. 24 2月, 2017 1 次提交
  19. 05 12月, 2016 1 次提交
  20. 24 11月, 2016 1 次提交
  21. 15 11月, 2016 1 次提交
  22. 10 11月, 2016 1 次提交
  23. 02 2月, 2016 1 次提交
    • K
      Make the CI permission model simpler · 055afab5
      Kamil Trzcinski 提交于
      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.
      055afab5
  24. 13 1月, 2016 1 次提交
  25. 08 1月, 2016 1 次提交
  26. 05 1月, 2016 3 次提交
  27. 04 1月, 2016 1 次提交
  28. 12 12月, 2015 2 次提交