Change log =========== All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). 1.4.0 ----------- - Delete nginx.conf as it is overwritten by template from the base image. - Override `worker_processes` in the nginx conf to fix resource issue when app is deployed in same node as others. - Added support for OST backend apis instead of ODA apis for entity retrival. 1.3.0 ------ - Added support for QA override control as per ADR-111. 1.2.0 ------ - Updated ODA to 17.0.1 and OET bcakend to 10.8.1 1.1.3 ------ - Updated Docker file to use ska-node:0.1.3 base image. 1.1.2 ------ - Update nginx to 1.27.3 1.1.1 ----- - Updated timestamp for "created_date" column and displayed HTTP error messages on UI. 1.1.0 ----- - Added suport for adding script arguments for SBD's in observing queue. - Add support for setting 'create_env' from OET UI - Add ipv6only=off to nginx conf to allow the deployment to work in environments without IPv6 1.0.1 ----- - Update ingress path to support OET API endpoint. 1.0.0 ----- - OET UI supports concurrent execution for SBDs on different subarray Id. 0.3.1 ----- - Removed multiple calls for stream api after each timeout. 0.3.0 ----- - Added AAA support for OET UI and access tokens for OET backend apis. 0.2.0 ----- - Added support to create observing queue for SBD execution in sequence. - Added support to view execution history. 0.1.0 ----- - Added functionality for execution of Scheduling Block which are in 'Ready' status. - Create UI repository for Observation Execution Tool.