-
Notifications
You must be signed in to change notification settings - Fork 118
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
Airavata 3594 admin dashboard additions #433
base: develop
Are you sure you want to change the base?
Airavata 3594 admin dashboard additions #433
Conversation
…implementation in RegistryServerHandler to be done
266f0e7
to
b0f1af5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @SauravKumarJhaNITW , thank you for this contribution! Overall this looks really good. I do have some requested changes in my review mainly around making sure that the getCpuUsage code can scale to handle gateways with thousands of jobs. Please let me know if you have any questions.
...main/java/org/apache/airavata/registry/core/repositories/expcatalog/JobStatusRepository.java
Outdated
Show resolved
Hide resolved
...main/java/org/apache/airavata/registry/core/repositories/expcatalog/JobStatusRepository.java
Outdated
Show resolved
Hide resolved
...main/java/org/apache/airavata/registry/core/repositories/expcatalog/JobStatusRepository.java
Outdated
Show resolved
Hide resolved
Thanks a lot @machristie for your comments. Comments were very easy to follow along, really appreciated. I have made changes based on those. Please review. |
This PR was raised during Google Summer of Code 2023
It contains methods, models, configurations which was the requirements of Airavata-3594 Jira EPIC
added a method to return UserGroups filtered by creation date
added a method to return cpuUsages within the specified date, corresponding models and configurations