Releases: Ed-Fi-Alliance-OSS/Data-Management-Service
Releases · Ed-Fi-Alliance-OSS/Data-Management-Service
dms-v0.2.1-alpha.0.121
[DMS-92] Basic eTag creation (#381) * Generate Etag with LastModifiedDate and return in header after POST * ignore etag in e2e expected body comparisons * E2E coverage of basic etag * etag update on cascading updates * always check etag * mimic ods api etag format * rename middleware * unit test * Remove unnecessary backend code
dms-v0.2.1-alpha.0.120
dms-pre-0.2.1-alpha.0.120 Add maximum page size (#377)
cs-v0.2.1-alpha.0.118
[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
cs-v0.2.1-alpha.0.117
[DMS-446] Convert keycloak error into problem+json format (#375) * Fix identity error format * Fix unit tests * Update e2e error responses
dms-v0.2.1-alpha.0.116
dms-pre-0.2.1-alpha.0.116 [DMS-444] Allow validating empty request bodies, add E2E tests for re…
cs-v0.2.1-alpha.0.116
cs-pre-0.2.1-alpha.0.116 [DMS-444] Allow validating empty request bodies, add E2E tests for re…
dms-v0.2.1-alpha.0.115
dms-pre-0.2.1-alpha.0.115 Add token life time and issuer validation (#374)
cs-v0.2.1-alpha.0.115
cs-pre-0.2.1-alpha.0.115 Add token life time and issuer validation (#374)
dms-v0.2.1-alpha.0.113
dms-pre-0.2.1-alpha.0.113 Log unsuccessful opensearch responses (#373)
cs-v0.2.1-alpha.0.114
cs-pre-0.2.1-alpha.0.114 [DMS-433] Add Support for ResourceClaims in the Claimset Export/Impor…