Add table with automatic neighbor relation data 88/188/6
authorLott, Christopher (cl778h) <cl778h@att.com>
Mon, 20 May 2019 15:38:32 +0000 (11:38 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Tue, 28 May 2019 19:20:16 +0000 (15:20 -0400)
commit29ce34b03e4099786f14cd7fc5473305da8750d6
tree7ad66ecf2f31d76c7faf2b0fa7e81e7dcebb28d8
parent6ca7894a0bb7717740dd785ddfe613c85a25e2b7
Add table with automatic neighbor relation data

Includes edit and delete features.
Drops the xapp screen which was for pendulum control.

Bump version to 1.0.4

Change-Id: I64c5379164dd3a52f33c782d206f11d2b792b18e
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
34 files changed:
a1-med-client/pom.xml
anr-xapp-client/pom.xml
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/config/AnrXappMockConfiguration.java
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/controller/AcXappController.java
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
webapp-backend/src/main/java/org/oransc/ric/portal/dashboard/controller/XappManagerController.java
webapp-frontend/pom.xml
webapp-frontend/src/app/anr-xapp/anr-edit-ncr-dialog.component.html [new file with mode: 0644]
webapp-frontend/src/app/anr-xapp/anr-edit-ncr-dialog.component.scss [moved from webapp-frontend/src/app/xapp/xapp.component.spec.ts with 55% similarity]
webapp-frontend/src/app/anr-xapp/anr-edit-ncr-dialog.component.ts [new file with mode: 0644]
webapp-frontend/src/app/anr-xapp/anr-xapp.component.html
webapp-frontend/src/app/anr-xapp/anr-xapp.component.scss
webapp-frontend/src/app/anr-xapp/anr-xapp.component.spec.ts
webapp-frontend/src/app/anr-xapp/anr-xapp.component.ts
webapp-frontend/src/app/anr-xapp/anr-xapp.datasource.ts [new file with mode: 0644]
webapp-frontend/src/app/app-routing.module.ts
webapp-frontend/src/app/app.module.ts
webapp-frontend/src/app/control/control.component.html
webapp-frontend/src/app/control/control.component.ts
webapp-frontend/src/app/interfaces/anr-xapp.types.ts
webapp-frontend/src/app/interfaces/xapp-mgr.types.ts
webapp-frontend/src/app/navigation/sidenav-list/sidenav-list.component.html
webapp-frontend/src/app/services/anr-xapp/anr-xapp.service.ts
webapp-frontend/src/app/services/xapp-mgr/xapp-mgr.service.ts
webapp-frontend/src/app/xapp/xapp.component.html [deleted file]
webapp-frontend/src/app/xapp/xapp.component.scss [deleted file]
webapp-frontend/src/app/xapp/xapp.component.ts [deleted file]
xapp-mgr-client/pom.xml