adobe / da-admin

Apache License 2.0
0 stars 4 forks source link

Always create a new version when a version store is requested #54

Closed bosschaert closed 2 months ago

bosschaert commented 3 months ago

Description

Whenever a stored version is requested by the user, a new stored version is created, regardless of whether there already was a stored version with the same content.

Also cleaned up the da-admin -> da-collab communication to always use a service binding.

Fixes: #46

How Has This Been Tested?

Types of changes

Checklist:

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 93.54839% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 83.40%. Comparing base (521c082) to head (84a8131).

Files Patch % Lines
src/storage/version/put.js 92.30% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #54 +/- ## ========================================== - Coverage 86.26% 83.40% -2.86% ========================================== Files 15 15 Lines 968 940 -28 ========================================== - Hits 835 784 -51 - Misses 133 156 +23 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.