-
Notifications
You must be signed in to change notification settings - Fork 72
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
Show systems without privacy declarations on data map #1603
Show systems without privacy declarations on data map #1603
Conversation
Heyo @allisonking 👋🏽 I am going to try and test this once more with the updated scanner before officially putting into review but figured it made sense to get you a heads up at least :) |
Successfully installed and tested by copying the changes over to a branch for a new tagged version ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great! 👏 just some small questions, nothing blocking.
Co-authored-by: Allison King <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the changes!!
It probably makes sense to have this set up on a new minor version to keep moving, would you agree?
yes, agreed! would love to get this into fidesctl+ before the end of the sprint. so maybe another patch release (depending on the status of 2.0)
Sounds good! I'll wait until the morning tomorrow to straighten this out 🙌🏽 thanks @allisonking !! @ThomasLaPiana I don't want to make anything more difficult with what you are doing this week so just want to double check - does it make sense to merge this into |
@SteveDMurphy if its for That being said, starting next sprint we'll no longer be cutting ops/ctl releases, as full focus will be on unified plus |
* add failing test for system sans privacy declaration * handle systems without privacy declarations * changelog * [skip ci] Update tests/ctl/core/test_export.py Co-authored-by: Allison King <[email protected]> * improve naming, add comment for final column n/a Co-authored-by: Allison King <[email protected]>
* fix parsing when the manifest dir is empty * allow the CLI to run without git * ui/dataset: Only reset collection index on actual dataset update * Add a `plus_system_scans` table to the database (#1554) * Add a migration to create a `plus_system_scans` table * Annotate the `plus_system_scans` table * Update `CHANGELOG.md` * Add the `SystemScans` SQL model * Trigger CI after rebase * Fix broken link * Fix incorrectly sorted imports * Update `CHANGELOG.md` for patch release 1.9.5 (#1582) * Add a migration to create a `plus_system_scans` table * Annotate the `plus_system_scans` table * Update `CHANGELOG.md` * Add the `SystemScans` SQL model * Trigger CI after rebase * Update `CHANGELOG.md` for patch release 1.9.5 * Add a `plus_system_scans` table to the database (#1554) * Add a migration to create a `plus_system_scans` table * Annotate the `plus_system_scans` table * Update `CHANGELOG.md` * Add the `SystemScans` SQL model * Trigger CI after rebase * Fix broken link * Fix incorrectly sorted imports * Show systems without privacy declarations on data map (#1603) * add failing test for system sans privacy declaration * handle systems without privacy declarations * changelog * [skip ci] Update tests/ctl/core/test_export.py Co-authored-by: Allison King <[email protected]> * improve naming, add comment for final column n/a Co-authored-by: Allison King <[email protected]> Co-authored-by: Sebastian Sangervasi <[email protected]> Co-authored-by: Phil Salant <[email protected]> Co-authored-by: Steve Murphy <[email protected]> Co-authored-by: Allison King <[email protected]>
Closes #1414
Code Changes
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md
Description Of Changes
Originally discovered as part of a plus feature where systems are generated without privacy declarations.