1. 05 4月, 2019 1 次提交
    • S
      Fix and expand Gitaly FindCommit caching · f2fa7c32
      Stan Hu 提交于
      https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26248 added
      support for deduplicating FindCommit requests using Gitaly ref name
      caching. However, not all endpoints were covered, and in one case the
      Gitaly wrapper wasn't actually surrounding the serialization step. We
      can safely cache ref names between FindCommit calls for #index and #show
      endpoints for merge requests and pipelines. This can significantly
      reduce the number of FindCommit requests.
      f2fa7c32
  2. 06 3月, 2019 1 次提交
  3. 01 11月, 2018 1 次提交
    • T
      Restore 403 functionality for external auth (EE) · 28dabc67
      Thong Kuah 提交于
      When we unhooked ClustersController from
      Project::ApplicationsController, we missed an EE override to
      handle_not_found_or_authorized.
      
      Rather than carry on with override RoutingActions, make a specific proc
      for Project that we override in EE instead. Use that proc in both
      Clusters::BaseController and Project::ApplicationsController.
      28dabc67
  4. 26 9月, 2018 1 次提交
    • G
      Enable even more frozen string in app/controllers · 12ee2753
      gfyoung 提交于
      Enables frozen string for some vestigial files as
      well as the following:
      
      * app/controllers/projects/**/*.rb
      * app/controllers/sherlock/**/*.rb
      * app/controllers/snippets/**/*.rb
      * app/controllers/users/**/*.rb
      
      Partially addresses #47424.
      12ee2753
  5. 04 9月, 2018 1 次提交
  6. 09 7月, 2018 1 次提交
  7. 28 6月, 2018 1 次提交
  8. 27 6月, 2018 2 次提交
  9. 28 4月, 2018 1 次提交
  10. 11 4月, 2018 3 次提交
  11. 07 3月, 2018 1 次提交
  12. 08 1月, 2018 1 次提交
  13. 18 10月, 2017 1 次提交
  14. 07 9月, 2017 1 次提交
  15. 05 9月, 2017 1 次提交
  16. 31 8月, 2017 1 次提交
  17. 22 7月, 2017 1 次提交
  18. 06 7月, 2017 1 次提交
  19. 21 6月, 2017 2 次提交
  20. 13 6月, 2017 1 次提交
  21. 20 5月, 2017 1 次提交
    • M
      Refactor to more robust implementation · 49697bc8
      Michael Kozono 提交于
      In order to avoid string manipulation or modify route params (to make them unambiguous for `url_for`), we are accepting a behavior change:
      
      When being redirected to the canonical path for a group, if you requested a group show path starting with `/groups/…` then you’ll now be redirected to the group at root `/…`.
      49697bc8
  22. 06 5月, 2017 4 次提交
  23. 05 5月, 2017 1 次提交
  24. 04 5月, 2017 1 次提交
    • M
      Disable navigation to Pages config if Pages is disabled · 3ce95e7c
      Mark Fletcher 提交于
      * Regards project-level pages config
      - Nav link is now shown only if Pages is enabled for instance
      - Navigation to following controllers denied if Pages disabled:
        * projects/pages_controller
        * projects/pages_domains_controller
      - 'disabled' partial removed
      + Test for pages_controller introduced
      3ce95e7c
  25. 20 4月, 2017 1 次提交
  26. 21 3月, 2017 1 次提交
  27. 15 2月, 2017 1 次提交
  28. 03 2月, 2017 2 次提交
  29. 20 10月, 2016 2 次提交
  30. 01 9月, 2016 1 次提交
  31. 18 8月, 2016 1 次提交