Skip to content
Snippets Groups Projects
  1. Feb 13, 2018
  2. Feb 09, 2018
    • Douwe Maan's avatar
      Merge branch... · 5e9e5692
      Douwe Maan authored
      Merge branch 'security-10-4-25223-snippets-finder-doesnt-obey-feature-visibility' into 'security-10-4'
      
      [Port for security-10-4]: Makes SnippetFinder ensure feature visibility
      5e9e5692
  3. Feb 06, 2018
  4. Feb 01, 2018
  5. Jan 23, 2018
    • 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
  6. Jan 22, 2018
  7. Jan 18, 2018
  8. Jan 17, 2018
  9. Jan 11, 2018
  10. Jan 05, 2018
  11. Jan 04, 2018
  12. Dec 04, 2017
  13. Nov 28, 2017
  14. Nov 27, 2017
  15. Nov 24, 2017
  16. Nov 16, 2017
  17. Nov 13, 2017
  18. Nov 06, 2017
  19. Oct 23, 2017
  20. Oct 12, 2017
  21. Oct 11, 2017
  22. Oct 10, 2017
  23. Oct 07, 2017
  24. Oct 05, 2017
  25. Oct 04, 2017
Loading