Skip to content
Snippets Groups Projects
  1. Feb 28, 2020
  2. Sep 18, 2019
  3. Jul 10, 2019
  4. Mar 04, 2019
  5. Jan 31, 2019
  6. Jan 24, 2019
  7. Jan 15, 2019
  8. Nov 28, 2018
  9. Sep 30, 2018
  10. Sep 11, 2018
  11. Apr 18, 2018
  12. Feb 01, 2018
    • Yorick Peterse's avatar
      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.
      Unverified
      cca61980
  13. Sep 04, 2017
  14. Aug 31, 2017
  15. Aug 28, 2017
  16. Jul 28, 2017
  17. Jul 20, 2017
  18. Jul 19, 2017
  19. Jun 06, 2017
  20. Mar 20, 2017
  21. Mar 16, 2017
  22. Mar 06, 2017
  23. Mar 05, 2017
  24. Feb 28, 2017
  25. Feb 24, 2017
  26. Dec 04, 2016
  27. Nov 24, 2016
  28. Nov 15, 2016
  29. Nov 10, 2016
  30. Feb 02, 2016
    • Kamil Trzcińśki's avatar
      Make the CI permission model simpler · 055afab5
      Kamil Trzcińśki 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.
      055afab5
  31. Jan 13, 2016
  32. Jan 07, 2016
  33. Jan 05, 2016
Loading