Allison King
Allison King
### Is your feature request related to a specific problem? We are going to go ahead and set up Cypress tests for fidesctl so that we can stay unblocked. https://github.com/ethyca/fides/issues/713...
### Bug Description Right now we can go to `localhost:8080` and navigate to `localhost:8080/dataset` via the navbar. However, browsing directly to `localhost:8080/dataset` does not work. #### Steps to Reproduce 1....
### Bug Description Trying to pip install fidesctl on Python 3.8 fails while collecting pycares Error log ``` Collecting pycares>=4.0.0 Using cached pycares-4.2.1.tar.gz (824 kB) Preparing metadata (setup.py) ... error...
### Is your feature request related to a specific problem? Right now it's difficult to actually see the built UI since our docker-compose overwrites the built static files with the...
### Is your feature request related to a specific problem? When developing, it is handy to use `.only` on tests. However, we don't want this checked in. ### Describe the...
### Is your feature request related to a specific problem? Right now there is one input box for a database connection string. It would be nice if this box were...
### Is your feature request related to a specific problem? As an admin user, I'd like a user management page where I can see all users in my org. As...
### Bug Description When there is an error in an endpoint, we do not get a log in the console about what it is. #### Steps to Reproduce 1. Run...
### Is your feature request related to a specific problem? We currently have `echo_red` and `echo_green` as ways to show status for our CLI commands. This often isn't robust enough,...
### Bug Description Right now you are able to add two DatasetCollections of the same `name` to a Dataset. The `name` field should be enforced to be unique, since databases...