X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Frelease-notes.rst;h=19a9e55b076aeb432b615b6d2e8fdbfc94a15d4b;hb=refs%2Fheads%2Fr2-piz;hp=598daf6481e538d683cd1d64a73749dacf993355;hpb=a38e36caa736b48ca6aefafc3f03eeb966f6efb5;p=portal%2Fric-dashboard.git diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 598daf64..19a9e55b 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -1,7 +1,7 @@ .. ===============LICENSE_START======================================================= .. O-RAN SC CC-BY-4.0 .. %% -.. Copyright (C) 2019 AT&T Intellectual Property and Nokia +.. Copyright (C) 2019 AT&T Intellectual Property .. %% .. Licensed under the Apache License, Version 2.0 (the "License"); .. you may not use this file except in compliance with the License. @@ -16,21 +16,72 @@ .. limitations under the License. .. ===============LICENSE_END========================================================= -=========================== RIC Dashboard Release Notes =========================== -Version 1.2.0, 31 July 2019 ---------------------------- +Version 1.2.4, 24 Oct 2019 +-------------------------- +* Revise a1-med-client to use API spec in new submodule ric-plt/a1; + removed cached copy +* Revise app manager client to use API spec in new submodule ric-plt/appmgr; + removed cached copy +* Add Platform page showing Kubernetes pods in aux and platform obtained from CAAS-Ingress +* Update Angular libraries to recent stable versions +* Revise user controller to answer data sent by portal, drop the mock implementation +* Set global style for page titles +* Align page titles to top left,decrease font size +* Update EPSDK-FW to version 2.6 +* Make constructor robust to missing caasingress.insecure property +* Repair bug that omitted slashes in CAAS-Ingress URL builder +* Improve the dark mode +* Show container ready count with total count + +Version 1.2.3, 4 Oct 2019 +------------------------- +* Serve unauthenticated user a login-at-portal page without using redirect +* Upgrade to Spring-Boot 2.1.9.RELEASE + +Version 1.2.2, 27 Sep 2019 +-------------------------- +* Support Portal security using EPSDK-FW cookie and user management + +Version 1.2.1, 20 Sep 2019 +-------------------------- +* Repair E2 URLs in front end like endc-setup/endcSetup +* Extend ANR mock feature to persist edits for demos +* Block whitespace in E2 IP input field validation +* Relax validation in E2 RAN name field validation +* Make RAN connection table robust to missing fields +* Install curl when building Docker image + +Version 1.2.0, 11 Sep 2019 +-------------------------- * Split URL properties into prefix/suffix parts * Add jacoco plugin to back-end for code coverage -* Compile with Java version 11, run with image openjdk:11 +* Compile with Java version 11, use base openjdk:11-jre-slim * Clean code of issues reported by Sonar * Drop mock RAN names feature that supported R1 testing * Extend mock endpoints to simulate delay seen in tests * Move mock configuration classes into test area -* Add EPSDK-FW user management and Portal security -* Update A1 mediator client to spec version 0.10.0 +* Update App manager client to spec version 0.1.7 +* Add controller for page refresh of Angular routes +* Extend E2 mock configuration for demo purposes +* Add pattern for matching AC/admin application name +* Add custom (plain but not white-label) error page +* Synch A1 method paths in front-end and back-end +* Add xapp dynamic configuration feature +* Disable x-frame-options response header +* Repair app manager undeploy-app back/front methods +* Display AC xAPP metrics data via Kibana source (metrics.url.ac) on dashboard +* Pass AC policy parameter without parsing as JSON +* Use snake_case (not camelCase) names in AC policy front end +* Update A1 mediator client to spec version 0.10.3 +* Extend AC control screen to read policy from A1 +* Create loading-dialog component and service +* Showing the loading-dialog while making API call +* Add notification and error handling for xapp configuration +* Update E2 manager client to spec version 2.0.5 of 2019-09-11 +* Display MC xAPP metrics data via Kibana source (metrics.url.mc) on dashboard Version 1.0.5, 5 July 2019 --------------------------