Skip to content
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

PROD-2481 Update manage datasets pages #5191

Merged
merged 34 commits into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
d48482b
PROD-2481 Dataset table: add edit column
Aug 1, 2024
968258b
PROD-2481 Add edit drawer to dataset page
Aug 2, 2024
76b3fb8
PROD-2481 Adjust dataset drawer styling. Remove data categories input.
Aug 5, 2024
ffa9ab6
PROD-2481 Adjust dataset drawer styling.
Aug 5, 2024
2c9be2c
PROD-2481 Update add dataset buttons styling
Aug 5, 2024
bd86904
PROD-2481 WIP
Aug 9, 2024
d15b840
PROD-2481 WIP
Aug 13, 2024
a2a9675
PROD-2481 WIP
Aug 13, 2024
bc6530f
Merge branch 'main' of github.com:ethyca/fides into PROD-2481-Update-…
Aug 13, 2024
d55bb93
PROD-2481 WIP
Aug 13, 2024
1a9890b
PROD-2481 WIP
Aug 14, 2024
21a5b57
PROD-2481 Add dataset breadcrumbs and icons
Aug 14, 2024
8538347
PROD-2481 Dataset Header styling
Aug 14, 2024
9f014ce
PROD_2481 Client side search
Aug 14, 2024
6cb04f4
PROD-2481 Fix bug with closing tray
Aug 14, 2024
c0df9d4
PROD-2481 Remove unused files after refactor
Aug 14, 2024
92832e8
Merge branch 'main' of github.com:ethyca/fides into PROD-2481-Update-…
Aug 14, 2024
d081341
PROD-2481 Fix lint issues
Aug 14, 2024
32b67cf
PROD-2481 Update changelog
Aug 14, 2024
0b21ec2
PROD-2481 fix build issuer
Aug 14, 2024
6e8301e
PROD-2481 Update tests
Aug 14, 2024
4937471
PROD-2481 Fix not being able to add data categories after removing al…
Aug 14, 2024
3e16c05
Merge branch 'main' of github.com:ethyca/fides into PROD-2481-Update-…
Aug 14, 2024
99bbd6c
Fixed datset breadcrumb icons size
Aug 14, 2024
54fb01f
Merge branch 'main' of github.com:ethyca/fides into PROD-2481-Update-…
Aug 14, 2024
de1e130
PROD-2481 Adjust D&D title and breadcrumbs for consistency. Remove du…
Aug 14, 2024
0551240
fix findResourceType
jpople Aug 14, 2024
6c08541
Eslint fix
Aug 14, 2024
752ed61
PROD-2481 Update tests
Aug 14, 2024
0ad2e9b
PROD-2481 Update tests
Aug 14, 2024
fbaa7ab
PROD-2481 Fix build
Aug 14, 2024
77e461b
PROD-2481 Fix build
Aug 14, 2024
88e1f39
PROD-2481 Delete test for Dataset classification that were skipped al…
Aug 14, 2024
48aea5d
Fix tests
Aug 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ The types of changes are:
- Removed PRIVACY_REQUEST_READ scope from Viewer role [#5184](https://github.com/ethyca/fides/pull/5184)
- Asynchronously load GVL translations in FidesJS instead of blocking UI rendering [#5187](https://github.com/ethyca/fides/pull/5187)
- Model changes to support consent signals (Fidesplus) [#5190](https://github.com/ethyca/fides/pull/5190)
- Updated Datasets page with new UI for better usability and consistency with Detection and Discovery UI [#5191](https://github.com/ethyca/fides/pull/5191)
- Updated the Yotpo Reviews integration to use email and phone number identities instead of external ID [#5169](https://github.com/ethyca/fides/pull/5169)


Expand Down
250 changes: 0 additions & 250 deletions clients/admin-ui/cypress/e2e/datasets-classify.cy.ts

This file was deleted.

Loading
Loading