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

ui: add caching to vulnerability reports (PROJQUAY-7250) #2900

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on May 20, 2024

  1. leverage react query and caching for secscan display

    Signed-off-by: dmesser <dmesser@redhat.com>
    dmesser committed May 20, 2024
    Configuration menu
    Copy the full SHA
    49393b7 View commit details
    Browse the repository at this point in the history
  2. remove unneeded prop

    Signed-off-by: dmesser <dmesser@redhat.com>
    dmesser committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0580c7d View commit details
    Browse the repository at this point in the history
  3. only load sec scan results when manifest list expands

    Signed-off-by: dmesser <dmesser@redhat.com>
    dmesser committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d6235d3 View commit details
    Browse the repository at this point in the history
  4. adjust error message in cypress test

    Signed-off-by: dmesser <dmesser@redhat.com>
    dmesser committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b67d69d View commit details
    Browse the repository at this point in the history
  5. correct cypress test for new empty state

    Signed-off-by: dmesser <dmesser@redhat.com>
    dmesser committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0201719 View commit details
    Browse the repository at this point in the history
  6. simplify conditions via optional chaining

    Signed-off-by: dmesser <dmesser@redhat.com>
    dmesser committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a9b8bda View commit details
    Browse the repository at this point in the history