BigW Consortium Gitlab

  1. 09 Jan, 2018 1 commit
  2. 08 Jan, 2018 1 commit
  3. 07 Dec, 2017 1 commit
  4. 05 Dec, 2017 1 commit
  5. 03 Dec, 2017 2 commits
  6. 29 Nov, 2017 1 commit
  7. 27 Nov, 2017 1 commit
  8. 27 Oct, 2017 1 commit
    • Fix broken Members link when relative URL root paths are used · d6cd7006
      Stan Hu authored
      Navigating to the "Members" section of a project would omit the
      relative URL root path. Fix the redirection and eliminate the
      need for a redirection in the first place.
      
      Fix other redirections failing to work with relative roots
  9. 21 Oct, 2017 1 commit
  10. 18 Oct, 2017 1 commit
  11. 06 Oct, 2017 2 commits
  12. 03 Oct, 2017 1 commit
  13. 02 Oct, 2017 1 commit
  14. 22 Sep, 2017 1 commit
  15. 19 Sep, 2017 1 commit
  16. 13 Sep, 2017 2 commits
  17. 07 Sep, 2017 1 commit
  18. 06 Sep, 2017 2 commits
  19. 04 Sep, 2017 1 commit
  20. 31 Aug, 2017 1 commit
  21. 30 Aug, 2017 1 commit
  22. 23 Aug, 2017 2 commits
    • Cache the number of open issues and merge requests · 6ec53f5d
      Yorick Peterse authored
      Every project page displays a navigation menu that in turn displays the
      number of open issues and merge requests. This means that for every
      project page we run two COUNT(*) queries, each taking up roughly 30
      milliseconds on GitLab.com. By caching these numbers and refreshing them
      whenever necessary we can reduce loading times of all these pages by up
      to roughly 60 milliseconds.
      
      The number of open issues does not include confidential issues. This is
      a trade-off to keep the code simple and to ensure refreshing the data
      only needs 2 COUNT(*) queries instead of 3. A downside is that if a
      project only has 5 confidential issues the counter will be set to 0.
      
      Because we now have 3 similar counting service classes the code
      previously used in Projects::ForksCountService has mostly been moved to
      Projects::CountService, which in turn is reused by the various service
      classes.
      
      Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36622
  23. 15 Aug, 2017 1 commit
  24. 07 Aug, 2017 3 commits
  25. 04 Aug, 2017 4 commits
  26. 02 Aug, 2017 1 commit
  27. 26 Jul, 2017 1 commit
    • style updates · d6b2c870
      Phil Hughes authored
      fixed weird dropdown items in issues when on merge request page
  28. 24 Jul, 2017 1 commit
  29. 20 Jul, 2017 1 commit
  30. 19 Jul, 2017 1 commit