1. 24 7月, 2017 1 次提交
  2. 07 7月, 2017 1 次提交
  3. 06 7月, 2017 1 次提交
  4. 30 6月, 2017 2 次提交
    • S
      Cache total issue / MR counts for project by user type · 20bb678d
      Sean McGivern 提交于
      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.
      20bb678d
    • S
      Only do complicated confidentiality checks when necessary · 42ccb598
      Sean McGivern 提交于
      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.
      42ccb598
  5. 29 6月, 2017 1 次提交
  6. 17 5月, 2017 1 次提交
  7. 09 5月, 2017 1 次提交
  8. 04 5月, 2017 1 次提交
  9. 26 4月, 2017 1 次提交
  10. 19 4月, 2017 1 次提交
  11. 13 4月, 2017 1 次提交
  12. 08 3月, 2017 3 次提交
  13. 07 3月, 2017 1 次提交
  14. 03 3月, 2017 1 次提交
  15. 03 2月, 2017 1 次提交
    • F
      Fix broken tests · c5f5ce88
      Filipa Lacerda 提交于
      Rename Build to Job
      
      Replace "Builds" by "Jobs" and fix broken specs
      
      Replace "Builds" by "Jobs"
      
      Fix broken spinach test
      
      Fix broken test
      
      Remove `˙` at the beginning of the file
      
      Fix broken spinach test
      
      Fix broken tests
      
      Changes after review
      c5f5ce88
  16. 05 1月, 2017 1 次提交
  17. 31 12月, 2016 1 次提交
  18. 09 12月, 2016 1 次提交
  19. 01 12月, 2016 1 次提交
  20. 29 11月, 2016 1 次提交
  21. 26 11月, 2016 1 次提交
  22. 11 10月, 2016 1 次提交
  23. 16 9月, 2016 1 次提交
  24. 15 9月, 2016 1 次提交
  25. 19 8月, 2016 1 次提交
  26. 02 8月, 2016 1 次提交
    • R
      Redirect to external issue tracker from `/issues` · a70431f8
      Robert Speicher 提交于
      Prior, in order to display the correct link to "Issues" in the project
      navigation, we were performing a check against the project to see if it
      used an external issue tracker, and if so, we used that URL. This was
      inefficient.
      
      Now, we simply _always_ link to `namespace_project_issues_path`, and
      then in the controller we redirect to the external tracker if it's
      present.
      
      This also removes the need for the url_for_issue helper. Bonus! 🎉
      a70431f8
  27. 01 7月, 2016 1 次提交
  28. 28 6月, 2016 1 次提交
  29. 24 6月, 2016 1 次提交
  30. 21 6月, 2016 3 次提交
  31. 20 6月, 2016 1 次提交
  32. 18 6月, 2016 1 次提交
  33. 17 6月, 2016 1 次提交
  34. 16 6月, 2016 2 次提交