An error occurred fetching the project authors.
  1. 05 Mar, 2018 1 commit
  2. 02 Mar, 2018 1 commit
  3. 22 Feb, 2018 1 commit
  4. 21 Feb, 2018 1 commit
    • Sean McGivern's avatar
      Refactor IssuableFinder to extract model-specific logic · c2fc4066
      Sean McGivern authored
      By extracting a new `filter_items` method, we can override that in the
      IssuesFinder and MergeRequestsFinder separately, so we don't need checks that
      the model is the correct one, because we can just use the class we're in to know
      that.
      
      We can do the same for the VALID_PARAMS constant, by making it a class method.
      c2fc4066
  5. 20 Feb, 2018 1 commit
  6. 02 Feb, 2018 1 commit
  7. 01 Feb, 2018 1 commit
    • 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.
      cca61980
  8. 31 Jan, 2018 1 commit
  9. 11 Jan, 2018 1 commit
  10. 04 Jan, 2018 2 commits
  11. 21 Dec, 2017 2 commits
  12. 14 Dec, 2017 2 commits
  13. 08 Dec, 2017 1 commit
  14. 05 Dec, 2017 1 commit
    • Jan Provaznik's avatar
      Create merge request from email · 8cce7073
      Jan Provaznik authored
      * new merge request can be created by sending an email to the specific
      email address (similar to creating issues by email)
      * for the first iteration, source branch must be specified in the mail
      subject, other merge request parameters can not be set yet
      * user should enable "Receive notifications about your own activity" in
      user settings to receive a notification about created merge request
      
      Part of #32878
      8cce7073
  15. 16 Nov, 2017 1 commit
  16. 07 Nov, 2017 1 commit
  17. 06 Nov, 2017 1 commit
  18. 17 Oct, 2017 2 commits
  19. 11 Oct, 2017 1 commit
  20. 20 Sep, 2017 1 commit
  21. 06 Sep, 2017 2 commits
  22. 30 Aug, 2017 1 commit
  23. 29 Aug, 2017 1 commit
  24. 26 Aug, 2017 1 commit
  25. 17 Aug, 2017 2 commits
  26. 11 Aug, 2017 1 commit
  27. 10 Aug, 2017 1 commit
    • Yorick Peterse's avatar
      Use a specialized class for querying events · aac1de46
      Yorick Peterse authored
      This changes various controllers to use the new EventCollection class
      for retrieving events. This class uses a JOIN LATERAL query on
      PostgreSQL to retrieve queries in a more efficient way, while falling
      back to a simpler / less efficient query for MySQL.
      
      The EventCollection class also includes a limit on the number of events
      to display to prevent malicious users from cycling through all events,
      as doing so could put a lot of pressure on the database.
      
      JOIN LATERAL is only supported on PostgreSQL starting with version 9.3.0
      and as such this optimisation is only used when using PostgreSQL 9.3 or
      newer.
      aac1de46
  28. 07 Aug, 2017 2 commits
  29. 03 Aug, 2017 1 commit
  30. 01 Aug, 2017 3 commits
  31. 28 Jul, 2017 1 commit