update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b third try 79/5479/2 v3.0.0rc2
authorJeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
Sun, 1 Oct 2017 01:42:44 +0000 (21:42 -0400)
committerJeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
Mon, 2 Oct 2017 21:43:41 +0000 (17:43 -0400)
commit03156e335275de1dafbc2a816e98006afdf249bf
tree45e0374d28618f521803a31e7abd804d7f26b50f
parentf2dc2462571800e62cba969964de621dca09299c
update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b third try

Signed-off-by: Jeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
Change-Id: Ib11aa03a2eff5a53c808342508a5d7bee7b202b8
380 files changed:
.gitignore
BUILD.sh [new file with mode: 0755]
CMakeLists.txt
Dockerfile
Jenkinsfile
manifest/LICENSE
postinst [new file with mode: 0755]
python-osmclient/.gitignore [deleted file]
python-osmclient/Makefile [deleted file]
python-osmclient/README.md [deleted file]
python-osmclient/osmclient/__init__.py [deleted file]
python-osmclient/osmclient/common/OsmAPI.py [deleted file]
python-osmclient/osmclient/common/__init__.py [deleted file]
python-osmclient/osmclient/scripts/__init__.py [deleted file]
python-osmclient/osmclient/scripts/osm.py [deleted file]
python-osmclient/setup.py [deleted file]
python-osmclient/stdeb.cfg [deleted file]
skyquake/.storybook/config.js
skyquake/framework/core/api_utils/auth.js [new file with mode: 0644]
skyquake/framework/core/api_utils/constants.js
skyquake/framework/core/api_utils/csrf.js [new file with mode: 0644]
skyquake/framework/core/api_utils/openidconnect_config.json [new file with mode: 0644]
skyquake/framework/core/api_utils/sockets.js
skyquake/framework/core/api_utils/utils.js
skyquake/framework/core/modules/api/appConfigAPI.js [new file with mode: 0644]
skyquake/framework/core/modules/api/configuration.js
skyquake/framework/core/modules/api/descriptorModelMetaAPI.js
skyquake/framework/core/modules/api/modelAPI.js [new file with mode: 0644]
skyquake/framework/core/modules/api/projectManagementAPI.js [new file with mode: 0644]
skyquake/framework/core/modules/api/restconf.js
skyquake/framework/core/modules/api/schemaAPI.js [new file with mode: 0644]
skyquake/framework/core/modules/api/sessions.js [new file with mode: 0644]
skyquake/framework/core/modules/api/userManagementAPI.js [new file with mode: 0644]
skyquake/framework/core/modules/navigation_manager.js
skyquake/framework/core/modules/routes/auth.js [new file with mode: 0644]
skyquake/framework/core/modules/routes/configuration.js
skyquake/framework/core/modules/routes/navigation.js
skyquake/framework/core/modules/routes/projectManagement.js [new file with mode: 0644]
skyquake/framework/core/modules/routes/sessions.js [new file with mode: 0644]
skyquake/framework/core/modules/routes/userManagement.js [new file with mode: 0644]
skyquake/framework/core/views/home.ejs [new file with mode: 0644]
skyquake/framework/core/views/idpconnectfail.ejs [new file with mode: 0644]
skyquake/framework/plugin-index.html [new file with mode: 0644]
skyquake/framework/source/SourceCache.js [new file with mode: 0644]
skyquake/framework/source/model/index.js [new file with mode: 0644]
skyquake/framework/source/model/modelActions.js [new file with mode: 0644]
skyquake/framework/source/model/modelSource.js [new file with mode: 0644]
skyquake/framework/source/schema/index.js [new file with mode: 0644]
skyquake/framework/source/schema/schemaActions.js [new file with mode: 0644]
skyquake/framework/source/schema/schemaSource.js [new file with mode: 0644]
skyquake/framework/style/_colors.scss
skyquake/framework/style/core.css
skyquake/framework/style/img/osm_header.png
skyquake/framework/style/img/osm_header_253x50.png
skyquake/framework/style/img/osm_header_506x100.png
skyquake/framework/utils/appConfiguration.js [new file with mode: 0644]
skyquake/framework/utils/roleConstants.js [new file with mode: 0644]
skyquake/framework/utils/utils.js
skyquake/framework/widgets/button/button.scss
skyquake/framework/widgets/button/sq-button.jsx
skyquake/framework/widgets/components.js
skyquake/framework/widgets/form_controls/formControls.jsx [new file with mode: 0644]
skyquake/framework/widgets/form_controls/formControls.scss
skyquake/framework/widgets/form_controls/input.jsx [new file with mode: 0644]
skyquake/framework/widgets/form_controls/selectOption.jsx
skyquake/framework/widgets/form_controls/textInput.jsx
skyquake/framework/widgets/header/header.scss
skyquake/framework/widgets/operational-status/launchpadOperationalStatus.jsx
skyquake/framework/widgets/panel/panel.jsx
skyquake/framework/widgets/panel/panel.scss
skyquake/framework/widgets/skyquake_container/eventCenter.jsx
skyquake/framework/widgets/skyquake_container/skyquakeApp.scss
skyquake/framework/widgets/skyquake_container/skyquakeComponent.jsx
skyquake/framework/widgets/skyquake_container/skyquakeContainer.jsx
skyquake/framework/widgets/skyquake_container/skyquakeContainerActions.js
skyquake/framework/widgets/skyquake_container/skyquakeContainerSource.js
skyquake/framework/widgets/skyquake_container/skyquakeContainerStore.js
skyquake/framework/widgets/skyquake_container/skyquakeNav.jsx [deleted file]
skyquake/framework/widgets/skyquake_container/skyquakeRouter.jsx
skyquake/framework/widgets/skyquake_nav/skyquakeNav.jsx [new file with mode: 0644]
skyquake/framework/widgets/skyquake_nav/skyquakeNav.scss [new file with mode: 0644]
skyquake/framework/widgets/skyquake_notification/netConfErrors.js [new file with mode: 0644]
skyquake/framework/widgets/skyquake_notification/skyquakeNotification.jsx [new file with mode: 0644]
skyquake/framework/widgets/skyquake_rbac/skyquakeRBAC.jsx [new file with mode: 0644]
skyquake/package.json
skyquake/plugins/CMakeLists.txt
skyquake/plugins/about/api/about.js
skyquake/plugins/about/config.json
skyquake/plugins/about/scripts/build.sh
skyquake/plugins/about/scripts/install.sh
skyquake/plugins/about/src/about.jsx
skyquake/plugins/about/webpack.production.config.js
skyquake/plugins/accounts/api/accounts.js
skyquake/plugins/accounts/api/cloud_account/cloudAccount.js
skyquake/plugins/accounts/api/config_agent/configAgent.js
skyquake/plugins/accounts/api/sdn_account/sdnAccount.js
skyquake/plugins/accounts/config.json
skyquake/plugins/accounts/config_routes.js [new file with mode: 0644]
skyquake/plugins/accounts/images/brocade.png [new file with mode: 0644]
skyquake/plugins/accounts/routes.js
skyquake/plugins/accounts/scripts/build.sh
skyquake/plugins/accounts/scripts/install.sh
skyquake/plugins/accounts/src/account/account.jsx
skyquake/plugins/accounts/src/account/accountActions.js
skyquake/plugins/accounts/src/account/accountSource.js
skyquake/plugins/accounts/src/account/accountStore.js
skyquake/plugins/accounts/src/account/accountsDashboard.jsx
skyquake/plugins/accounts/src/account_sidebar/accountSidebar.jsx
skyquake/plugins/accounts/src/account_sidebar/accountSidebar.scss
skyquake/plugins/accounts/webpack.production.config.js
skyquake/plugins/admin/CMakeLists.txt [new file with mode: 0644]
skyquake/plugins/admin/api/admin.js [new file with mode: 0644]
skyquake/plugins/admin/config.json [new file with mode: 0644]
skyquake/plugins/admin/package.json [new file with mode: 0644]
skyquake/plugins/admin/routes.js [new file with mode: 0644]
skyquake/plugins/admin/scripts/build.sh [new file with mode: 0755]
skyquake/plugins/admin/scripts/install.sh [new file with mode: 0755]
skyquake/plugins/admin/server.js [new file with mode: 0644]
skyquake/plugins/admin/src/AdminStore.js [new file with mode: 0644]
skyquake/plugins/admin/src/admin.jsx [new file with mode: 0644]
skyquake/plugins/admin/src/admin.scss [new file with mode: 0644]
skyquake/plugins/admin/src/adminActions.js [new file with mode: 0644]
skyquake/plugins/admin/src/adminSource.js [new file with mode: 0644]
skyquake/plugins/admin/src/components/ActionBar.jsx [new file with mode: 0644]
skyquake/plugins/admin/src/components/ChoiceCard.jsx [new file with mode: 0644]
skyquake/plugins/admin/src/components/ChoiceColumn.jsx [new file with mode: 0644]
skyquake/plugins/admin/src/components/ColumnCard.jsx [new file with mode: 0644]
skyquake/plugins/admin/src/components/ContainerCard.jsx [new file with mode: 0644]
skyquake/plugins/admin/src/components/ContainerColumn.jsx [new file with mode: 0644]
skyquake/plugins/admin/src/components/EditorDialog.jsx [new file with mode: 0644]
skyquake/plugins/admin/src/components/ExplorerColumn.jsx [new file with mode: 0644]
skyquake/plugins/admin/src/components/LeafGroup.jsx [new file with mode: 0644]
skyquake/plugins/admin/src/components/ListCard.jsx [new file with mode: 0644]
skyquake/plugins/admin/src/components/ListColumn.jsx [new file with mode: 0644]
skyquake/plugins/admin/src/components/ListEntryCard.jsx [new file with mode: 0644]
skyquake/plugins/admin/src/components/ListEntryColumn.jsx [new file with mode: 0644]
skyquake/plugins/admin/src/components/ListStack.jsx [new file with mode: 0644]
skyquake/plugins/admin/src/components/LoadingCard.jsx [new file with mode: 0644]
skyquake/plugins/admin/src/components/LoadingColumn.jsx [new file with mode: 0644]
skyquake/plugins/admin/src/components/ModelExplorer.jsx [new file with mode: 0644]
skyquake/plugins/admin/src/components/editor/LeafEditor.jsx [new file with mode: 0644]
skyquake/plugins/admin/src/components/editor/LeafField.jsx [new file with mode: 0644]
skyquake/plugins/admin/src/components/editor/Select.jsx [new file with mode: 0644]
skyquake/plugins/admin/src/components/editor/resolveLeafRef.js [new file with mode: 0644]
skyquake/plugins/admin/src/main.js [new file with mode: 0644]
skyquake/plugins/admin/src/store/ModelStore.js [new file with mode: 0644]
skyquake/plugins/admin/src/yang/leaf-utils.js [new file with mode: 0644]
skyquake/plugins/admin/src/yang/property-utils.js [new file with mode: 0644]
skyquake/plugins/admin/webpack.production.config.js [new file with mode: 0644]
skyquake/plugins/composer/api/composer.js
skyquake/plugins/composer/api/packageFileHandler.js
skyquake/plugins/composer/config.json
skyquake/plugins/composer/package.json
skyquake/plugins/composer/routes.js
skyquake/plugins/composer/scripts/build.sh
skyquake/plugins/composer/src/schemas/yang/confd2model.js
skyquake/plugins/composer/src/schemas/yang/mano-types.yang.src
skyquake/plugins/composer/src/src/actions/CatalogDataSourceActions.js
skyquake/plugins/composer/src/src/actions/ComposerAppActions.js
skyquake/plugins/composer/src/src/actions/DescriptorEditorActions.js [new file with mode: 0644]
skyquake/plugins/composer/src/src/actions/PanelResizeAction.js
skyquake/plugins/composer/src/src/alt.js
skyquake/plugins/composer/src/src/components/Button.js
skyquake/plugins/composer/src/src/components/CanvasPanel.js
skyquake/plugins/composer/src/src/components/CanvasPanelTray.js
skyquake/plugins/composer/src/src/components/CatalogItemCanvasEditor.js
skyquake/plugins/composer/src/src/components/CatalogItemDetailsEditor.js
skyquake/plugins/composer/src/src/components/CatalogItems.js
skyquake/plugins/composer/src/src/components/CatalogPanel.js
skyquake/plugins/composer/src/src/components/CatalogPanelToolbar.js
skyquake/plugins/composer/src/src/components/ComposerApp.js
skyquake/plugins/composer/src/src/components/ComposerAppToolbar.js
skyquake/plugins/composer/src/src/components/ConfigPrimitiveParameters/ConfigPrimitiveParameters.js [new file with mode: 0644]
skyquake/plugins/composer/src/src/components/DetailsPanel.js
skyquake/plugins/composer/src/src/components/DetailsPanelToolbar.jsx [new file with mode: 0644]
skyquake/plugins/composer/src/src/components/EditDescriptorModelProperties.js
skyquake/plugins/composer/src/src/components/EditorForwardingGraph/EditForwardingGraphPaths.js
skyquake/plugins/composer/src/src/components/NavigateDescriptorErrors.jsx [new file with mode: 0644]
skyquake/plugins/composer/src/src/components/NavigateDescriptorModel.jsx [new file with mode: 0644]
skyquake/plugins/composer/src/src/components/RiftHeader.js
skyquake/plugins/composer/src/src/components/filemanager/FileManager.jsx
skyquake/plugins/composer/src/src/components/filemanager/FileManagerSource.js
skyquake/plugins/composer/src/src/components/messages.js
skyquake/plugins/composer/src/src/components/model/Choice.jsx [new file with mode: 0644]
skyquake/plugins/composer/src/src/components/model/Container.jsx [new file with mode: 0644]
skyquake/plugins/composer/src/src/components/model/EditDescriptorUtils.js [new file with mode: 0644]
skyquake/plugins/composer/src/src/components/model/LeafEditor.jsx [new file with mode: 0644]
skyquake/plugins/composer/src/src/components/model/LeafField.jsx [new file with mode: 0644]
skyquake/plugins/composer/src/src/components/model/List.jsx [new file with mode: 0644]
skyquake/plugins/composer/src/src/components/model/ListItemAsLink.jsx [new file with mode: 0644]
skyquake/plugins/composer/src/src/components/model/ModelBreadcrumb.jsx [new file with mode: 0644]
skyquake/plugins/composer/src/src/components/model/PanelHeader.jsx [new file with mode: 0644]
skyquake/plugins/composer/src/src/components/model/PropertyCrumb.jsx [new file with mode: 0644]
skyquake/plugins/composer/src/src/components/model/PropertyNavigate.jsx [new file with mode: 0644]
skyquake/plugins/composer/src/src/components/model/PropertyPanel.jsx [new file with mode: 0644]
skyquake/plugins/composer/src/src/components/model/RemoveItemButton.jsx [new file with mode: 0644]
skyquake/plugins/composer/src/src/components/model/Select.jsx [new file with mode: 0644]
skyquake/plugins/composer/src/src/libraries/FileManagerUploadDropZone.js
skyquake/plugins/composer/src/src/libraries/PackageManagerApi.js [deleted file]
skyquake/plugins/composer/src/src/libraries/TooltipManager.js
skyquake/plugins/composer/src/src/libraries/UniqueId.js
skyquake/plugins/composer/src/src/libraries/graph/DescriptorGraph.js
skyquake/plugins/composer/src/src/libraries/graph/layouts/RelationsAndNetworksLayout.js
skyquake/plugins/composer/src/src/libraries/model/DescriptorModel.js
skyquake/plugins/composer/src/src/libraries/model/DescriptorModelFactory.js
skyquake/plugins/composer/src/src/libraries/model/DescriptorModelFields.js
skyquake/plugins/composer/src/src/libraries/model/DescriptorModelMetaFactory.js
skyquake/plugins/composer/src/src/libraries/model/DescriptorModelMetaProperty.js
skyquake/plugins/composer/src/src/libraries/model/DescriptorModelSerializer.js
skyquake/plugins/composer/src/src/libraries/model/descriptors/ConnectionPoint.js
skyquake/plugins/composer/src/src/libraries/model/descriptors/ConstituentVnfdConnectionPoint.js
skyquake/plugins/composer/src/src/libraries/model/descriptors/InternalVirtualLink.js
skyquake/plugins/composer/src/src/libraries/model/descriptors/NetworkService.js
skyquake/plugins/composer/src/src/libraries/model/descriptors/VirtualNetworkFunction.js
skyquake/plugins/composer/src/src/libraries/model/descriptors/VirtualNetworkFunctionAccessPoint.js [new file with mode: 0644]
skyquake/plugins/composer/src/src/libraries/model/descriptors/VirtualNetworkFunctionAccessPointMap.js [new file with mode: 0644]
skyquake/plugins/composer/src/src/libraries/model/descriptors/VirtualNetworkFunctionReadOnlyWrapper.js
skyquake/plugins/composer/src/src/libraries/utils.js
skyquake/plugins/composer/src/src/sources/CatalogDataSource.js
skyquake/plugins/composer/src/src/sources/CatalogPackageManagerSource.js
skyquake/plugins/composer/src/src/stores/CatalogDataStore.js
skyquake/plugins/composer/src/src/stores/CatalogPackageManagerStore.js
skyquake/plugins/composer/src/src/stores/ComposerAppStore.js
skyquake/plugins/composer/src/src/styles/Button.scss
skyquake/plugins/composer/src/src/styles/CanvasPanel.scss
skyquake/plugins/composer/src/src/styles/CanvasPanelTray.scss
skyquake/plugins/composer/src/src/styles/CatalogItemDetailsEditor.scss [new file with mode: 0644]
skyquake/plugins/composer/src/src/styles/CatalogItems.scss
skyquake/plugins/composer/src/src/styles/DetailsPanel.scss
skyquake/plugins/composer/src/src/styles/DetailsPanelErrors.scss [new file with mode: 0644]
skyquake/plugins/composer/src/src/styles/DetailsPanelToolbar.scss [new file with mode: 0644]
skyquake/plugins/composer/src/src/styles/EditConfigParameterMap.scss [new file with mode: 0644]
skyquake/plugins/composer/src/src/styles/EditDescriptorModelProperties.scss
skyquake/plugins/composer/src/src/styles/_main.scss
skyquake/plugins/composer/webpack.production.config.js
skyquake/plugins/config/CMakeLists.txt [deleted file]
skyquake/plugins/config/api/ro.js [deleted file]
skyquake/plugins/config/config.json [deleted file]
skyquake/plugins/config/images/OpenDaylight_logo.png [deleted file]
skyquake/plugins/config/images/aws.png [deleted file]
skyquake/plugins/config/images/juju.svg [deleted file]
skyquake/plugins/config/images/openmano.png [deleted file]
skyquake/plugins/config/images/openstack-horizontal.png [deleted file]
skyquake/plugins/config/images/openstack.png [deleted file]
skyquake/plugins/config/images/riftio.png [deleted file]
skyquake/plugins/config/package.json [deleted file]
skyquake/plugins/config/routes.js [deleted file]
skyquake/plugins/config/scripts/build.sh [deleted file]
skyquake/plugins/config/scripts/install.sh [deleted file]
skyquake/plugins/config/server.js [deleted file]
skyquake/plugins/config/src/dashboard/config.scss [deleted file]
skyquake/plugins/config/src/dashboard/configActions.js [deleted file]
skyquake/plugins/config/src/dashboard/configSource.js [deleted file]
skyquake/plugins/config/src/dashboard/configStore.js [deleted file]
skyquake/plugins/config/src/dashboard/dashboard.jsx [deleted file]
skyquake/plugins/config/src/dashboard/inputs.jsx [deleted file]
skyquake/plugins/config/src/main.js [deleted file]
skyquake/plugins/config/webpack.production.config.js [deleted file]
skyquake/plugins/debug/api/debug.js
skyquake/plugins/debug/config.json
skyquake/plugins/debug/scripts/build.sh
skyquake/plugins/debug/scripts/install.sh
skyquake/plugins/debug/webpack.production.config.js
skyquake/plugins/goodbyeworld/scripts/build.sh
skyquake/plugins/goodbyeworld/webpack.production.config.js
skyquake/plugins/helloworld/scripts/build.sh
skyquake/plugins/helloworld/webpack.production.config.js
skyquake/plugins/launchpad/api/launchpad.js
skyquake/plugins/launchpad/config.json
skyquake/plugins/launchpad/package.json
skyquake/plugins/launchpad/routes.js
skyquake/plugins/launchpad/scripts/build.sh
skyquake/plugins/launchpad/scripts/install.sh
skyquake/plugins/launchpad/src/instantiate/instantiateDashboard.jsx
skyquake/plugins/launchpad/src/instantiate/instantiateDashboard.scss
skyquake/plugins/launchpad/src/instantiate/instantiateInputParams.jsx
skyquake/plugins/launchpad/src/instantiate/instantiateParameters.jsx
skyquake/plugins/launchpad/src/instantiate/instantiateSelectDescriptorPanel.jsx
skyquake/plugins/launchpad/src/instantiate/instantiateSelectDescriptorPanel.scss
skyquake/plugins/launchpad/src/instantiate/instantiateStore.js
skyquake/plugins/launchpad/src/instantiate/launchNetworkServiceActions.js
skyquake/plugins/launchpad/src/instantiate/launchNetworkServiceSource.js
skyquake/plugins/launchpad/src/launchpad-create.js [deleted file]
skyquake/plugins/launchpad/src/launchpad.jsx
skyquake/plugins/launchpad/src/launchpadFleetSource.js
skyquake/plugins/launchpad/src/launchpad_card/launchpad-card.js [deleted file]
skyquake/plugins/launchpad/src/launchpad_card/launchpadCard.jsx
skyquake/plugins/launchpad/src/launchpad_card/launchpadCardCloudAccount.jsx
skyquake/plugins/launchpad/src/launchpad_card/launchpadHeader.jsx
skyquake/plugins/launchpad/src/launchpad_card/launchpad_card.scss
skyquake/plugins/launchpad/src/launchpad_card/nsrConfigPrimitives.jsx
skyquake/plugins/launchpad/src/launchpad_card/nsrScalingGroups.jsx
skyquake/plugins/launchpad/src/launchpad_card/vnfrConfigPrimitives.jsx
skyquake/plugins/launchpad/src/monitoring_params/monitoringParamComponents.js
skyquake/plugins/launchpad/src/monitoring_params/monitoring_params.scss
skyquake/plugins/launchpad/src/nsCardPanel/nsCardPanel.jsx
skyquake/plugins/launchpad/src/nsListPanel/nsListPanel.jsx
skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx
skyquake/plugins/launchpad/src/recordViewer/recordView.jsx
skyquake/plugins/launchpad/src/recordViewer/recordViewSource.js
skyquake/plugins/launchpad/src/recordViewer/recordViewStore.js
skyquake/plugins/launchpad/src/topologyL2View/topologyL2Source.js
skyquake/plugins/launchpad/src/topologyView/topologySource.js
skyquake/plugins/launchpad/src/virtual_links/nsVirtualLinkCreateSource.js
skyquake/plugins/launchpad/src/virtual_links/nsVirtualLinks.jsx
skyquake/plugins/launchpad/src/vnfr/vnfrSource.js
skyquake/plugins/launchpad/webpack.production.config.js
skyquake/plugins/logging/api/logging.js
skyquake/plugins/logging/api/transforms.js
skyquake/plugins/logging/config.json
skyquake/plugins/logging/package.json
skyquake/plugins/logging/scripts/build.sh
skyquake/plugins/logging/scripts/install.sh
skyquake/plugins/logging/src/loggingSource.js
skyquake/plugins/logging/src/loggingStore.js
skyquake/plugins/logging/webpack.production.config.js
skyquake/plugins/logging/yarn.lock
skyquake/plugins/project_management/CMakeLists.txt [new file with mode: 0644]
skyquake/plugins/project_management/config.json [new file with mode: 0644]
skyquake/plugins/project_management/package.json [new file with mode: 0644]
skyquake/plugins/project_management/routes.js [new file with mode: 0644]
skyquake/plugins/project_management/scripts/build.sh [new file with mode: 0755]
skyquake/plugins/project_management/scripts/install.sh [new file with mode: 0755]
skyquake/plugins/project_management/server.js [new file with mode: 0644]
skyquake/plugins/project_management/src/dashboard/dashboard.jsx [new file with mode: 0644]
skyquake/plugins/project_management/src/dashboard/projectMgmt.scss [new file with mode: 0644]
skyquake/plugins/project_management/src/dashboard/projectMgmtActions.js [new file with mode: 0644]
skyquake/plugins/project_management/src/dashboard/projectMgmtSource.js [new file with mode: 0644]
skyquake/plugins/project_management/src/dashboard/projectMgmtStore.js [new file with mode: 0644]
skyquake/plugins/project_management/src/main.js [new file with mode: 0644]
skyquake/plugins/project_management/webpack.production.config.js [new file with mode: 0644]
skyquake/plugins/redundancy/CMakeLists.txt [new file with mode: 0644]
skyquake/plugins/redundancy/api/redundancy.js [new file with mode: 0644]
skyquake/plugins/redundancy/config.json [new file with mode: 0644]
skyquake/plugins/redundancy/package.json [new file with mode: 0644]
skyquake/plugins/redundancy/routes.js [new file with mode: 0644]
skyquake/plugins/redundancy/scripts/build.sh [new file with mode: 0755]
skyquake/plugins/redundancy/scripts/install.sh [new file with mode: 0755]
skyquake/plugins/redundancy/server.js [new file with mode: 0644]
skyquake/plugins/redundancy/src/dashboard/config.jsx [new file with mode: 0644]
skyquake/plugins/redundancy/src/dashboard/dashboard.jsx [new file with mode: 0644]
skyquake/plugins/redundancy/src/dashboard/redundancy.scss [new file with mode: 0644]
skyquake/plugins/redundancy/src/dashboard/redundancyActions.js [new file with mode: 0644]
skyquake/plugins/redundancy/src/dashboard/redundancySource.js [new file with mode: 0644]
skyquake/plugins/redundancy/src/dashboard/redundancyStore.js [new file with mode: 0644]
skyquake/plugins/redundancy/src/dashboard/sites.jsx [new file with mode: 0644]
skyquake/plugins/redundancy/src/dashboard/status.jsx [new file with mode: 0644]
skyquake/plugins/redundancy/src/dashboard/utils/utils.js [new file with mode: 0644]
skyquake/plugins/redundancy/src/main.js [new file with mode: 0644]
skyquake/plugins/redundancy/webpack.production.config.js [new file with mode: 0644]
skyquake/plugins/user_management/CMakeLists.txt [new file with mode: 0644]
skyquake/plugins/user_management/config.json [new file with mode: 0644]
skyquake/plugins/user_management/package.json [new file with mode: 0644]
skyquake/plugins/user_management/routes.js [new file with mode: 0644]
skyquake/plugins/user_management/scripts/build.sh [new file with mode: 0755]
skyquake/plugins/user_management/scripts/install.sh [new file with mode: 0755]
skyquake/plugins/user_management/server.js [new file with mode: 0644]
skyquake/plugins/user_management/src/dashboard/dashboard.jsx [new file with mode: 0644]
skyquake/plugins/user_management/src/dashboard/userMgmt.scss [new file with mode: 0644]
skyquake/plugins/user_management/src/dashboard/userMgmtActions.js [new file with mode: 0644]
skyquake/plugins/user_management/src/dashboard/userMgmtSource.js [new file with mode: 0644]
skyquake/plugins/user_management/src/dashboard/userMgmtStore.js [new file with mode: 0644]
skyquake/plugins/user_management/src/main.js [new file with mode: 0644]
skyquake/plugins/user_management/src/platformRoleManagement/platformRoleManagement.jsx [new file with mode: 0644]
skyquake/plugins/user_management/src/platformRoleManagement/platformRoleManagement.scss [new file with mode: 0644]
skyquake/plugins/user_management/src/platformRoleManagement/platformRoleManagementActions.js [new file with mode: 0644]
skyquake/plugins/user_management/src/platformRoleManagement/platformRoleManagementSource.js [new file with mode: 0644]
skyquake/plugins/user_management/src/platformRoleManagement/platformRoleManagementStore.js [new file with mode: 0644]
skyquake/plugins/user_management/src/userProfile/userProfile.jsx [new file with mode: 0644]
skyquake/plugins/user_management/src/userProfile/userProfileActions.js [new file with mode: 0644]
skyquake/plugins/user_management/src/userProfile/userProfileSource.js [new file with mode: 0644]
skyquake/plugins/user_management/src/userProfile/userProfileStore.js [new file with mode: 0644]
skyquake/plugins/user_management/webpack.production.config.js [new file with mode: 0644]
skyquake/scripts/build-dev.sh [new file with mode: 0755]
skyquake/scripts/build-plugin.sh [new file with mode: 0644]
skyquake/scripts/build.sh
skyquake/scripts/handle_plugin_node_modules [new file with mode: 0755]
skyquake/scripts/launch_ui.sh
skyquake/skyquake.js
skyquake/tests/stories/FileManager.js [new file with mode: 0644]