Releases: unity-sds/unity-portal
Releases · unity-sds/unity-portal
Unity Portal 0.9.0
What's Changed
- Updated Docker workflow so that it is triggered by the creation of a tag and said tag label is used to tag the built Docker image by @anilnatha in #62
- Merging
develop
tomain
by @anilnatha in #63 - MDPS and Portal rebranding by @anilnatha in #66
- Remove hard coded links by @anilnatha in #67
- Fixed Unity Portal application not rendering in the browser viewport by @anilnatha in #69
- Add project and venue to navbar by @anilnatha in #70
- Updated consumption of Health API to accommodate new fields by @anilnatha in #72
- Fixed issue with incosnistency between what is shown on the homepage and in the main navigation's application menu by @anilnatha in #76
Full Changelog: 0.8.0...0.9.0
Unity UI 0.8.0
What's Changed
- Create health dashboard and integrate dynamic navbar by @anilnatha in #32
- Updated home page route to be located at /home and the route / redirects to it by @anilnatha in #39
- Added health check URL to health dashboard by @anilnatha in #40
- New Features for Unity UI by @anilnatha in #41
- Add application cards to homepage for quick navigation upon login by @anilnatha in #42
- Updated router configuration to improve URL readability. URLs no longer contain router information using a hash by @anilnatha in #44
- Updated proxy name to be
ui
instead ofdashboard
by @anilnatha in #46 - Add hard coded STAC browser links by @anilnatha in #48
- Added support to report on when health API endpoint is not available in navbar and on health dashboard by @anilnatha
- Fixed clickable area of navbar menu items by @anilnatha
- Fixed health dashboard column resizer element z-index by @anilnatha
Full Changelog: 0.5.0...0.8.0
Unity-UI 0.5.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[0.5.0] - 2024-04-15
Added
- Added CI/CD workflow to build application as a docker image. #21
- Updated application build configuration. Stateful information has been removed from project configuration. Instead we now allow environment variables to be supplied to the container at startup which in turn get injected into the Unity UI Codebase. This is in support of moving to dynamic configuration of the application via Unity Marketplace. Related to unity-sds/unity-sds-portal#3
Fixed
- Updated Navbar CSS styling to match Figma designs #5
Changed
Removed
Security
Deprecated
Initial UI Development
- Creation of react app project using Vite
- Integration of Authentication via Cognito
- Addition of Routing
- Integration of React Stellar Navbar component
- Developed Jobs Monitoring Dashboard — currently loads static data
- Jobs Detail view (loaded via clicking a cell in jobs dashboard)
- Integration of generic web view for loading third-party user interfaces