BigW Consortium Gitlab

  1. 23 Jan, 2018 1 commit
    • 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
  2. 24 Aug, 2017 1 commit
  3. 14 Jul, 2017 1 commit
  4. 06 Jul, 2017 1 commit
  5. 05 Jul, 2017 1 commit
  6. 29 May, 2017 2 commits
  7. 22 May, 2017 1 commit
  8. 08 May, 2017 1 commit
  9. 30 Apr, 2017 1 commit
  10. 28 Apr, 2017 1 commit
  11. 27 Apr, 2017 1 commit
  12. 14 Apr, 2017 1 commit
  13. 28 Mar, 2017 2 commits
    • Fixed alignment on some pages · 28b8b92e
      Phil Hughes authored
      Fixed pipelines tabs not showing arrows
    • Fixed inner page tabs not being scrollable · 598973c3
      Phil Hughes authored
      Some inner page tabs where not scrollable like the top nav & this caused
      them to break onto new lines mobile.
      
      This pages include:
      
      - dashboard/projects
      - project -> merge_requests
      - search
      - project -> milestones
      - project -> pipelines
      
      Closes #18853
  14. 06 Mar, 2017 1 commit
    • consistent spacing on new MR panels · 591f0e22
      Simon Knox authored
      center spinner
      show placeholder text on new MR page
      remove redundant `display: block` from li - they default to `list-style` already
  15. 21 Feb, 2017 1 commit
  16. 16 Feb, 2017 1 commit
  17. 15 Feb, 2017 1 commit
  18. 14 Feb, 2017 1 commit
  19. 09 Feb, 2017 1 commit
  20. 24 Jan, 2017 1 commit
  21. 31 Dec, 2016 1 commit
  22. 10 Dec, 2016 1 commit
  23. 28 Nov, 2016 1 commit
  24. 16 Nov, 2016 1 commit
  25. 08 Nov, 2016 1 commit
  26. 07 Oct, 2016 1 commit
  27. 14 Sep, 2016 1 commit
  28. 05 Sep, 2016 1 commit
  29. 01 Aug, 2016 1 commit
  30. 23 Jun, 2016 1 commit
  31. 14 Jun, 2016 1 commit
  32. 03 Jun, 2016 2 commits
  33. 26 May, 2016 1 commit
  34. 08 May, 2016 2 commits
  35. 04 May, 2016 1 commit
  36. 26 Apr, 2016 1 commit