Extend Xapp deploy workflow
[portal/ric-dashboard.git] / docs / release-notes.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. SPDX-License-Identifier: CC-BY-4.0
3 .. Copyright (C) 2019 AT&T Intellectual Property
4
5 RIC Dashboard Release Notes
6 ===========================
7
8 Version 2.1.0, 26 Aug 2020
9 --------------------------
10 * Extend the Dashboard Xapp deploy workflow to accept configuration (`OAM-109 <https://jira.o-ran-sc.org/browse/OAM-109>`_)
11 * Add Xapp Onboarder client to backend (`OAM-108 <https://jira.o-ran-sc.org/browse/OAM-108>`_)
12 * Add Xapp Onboarder frontend UI (`OAM-108 <https://jira.o-ran-sc.org/browse/OAM-108>`_)
13
14 Version 2.0.3, 3 Jun 2020
15 --------------------------
16 * Validate request bodies in backend REST controller methods
17 * Upgrade Angular to version 9
18
19 Version 2.0.2, 18 May 2020
20 --------------------------
21 * Repair App Manager data models in webapp frontend (`OAM-103 <https://jira.o-ran-sc.org/browse/OAM-103>`_)
22
23 Version 2.0.1, 30 Apr 2020
24 --------------------------
25 * Update and relocate the theme selector button
26 * Revise controllers to use ResponseEntity
27 * Drop AC xApp control/config screen from front-end
28 * Drop A1 Mediator controller and tests from back-end
29 * Drop ENDC and X2 setup requests to E2 Manager
30 * Upgrade to Spring-Boot 2.2.4.RELEASE
31 * Set the first instance as the default one
32 * Add methods to create, update and delete xApp stat metric URLs
33 * Rearrange property files to support testing default context
34 * Update E2Manager API to version 4.4.4 with updateGnb method
35
36 Version 2.0.0, 5 Feb 2020
37 --------------------------
38 * Change application properties file to YAML format
39 * Add mock list of RIC instances to application properties
40 * Add admin controller method to fetch list of RIC instances
41 * Drop AUX cluster container list fetched via CAAS Ingress
42 * Revise controller methods to require RIC instance key
43 * Upgrade to Spring-Boot 2.1.11.RELEASE
44 * Add instance-selector service
45 * Revise ac-xapp, app-mgr, caas-ingress, e2-mgr service to support multiple ric instances
46 * Revise ac-xapp, app-control, catalog, caas-ingress, ran-control components to listen to the instance change
47 * Upgrade A1 Mediator API and submodule to tag 2.1.0
48 * Upgrade App Manager API and submodule to tag 0.3.3
49 * Upgrade E2 Manager API and submodule to tag 3.0.3
50 * Add instance selector dialog component and service
51 * Repair onSidenavClose method
52 * Extend to support selecting a RIC instance within a region
53 * Update angular to latest version 8, prepare for upgrade to version 9.
54
55 Version 1.3.0, 26 Nov 2019
56 --------------------------
57 * This is the Amber release version
58 * Revise e2-mgr-client to use API spec in new submodule ric-plt/e2mgr;
59   removed cached copy
60 * Silence many Sonar complaints
61 * Revise license statements in documentation files
62 * Revise stats screen to drop mock load, pendulum, reporting items
63 * Remove ANR xApp and mock configuration
64
65 Version 1.2.4, 24 Oct 2019
66 --------------------------
67 * This version is used for the AT&T/Nokia co-create PIZ trials Nov 2019.
68 * Revise a1-med-client to use API spec in new submodule ric-plt/a1;
69   removed cached copy
70 * Revise app manager client to use API spec in new submodule ric-plt/appmgr;
71   removed cached copy
72 * Add Platform page showing Kubernetes pods in aux and platform obtained from CAAS-Ingress
73 * Update Angular libraries to recent stable versions
74 * Revise user controller to answer data sent by portal, drop the mock implementation
75 * Set global style for page titles
76 * Align page titles to top left,decrease font size
77 * Update EPSDK-FW to version 2.6
78 * Make constructor robust to missing caasingress.insecure property
79 * Repair bug that omitted slashes in CAAS-Ingress URL builder
80 * Improve the dark mode
81 * Show container ready count with total count
82
83 Version 1.2.3, 4 Oct 2019
84 -------------------------
85 * Serve unauthenticated user a login-at-portal page without using redirect
86 * Upgrade to Spring-Boot 2.1.9.RELEASE
87
88 Version 1.2.2, 27 Sep 2019
89 --------------------------
90 * Support Portal security using EPSDK-FW cookie and user management
91
92 Version 1.2.1, 20 Sep 2019
93 --------------------------
94 * Repair E2 URLs in front end like endc-setup/endcSetup
95 * Extend ANR mock feature to persist edits for demos
96 * Block whitespace in E2 IP input field validation
97 * Relax validation in E2 RAN name field validation
98 * Make RAN connection table robust to missing fields
99 * Install curl when building Docker image
100
101 Version 1.2.0, 11 Sep 2019
102 --------------------------
103 * Split URL properties into prefix/suffix parts
104 * Add jacoco plugin to back-end for code coverage
105 * Compile with Java version 11, use base openjdk:11-jre-slim
106 * Clean code of issues reported by Sonar
107 * Drop mock RAN names feature that supported R1 testing
108 * Extend mock endpoints to simulate delay seen in tests
109 * Move mock configuration classes into test area
110 * Update App manager client to spec version 0.1.7
111 * Add controller for page refresh of Angular routes
112 * Extend E2 mock configuration for demo purposes
113 * Add pattern for matching AC/admin application name
114 * Add custom (plain but not white-label) error page
115 * Synch A1 method paths in front-end and back-end
116 * Add xapp dynamic configuration feature
117 * Disable x-frame-options response header
118 * Repair app manager undeploy-app back/front methods
119 * Display AC xAPP metrics data via Kibana source (metrics.url.ac) on dashboard
120 * Pass AC policy parameter without parsing as JSON
121 * Use snake_case (not camelCase) names in AC policy front end
122 * Update A1 mediator client to spec version 0.10.3
123 * Extend AC control screen to read policy from A1
124 * Create loading-dialog component and service
125 * Showing the loading-dialog while making API call
126 * Add notification and error handling for xapp configuration
127 * Update E2 manager client to spec version 2.0.5 of 2019-09-11
128 * Display MC xAPP metrics data via Kibana source (metrics.url.mc) on dashboard
129
130 Version 1.0.5, 5 July 2019
131 --------------------------
132 * Upgrade to Angular version 8
133 * Upgrade to Spring-Boot 2.1.6.RELEASE
134 * Align AC xApp policy page title
135 * Update E2 manager client to spec version 20190703
136 * Add configuration-driven mock of E2 getNodebIdList
137 * Revise front-end components to use prefix 'rd'
138 * Improve error handling in BE and FE code
139 * Revise the notification service to display multiple notifications
140 * Add JUnit test cases for controller methods
141
142 Version 1.0.4, 27 June 2019
143 ---------------------------
144 * Add AC xApp neighbor control screen
145 * Add ANR xApp neighbor cell relation table
146 * Drop the pendulum xApp control screen
147 * Add column sorting on xApp catalog, xApp control, ANR
148 * Add disconnect-all button to RAN connection screen
149 * Extend E2 service with disconnect-all method
150 * Update ANR xApp client to spec version 0.0.8
151 * Update E2 manager client to spec version 20190620
152 * Adjust CSS and HTML for main container positioning
153 * Revise config property keys to use URL (not basepath)
154 * Left menu overlap main content fix
155 * Extend back-end controllers to return error details
156 * Add feature resilient to malformed instance data
157 * Extend Xapp Controller with config endpoints
158 * Add build number to dashboard version string
159 * Move mock admin screen user data to backend
160 * Update App manager client to spec version 0.1.5
161 * Move RAN connection feature to control screen
162 * Rework admin table
163 * Update the notification service
164 * Move RAN connection feature to control screen
165 * Repair deploy-app feature and use icon instead of text button
166
167 Version 1.0.3, 28 May 2019
168 --------------------------
169 * Add AC xApp controller to backend
170 * Add AC xApp interface to frontend
171 * Add RAN type radio selector to connection setup
172 * Update ANR xApp client to spec version 0.0.7
173 * Update E2 manager client to spec version 20190515
174 * Update xApp manager client to spec version 0.1.4
175 * Add get-version methods to all controllers
176 * Add simple page footer with copyright and version
177 * Add AC and ANR xApp services
178 * Rename signal service to E2 Manager service
179 * Use XappMgrService to replace ControlService and CatalogService
180 * Apply mat-table to control and catalog
181 * RAN Connection screen upgrade to mat-table
182
183 Version 1.0.2, 13 May 2019
184 --------------------------
185 * Update A1 mediator client to version 0.4.0
186 * Add E2 response message with timestamp and status code
187 * Fetch xAPP instance status information from xAPP Manager and display in dashboard
188 * Allow the user to initiate an E2 (X2) connection between RIC and gNB/eNB
189 * User input validations on connections between RIC and eNB/gNB in the dashboard
190 * Add ANR xApp backend with mock implementation
191 * Add undeploy xApp function
192 * Add shared confirm dialog
193 * Add shared notification
194
195 Version 1.0.1, 6 May 2019
196 -------------------------
197 * Add draft A1 Mediator API definition
198 * Use E2 Manager API definition dated 2 May 2019, with tag modifications
199 * Adjust group IDs and packages for name O-RAN-SC; drop ORAN-OSC
200 * Add ANR API spec and client code generator
201 * Update xApp Manager API spec to version 0.1.2
202
203 Version 1.0.0, 30 Apr 2019
204 --------------------------
205 * Initial version