Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
eac11fab
Commit
eac11fab
authored
Jan 19, 2021
by
Robert May
Committed by
Dmytro Zaporozhets (DZ)
Jan 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove pipeline status from /explore
Removes pipeline status from /explore for performance reasons.
parent
3e67e371
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
1 deletion
+14
-1
app/views/explore/projects/_projects.html.haml
app/views/explore/projects/_projects.html.haml
+1
-1
changelogs/unreleased/disable-pipelines-explore.yml
changelogs/unreleased/disable-pipelines-explore.yml
+5
-0
config/feature_flags/ops/explore_pipeline_status.yml
config/feature_flags/ops/explore_pipeline_status.yml
+8
-0
No files found.
app/views/explore/projects/_projects.html.haml
View file @
eac11fab
...
@@ -2,4 +2,4 @@
...
@@ -2,4 +2,4 @@
.nothing-here-block
.nothing-here-block
%h5
=
_
(
'Enter at least three characters to search'
)
%h5
=
_
(
'Enter at least three characters to search'
)
-
else
-
else
=
render
'shared/projects/list'
,
projects:
projects
,
user:
current_user
,
explore_page:
true
,
pipeline_status:
Feature
.
enabled?
(
:
dashboard_pipeline_status
,
default_enabled:
true
)
=
render
'shared/projects/list'
,
projects:
projects
,
user:
current_user
,
explore_page:
true
,
pipeline_status:
Feature
.
enabled?
(
:
explore_pipeline_status
,
type: :ops
)
changelogs/unreleased/disable-pipelines-explore.yml
0 → 100644
View file @
eac11fab
---
title
:
Remove pipeline status from /explore page
merge_request
:
51621
author
:
type
:
performance
config/feature_flags/ops/explore_pipeline_status.yml
0 → 100644
View file @
eac11fab
---
name
:
explore_pipeline_status
introduced_by_url
:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/51621
rollout_issue_url
:
milestone
:
'
13.8'
type
:
ops
group
:
group::source code
default_enabled
:
false
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment