Publish seed code for the OOM Dashboard 05/7905/1
authorChristopher Lott (cl778h) <clott@research.att.com>
Thu, 17 Aug 2017 18:52:44 +0000 (14:52 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Thu, 17 Aug 2017 18:53:24 +0000 (14:53 -0400)
commit9015d0d86d23a83e578ded1bd95485d467515208
tree577556c635e60bbd8446416c2cb6492f4b583a5f
parent3a32363f46a29cfed9ed1c28053424852f54382d
Publish seed code for the OOM Dashboard

First open-source release of the ONAP Operations Manager Dashboard web application.

Issue: CCSDK-61
Change-Id: I902f789692d76ee583aa967682e39f03b6578fe9
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
146 files changed:
LICENSE.txt [new file with mode: 0644]
README.md [new file with mode: 0755]
ecd-app-common/.gitignore [new file with mode: 0644]
ecd-app-common/README.md [new file with mode: 0644]
ecd-app-common/db-scripts/README.md [new file with mode: 0644]
ecd-app-common/db-scripts/ecd-ddl-postgres-1707-common.sql [new file with mode: 0644]
ecd-app-common/db-scripts/ecd-dml-postgres-1707-common.sql [new file with mode: 0644]
ecd-app-common/pom.xml [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/fusionapp/model/Result.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/fusionapp/service/AdminAuthExtension.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/fusionapp/util/CustomLoggingFilter.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/controller/CloudifyController.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/controller/ConsulController.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/controller/DashboardHomeController.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/controller/DashboardRestrictedBaseController.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/controller/ECDSingleSignOnController.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/controller/HealthCheckController.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/domain/ControllerEndpoint.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/model/CloudifyBlueprint.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/model/CloudifyBlueprintContent.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/model/CloudifyBlueprintList.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/model/CloudifyBlueprintUpload.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/model/CloudifyDeployment.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/model/CloudifyDeploymentList.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/model/CloudifyDeploymentRequest.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/model/CloudifyExecution.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/model/CloudifyExecutionList.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/model/CloudifyExecutionRequest.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/model/ConsulDatacenter.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/model/ConsulHealthServiceRegistration.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/model/ConsulNodeInfo.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/model/ConsulServiceHealth.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/model/ConsulServiceHealthHistory.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/model/ConsulServiceInfo.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/model/ControllerEndpointCredentials.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/model/ControllerEndpointTransport.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/model/ECTransportModel.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/model/HealthStatus.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/model/RestResponseError.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/model/RestResponsePage.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/model/RestResponseSuccess.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/rest/ControllerRestClientImpl.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/rest/ControllerRestClientMockImpl.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/rest/HttpComponentsClientHttpRequestFactoryBasicAuth.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/rest/IControllerRestClient.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/service/ControllerEndpointService.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/service/ControllerEndpointServiceImpl.java [new file with mode: 0644]
ecd-app-common/src/main/java/org/onap/oom/dashboard/util/DashboardProperties.java [new file with mode: 0644]
ecd-app-common/src/test/java/org/onap/fusion/core/MockApplicationContextTestSuite.java [new file with mode: 0644]
ecd-app-common/src/test/java/org/onap/fusionapp/SanityTest.java [new file with mode: 0644]
ecd-app-common/src/test/java/org/onap/fusionapp/service/ProfileServiceTest.java [new file with mode: 0644]
ecd-app-os/.gitignore [new file with mode: 0644]
ecd-app-os/README.md [new file with mode: 0644]
ecd-app-os/pom.xml [new file with mode: 0644]
ecd-app-os/src/main/java/org/onap/portalapp/conf/ExternalAppConfig.java [new file with mode: 0644]
ecd-app-os/src/main/java/org/onap/portalapp/conf/ExternalAppInitializer.java [new file with mode: 0644]
ecd-app-os/src/main/java/org/onap/portalapp/conf/HibernateMappingLocations.java [new file with mode: 0644]
ecd-app-os/src/main/java/org/onap/portalapp/lm/FusionLicenseManagerImpl.java [new file with mode: 0644]
ecd-app-os/src/main/java/org/onap/portalapp/login/LoginStrategyImpl.java [new file with mode: 0644]
ecd-app-os/src/main/java/org/onap/portalapp/service/AdminAuthExtension.java [new file with mode: 0644]
ecd-app-os/src/main/resources/logback.xml [new file with mode: 0644]
ecd-app-os/src/main/resources/portal.properties [new file with mode: 0644]
ecd-app-os/src/main/webapp/WEB-INF/conf/.gitignore [new file with mode: 0644]
ecd-app-os/src/main/webapp/WEB-INF/conf/dashboard.properties [new file with mode: 0644]
ecd-app-os/src/main/webapp/WEB-INF/conf/sql.properties [new file with mode: 0644]
ecd-app-os/src/main/webapp/WEB-INF/conf/system.properties.template [new file with mode: 0644]
ecd-app-os/src/main/webapp/WEB-INF/conf/system.properties.vm-ep-dev3 [new file with mode: 0644]
ecd-app-os/src/main/webapp/WEB-INF/fusion/conf/fusion.properties [new file with mode: 0644]
ecd-app-os/src/main/webapp/WEB-INF/jsp/login.jsp [new file with mode: 0644]
ecd-app-os/src/main/webapp/WEB-INF/jsp/login_external.jsp [new file with mode: 0644]
ecd-app-os/src/main/webapp/WEB-INF/web.xml [new file with mode: 0644]
ecd-app-os/src/main/webapp/app/fusion/external/b2b/css/b2b-angular/font_icons.css [new file with mode: 0644]
ecd-app-os/src/main/webapp/app/fusion/external/ds2/css/digital-ng-library/ecomp-ionicons.css [new file with mode: 0644]
ecd-app-os/src/main/webapp/app/fusion/external/ds2/css/digital-ng-library/ionicons.css [new file with mode: 0644]
ecd-app-os/src/main/webapp/app/fusion/external/ds2/css/fonts/ionicons.eot [new file with mode: 0644]
ecd-app-os/src/main/webapp/app/fusion/external/ds2/css/fonts/ionicons.svg [new file with mode: 0644]
ecd-app-os/src/main/webapp/app/fusion/external/ds2/css/fonts/ionicons.ttf [new file with mode: 0644]
ecd-app-os/src/main/webapp/app/fusion/external/ds2/css/fonts/ionicons.woff [new file with mode: 0644]
ecd-app-os/src/main/webapp/app/fusion/scripts/DS2-controllers/ds-profile/post-controller.js [new file with mode: 0644]
ecd-app-os/src/main/webapp/app/fusion/scripts/DS2-services/postSearch.js [new file with mode: 0644]
ecd-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/ds2-profile/profile_searchDS2.html [new file with mode: 0644]
ecd-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/ds2-profile/self_profile.html [new file with mode: 0644]
ecd-app-os/src/main/webapp/app/fusion/scripts/DS2-view-models/footer.html [new file with mode: 0644]
ecd-app-overlay/.gitignore [new file with mode: 0644]
ecd-app-overlay/README.md [new file with mode: 0644]
ecd-app-overlay/pom.xml [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/WEB-INF/ecd-app-definitions.xml [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/WEB-INF/ecd-app.hbm.xml [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/WEB-INF/fusion-110-copy.hbm.xml [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/WEB-INF/jsp/error.jsp [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/WEB-INF/web.xml [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/cloudify/blueprint-controllers.js [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/cloudify/blueprint-service.js [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/cloudify/blueprint_popups.html [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/cloudify/blueprint_table.html [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/cloudify/deployment-controllers.js [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/cloudify/deployment-service.js [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/cloudify/deployment_popups.html [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/cloudify/deployment_table.html [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/cloudify/execution-service.js [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/cloudify/execution-table-controller.js [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/cloudify/execution_table.html [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/cloudify/tosca-table-controller.js [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/cloudify/tosca_table.html [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/consul/datacenter-health-service.js [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/consul/datacenter-table-controller.js [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/consul/datacenter_table.html [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/consul/node-health-service.js [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/consul/node-services-controller.js [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/consul/node-table-controller.js [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/consul/node_popups.html [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/consul/node_table.html [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/consul/service-controllers.js [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/consul/service-health-service.js [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/consul/service_health_table.html [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/consul/service_popups.html [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/external/bootstrap.min.css [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/external/bootstrap.min.css.map [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/external/bootstrap.min.js [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/external/yaml.js [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/home/appDS2.js [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/home/controller-service.js [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/home/controller_table.html [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/home/ecd-router.js [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/home/ecd-style.css [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/home/ecd_popup_templates.html [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/home/ecd_spa.html [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/home/ecompc-instances-controller.js [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/home/ecompc_instances_popup.html [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/home/executions-view-controller.js [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/home/executions_view.html [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/home/modal-service.js [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/home/tree-view-controller.js [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/home/tree-view-directive.js [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/home/tree-view-style.css [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/home/tree_view.html [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/images/ecomp-login-550x360.jpg [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/images/ecomp.png [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/images/onap_16x16.ico [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/images/onap_32x32.ico [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/ecdapp/images/onap_logo_2257x496.png [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/app/fusion/scripts/DS2-view-models/welcome.html [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/index.jsp [new file with mode: 0644]
ecd-app-overlay/src/main/webapp/manifest.jsp [new file with mode: 0644]
pom.xml [new file with mode: 0644]
version.properties [new file with mode: 0644]