Initial seed code contribution for CDT 21/33621/1
authorSkip Wonnell <skip@att.com>
Thu, 1 Mar 2018 14:30:15 +0000 (08:30 -0600)
committerSkip Wonnell <skip@att.com>
Thu, 1 Mar 2018 14:33:56 +0000 (08:33 -0600)
commit2c977e2b66ced314a4f51121801f62fe5c3c05e4
treed93b360d7a6502a6aff1f30ba7f96c3e14f8911c
parent912f105d12fe6f8dc3a2d409938c87016204debe
Initial seed code contribution for CDT

Issue-ID: APPC-682
Change-Id: I0331ffce2a430195c29d0d1b2295966f9eb28699
Signed-off-by: Skip Wonnell <skip@att.com>
163 files changed:
.angular-cli.json [new file with mode: 0644]
.classpath [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.project [new file with mode: 0644]
Dockerfile [new file with mode: 0644]
README.md [new file with mode: 0644]
e2e/app.e2e-spec.ts [new file with mode: 0644]
e2e/app.po.ts [new file with mode: 0644]
e2e/tsconfig.e2e.json [new file with mode: 0644]
karma.conf.js [new file with mode: 0644]
nginx/default.conf [new file with mode: 0644]
package.json [new file with mode: 0644]
pom.xml [new file with mode: 0644]
protractor.conf.js [new file with mode: 0644]
src/app/about-us/aboutus.component.css [new file with mode: 0644]
src/app/about-us/aboutus.component.html [new file with mode: 0644]
src/app/about-us/aboutus.component.spec.ts [new file with mode: 0644]
src/app/about-us/aboutus.component.ts [new file with mode: 0644]
src/app/about-us/appVersion.json [new file with mode: 0644]
src/app/about-us/versionLog.txt [new file with mode: 0644]
src/app/app.component.css [new file with mode: 0644]
src/app/app.component.html [new file with mode: 0644]
src/app/app.component.spec.ts [new file with mode: 0644]
src/app/app.component.ts [new file with mode: 0644]
src/app/app.module.ts [new file with mode: 0644]
src/app/app.routing.ts [new file with mode: 0644]
src/app/home/home.module.ts [new file with mode: 0644]
src/app/home/home/home.component.css [new file with mode: 0644]
src/app/home/home/home.component.html [new file with mode: 0644]
src/app/home/home/home.component.spec.ts [new file with mode: 0644]
src/app/home/home/home.component.ts [new file with mode: 0644]
src/app/pipes/vm-filtering.pipe.spec.ts [new file with mode: 0644]
src/app/pipes/vm-filtering.pipe.ts [new file with mode: 0644]
src/app/shared/components/header/header.component.css [new file with mode: 0644]
src/app/shared/components/header/header.component.html [new file with mode: 0644]
src/app/shared/components/header/header.component.spec.ts [new file with mode: 0644]
src/app/shared/components/header/header.component.ts [new file with mode: 0644]
src/app/shared/components/help/help/help.component.css [new file with mode: 0644]
src/app/shared/components/help/help/help.component.html [new file with mode: 0644]
src/app/shared/components/help/help/help.component.spec.ts [new file with mode: 0644]
src/app/shared/components/help/help/help.component.ts [new file with mode: 0644]
src/app/shared/components/logout/logout.component.css [new file with mode: 0644]
src/app/shared/components/logout/logout.component.html [new file with mode: 0644]
src/app/shared/components/logout/logout.component.spec.ts [new file with mode: 0644]
src/app/shared/components/logout/logout.component.ts [new file with mode: 0644]
src/app/shared/components/navigation/navigation.component.css [new file with mode: 0644]
src/app/shared/components/navigation/navigation.component.html [new file with mode: 0644]
src/app/shared/components/navigation/navigation.component.spec.ts [new file with mode: 0644]
src/app/shared/components/navigation/navigation.component.ts [new file with mode: 0644]
src/app/shared/confirmModal/confirm.component.ts [new file with mode: 0644]
src/app/shared/directives/collapse.component.ts [new file with mode: 0644]
src/app/shared/directives/drop-down-toggle.directive.spec.ts [new file with mode: 0644]
src/app/shared/directives/drop-down-toggle.directive.ts [new file with mode: 0644]
src/app/shared/directives/dropdown.ts [new file with mode: 0644]
src/app/shared/directives/dropdownnotclosablezone.ts [new file with mode: 0644]
src/app/shared/directives/dropdownopen.ts [new file with mode: 0644]
src/app/shared/modal/modal.component.css [new file with mode: 0644]
src/app/shared/modal/modal.component.html [new file with mode: 0644]
src/app/shared/modal/modal.component.ts [new file with mode: 0644]
src/app/shared/models/ArtifactRequest.ts [new file with mode: 0644]
src/app/shared/models/ConfigMapping.ts [new file with mode: 0644]
src/app/shared/models/Notification.ts [new file with mode: 0644]
src/app/shared/models/index.ts [new file with mode: 0644]
src/app/shared/modules/tidy-table/order-by.pipe.spec.ts [new file with mode: 0644]
src/app/shared/modules/tidy-table/order-by.pipe.ts [new file with mode: 0644]
src/app/shared/modules/tidy-table/table-filter.pipe.spec.ts [new file with mode: 0644]
src/app/shared/modules/tidy-table/table-filter.pipe.ts [new file with mode: 0644]
src/app/shared/modules/tidy-table/tidy-table.module.ts [new file with mode: 0644]
src/app/shared/services/emitter.service.spec.ts [new file with mode: 0644]
src/app/shared/services/emitter.service.ts [new file with mode: 0644]
src/app/shared/services/httpUtil/http-util.service.spec.ts [new file with mode: 0644]
src/app/shared/services/httpUtil/http-util.service.ts [new file with mode: 0644]
src/app/shared/services/mapping-editor.service.ts [new file with mode: 0644]
src/app/shared/services/notification.service.ts [new file with mode: 0644]
src/app/shared/services/paramShare.service.ts [new file with mode: 0644]
src/app/shared/services/utilityService/utility.service.spec.ts [new file with mode: 0644]
src/app/shared/services/utilityService/utility.service.ts [new file with mode: 0644]
src/app/shared/shared.module.ts [new file with mode: 0644]
src/app/test/test.component.css [new file with mode: 0644]
src/app/test/test.component.html [new file with mode: 0644]
src/app/test/test.component.spec.ts [new file with mode: 0644]
src/app/test/test.component.ts [new file with mode: 0644]
src/app/vnfs/GCAuthGuard/gcauth-guard.service.ts [new file with mode: 0644]
src/app/vnfs/LoginGuardService/Login-guard-service.ts [new file with mode: 0644]
src/app/vnfs/auth-guard-modal/auth-guard-modal.css [new file with mode: 0644]
src/app/vnfs/auth-guard-modal/auth-guard-modal.html [new file with mode: 0644]
src/app/vnfs/auth-guard-modal/auth-guard-modal.ts [new file with mode: 0644]
src/app/vnfs/build-artifacts/build-artifacts.component.css [new file with mode: 0644]
src/app/vnfs/build-artifacts/build-artifacts.component.html [new file with mode: 0644]
src/app/vnfs/build-artifacts/build-artifacts.component.spec.ts [new file with mode: 0644]
src/app/vnfs/build-artifacts/build-artifacts.component.ts [new file with mode: 0644]
src/app/vnfs/build-artifacts/parameter-definitions/parameter-definition.service.spec.ts [new file with mode: 0644]
src/app/vnfs/build-artifacts/parameter-definitions/parameter-definition.service.ts [new file with mode: 0644]
src/app/vnfs/build-artifacts/parameter-definitions/parameter.component.css [new file with mode: 0644]
src/app/vnfs/build-artifacts/parameter-definitions/parameter.component.html [new file with mode: 0644]
src/app/vnfs/build-artifacts/parameter-definitions/parameter.component.spec.ts [new file with mode: 0644]
src/app/vnfs/build-artifacts/parameter-definitions/parameter.component.ts [new file with mode: 0644]
src/app/vnfs/build-artifacts/parameter-holder/parameter-holder.component.css [new file with mode: 0644]
src/app/vnfs/build-artifacts/parameter-holder/parameter-holder.component.html [new file with mode: 0644]
src/app/vnfs/build-artifacts/parameter-holder/parameter-holder.component.spec.ts [new file with mode: 0644]
src/app/vnfs/build-artifacts/parameter-holder/parameter-holder.component.ts [new file with mode: 0644]
src/app/vnfs/build-artifacts/reference-data-holder/reference-data-holder.component.css [new file with mode: 0644]
src/app/vnfs/build-artifacts/reference-data-holder/reference-data-holder.component.html [new file with mode: 0644]
src/app/vnfs/build-artifacts/reference-data-holder/reference-data-holder.component.spec.ts [new file with mode: 0644]
src/app/vnfs/build-artifacts/reference-data-holder/reference-data-holder.component.ts [new file with mode: 0644]
src/app/vnfs/build-artifacts/reference-dataform/reference-dataform.component.css [new file with mode: 0644]
src/app/vnfs/build-artifacts/reference-dataform/reference-dataform.component.html [new file with mode: 0644]
src/app/vnfs/build-artifacts/reference-dataform/reference-dataform.component.spec.ts [new file with mode: 0644]
src/app/vnfs/build-artifacts/reference-dataform/reference-dataform.component.ts [new file with mode: 0644]
src/app/vnfs/build-artifacts/template-holder/param-name-value/param-name-value.component.css [new file with mode: 0644]
src/app/vnfs/build-artifacts/template-holder/param-name-value/param-name-value.component.html [new file with mode: 0644]
src/app/vnfs/build-artifacts/template-holder/param-name-value/param-name-value.component.ts [new file with mode: 0644]
src/app/vnfs/build-artifacts/template-holder/param-name-value/tab.ts [new file with mode: 0644]
src/app/vnfs/build-artifacts/template-holder/param-name-value/tabs.ts [new file with mode: 0644]
src/app/vnfs/build-artifacts/template-holder/template-configuration/template-configuration.component.css [new file with mode: 0644]
src/app/vnfs/build-artifacts/template-holder/template-configuration/template-configuration.component.html [new file with mode: 0644]
src/app/vnfs/build-artifacts/template-holder/template-configuration/template-configuration.component.spec.ts [new file with mode: 0644]
src/app/vnfs/build-artifacts/template-holder/template-configuration/template-configuration.component.ts [new file with mode: 0644]
src/app/vnfs/build-artifacts/template-holder/template-holder.component.css [new file with mode: 0644]
src/app/vnfs/build-artifacts/template-holder/template-holder.component.html [new file with mode: 0644]
src/app/vnfs/build-artifacts/template-holder/template-holder.component.spec.ts [new file with mode: 0644]
src/app/vnfs/build-artifacts/template-holder/template-holder.component.ts [new file with mode: 0644]
src/app/vnfs/myvnfs/myvnfs.component.css [new file with mode: 0644]
src/app/vnfs/myvnfs/myvnfs.component.html [new file with mode: 0644]
src/app/vnfs/myvnfs/myvnfs.component.spec.ts [new file with mode: 0644]
src/app/vnfs/myvnfs/myvnfs.component.ts [new file with mode: 0644]
src/app/vnfs/userlogin-form/userlogin-form.component.css [new file with mode: 0644]
src/app/vnfs/userlogin-form/userlogin-form.component.html [new file with mode: 0644]
src/app/vnfs/userlogin-form/userlogin-form.component.spec.ts [new file with mode: 0644]
src/app/vnfs/userlogin-form/userlogin-form.component.ts [new file with mode: 0644]
src/app/vnfs/vnf.routing.ts [new file with mode: 0644]
src/app/vnfs/vnfs.module.ts [new file with mode: 0644]
src/app/vnfs/vnfs/vnfs.component.css [new file with mode: 0644]
src/app/vnfs/vnfs/vnfs.component.html [new file with mode: 0644]
src/app/vnfs/vnfs/vnfs.component.spec.ts [new file with mode: 0644]
src/app/vnfs/vnfs/vnfs.component.ts [new file with mode: 0644]
src/assets/.gitkeep [new file with mode: 0644]
src/assets/images/ic_play.png [new file with mode: 0644]
src/assets/images/ic_play1.png [new file with mode: 0644]
src/assets/images/menu_icon.png [new file with mode: 0644]
src/assets/images/menuicon.png [new file with mode: 0644]
src/environments/environment.dev3.ts [new file with mode: 0644]
src/environments/environment.dev4.ts [new file with mode: 0644]
src/environments/environment.prod.ts [new file with mode: 0644]
src/environments/environment.ts [new file with mode: 0644]
src/favicon.ico [new file with mode: 0644]
src/index.html [new file with mode: 0644]
src/main.ts [new file with mode: 0644]
src/main/assembly/assembly.xml [new file with mode: 0644]
src/material.css [new file with mode: 0644]
src/material.js [new file with mode: 0644]
src/material.min.css [new file with mode: 0644]
src/material.min.js [new file with mode: 0644]
src/material.min.js.map [new file with mode: 0644]
src/polyfills.ts [new file with mode: 0644]
src/styles.css [new file with mode: 0644]
src/test.ts [new file with mode: 0644]
src/test/java/org/openecom/appc/cdt/cdt/AppTest.java [new file with mode: 0644]
src/tsconfig.app.json [new file with mode: 0644]
src/tsconfig.spec.json [new file with mode: 0644]
src/typings.d.ts [new file with mode: 0644]
tsconfig.json [new file with mode: 0644]
tslint.json [new file with mode: 0644]