Skip to content
Snippets Groups Projects
  1. Feb 17, 2020
  2. Feb 12, 2020
  3. Jan 15, 2020
  4. Jan 02, 2020
  5. Oct 30, 2019
  6. Sep 18, 2019
  7. Jul 31, 2019
  8. Jul 16, 2019
  9. Jul 11, 2019
    • Patrick Derichs's avatar
      Add endpoint to move multiple issues · 69e02904
      Patrick Derichs authored
      Add specs for new endpoint to move multiple issues.
      Add changelog entry
      
      Just check the first issue for the ability to move / update
      
      Add specs for exceeding limits and malformed requests
      
      Changed name of shared examples
      
      Change title of changelog entry
      
      Use %i instead of %w
      
      Check permission to update issue on project instead of board
      
      Use admin_issue permission to check for issue move ability
      
      Changed variable name to avoid shadow issue_params method
      
      Rename route to bulk_move
      
      Change route definition
      
      Check permissions for each issue
      
      Combine methods for parameters permit check
      
      Remove extra context
      
      Change description of context
      
      Check param for type Array
      
      Add unit tests to MoveService
      
      Use before_action for permission check
      
      Use set instead of let!
      
      Use let's instead of set
      69e02904
  10. Dec 04, 2018
  11. Nov 09, 2018
  12. Nov 06, 2018
  13. Oct 19, 2018
  14. Sep 19, 2018
    • gfyoung's avatar
      Enable frozen string in app/controllers/**/*.rb · 73322a0e
      gfyoung authored
      Enables frozen string for the following:
      
      * app/controllers/*.rb
      * app/controllers/admin/**/*.rb
      * app/controllers/boards/**/*.rb
      * app/controllers/ci/**/*.rb
      * app/controllers/concerns/**/*.rb
      
      Partially addresses #47424.
      73322a0e
  15. Sep 11, 2018
  16. Jul 30, 2018
  17. May 16, 2018
  18. Apr 05, 2018
  19. Mar 05, 2018
  20. Mar 03, 2018
  21. Feb 22, 2018
  22. 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
  23. Nov 20, 2017
  24. Oct 06, 2017
    • Toon Claes's avatar
      Create idea of read-only database · d1366971
      Toon Claes authored
      In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo
      secondary node). But in GitLab CE it also might be useful to have the
      "read-only" idea around. So port it back to GitLab CE.
      
      Also having the principle of read-only in GitLab CE would hopefully
      lead to less errors introduced, doing write operations when there
      aren't allowed for read-only calls.
      
      Closes gitlab-org/gitlab-ce#37534.
      d1366971
  25. Sep 12, 2017
  26. Sep 06, 2017
  27. Aug 31, 2017
  28. Aug 28, 2017
Loading