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
6a98d65f
Commit
6a98d65f
authored
Nov 13, 2020
by
Ryan Cobb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove sync_metrics_dashboard feature flag
parent
b9f85b19
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
app/services/git/branch_hooks_service.rb
app/services/git/branch_hooks_service.rb
+0
-1
config/feature_flags/development/sync_metrics_dashboards.yml
config/feature_flags/development/sync_metrics_dashboards.yml
+0
-8
No files found.
app/services/git/branch_hooks_service.rb
View file @
6a98d65f
...
...
@@ -84,7 +84,6 @@ module Git
end
def
enqueue_metrics_dashboard_sync
return
unless
Feature
.
enabled?
(
:sync_metrics_dashboards
,
project
)
return
unless
default_branch?
::
Metrics
::
Dashboard
::
SyncDashboardsWorker
.
perform_async
(
project
.
id
)
...
...
config/feature_flags/development/sync_metrics_dashboards.yml
deleted
100644 → 0
View file @
b9f85b19
---
name
:
sync_metrics_dashboards
introduced_by_url
:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/39658
rollout_issue_url
:
https://gitlab.com/gitlab-org/gitlab/-/issues/241793
milestone
:
'
13.5'
type
:
development
group
:
group::apm
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