chore: Remove feature flags for GIT (#17170)

Remove feature flags for GIT

Co-authored-by: Anubhav <anubhav@appsmith.com>
This commit is contained in:
Anagh Hegde 2022-11-02 11:07:25 +05:30 committed by GitHub
parent 5da651e19b
commit 518909f781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 20 deletions

View File

@ -27,8 +27,6 @@ public enum FeatureFlagEnum {
JS_EDITOR,
LINTING,
MULTIPLAYER,
GIT,
GIT_IMPORT,
APP_TEMPLATE,
TEMPLATES_PHASE_2,
CONTEXT_SWITCHING,

View File

@ -35,24 +35,6 @@ ff4j:
- name: emailDomains
value: appsmith.com
- uid: GIT
enable: true
description: Enable git for apps
flipstrategy:
class: org.ff4j.strategy.PonderationStrategy
param:
- name: weight
value: 1
- uid: GIT_IMPORT
enable: true
description: Enable git import for apps
flipstrategy:
class: org.ff4j.strategy.PonderationStrategy
param:
- name: weight
value: 1
- uid: APP_TEMPLATE
enable: true
description: Allow users to browse application templates and import them