diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-04-21 15:10:09 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-04-21 15:10:09 +0000 |
commit | 48e30ea32f840f5c92e71e34f7a3166b4fc35576 (patch) | |
tree | d48e49ca3f10b7ad0c929a57abcb09205352d606 /app/controllers/explore | |
parent | 77839aae00dbe2dd955b946739d07fdcbac4468b (diff) | |
download | gitlab-ce-48e30ea32f840f5c92e71e34f7a3166b4fc35576.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/explore')
-rw-r--r-- | app/controllers/explore/groups_controller.rb | 1 | ||||
-rw-r--r-- | app/controllers/explore/projects_controller.rb | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/app/controllers/explore/groups_controller.rb b/app/controllers/explore/groups_controller.rb index aa4196b1c18..97791b43d41 100644 --- a/app/controllers/explore/groups_controller.rb +++ b/app/controllers/explore/groups_controller.rb @@ -4,6 +4,7 @@ class Explore::GroupsController < Explore::ApplicationController include GroupTree feature_category :subgroups + urgency :low def index render_group_tree GroupsFinder.new(current_user).execute diff --git a/app/controllers/explore/projects_controller.rb b/app/controllers/explore/projects_controller.rb index 23e0143506e..335ccce5507 100644 --- a/app/controllers/explore/projects_controller.rb +++ b/app/controllers/explore/projects_controller.rb @@ -24,8 +24,9 @@ class Explore::ProjectsController < Explore::ApplicationController rescue_from PageOutOfBoundsError, with: :page_out_of_bounds feature_category :projects - # TODO: Set higher urgency after addressing https://gitlab.com/gitlab-org/gitlab/-/issues/357913 + # and https://gitlab.com/gitlab-org/gitlab/-/issues/358945 + urgency :low, [:index, :trending] urgency :low, [:index] def index |