chore: Renaming feature flags for ME to lower case (#25079)

This commit is contained in:
Nidhi 2023-07-05 12:28:18 +05:30 committed by GitHub
parent 7494c0a0a3
commit 5bc0b6f1e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 5 deletions

View File

@ -4,7 +4,7 @@
"success": true
},
"data": {
"DATASOURCE_ENVIRONMENTS": false,
"release_datasource_environments_enabled": false,
"MULTIPLE_PANES": false,
"APP_EMBED_VIEW_HIDE_SHARE_SETTINGS_VISIBILITY": false
}

View File

@ -1,6 +1,7 @@
export const FEATURE_FLAG = {
TEST_FLAG: "TEST_FLAG",
DATASOURCE_ENVIRONMENTS: "DATASOURCE_ENVIRONMENTS",
release_datasource_environments_enabled:
"release_datasource_environments_enabled",
ask_ai: "ask_ai",
APP_NAVIGATION_LOGO_UPLOAD: "APP_NAVIGATION_LOGO_UPLOAD",
ask_ai_sql: "ask_ai_sql",
@ -15,7 +16,7 @@ export type FeatureFlags = Record<FeatureFlag, boolean>;
export const DEFAULT_FEATURE_FLAG_VALUE: FeatureFlags = {
TEST_FLAG: true,
DATASOURCE_ENVIRONMENTS: false,
release_datasource_environments_enabled: false,
ask_ai: false,
APP_NAVIGATION_LOGO_UPLOAD: false,
ask_ai_js: false,

View File

@ -23,7 +23,7 @@ public enum FeatureFlagEnum {
// ------------------- End of features for testing -------------------------------------------------------------- //
// ------------------- These are actual feature flags meant to be used across the product ----------------------- //
DATASOURCE_ENVIRONMENTS,
release_datasource_environments_enabled,
MULTIPLE_PANES,
APP_NAVIGATION_LOGO_UPLOAD,
APP_EMBED_VIEW_HIDE_SHARE_SETTINGS_VISIBILITY,

View File

@ -3,7 +3,7 @@
<autocreate>false</autocreate>
<audit>false</audit>
<features>
<feature uid="DATASOURCE_ENVIRONMENTS" enable="true"
<feature uid="release_datasource_environments_enabled" enable="true"
description="Introducing multiple execution environments for datasources">
<flipstrategy class="com.appsmith.server.featureflags.strategies.EmailBasedRolloutStrategy">
<param name="emails"