BigW Consortium Gitlab

  1. 07 Aug, 2017 2 commits
  2. 04 Aug, 2017 4 commits
  3. 03 Aug, 2017 1 commit
  4. 02 Aug, 2017 1 commit
  5. 31 Jul, 2017 1 commit
  6. 27 Jul, 2017 2 commits
  7. 26 Jul, 2017 1 commit
    • style updates · d6b2c870
      Phil Hughes authored
      fixed weird dropdown items in issues when on merge request page
  8. 24 Jul, 2017 1 commit
  9. 20 Jul, 2017 1 commit
  10. 19 Jul, 2017 1 commit
  11. 18 Jul, 2017 4 commits
  12. 17 Jul, 2017 1 commit
  13. 14 Jul, 2017 1 commit
  14. 13 Jul, 2017 1 commit
    • Fixes needed when GitLab sign-in is not enabled · 672a68d3
      Robin Bobbitt authored
      When sign-in is disabled:
       - skip password expiration checks
       - prevent password reset requests
       - don’t show Password tab in User Settings
       - don’t allow login with username/password for Git over HTTP requests
       - render 404 on requests to Profiles::PasswordsController
  15. 12 Jul, 2017 1 commit
  16. 11 Jul, 2017 2 commits
  17. 07 Jul, 2017 4 commits
  18. 06 Jul, 2017 1 commit
  19. 05 Jul, 2017 1 commit
  20. 03 Jul, 2017 1 commit
  21. 30 Jun, 2017 3 commits
    • New navigation breadcrumbs · ec396fd9
      Phil Hughes authored
    • Cache total issue / MR counts for project by user type · 20bb678d
      Sean McGivern authored
      This runs a slightly slower query to get the issue and MR counts in the
      navigation, but caches by user type (can see all / none confidential issues) for
      two minutes.
    • Only do complicated confidentiality checks when necessary · 42ccb598
      Sean McGivern authored
      When we are filtering by a single project, and the current user has access to
      see confidential issues on that project, we don't need to filter by
      confidentiality at all - just as if the user were an admin.
      
      The filter by confidentiality often picks a non-optimal query plan: for
      instance, AND-ing the results of all issues in the project (a relatively small
      set), and all issues in the states requested (a huge set), rather than just
      starting small and winnowing further.
  22. 29 Jun, 2017 1 commit
  23. 28 Jun, 2017 4 commits