FE docker & FE App 25/56625/9
authorStanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com>
Mon, 23 Jul 2018 10:26:41 +0000 (13:26 +0300)
committerStanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com>
Mon, 23 Jul 2018 10:26:49 +0000 (13:26 +0300)
commit101bc936e8bde273f7bc145873a8894973bec884
treed3375a5da0bd1579129782a265d0a6939171980a
parent7e78cd19bbb2b0730fafc0b328a71c69f5730e16
FE docker & FE App

Issue-ID: SDC-1482
Change-Id: I1fbdcc4f00f7dbc76ffdc1ad4c2a60a16fb34e70
Signed-off-by: Stanislav Vishnevetskiy <shlomo-stanisla.vishnevetskiy@amdocs.com>
180 files changed:
workflow/pom.xml
workflow/workflow-designer-be/pom.xml
workflow/workflow-designer-ui/pom.xml [changed mode: 0644->0755]
workflow/workflow-designer-ui/src/main/frontend/.babelrc [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/.eslintignore [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/.eslintrc [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/.gitignore [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/__mocks__/fileMock.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/__mocks__/sdc-ui/lib/react/SVGIcon.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/external-resources/ping/ping [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/index.html [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/jest.config.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/jsconfig.json [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/package.json [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/resources/scss/_common.scss [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/resources/scss/_components.scss [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/resources/scss/_features.scss [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/resources/scss/common/_customVariables.scss [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/resources/scss/common/_fonts.scss [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/resources/scss/common/_utils.scss [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/resources/scss/components/_customModal.scss [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/resources/scss/components/_expandableInput.scss [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/resources/scss/components/_inputOptions.scss [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/resources/scss/components/_layout.scss [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/resources/scss/components/_loader.scss [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/resources/scss/components/_navigationSideBar.scss [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/resources/scss/components/_notifications.scss [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/resources/scss/components/_searchInput.scss [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/resources/scss/components/_tree.scss [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/resources/scss/components/_validationForm.scss [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/resources/scss/components/_versionController.scss [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_catalog.scss [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_composition.scss [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_general.scss [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_overview.scss [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_workflow.scss [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/resources/scss/style.scss [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/App.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/appConstants.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/appSelectors.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/config/Configuration.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/config/config.json [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/Catalog.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/CatalogView.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/__tests__/catalogActions-test.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/__tests__/catalogReducer-test.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/__tests__/catalogSagas-test.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/__tests__/catalogSelectors-test.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/catalogActions.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/catalogApi.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/catalogConstants.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/catalogReducer.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/catalogSagas.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/catalogSelectors.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/views/AddWorkflow.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/views/Header.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/views/Main.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/catalog/views/Workflows.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/Version.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/VersionView.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/composition/CompositionView.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/composition/newDiagram.bpmn [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/create/CreateVersion.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/create/CreateVersionView.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/create/createVersionConstants.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/create/views/NewVersionContainer.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/general/General.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/general/GeneralView.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/general/generalApi.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/general/generalSelectors.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/InputOutput.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/InputOutputView.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/__tests__/inputOutputActions-test.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/__tests__/inputOutputReducer-test.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/__tests__/inputOutputSelectors-test.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/inputOutputActions.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/inputOutputConstants.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/inputOutputReducer.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/inputOutputSelectors.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/inputOutputValidations.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/views/DataRow.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/views/NoDataRow.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/views/Tab.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/views/TableBody.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/inputOutput/views/TableHead.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/versionApi.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/versionConstants.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/versionController/VersionController.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/versionController/VersionControllerView.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/versionController/__tests__/VersionControllerView_snapshot-test.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/versionController/__tests__/__snapshots__/VersionControllerView_snapshot-test.js.snap [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/versionController/versionControllerConstants.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/versionController/versionControllerSelectors.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/versionController/views/ActionButtons.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/versionController/views/SvgButton.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/versionController/views/VersionButton.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/versionController/views/VersionSelect.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/versionController/views/VersionsContainer.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/versionController/views/WorkflowTitle.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/versionReducer.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/version/versionSaga.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/create/CreateWorkflow.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/create/CreateWorkflowView.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/create/__tests__/CreateWorkflowView_snapshot-test.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/create/__tests__/__snapshots__/CreateWorkflowView_snapshot-test.js.snap [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/create/__tests__/createWorkflowSaga-test.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/create/__tests__/createWorkflowSelector-test.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/create/createWorkflowApi.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/create/createWorkflowConstants.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/create/createWorkflowSaga.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/create/createWorkflowSelector.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/overview/Overview.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/overview/OverviewView.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/overview/overviewApi.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/overview/overviewConstansts.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/overview/overviewReducer.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/overview/overviewSagas.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/overview/overviewSelectors.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/overview/views/VersionList/VersionListItem.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/overview/views/VersionList/index.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/overview/views/VersionTree.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/overview/views/WorkflowDetails.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/overview/views/WorkflowHeader.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/overview/views/WorkflowVersions.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/workflowConstants.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/workflowReducer.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/features/workflow/workflowSelectors.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/i18n/I18n.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/i18n/i18next-scanner.config.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/i18n/languages.json [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/i18n/translationSaga.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/index.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/rootReducers.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/rootSaga.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/routes.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/services/restAPIUtil.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/components/Description/index.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/components/Select/index.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/components/VersionInfo/index.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/errorResponseHandler/errorResponseHandler.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/loader/Loader.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/loader/LoaderConstants.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/loader/LoaderReducer.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/loader/__tests__/loaderReducer-test.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/modal/ModalWrapper.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/modal/ModalWrapperView.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/modal/__tests__/modalWrapperActions-test.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/modal/__tests__/modalWrapperReducer-test.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/modal/modalWrapperActions.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/modal/modalWrapperComponents.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/modal/modalWrapperReducer.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/navigationSideBar/NavigationLink.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/navigationSideBar/NavigationMenu.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/navigationSideBar/NavigationMenuItem.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/navigationSideBar/NavigationMenuItems.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/navigationSideBar/index.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/notifications/Notifications.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/notifications/NotificationsView.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/notifications/__tests__/NotificationView_snapshot-test.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/notifications/__tests__/__snapshots__/NotificationView_snapshot-test.js.snap [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/notifications/__tests__/notificationsReducer-test.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/notifications/notificationsActions.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/notifications/notificationsConstants.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/notifications/notificationsReducer.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/notifications/notificationsSagas.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/searchInput/SearchInput.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/shared/tree/Tree.jsx [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/src/store.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/testSetup/fileTransform.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/tools/ModuleRedirectPlugin.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/tools/devConfig.defaults.json [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/tools/getDevConfig.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/tools/mocks/mock.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/tools/proxy-server.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/webpack.config.js [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/frontend/yarn.lock [new file with mode: 0644]
workflow/workflow-designer-ui/src/main/java/org/onap/workflow/web/TransparentProxy.java [new file with mode: 0755]
workflow/workflow-designer-ui/src/main/webapp/WEB-INF/jetty-web.xml [new file with mode: 0755]
workflow/workflow-designer-ui/src/main/webapp/WEB-INF/web.xml [new file with mode: 0755]