Skip to content

Releases: Ed-Fi-Alliance-OSS/Data-Management-Service

dms-v0.2.1-alpha.0.121

09 Jan 18:54
7759e8f
Compare
Choose a tag to compare
Pre-release
[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

07 Jan 16:05
18c1ef3
Compare
Choose a tag to compare
Pre-release
dms-pre-0.2.1-alpha.0.120

Add maximum page size (#377)

cs-v0.2.1-alpha.0.118

06 Jan 19:00
09768b6
Compare
Choose a tag to compare
cs-v0.2.1-alpha.0.118 Pre-release
Pre-release
[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

20 Dec 18:09
4c1d4c4
Compare
Choose a tag to compare
cs-v0.2.1-alpha.0.117 Pre-release
Pre-release
[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

19 Dec 19:53
8c55963
Compare
Choose a tag to compare
Pre-release
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

19 Dec 19:53
8c55963
Compare
Choose a tag to compare
cs-v0.2.1-alpha.0.116 Pre-release
Pre-release
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

18 Dec 23:26
769826a
Compare
Choose a tag to compare
Pre-release
dms-pre-0.2.1-alpha.0.115

Add token life time and issuer validation (#374)

cs-v0.2.1-alpha.0.115

18 Dec 23:26
769826a
Compare
Choose a tag to compare
cs-v0.2.1-alpha.0.115 Pre-release
Pre-release
cs-pre-0.2.1-alpha.0.115

Add token life time and issuer validation (#374)

dms-v0.2.1-alpha.0.113

17 Dec 16:48
b3f1e95
Compare
Choose a tag to compare
Pre-release
dms-pre-0.2.1-alpha.0.113

Log unsuccessful opensearch responses (#373)

cs-v0.2.1-alpha.0.114

17 Dec 18:44
b9cc269
Compare
Choose a tag to compare
cs-v0.2.1-alpha.0.114 Pre-release
Pre-release
cs-pre-0.2.1-alpha.0.114

[DMS-433] Add Support for ResourceClaims in the Claimset Export/Impor…