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
390a966e
Commit
390a966e
authored
Apr 04, 2022
by
Kerri Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove users_expanding_widgets_usage_data feature flag
Changelog: removed
parent
3e1c7d99
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
14 deletions
+3
-14
app/assets/javascripts/reports/components/report_section.vue
app/assets/javascripts/reports/components/report_section.vue
+1
-1
app/controllers/projects/merge_requests_controller.rb
app/controllers/projects/merge_requests_controller.rb
+2
-1
config/feature_flags/development/users_expanding_widgets_usage_data.yml
..._flags/development/users_expanding_widgets_usage_data.yml
+0
-8
lib/gitlab/usage_data_counters/known_events/common.yml
lib/gitlab/usage_data_counters/known_events/common.yml
+0
-4
No files found.
app/assets/javascripts/reports/components/report_section.vue
View file @
390a966e
...
@@ -172,7 +172,7 @@ export default {
...
@@ -172,7 +172,7 @@ export default {
},
},
methods
:
{
methods
:
{
toggleCollapsed
()
{
toggleCollapsed
()
{
if
(
this
.
trackAction
&&
this
.
glFeatures
.
usersExpandingWidgetsUsageData
)
{
if
(
this
.
trackAction
)
{
api
.
trackRedisHllUserEvent
(
this
.
trackAction
);
api
.
trackRedisHllUserEvent
(
this
.
trackAction
);
}
}
...
...
app/controllers/projects/merge_requests_controller.rb
View file @
390a966e
...
@@ -44,8 +44,9 @@ class Projects::MergeRequestsController < Projects::MergeRequests::ApplicationCo
...
@@ -44,8 +44,9 @@ class Projects::MergeRequestsController < Projects::MergeRequests::ApplicationCo
push_frontend_feature_flag
(
:secure_vulnerability_training
,
project
,
default_enabled: :yaml
)
push_frontend_feature_flag
(
:secure_vulnerability_training
,
project
,
default_enabled: :yaml
)
push_frontend_feature_flag
(
:issue_assignees_widget
,
@project
,
default_enabled: :yaml
)
push_frontend_feature_flag
(
:issue_assignees_widget
,
@project
,
default_enabled: :yaml
)
push_frontend_feature_flag
(
:realtime_labels
,
project
,
default_enabled: :yaml
)
push_frontend_feature_flag
(
:realtime_labels
,
project
,
default_enabled: :yaml
)
# Usage data feature flags
# Usage data feature flags
push_frontend_feature_flag
(
:users_expanding_widgets_usage_data
,
project
,
default_enabled: :yaml
)
#
push_frontend_feature_flag
(
:diff_settings_usage_data
,
default_enabled: :yaml
)
push_frontend_feature_flag
(
:diff_settings_usage_data
,
default_enabled: :yaml
)
push_frontend_feature_flag
(
:usage_data_diff_searches
,
project
,
default_enabled: :yaml
)
push_frontend_feature_flag
(
:usage_data_diff_searches
,
project
,
default_enabled: :yaml
)
end
end
...
...
config/feature_flags/development/users_expanding_widgets_usage_data.yml
deleted
100644 → 0
View file @
3e1c7d99
---
name
:
users_expanding_widgets_usage_data
introduced_by_url
:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/57133
rollout_issue_url
:
milestone
:
'
13.11'
type
:
development
group
:
group::code review
default_enabled
:
true
lib/gitlab/usage_data_counters/known_events/common.yml
View file @
390a966e
...
@@ -343,22 +343,18 @@
...
@@ -343,22 +343,18 @@
redis_slot
:
secure
redis_slot
:
secure
category
:
secure
category
:
secure
aggregation
:
weekly
aggregation
:
weekly
feature_flag
:
users_expanding_widgets_usage_data
-
name
:
users_expanding_testing_code_quality_report
-
name
:
users_expanding_testing_code_quality_report
redis_slot
:
testing
redis_slot
:
testing
category
:
testing
category
:
testing
aggregation
:
weekly
aggregation
:
weekly
feature_flag
:
users_expanding_widgets_usage_data
-
name
:
users_expanding_testing_accessibility_report
-
name
:
users_expanding_testing_accessibility_report
redis_slot
:
testing
redis_slot
:
testing
category
:
testing
category
:
testing
aggregation
:
weekly
aggregation
:
weekly
feature_flag
:
users_expanding_widgets_usage_data
-
name
:
users_expanding_testing_license_compliance_report
-
name
:
users_expanding_testing_license_compliance_report
redis_slot
:
testing
redis_slot
:
testing
category
:
testing
category
:
testing
aggregation
:
weekly
aggregation
:
weekly
feature_flag
:
users_expanding_widgets_usage_data
-
name
:
users_visiting_testing_license_compliance_full_report
-
name
:
users_visiting_testing_license_compliance_full_report
redis_slot
:
testing
redis_slot
:
testing
category
:
testing
category
:
testing
...
...
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