You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add some required apis to harmony
* Add tests for resource deletion functionality
- Implemented tests to verify that local and remote resources are correctly deleted from the resource service.
- Ensured that deleted resources are no longer retrievable from all APIs.
* fix issue trying to have 2 transactions on the same db at once
* return early if there are no pending resources to upload
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
/// <param name="resourceId">id of the resource in the CRDT</param>
21
23
/// <param name="localPath">full path to the resource on the local machine</param>
22
24
/// <returns>an upload result with the remote id, the id will be stored and transmitted to other clients so they can also download the resource</returns>
0 commit comments