Skip to content

cs-v0.2.1-alpha.0.118

Pre-release
Pre-release
Compare
Choose a tag to compare
@EdFiBuildAgent EdFiBuildAgent released this 06 Jan 19:00
· 3 commits to main since this release
09768b6
[DMS-434] Build Validation for resourceClaims (#378)

* Adding the table and basic CRUD for ClaimSet

* Frontend basic CRUD for claimSets

* Fixing things after testing endpoints on postman

* Adding Copy functionallity

* Adding support for Export

* Adding support for import claimsets

* Adding verbose parameter for get by id and get all

* Adding detail: Data validation failed. See 'validationErrors' for details. For Unit Test

* Adding Claimset Postgresql integration test

* first step on frontend unit test success scenarios

* success test for copy export and import

* Adding test more scenarios for claimsets

* Renaming ClaimSetName to name to follow the AdminAPI standard

* adding a collection of applications to get all and get by id

* collection of applications also for export option

* JsonPropertyName for _applications and _isSystemREserved

* removing IsSystemReserved from parameter for import put and post

* Chance type JsonElement to ResourceClaim on import

* Paging change namespace location after merge

* Testing solution for on pull request error

* setup dotnet

* codeql

* setup net 8 on pull request for config

* updating detail for e2e data validation error

* adding net8 setup step on scheduled build

* Take ResourceClaim and serialize it to store in db

* Validation: ActionName and AuthStrategyName must exist

* Adding ResourceClaimValidator to ClaimSetImportCommand

* DataProvider to get to the repository data actions and AuthStrategies

* Fixing Tests

* Common Validator for import, insert and update and testing scenarios

* Adding claimsetname unique name validation for claimset

* Adding propper response for validation of duplicate claimsetname

* Testing frontend response for duplicated claimsetname

* Unify serialze for resourceclaim

* Minor adjustments