Releases: Ed-Fi-Alliance-OSS/Data-Management-Service
Releases · Ed-Fi-Alliance-OSS/Data-Management-Service
0.0.0-alpha.0.34
[DMS-121] Added write permission (#41)
0.0.0-alpha.0.33
[DMS-121] Improve Workflow Permissions (#39)
0.0.0-alpha.0.32
[METAED-1525] Use new ApiSchema.json format (#36) * [METAED-1525] needs test fixup, revert apischema loader * [METAED-1525] tests are fixed up * [METAED-1525] back to nuget ApiSchema.json * Fix Api schema tests --------- Co-authored-by: CSR2017 <[email protected]>
0.0.0-alpha.0.31
[DMS-98] Validation errors in the wrong place (#35)
0.0.0-alpha.0.30
[DMS-44] Pluralized Env name (#37)
0.0.0-alpha.0.29
[DMS-32] Pruning overposted body (#32) * basic logic and expanded test * refactor DocumentValidator to prune over posted data, modify unit tests accordingly * Null checking. PR cleanup * Single point of entry for DocumentValidator * Refactor to avoid out parameter. * rename function, add comment
0.0.0-alpha.0.28
[DMS-41] Develop Automated Tests for API Schema File Problems (#33) Co-authored-by: Andony Nuñez <[email protected]> Co-authored-by: Stephen Fuqua <[email protected]>
0.0.0-alpha.0.27
[DMS-126] Update PowerShell Scripts to Avoid Write-Host (#34)
0.0.0-alpha.0.26
[DMS-48] Fake OAuth Endpoint (#28) * Add required appsettings * Add oauth/token endpoint which returns JWT token * Fix failing tests * Update appsettings on E2E tests * Add authentication settings for e2e tests * wait for container to start * Add request and response * Revert JWT changes * Remove unwanted using * Update resource path
0.0.0-alpha.0.25
[DMS-39] Equality Constraint Validation (#31) * Initial class and test creation * Validator logic * simplify tests. tests passing * E2E test and all tests passing * cleanup * revert generated feature files * improve equality check, handle nulls * improve e2e test * fix dependabot, remove versioning-strategy not supported