Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ public enum FeatureFlagEnum {

// ------------------- These are actual feature flags meant to be used across the product ----------------------- //
JS_EDITOR,
COMMENT;
COMMENT,
SNIPPET,
LINTING;
}

Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,22 @@ ff4j:
class: com.appsmith.server.featureflags.strategies.EmailBasedRolloutStrategy
param:
- name: emailDomains
value: appsmith.com,wazirx.com,pharmeasy.in,allround.club
value: appsmith.com,wazirx.com,pharmeasy.in,allround.club

- uid: SNIPPET
enable: true
description: Enable snippets feature by email domain of the user
flipstrategy:
class: com.appsmith.server.featureflags.strategies.EmailBasedRolloutStrategy
param:
- name: emailDomains
value: appsmith.com,moolya.com

- uid: LINTING
enable: true
description: Enable linting feature by email domain of the user
flipstrategy:
class: com.appsmith.server.featureflags.strategies.EmailBasedRolloutStrategy
param:
- name: emailDomains
value: appsmith.com,moolya.com