Skip to content
Snippets Groups Projects
  1. Jan 24, 2019
  2. Sep 30, 2018
  3. Sep 11, 2018
  4. Apr 18, 2018
  5. 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
  6. Sep 04, 2017
  7. Aug 31, 2017
  8. Aug 28, 2017
  9. Jul 28, 2017
  10. Jul 20, 2017
  11. Jul 19, 2017
  12. Jun 06, 2017
  13. Mar 20, 2017
  14. Mar 16, 2017
  15. Mar 06, 2017
  16. Mar 05, 2017
  17. Feb 28, 2017
  18. Feb 24, 2017
  19. Dec 04, 2016
  20. Nov 24, 2016
  21. Nov 15, 2016
  22. Nov 10, 2016
  23. 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
  24. Jan 13, 2016
  25. Jan 07, 2016
  26. Jan 05, 2016
  27. Jan 04, 2016
  28. Dec 11, 2015
Loading