diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2018-08-06 13:34:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-06 13:34:49 +0000 |
commit | d4da64c40ed711a0557d46cbeedd0f9533471119 (patch) | |
tree | 4719c3260ae274250c408be8653a116640f1225b /vid-app-common/src/main/webapp/WEB-INF/conf | |
parent | c53f8f4cbec4376f5f66f1acb076157e352bb62f (diff) | |
parent | d350d5ac25c8df2846e4f0d9082cb4d364a17a83 (diff) |
Merge "UI Feature flagging support"
Diffstat (limited to 'vid-app-common/src/main/webapp/WEB-INF/conf')
-rw-r--r-- | vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties | 14 | ||||
-rw-r--r-- | vid-app-common/src/main/webapp/WEB-INF/conf/features.properties | 11 |
2 files changed, 25 insertions, 0 deletions
diff --git a/vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties b/vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties new file mode 100644 index 000000000..8ff0db2ab --- /dev/null +++ b/vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties @@ -0,0 +1,14 @@ +FLAG_ASYNC_INSTANTIATION = true +FLAG_ASYNC_JOBS = true +FLAG_REGION_ID_FROM_REMOTE = true +CREATE_INSTANCE_TEST = false +EMPTY_DRAWING_BOARD_TEST = false +FLAG_ADVANCED_PORTS_FILTER = true +FLAG_ADD_MSO_TESTAPI_FIELD = true +FLAG_UNASSIGN_SERVICE = true +FLAG_COLLECTION_RESOURCE_SUPPORT = true +FLAG_NETWORK_TO_ASYNC_INSTANTIATION = true +FLAG_SERVICE_MODEL_CACHE = true +FLAG_SHOW_ASSIGNMENTS = true +FLAG_SHOW_VERIFY_SERVICE=false +FLAG_SETTING_DEFAULTS_IN_DRAWING_BOARD = false diff --git a/vid-app-common/src/main/webapp/WEB-INF/conf/features.properties b/vid-app-common/src/main/webapp/WEB-INF/conf/features.properties new file mode 100644 index 000000000..de466beae --- /dev/null +++ b/vid-app-common/src/main/webapp/WEB-INF/conf/features.properties @@ -0,0 +1,11 @@ +# features.properties +# ------------------- + +# This file is, generally, empty. + +# Configure `featureFlags.filename` in system.properties to use +# one of the ready-made sets: + +# - featureFlags.filename = ci.features.properties +# - featureFlags.filename = ist.features.properties +# - featureFlags.filename = e2e.features.properties |