Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove unused feature flags: communityTemplates, backendExample, frontendExample #21200

Merged
merged 3 commits into from
Apr 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ jobs:
- yarn-deps-lock-{{ checksum "ui/yarn.lock" }}
- run: sudo apt-get update && sudo apt-get install netcat-openbsd
- run:
command: ./bin/linux/influxd --store=memory --e2e-testing=true --feature-flags=communityTemplates=true
command: ./bin/linux/influxd --store=memory --e2e-testing=true
background: true
- run: make e2e
- store_test_results:
Expand Down
22 changes: 0 additions & 22 deletions flags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,28 +21,6 @@
contact: Bucky, Monitoring Team
lifetime: permanent

- name: Backend Example
description: A permanent backend example boolean flag
key: backendExample
default: false
contact: Gavin Cabbage
lifetime: permanent

- name: Community Templates
description: Replace current template uploading functionality with community driven templates
key: communityTemplates
default: true
expose: true
contact: Bucky
lifetime: permanent

- name: Frontend Example
description: A temporary frontend example integer flag
key: frontendExample
default: 42
contact: Gavin Cabbage
expose: true

- name: Group Window Aggregate Transpose
description: Enables the GroupWindowAggregateTransposeRule for all enabled window aggregates
key: groupWindowAggregateTranspose
Expand Down
48 changes: 0 additions & 48 deletions kit/feature/list.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.