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

Get data to generate recommendation #855

Merged
merged 32 commits into from
Aug 14, 2023

Commits on Aug 12, 2023

  1. In progress code checked in for updateRecommendation API.

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    1db668c View commit details
    Browse the repository at this point in the history
  2. UpdateRecommendation API E2E working code is ready.

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    0555789 View commit details
    Browse the repository at this point in the history
  3. To restrict the number of rows in the result set, the Load results op…

    …eration involves locating the appropriate method and configuring the desired limitation. It's important to note that in order for the Limit rows feature to function correctly, the CreateExperiment API must adhere strictly to the trail settings' measurement duration and should not allow arbitrary values
    
    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    5a0a581 View commit details
    Browse the repository at this point in the history
  4. Taking care of duplicate entry to recommendation table

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    70441c5 View commit details
    Browse the repository at this point in the history
  5. fixed build error

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    56c62c9 View commit details
    Browse the repository at this point in the history
  6. reloved conflicts

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    6a8d6eb View commit details
    Browse the repository at this point in the history
  7. resolving conflicts

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    4c2cc95 View commit details
    Browse the repository at this point in the history
  8. UpdateResults API optimized.

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    bee777e View commit details
    Browse the repository at this point in the history
  9. resolved conflicts

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    084a5ce View commit details
    Browse the repository at this point in the history
  10. resolving conflicts

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    9971435 View commit details
    Browse the repository at this point in the history
  11. enabled version column for results and recommendations

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    e20fb35 View commit details
    Browse the repository at this point in the history
  12. incorporated review comments

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    93f5636 View commit details
    Browse the repository at this point in the history
  13. UpdateRecommendation API E2E working code is ready.

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    61782e3 View commit details
    Browse the repository at this point in the history
  14. Moved logic to select results into perfProfiles.

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    503eb41 View commit details
    Browse the repository at this point in the history
  15. UpdateRecommendation API E2E working code is ready.

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    ef9c348 View commit details
    Browse the repository at this point in the history
  16. Added exception conditions.

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    df3fd60 View commit details
    Browse the repository at this point in the history
  17. To restrict the number of rows in the result set, the Load results op…

    …eration involves locating the appropriate method and configuring the desired limitation. It's important to note that in order for the Limit rows feature to function correctly, the CreateExperiment API must adhere strictly to the trail settings' measurement duration and should not allow arbitrary values
    
    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    f6d49b6 View commit details
    Browse the repository at this point in the history
  18. Merging confilts

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    8fce008 View commit details
    Browse the repository at this point in the history
  19. resolved conflicts

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    ee34f16 View commit details
    Browse the repository at this point in the history
  20. In progress code checked in for updateRecommendation API.

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    12266c5 View commit details
    Browse the repository at this point in the history
  21. UpdateRecommendation API E2E working code is ready.

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    c0df4f3 View commit details
    Browse the repository at this point in the history
  22. Added exception conditions.

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    ea021b2 View commit details
    Browse the repository at this point in the history
  23. To restrict the number of rows in the result set, the Load results op…

    …eration involves locating the appropriate method and configuring the desired limitation. It's important to note that in order for the Limit rows feature to function correctly, the CreateExperiment API must adhere strictly to the trail settings' measurement duration and should not allow arbitrary values
    
    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    5db6508 View commit details
    Browse the repository at this point in the history
  24. Merging confilts

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    cebfc43 View commit details
    Browse the repository at this point in the history
  25. In progress code checked in for updateRecommendation API.

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    e689250 View commit details
    Browse the repository at this point in the history
  26. UpdateRecommendation API E2E working code is ready.

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    fd63f51 View commit details
    Browse the repository at this point in the history
  27. Added exception conditions.

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    b30581d View commit details
    Browse the repository at this point in the history
  28. To restrict the number of rows in the result set, the Load results op…

    …eration involves locating the appropriate method and configuring the desired limitation. It's important to note that in order for the Limit rows feature to function correctly, the CreateExperiment API must adhere strictly to the trail settings' measurement duration and should not allow arbitrary values
    
    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    4e6f5a1 View commit details
    Browse the repository at this point in the history
  29. Merging confilts

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    ac50e5f View commit details
    Browse the repository at this point in the history
  30. Removed end_date from mandatory feilds

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    bd5db05 View commit details
    Browse the repository at this point in the history
  31. Resolved conflicts

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    455e7c6 View commit details
    Browse the repository at this point in the history
  32. Resolved conflicts

    Signed-off-by: msvinaykumar <vinakuma@redhat.com>
    msvinaykumar committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    780f615 View commit details
    Browse the repository at this point in the history