UI Feature flagging support 13/59213/1
authorSonsino, Ofir (os0695) <os0695@intl.att.com>
Mon, 6 Aug 2018 13:14:59 +0000 (16:14 +0300)
committerSonsino, Ofir (os0695) <os0695@intl.att.com>
Mon, 6 Aug 2018 13:14:59 +0000 (16:14 +0300)
commitd350d5ac25c8df2846e4f0d9082cb4d364a17a83
tree6e2afb18b785bb98dfa61509ae89749a221ad4e8
parentff76b5ed0aa91d5fdf9dc4f95e8b20f91ed9d072
UI Feature flagging support

Change-Id: Ic2151dab6306c42364483e9064c01bab3dd7378b
Issue-ID: VID-208
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
48 files changed:
epsdk-app-onap/src/main/webapp/WEB-INF/fusion/jsp/ebz/ebz_header.jsp
epsdk-app-onap/src/main/webapp/WEB-INF/jsp/serviceModels.jsp
epsdk-app-onap/src/main/webapp/WEB-INF/jsp/welcome.jsp
epsdk-app-onap/src/main/webapp/app/fusion/external/ebz/angular_js/app.js
epsdk-app-onap/src/main/webapp/app/fusion/external/lodash/lodash.min.0.10.js [new file with mode: 0644]
vid-app-common/src/main/webapp/WEB-INF/conf/dev.features.properties [new file with mode: 0644]
vid-app-common/src/main/webapp/WEB-INF/conf/features.properties [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/constants/componentConstants.js
vid-app-common/src/main/webapp/app/vid/scripts/constants/fieldConstants.js
vid-app-common/src/main/webapp/app/vid/scripts/constants/vidConfiguration.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/InstantiationController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/ServiceModelController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/ServiceProxyConfigController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/VidApp.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/change-management.controller.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/creationDialogController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/deleteResumeDialogController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/msoCommitModalController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/pnfSearchAssociationController.js
vid-app-common/src/main/webapp/app/vid/scripts/controller/testEnvironmentsController.js
vid-app-common/src/main/webapp/app/vid/scripts/filters/change-managements-by-statuses.filter.js
vid-app-common/src/main/webapp/app/vid/scripts/modals/alert-change-management/alert-change-management.html
vid-app-common/src/main/webapp/app/vid/scripts/modals/cancel-pending-workflow/cancel-pending-workflow.html
vid-app-common/src/main/webapp/app/vid/scripts/modals/change-management-manual-tasks-controller/change-management-manual-tasks.controller.js
vid-app-common/src/main/webapp/app/vid/scripts/modals/css/manual-task-popup.css [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/modals/failed-change-management/failed-change-management.html
vid-app-common/src/main/webapp/app/vid/scripts/modals/in-progress-modal-management/in-progress-change-management.html
vid-app-common/src/main/webapp/app/vid/scripts/modals/mso-commit/mso-commit.html
vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.js
vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.html
vid-app-common/src/main/webapp/app/vid/scripts/modals/new-test-environment/new-test-environment.html
vid-app-common/src/main/webapp/app/vid/scripts/services/aaiService.js
vid-app-common/src/main/webapp/app/vid/scripts/services/asdcService.js
vid-app-common/src/main/webapp/app/vid/scripts/services/creationService.js
vid-app-common/src/main/webapp/app/vid/scripts/services/dataService.js
vid-app-common/src/main/webapp/app/vid/scripts/services/deleteResumeService.js
vid-app-common/src/main/webapp/app/vid/scripts/services/detailsService.js
vid-app-common/src/main/webapp/app/vid/scripts/services/msoService.js
vid-app-common/src/main/webapp/app/vid/scripts/services/utilityService.js
vid-app-common/src/main/webapp/app/vid/scripts/view-models/change-management.html
vid-app-common/src/main/webapp/app/vid/scripts/view-models/creationDialog.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/detailsDialog.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/iframe.htm [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/view-models/iframeDialog.htm [new file with mode: 0644]
vid-app-common/src/main/webapp/app/vid/scripts/view-models/instantiate.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/previousVersionDialog.htm
vid-app-common/src/main/webapp/app/vid/scripts/view-models/serviceModels.htm