Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Features for Unity UI #41

Merged
merged 56 commits into from
Nov 11, 2024
Merged

Conversation

anilnatha
Copy link
Collaborator

Proposed Changes

  • Updated node version lts/iron
  • Added ability to fetch health information from Health API Endpoint for Health Dashboard
  • Removed cognito authentication
  • Added authorization via httpd proxy
  • Removed unneeded navigation links
  • Removed job monitoring and new job features
  • Added progress bar to be displayed when health information is being fetched
  • Various code cleanup and optimization activities

anilnatha added 30 commits June 24, 2024 22:09
…a cookie that stores the user token, username, and email of the logged in user. Removed the AuthenticationWrapper that was previously providing login functionality that is no longer needed. Replaced that with an Authorization Wrapper and accompanying auth utils file that provides utility functions for accessing cookies. Updated variable references for token and username throughout application.
…dded new configuration setting to resolve cookie domain issue.
…g updated health json data from the forthcoming introduction of the health api endpoint. Also, resolved issues with the loading of the health json file and the way routes and page titles are handled because of the updated information in the the health json data file.
…ger needed. They were being used previously by the AuthenticationWrapper when we were integrating directly with Cognito, which we aren't anymore.
…as they are no longer needed. Also removed unneeded alias configuration in vite.config.ts that referenced these packages. These packages were used by our former AuthenticationWrapper when we integrated directly with Cognito.
…oard. Also renamed and moved CSS class needed by Health Dashboard to _Grid.scss file and updated references to CSS class.
…e of health API endpoint. Also fixed how cookies are read.
…PI instance on API GW. Also made improvements to how cell rendering in the health dashboard is handled. And fixed how services in the health dashboard are linked.
…n't presently have access to that information from our AWS SSM parameter store.
@anilnatha anilnatha requested a review from rtapella October 22, 2024 22:21
@rtapella rtapella merged commit 27e311d into develop Nov 11, 2024
1 check passed
@rtapella rtapella deleted the features/updates-for-deployment branch November 11, 2024 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants