Add AC controller with get/put policy methods 62/162/7
authorLott, Christopher (cl778h) <cl778h@att.com>
Tue, 14 May 2019 23:43:50 +0000 (19:43 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Wed, 15 May 2019 19:29:50 +0000 (15:29 -0400)
commit2239b1d982aafe5e7dce4dbbec5100f3e3191249
treef6669877e0991b9519294cdd1b91df0fc4fb0e78
parent2316ebd446dc9993b7c364ccb96d24f009195aa8
Add AC controller with get/put policy methods

Upgrade ANR spec to version 0.0.4.
Drop the A1 Mediation Controller for pendulum demo.
Add footer with version info.
Add get-version endpoints for clients.

Change-Id: Ie45d412b8f126853fa59d74bb50e74fdecd94688
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
41 files changed:
a1-med-client/pom.xml
anr-xapp-client/pom.xml
anr-xapp-client/src/main/resources/anr_swagger_0.0.4.yaml [moved from anr-xapp-client/src/main/resources/anr_swagger_0.0.3.yaml with 84% similarity]
docs/release-notes.rst
e2-mgr-client/pom.xml
pom.xml
webapp-backend/pom.xml
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/DashboardApplication.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/DashboardConstants.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/config/AnrXappMockConfiguration.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/controller/A1MediationController.java [deleted file]
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/controller/AcXappController.java [new file with mode: 0644]
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/controller/AnrXappController.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/controller/E2ManagerController.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/controller/HealthcheckController.java [new file with mode: 0644]
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/controller/XappManagerController.java
webapp-frontend/package-lock.json
webapp-frontend/package.json
webapp-frontend/pom.xml
webapp-frontend/src/app/app.component.css
webapp-frontend/src/app/app.component.html
webapp-frontend/src/app/app.module.ts
webapp-frontend/src/app/footer/footer.component.html [new file with mode: 0644]
webapp-frontend/src/app/footer/footer.component.scss [new file with mode: 0644]
webapp-frontend/src/app/footer/footer.component.spec.ts [new file with mode: 0644]
webapp-frontend/src/app/footer/footer.component.ts [new file with mode: 0644]
webapp-frontend/src/app/interfaces/ac-xapp.types.ts [new file with mode: 0644]
webapp-frontend/src/app/interfaces/anr-xapp.types.ts [new file with mode: 0644]
webapp-frontend/src/app/interfaces/dashboard.types.ts [new file with mode: 0644]
webapp-frontend/src/app/interfaces/e2-mgr.types.ts [new file with mode: 0644]
webapp-frontend/src/app/interfaces/xapp-mgr.types.ts [moved from webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/model/UrlTransport.java with 59% similarity]
webapp-frontend/src/app/services/catalog/catalog.service.ts
webapp-frontend/src/app/services/signal/signal.service.ts
webapp-frontend/src/app/services/version/version.service.spec.ts [new file with mode: 0644]
webapp-frontend/src/app/services/version/version.service.ts [new file with mode: 0644]
webapp-frontend/src/app/signal/signal.component.ranconnect-dialog.html
webapp-frontend/src/app/signal/signal.component.ts
webapp-frontend/src/app/ui/catalog-card/catalog-card.component.html
webapp-frontend/src/app/ui/control-card/control-card.component.html
webapp-frontend/src/index.html
xapp-mgr-client/pom.xml