fix(Systems page): Correctly parse all URL params#1172
Merged
leSamo merged 1 commit intoRedHatInsights:masterfrom Sep 2, 2021
Merged
fix(Systems page): Correctly parse all URL params#1172leSamo merged 1 commit intoRedHatInsights:masterfrom
leSamo merged 1 commit intoRedHatInsights:masterfrom
Conversation
|
Commits missing Jira IDs: |
400f545 to
49762be
Compare
kpatticha
pushed a commit
that referenced
this pull request
Sep 2, 2021
Contributor
|
🎉 This PR is included in version 1.77.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Kinlaw
pushed a commit
to RedHatInsights/vulnerability-ui-build
that referenced
this pull request
Sep 2, 2021
## [1.77.4](RedHatInsights/vulnerability-ui@v1.77.3...v1.77.4) (2021-09-02) ### Bug Fixes * **Systems page:** Correctly parse all URL params ([#1172](RedHatInsights/vulnerability-ui#1172)) ([1ad1b08](RedHatInsights/vulnerability-ui@1ad1b08)) * Fix passing systems into opt out function ([#1182](RedHatInsights/vulnerability-ui#1182)) ([6641b97](RedHatInsights/vulnerability-ui@6641b97))
Kinlaw
pushed a commit
to RedHatInsights/vulnerability-ui-build
that referenced
this pull request
Sep 2, 2021
## [1.77.4](RedHatInsights/vulnerability-ui@v1.77.3...v1.77.4) (2021-09-02) ### Bug Fixes * **Systems page:** Correctly parse all URL params ([#1172](RedHatInsights/vulnerability-ui#1172)) ([1ad1b08](RedHatInsights/vulnerability-ui@1ad1b08)) * Fix passing systems into opt out function ([#1182](RedHatInsights/vulnerability-ui#1182)) ([6641b97](RedHatInsights/vulnerability-ui@6641b97))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is a fix to systems page always applying
-updatedsort and perPage 50.This link should navigate you to the systems page with page 1, perPage 20 and sort by last seen column (indicated by blue arrow + URL param
-updated.https://ci.foo.redhat.com:1337/beta/insights/vulnerability/systems
This link should navigate you to the systems page with page 2, perPage 10 and sort by CVE count (indicated by blue arrow + URL param
cve_count.https://ci.foo.redhat.com:1337/beta/insights/vulnerability/systems?excluded=false&filter=aa&page=1&page_size=10&sort=cve_count