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

latest=false fixed the code #913

Merged
merged 4 commits into from
Aug 23, 2023
Merged

Conversation

msvinaykumar
Copy link
Contributor

/**
         * Identify timestamps that exhibit the "NOT_ENOUGH_DATA" status
         * for all three categories: short, medium, and long etc. Subsequently,
         * eliminate these timestamps from the k8sObject to prevent the data from being stored in the database.
         * As a result, when using the query parameter "listRecommendation?latest=false,"
         * only a collection of viable recommendations will be displayed
         */

Signed-off-by: msvinaykumar <vinakuma@redhat.com>
@msvinaykumar msvinaykumar self-assigned this Aug 23, 2023
@msvinaykumar msvinaykumar added the bug Something isn't working label Aug 23, 2023
@msvinaykumar msvinaykumar added this to the Kruize 0.0.18_rm Release milestone Aug 23, 2023
Signed-off-by: msvinaykumar <vinakuma@redhat.com>
Signed-off-by: msvinaykumar <vinakuma@redhat.com>
Signed-off-by: msvinaykumar <vinakuma@redhat.com>
Copy link
Contributor

@dinogun dinogun left a comment

Choose a reason for hiding this comment

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

latest changes now looking much better. Approving

@dinogun dinogun merged commit f1183eb into kruize:mvp_demo Aug 23, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

New API 'UpdateRecommendations' to support non-chronological order of data
2 participants