-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Validations cleanup and old grants removal (#2884)
- Remove the following validations (adjust the documentation to link valid input formats for fields like passwords or account names): - `ValidatePassword` - `ValidateIsNotAccountLocator` - `ValidateAccountIdentifier` - `ValidateEmail` - `ValidateAdminName` - `ValidateIdentifier` - implement `IsValidAccountIdentifier`(replacement for ValidateIsNotAccountLocator) - replace `ValidateAccountIdentifier` with already existing `IsValidIdentifier[sdk.AccountObjectIdentifier]()` - extract csv-based identifier parsing logic (with tests) - fix tests using Errorf check (probably more to follow in other PR) - resolve TODO with grant ownership - remove old grant resources from #2736 - remove old ownership resources - add new issue to the known issues list - remove preview resource from all grant resources
- Loading branch information
1 parent
85a7836
commit 05b7eee
Showing
204 changed files
with
386 additions
and
20,465 deletions.
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.