-
Notifications
You must be signed in to change notification settings - Fork 1
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
FT-806: Manage Personas #68
Merged
Merged
Conversation
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
Signed-off-by: Karanjot Singh <[email protected]>
…rsona Signed-off-by: Karanjot Singh <[email protected]>
Signed-off-by: Karanjot Singh <[email protected]>
This update introduces the following features: • New creator and updater methods for managing Personas. • Ability to manage policies linked to Personas, including MetadataPolicy, DomainPolicy, GlossaryPolicy, and DataPolicy. • An updater method for AccessControl. • Enhancements to structs.go for improved type safety. Signed-off-by: Karanjot Singh <[email protected]>
Signed-off-by: Karanjot Singh <[email protected]>
…ling and Unmarshalling This commit introduces the following updates: - Implemented a shared, generic mechanism for unmarshalling assets by wrapping logic in `asset.go`. - Enhanced `glossary_client.go` with improvements to marshalling and unmarshalling methods, ensuring consistent receiver types across all methods. - Updated `table_client.go` with similar improvements to marshalling and unmarshalling methods, along with unifying receiver types. - Refined `persona_client.go` by improving marshalling and unmarshalling methods. Signed-off-by: Karanjot Singh <[email protected]>
Signed-off-by: Karanjot Singh <[email protected]>
Signed-off-by: Karanjot Singh <[email protected]>
Signed-off-by: Karanjot Singh <[email protected]>
0xquark
added
the
feature
Adding this label to PR will put it in Feature section in Github Release Changelog
label
Dec 5, 2024
Signed-off-by: Karanjot Singh <[email protected]>
…n persona integration tests Signed-off-by: Karanjot Singh <[email protected]>
…sonatest Signed-off-by: Karanjot Singh <[email protected]>
Signed-off-by: Karanjot Singh <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR introduces the following updates:
GetByGuid()
method.