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
ca975e53
Commit
ca975e53
authored
Jun 01, 2021
by
Hordur Freyr Yngvason
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove feature flag usage_data_p_terraform_state_api_unique_users
Changelog: changed
parent
70ff7704
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
13 deletions
+0
-13
config/feature_flags/development/usage_data_p_terraform_state_api_unique_users.yml
...lopment/usage_data_p_terraform_state_api_unique_users.yml
+0
-8
lib/gitlab/usage_data_counters/known_events/common.yml
lib/gitlab/usage_data_counters/known_events/common.yml
+0
-1
spec/requests/api/terraform/state_spec.rb
spec/requests/api/terraform/state_spec.rb
+0
-4
No files found.
config/feature_flags/development/usage_data_p_terraform_state_api_unique_users.yml
deleted
100644 → 0
View file @
70ff7704
---
name
:
usage_data_p_terraform_state_api_unique_users
introduced_by_url
:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/50224
rollout_issue_url
:
milestone
:
'
13.8'
type
:
development
group
:
group::configure
default_enabled
:
true
lib/gitlab/usage_data_counters/known_events/common.yml
View file @
ca975e53
...
...
@@ -344,7 +344,6 @@
category
:
terraform
redis_slot
:
terraform
aggregation
:
weekly
feature_flag
:
usage_data_p_terraform_state_api_unique_users
# Pipeline Authoring
-
name
:
o_pipeline_authoring_unique_users_committing_ciconfigfile
category
:
pipeline_authoring
...
...
spec/requests/api/terraform/state_spec.rb
View file @
ca975e53
...
...
@@ -25,10 +25,6 @@ RSpec.describe API::Terraform::State do
context
'without authentication'
do
let
(
:auth_header
)
{
basic_auth_header
(
'bad'
,
'token'
)
}
before
do
stub_feature_flags
(
usage_data_p_terraform_state_api_unique_users:
false
)
end
it
'does not track unique event'
do
expect
(
Gitlab
::
UsageDataCounters
::
HLLRedisCounter
).
not_to
receive
(
:track_event
)
...
...
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