An error occurred fetching the project authors.
  1. 05 Mar, 2018 1 commit
  2. 23 Jan, 2018 1 commit
    • Jan Provaznik's avatar
      Use limit for search count queries · 090ca9c3
      Jan Provaznik authored
      Search query is especially slow if a user searches a generic string
      which matches many records, in such case search can take tens of
      seconds or time out. To speed up the search query, we search only for
      first 1000 records, if there is >1000 matching records we just display
      "1000+" instead of precise total count supposing that with such amount
      the exact count is not so important for the user.
      
      Because for issues even limited search was not fast enough, 2-phase
      approach is used for issues: first we use simpler/faster query to get
      all public issues, if this exceeds the limit, we just return the limit.
      If the amount of matching results is lower than limit, we re-run more
      complex search query (which includes also confidential issues).
      Re-running the complex query should be fast enough in such case because the
      amount of matching issues is lower than limit.
      
      Because exact total_count is now limited, this patch also switches to
      to "prev/next" pagination.
      
      Related #40540
      090ca9c3
  3. 19 Dec, 2017 1 commit
  4. 20 Nov, 2017 1 commit
  5. 07 Sep, 2017 1 commit
  6. 06 Sep, 2017 1 commit
  7. 28 Aug, 2017 1 commit
  8. 02 Aug, 2017 1 commit
  9. 07 Jul, 2017 1 commit
  10. 05 Jul, 2017 1 commit
  11. 28 Jun, 2017 2 commits
  12. 21 Jun, 2017 1 commit
  13. 20 Jun, 2017 1 commit
    • Toon Claes's avatar
      Use helper method to set filtered search input attributes · a8d4bf97
      Toon Claes authored
      The list of attributes for the filtered search input was getting long, so use a
      helper method to fill that hash.
      
      Also, for multiple issue assignees, a helper is more convenient because it would
      allow EE to override the behavior if MIA is supported.
      a8d4bf97
  14. 29 May, 2017 2 commits
  15. 10 May, 2017 1 commit
  16. 23 Feb, 2017 2 commits
  17. 03 Feb, 2017 1 commit
  18. 30 Jan, 2017 1 commit
  19. 04 Jan, 2017 1 commit
  20. 03 Jan, 2017 1 commit
  21. 16 Nov, 2016 1 commit
  22. 07 Oct, 2016 1 commit
  23. 14 Sep, 2016 1 commit
  24. 07 Sep, 2016 1 commit
  25. 26 Aug, 2016 1 commit
  26. 06 Aug, 2016 1 commit
  27. 22 Jul, 2016 1 commit
  28. 14 Jul, 2016 1 commit
  29. 11 Jul, 2016 1 commit
  30. 01 Jul, 2016 1 commit
  31. 03 Jun, 2016 2 commits
  32. 13 May, 2016 1 commit
  33. 26 Apr, 2016 4 commits