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

[YUNIKORN-1133] Upgrade angular framework to latest stable release #76

Conversation

akhilpb001
Copy link
Contributor

@akhilpb001 akhilpb001 commented Apr 13, 2022

What is this PR for?

Updates Angular and related dependencies to latest releases.

What type of PR is it?

  • - Bug Fix
  • - Improvement
  • - Feature
  • - Documentation
  • - Hot Fix
  • - Refactoring

Todos

  • - Task

What is the Jira issue?

https://issues.apache.org/jira/browse/YUNIKORN-1133

How should this be tested?

Screenshots (if appropriate)

Questions:

  • - The licenses files need update.
  • - There is breaking changes for older versions.
  • - It needs documentation.

Copy link
Contributor

@craigcondit craigcondit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks YUNIKORN-1175. Please ensure those changes are included here as well. Utilized is returned by the REST API as a collection of items keyed by resource with the percentage (0-100) as values, NOT as a single value as expressed in the json-db.json file. The second commit to that file was incorrect as the original values match what the REST API returns.

nan

"memory": 0,
"vcore": 0
},
"utilized": 0,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is incorrect -- the previous values are in the correct format:

"utilized": { "memory": 0, "vcore": 0 }

Copy link
Contributor

@wilfred-s wilfred-s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, discussed the change for YUNIKORN-1175 with Craig and we will reapply that change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants