-
Notifications
You must be signed in to change notification settings - Fork 74
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
LA-166 ux issues when saving an integration #5555
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
9e07def
Fix unexpected re-enable of integrations when saving connection details
7ae5c5f
LA-166 Use checkbox for boolean inputs in connector parameters form
c58a6c0
LA-166 Use checkbox for boolean inputs in connector parameters form
75e3dc6
LA-166 Use checkbox for boolean inputs in connector parameters form
08fe61c
LA-166 Update changelog
a239b8d
WIP
8635149
Remove accidental .only in test
7e5f120
LA-166 Replace checkbox with select
8dd9c03
LA-166 Update changelog
e1a2341
Merge branch 'main' of github.com:ethyca/fides into LA-166-UX-issues-…
9a3cc57
remove console log
6f3583a
Fix duplicated import
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
67 changes: 67 additions & 0 deletions
67
clients/admin-ui/cypress/fixtures/systems/system_disabled_integration.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"fides_key": "disabled_postgres_system", | ||
"organization_fides_key": "default_organization", | ||
"tags": [], | ||
"name": "A system with adisabled Postgres integration", | ||
"description": "", | ||
"meta": null, | ||
"fidesctl_meta": null, | ||
"system_type": "", | ||
"egress": null, | ||
"ingress": null, | ||
"privacy_declarations": [], | ||
"administrating_department": "Not defined", | ||
"vendor_id": null, | ||
"previous_vendor_id": null, | ||
"vendor_deleted_date": null, | ||
"dataset_references": [], | ||
"processes_personal_data": true, | ||
"exempt_from_privacy_regulations": false, | ||
"reason_for_exemption": null, | ||
"uses_profiling": false, | ||
"legal_basis_for_profiling": [], | ||
"does_international_transfers": false, | ||
"legal_basis_for_transfers": [], | ||
"requires_data_protection_assessments": false, | ||
"dpa_location": null, | ||
"dpa_progress": null, | ||
"privacy_policy": null, | ||
"legal_name": "", | ||
"legal_address": "", | ||
"responsibility": [], | ||
"dpo": "", | ||
"joint_controller_info": null, | ||
"data_security_practices": "", | ||
"cookie_max_age_seconds": null, | ||
"uses_cookies": false, | ||
"cookie_refresh": false, | ||
"uses_non_cookie_access": false, | ||
"legitimate_interest_disclosure_url": null, | ||
"cookies": [], | ||
"created_at": "2024-12-03T15:21:25.496095Z", | ||
"connection_configs": { | ||
"name": "asdasd_postgres", | ||
"key": "asdasd_postgres", | ||
"description": "", | ||
"connection_type": "postgres", | ||
"access": "write", | ||
"created_at": "2024-12-03T15:22:04.816975Z", | ||
"updated_at": "2024-12-03T15:33:16.990741Z", | ||
"disabled": true, | ||
"last_test_timestamp": null, | ||
"last_test_succeeded": null, | ||
"saas_config": null, | ||
"secrets": { | ||
"host": "host.docker.internal", | ||
"port": 6432, | ||
"username": "asdasd", | ||
"password": "**********", | ||
"dbname": "postgres_example", | ||
"db_schema": "", | ||
"ssh_required": false | ||
}, | ||
"authorized": false, | ||
"enabled_actions": null | ||
}, | ||
"data_stewards": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
If we're not in plus, all plus endpoints should return 404.