2020-04-30 15:29:43 +00:00
|
|
|
# This file defines feature flags.
|
|
|
|
#
|
|
|
|
# It is used for code generation in the ./kit/feature package.
|
|
|
|
# If you change this file, run `make flags` to regenerate.
|
|
|
|
#
|
|
|
|
# Format details:
|
|
|
|
#
|
|
|
|
# - name: Human-readable name
|
|
|
|
# description: Human-readable description
|
|
|
|
# key: Programmatic name
|
|
|
|
# default: Used when unable to reach server and to infer flag type
|
|
|
|
# contact: Contact for information or issues regarding the flag
|
|
|
|
# lifetime: Expected lifetime of the flag; temporary or permanent, default temporary
|
|
|
|
# expose: Boolean indicating whether the flag should be exposed to callers; default false
|
|
|
|
|
2020-05-29 23:45:34 +00:00
|
|
|
- name: App Metrics
|
|
|
|
description: Send UI Telementry to Tools cluster - should always be false in OSS
|
|
|
|
key: appMetrics
|
|
|
|
default: false
|
|
|
|
expose: true
|
|
|
|
contact: Bucky, Monitoring Team
|
|
|
|
lifetime: permanent
|
|
|
|
|
2020-04-30 15:29:43 +00:00
|
|
|
- name: Backend Example
|
|
|
|
description: A permanent backend example boolean flag
|
|
|
|
key: backendExample
|
|
|
|
default: false
|
|
|
|
contact: Gavin Cabbage
|
|
|
|
lifetime: permanent
|
|
|
|
|
2020-06-03 23:30:50 +00:00
|
|
|
- name: Community Templates
|
|
|
|
description: Replace current template uploading functionality with community driven templates
|
|
|
|
key: communityTemplates
|
|
|
|
default: false
|
|
|
|
expose: true
|
|
|
|
contact: Bucky, Johnny Steenbergen (Berg)
|
|
|
|
lifetime: permanent
|
|
|
|
|
2020-04-30 15:29:43 +00:00
|
|
|
- name: Frontend Example
|
|
|
|
description: A temporary frontend example integer flag
|
|
|
|
key: frontendExample
|
|
|
|
default: 42
|
|
|
|
contact: Gavin Cabbage
|
|
|
|
expose: true
|
2020-05-06 07:27:17 +00:00
|
|
|
|
|
|
|
- name: Push Down Window Aggregate Count
|
2020-05-22 06:03:09 +00:00
|
|
|
description: Enable Count variant of PushDownWindowAggregateRule and PushDownBareAggregateRule
|
2020-05-06 07:27:17 +00:00
|
|
|
key: pushDownWindowAggregateCount
|
|
|
|
default: false
|
|
|
|
contact: Query Team
|
|
|
|
|
2020-06-12 20:28:03 +00:00
|
|
|
- name: Push Down Window Aggregate Sum
|
|
|
|
description: Enable Sum variant of PushDownWindowAggregateRule and PushDownBareAggregateRule
|
|
|
|
key: pushDownWindowAggregateSum
|
|
|
|
default: false
|
|
|
|
contact: Query Team
|
|
|
|
|
2020-06-17 19:00:40 +00:00
|
|
|
- name: Push Down Window Aggregate Min
|
|
|
|
description: Enable Min variant of PushDownWindowAggregateRule and PushDownBareAggregateRule
|
|
|
|
key: pushDownWindowAggregateMin
|
|
|
|
default: false
|
|
|
|
contact: Query Team
|
|
|
|
|
|
|
|
- name: Push Down Window Aggregate Max
|
|
|
|
description: Enable Max variant of PushDownWindowAggregateRule and PushDownBareAggregateRule
|
|
|
|
key: pushDownWindowAggregateMax
|
|
|
|
default: false
|
|
|
|
contact: Query Team
|
|
|
|
|
|
|
|
- name: Push Down Window Aggregate Mean
|
|
|
|
description: Enable Mean variant of PushDownWindowAggregateRule and PushDownBareAggregateRule
|
|
|
|
key: pushDownWindowAggregateMean
|
|
|
|
default: false
|
|
|
|
contact: Query Team
|
|
|
|
|
2020-06-22 16:11:27 +00:00
|
|
|
- name: Group Window Aggregate Transpose
|
|
|
|
description: Enables the GroupWindowAggregateTransposeRule for all enabled window aggregates
|
|
|
|
key: groupWindowAggregateTranspose
|
|
|
|
default: false
|
|
|
|
contact: Query Team
|
|
|
|
|
2020-05-08 17:00:39 +00:00
|
|
|
- name: New Auth Package
|
|
|
|
description: Enables the refactored authorization api
|
|
|
|
key: newAuth
|
|
|
|
default: false
|
|
|
|
contact: Alirie Gray
|
2020-07-01 18:22:25 +00:00
|
|
|
lifetime: temporaryc
|
2020-06-04 21:36:15 +00:00
|
|
|
|
2020-05-28 15:26:08 +00:00
|
|
|
- name: New Label Package
|
|
|
|
description: Enables the refactored labels api
|
|
|
|
key: newLabels
|
|
|
|
default: false
|
|
|
|
contact: Alirie Gray
|
|
|
|
lifetime: temporary
|
|
|
|
|
2020-06-08 16:43:09 +00:00
|
|
|
- name: New Hydrate Vars Functionality
|
|
|
|
description: Enables a minimalistic variable hydration
|
|
|
|
key: hydratevars
|
|
|
|
default: false
|
|
|
|
contact: Ariel Salem / Monitoring Team
|
|
|
|
lifetime: temporary
|
2020-06-11 18:27:40 +00:00
|
|
|
expose: true
|
2020-06-10 21:00:43 +00:00
|
|
|
|
2020-08-04 13:56:02 +00:00
|
|
|
- name: Query Cache for Dashboards UI
|
|
|
|
description: Enables a Dashboard Cache on the uI
|
|
|
|
key: queryCacheForDashboards
|
|
|
|
default: false
|
|
|
|
contact: Ariel Salem / Monitoring Team
|
|
|
|
lifetime: temporary
|
|
|
|
expose: true
|
|
|
|
|
2020-06-10 21:00:43 +00:00
|
|
|
- name: Memory Optimized Fill
|
|
|
|
description: Enable the memory optimized fill()
|
|
|
|
key: memoryOptimizedFill
|
|
|
|
default: false
|
|
|
|
contact: Query Team
|
|
|
|
lifetime: temporary
|
2020-06-17 14:20:05 +00:00
|
|
|
|
2020-06-29 21:53:45 +00:00
|
|
|
- name: Memory Optimized Schema Mutation
|
|
|
|
description: Enable the memory optimized schema mutation functions
|
|
|
|
key: memoryOptimizedSchemaMutation
|
|
|
|
default: false
|
|
|
|
contact: Query Team
|
|
|
|
lifetime: temporary
|
|
|
|
|
2020-06-23 16:22:53 +00:00
|
|
|
- name: Simple Task Options Extraction
|
|
|
|
description: Simplified task options extraction to avoid undefined functions when saving tasks
|
|
|
|
key: simpleTaskOptionsExtraction
|
|
|
|
default: false
|
|
|
|
contact: Brett Buddin
|
|
|
|
lifetime: temporary
|
2020-07-13 20:47:58 +00:00
|
|
|
|
|
|
|
- name: Use User Permission
|
|
|
|
description: When enabled we will use the new user service permission function
|
|
|
|
key: useUserPermission
|
|
|
|
default: false
|
|
|
|
contact: Lyon Hill
|
|
|
|
lifetime: temporary
|
2020-07-10 17:28:03 +00:00
|
|
|
|
2020-07-15 23:50:50 +00:00
|
|
|
- name: Merged Filters Rule
|
2020-07-10 17:28:03 +00:00
|
|
|
description: Create one filter combining multiple single return statements
|
2020-07-15 23:50:50 +00:00
|
|
|
key: mergeFiltersRule
|
2020-07-10 17:28:03 +00:00
|
|
|
default: false
|
|
|
|
contact: Query Team
|
|
|
|
lifetime: temporary
|
2020-07-22 16:27:11 +00:00
|
|
|
|
|
|
|
- name: Notebooks
|
|
|
|
description: Determine if the notebook feature's route and navbar icon are visible to the user
|
|
|
|
key: notebooks
|
|
|
|
default: false
|
|
|
|
contact: Monitoring Team
|
|
|
|
lifetime: temporary
|
|
|
|
expose: true
|