Releases: Ed-Fi-Alliance-OSS/Data-Management-Service
Releases · Ed-Fi-Alliance-OSS/Data-Management-Service
cs-v0.2.1-alpha.0.101
[DMS-435] Business Rules Validation for ResourceClaim (#360) * Add Auth strategy endpoint * Add initial Resource claim validator * Update Resource claim validator * Add unit tests for resource claim validator * Add test and fix
dms-v0.2.1-alpha.0.98
[DMS-408] Add oauth/token endpoint to handle form content (#359) * Add oauth/token endpoint to handle form content * Fix failing tests
cs-v0.2.1-alpha.0.97
cs-pre-0.2.1-alpha.0.97 Add Api version information module (#356)
dms-v0.2.1-alpha.0.95
[DMS-432] Create and Index Application Table (#354) * Adding index an error control for duplicate claimsetname in applications * Adding Test for Applications unique claim set name * Found an error on PUT relateted to Not found instead of Internat Server Error * Typo error on test and some code clean up * update dotnet tools json * Adding dotnet-tools.json for config solution
cs-v0.2.1-alpha.0.95
[DMS-432] Create and Index Application Table (#354) * Adding index an error control for duplicate claimsetname in applications * Adding Test for Applications unique claim set name * Found an error on PUT relateted to Not found instead of Internat Server Error * Typo error on test and some code clean up * update dotnet tools json * Adding dotnet-tools.json for config solution
cs-v0.2.1-alpha.0.94
[DMS-428] Refactor Configuration Service Frontend (#355) * Move model classes to datamodel project * Move models to folder * Remove unused package
dms-v0.2.1-alpha.0.93
[DMS-382] TraceId logging fixes (#352) Co-authored-by: Robert Hunter Jr <[email protected]>
cs-v0.2.1-alpha.0.92
[DMS-410] Implement paging for configuration service (#351) * Use limit offset query parameters for get all endpoints * Add order by * Paging parameters not required in latest AdminAPI
cs-v0.2.1-alpha.0.91
cs-pre-0.2.1-alpha.0.91 [DMS-404] Accept application/x-www-form-urlencoded for configuration …
0.2.1-alpha.0.89
[DMS-374] Reduce database round trips on upsert (#344) * Combine document and alias insert * Combine delete with insert references in procedure