-
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
remove datamap export API #2999
Conversation
attempt to rewire datamap UI to look at the plus endpoint instead
ee46173
to
fce0e66
Compare
Passing run #1284 ↗︎
Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2999 +/- ##
==========================================
+ Coverage 86.92% 86.99% +0.07%
==========================================
Files 303 302 -1
Lines 17322 17263 -59
Branches 2230 2224 -6
==========================================
- Hits 15057 15018 -39
+ Misses 1849 1827 -22
- Partials 416 418 +2
... and 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
@allisonking i think this is just about good to go, if you could take another look - specifically at the FE pieces - that would be much appreciated! @SteveDMurphy going to tag you as a reviewer here too, this is just the cleanup on @TheAndrewJackson just an FYI since i know you're going to be working on datamap API code soon |
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.
FE looks good to me! thanks @adamsachs 🙏
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.
Everything looks and works as expected! Great work @adamsachs - left one comment just for potential discussion
i was just doing a final pass through myself, and realized that one thing i missed in the migration was moving the scope over to the new route in i was thinking of creating a follow up ticket for this migration rather than taking care of it immediately, @pattisdr @allisonking - tagging you both since i think you are closest to some of the scopes/roles refactoring that was done, specifically with moving some of that to |
Partially closes https://github.com/ethyca/fidesplus/issues/801
Code Changes
fidesplus
)datamap:read
scope fromfides
(will be redefined infidesplus
)Steps to Confirm
fidesplus
)Pre-Merge Checklist
CHANGELOG.md
Description Of Changes
We're moving the datamap export API over to
fidesplus