Thomas
Thomas
### Is your feature request related to a specific problem? The `fides status` command returns `healthy` but the database is in an unhealthy state ### Describe the solution you'd like...
Closes #978 ### Code Changes * [x] update `sqlmodels.py` to prepend all tables with `ctl` * [x] create an alembic migration to rename the tables and indexes * [x] update...
### Bug Description Diff is returning false positive changes #### Steps to Reproduce 1. `fides push --diff` 2. `fides push --diff` but notice that the system object thinks there have...
### Is your feature request related to a specific problem? Given that fidesops is heavily API-dependent and would necessitate more changes, I think it more prudent to update fidesctl to...
### Is your feature request related to a specific problem? Prepending database table names with `ctl` is required to avoid collisions with fidesops tables
### Is your feature request related to a specific problem? This is a research spike to figure out the best way to go about merging the repos in a git-sanctioned...
### Is your feature request related to a specific problem? We need a config UI page that communicates to the user that a scan is taking place and to wait...
### Is your feature request related to a specific problem? We want to warn the user with a modal if they attempt to finish the registration process without registering all...
### Is your feature request related to a specific problem? So we can give the user some kind of warning, we need a modal that confirms that the user is...
### Is your feature request related to a specific problem? As we continue to refine and iterate on fidesctl, we're increasingly going back and wanting to make breaking changes. To...