chore: refactor advisory systems table#1175
Merged
mkholjuraev merged 3 commits intoApr 17, 2024
Merged
Conversation
Contributor
|
It looks good, I ran the tests and they are passing. Do we need to update anything in them? |
Contributor
Author
|
Nope, the PR is ready to be reviewed and merged if everything is fine |
Contributor
Author
|
You were right, somehow I did not push the commit for tests rewrite |
0d6f87d to
07d32bf
Compare
Contributor
Author
|
@Fewwy I completely forgot about this PR. Would you mind having another look? |
gkarat
reviewed
Apr 15, 2024
gkarat
approved these changes
Apr 17, 2024
gkarat
left a comment
Contributor
There was a problem hiding this comment.
No longer reproducible ^, I think it was not caused by your PR. Let's have it merged, thanks @mkholjuraev
Contributor
Author
|
🎉 This PR is included in version 1.67.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.




Description
Associated Jira ticket: # (issue)
This PR is intended to refactor the advisory systems table to make the code cleaner. The refactor only divides existing code to 2 components AdvisorySystems and AdvisorySystemsTable. AdvisorySystems is a wrapper around the table and the remediation wizard. AdvisorySystemsTable is solely for the table functionality.
It also has the tests rewritten
How to test the PR
Please include steps to test your PR.
Before the change
After the change
Dependent work link
Checklist: