Changelog =========== All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). 3.5.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 entity relationship IDs in GET responses (SBD ↔ SBI/EB, SBI ↔ SBD/EB, EB ↔ SBD/SBI) for display in the corresponding PTT UI tab. 3.4.0 ------ - Added observing status filter for all entities - Modified existing filter to support observing status filter 3.3.1 ------ - Handle author value and empty object. 3.3.0 ------ - Added support for new entity IDs as per ODA 17. 3.2.0 ------ - Added support for Data Product dashboard link for each Execution Block. 3.1.0 ------ - Added support for purpose filter for entities like Projects,SBD,SBI and EB. - Updated entity view details section to improve readablity. 3.0.2 ----------- - Fixed project table list without author in dashboard page. 3.0.1 ----------- - Fixed date selector issue - Fixed project ID labels in project bar plots 3.0.0 ----------- - Implemented automated lifecycle management for status entities, reducing manual intervention and ensuring consistent state transitions across workflows. - Introduced a new Activity Report (Overview view) in the Project Tracking Tool, providing a consolidated overview of the state of Projects over a given period for better visibility. 2.1.0 ----------- - Updated PTT Services to v1.1.0 - Add ipv6only=off to nginx conf to allow the deployment to work in environments without IPv6 2.0.1 ------ - [BREAKING] Updated PTT services to v1.0.1 - Updated Runners 2.0.0 ------ - [BREAKING] Added AAA functionality - Added component and e2e test cases 1.8.1 ------ - Updated to use PTT services v0.4.1. 1.8.0 ------ - [BREAKING] Updated to use PTT services v0.4.0 which uses FastAPI. - Fixed the issue where Fuzzy search with entity ID was not functioning properly. 1.7.1 ------ - Fixed Display UI SBD Page issue. 1.7.0 ------ - Added status entity apis to display status. - Updated PTT UI to consume ODA version 7.1.0 1.6.0 ------ - Improved code coverage for component level test. - Added CHANGELOG file to the repository and RTD. - Updated RTD documentation to include user guide for Project Tracking Tool. 1.5.0 ------ - Added support for PTT backend services 1.4.0 ------ - Added support for project status entity and updated status functionality 1.3.1 ------ - Updated make modules in order to fix umbrella charts 1.3.0 ------ - Added support for SBD,SBI and EB status entity and updated status functionality 1.2.0 ------ - Added helm chart support 1.1.0 ------ - Added PTT UI with SBI support. 1.0.0 ------ - Added PTT UI new repository with SBD and ED support