add api integration and add review comments 55/57555/2
authorYarin Dekel <yarind@amdocs.com>
Sun, 29 Jul 2018 07:44:54 +0000 (10:44 +0300)
committerYarin Dekel <yarind@amdocs.com>
Sun, 29 Jul 2018 07:45:09 +0000 (10:45 +0300)
commit76ca37c5dd158f1700946e17f5448e0dc1bfa8fa
tree2fdf791a2a594af4a5a2c98b2a9bfd2830cd1a0a
parenta52d50e788792a63e97a9176ab319d53db7a2853
add api integration and add review comments

Issue-ID: SDC-1562
Change-Id: I0aa3a099f3a36da9e8493708b8bfe52e5f991885
Signed-off-by: Yarin Dekel <yarind@amdocs.com>
25 files changed:
workflow-designer-ui/src/main/frontend/src/features/version/create/CreateVersion.js
workflow-designer-ui/src/main/frontend/src/features/version/create/CreateVersionView.jsx
workflow-designer-ui/src/main/frontend/src/features/version/create/__tests__/CreateVersionView_snapshot-test.js [new file with mode: 0644]
workflow-designer-ui/src/main/frontend/src/features/version/create/__tests__/__snapshots__/CreateVersionView_snapshot-test.js.snap [new file with mode: 0644]
workflow-designer-ui/src/main/frontend/src/features/version/general/General.js
workflow-designer-ui/src/main/frontend/src/features/version/general/GeneralView.js
workflow-designer-ui/src/main/frontend/src/features/version/general/generalSelectors.js
workflow-designer-ui/src/main/frontend/src/features/version/versionApi.js
workflow-designer-ui/src/main/frontend/src/features/version/versionController/VersionController.js
workflow-designer-ui/src/main/frontend/src/features/version/versionController/VersionControllerView.jsx
workflow-designer-ui/src/main/frontend/src/features/version/versionController/__tests__/VersionControllerView_snapshot-test.js
workflow-designer-ui/src/main/frontend/src/features/version/versionController/__tests__/__snapshots__/VersionControllerView_snapshot-test.js.snap
workflow-designer-ui/src/main/frontend/src/features/version/versionController/versionControllerConstants.js
workflow-designer-ui/src/main/frontend/src/features/version/versionController/views/VersionSelect.js
workflow-designer-ui/src/main/frontend/src/features/version/versionController/views/VersionsContainer.js
workflow-designer-ui/src/main/frontend/src/features/version/versionSaga.js
workflow-designer-ui/src/main/frontend/src/features/workflow/create/createWorkflowConstants.js
workflow-designer-ui/src/main/frontend/src/features/workflow/overview/Overview.js
workflow-designer-ui/src/main/frontend/src/features/workflow/overview/OverviewView.jsx
workflow-designer-ui/src/main/frontend/src/features/workflow/overview/__tests__/OverviewView_snapshot-test.js [new file with mode: 0644]
workflow-designer-ui/src/main/frontend/src/features/workflow/overview/__tests__/__snapshots__/OverviewView_snapshot-test.js.snap [new file with mode: 0644]
workflow-designer-ui/src/main/frontend/src/features/workflow/overview/__tests__/overviewReducer-test.js [new file with mode: 0644]
workflow-designer-ui/src/main/frontend/src/features/workflow/overview/overviewSelectors.js
workflow-designer-ui/src/main/frontend/src/shared/components/VersionInfo/index.js
workflow-designer-ui/src/main/frontend/webpack.config.js