-
Notifications
You must be signed in to change notification settings - Fork 77
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
Fides Cloud Configuration: DNS Record and Privacy Center URL #4034
Conversation
Passing run #4067 ↗︎
Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
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.
@@ -252,6 +262,12 @@ const configureNavRoute = ({ | |||
return undefined; | |||
} | |||
|
|||
// If the target route would require fides cloud in a non-fides-cloud environment, | |||
// exclude it from the group. | |||
if (route.requiresFidesCloud && !hasFidesCloud) { |
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.
can you also add a test for this? there are pretty extensive tests in nav-config.test.ts
so would be nice to keep its coverage up
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.
yes! I'll add one now
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.
tests here: d3ceb56
clients/admin-ui/src/features/privacy-experience/JavaScriptTag.tsx
Outdated
Show resolved
Hide resolved
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #4034 +/- ##
==========================================
- Coverage 87.39% 87.39% -0.01%
==========================================
Files 319 320 +1
Lines 19595 19602 +7
Branches 2512 2512
==========================================
+ Hits 17125 17131 +6
- Misses 2033 2034 +1
Partials 437 437
☔ View full report in Codecov by Sentry. |
Closes fidesplus#1064 Closes fidesplus#1077
Description Of Changes
This PR updates the admin ui to use the new fides cloud config api to aid in environment configuration.
Code Changes
Fides.gtm()
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md