yorkie icon indicating copy to clipboard operation
yorkie copied to clipboard

Yorkie is a document store for collaborative applications.

Results 114 yorkie issues
Sort by recently updated
recently updated
newest added

**Description**: Currently, when a PR is opened, the CI process runs various tasks including `Build and Integration Test`, `Benchmark`, `Sharding Test`, `Releasing Charts`, and `Publishing Docker Images`. - Build and...

enhancement ๐ŸŒŸ
good first issue ๐Ÿค

**Description**: When the Client calls the `PushPull API` and sends the request `ChangePack`, `Checkpoint` in the request may be tampered with due to various reasons such as network delays causing...

enhancement ๐ŸŒŸ
good first issue ๐Ÿค

**Description**: Move `Client.Watch` inside `Client.Attach` and hide it from the external interface. Go SDK is just used in integration tests of servers without other SDK installations. So it was OK...

enhancement ๐ŸŒŸ
cleanup ๐Ÿงน
sdk โš’๏ธ

**What this PR does / why we need it**: This PR introduces `VersionVector` for `Change.ID` to differentiate between Concurrent and Causal relationships among changes. Existing Functionality of `Change.ID`: - Allows...

**What would you like to be added**: Add a feature to RHT that allows the removal of attributes from elements Currently, when performing Tree.RemoveStyle and calling RHT.Remove, the actual removal...

enhancement ๐ŸŒŸ
good first issue ๐Ÿค
sdk โš’๏ธ

What would you like to be added: Currently, the installation guides for the Yorkie cluster are provided for AWS and Minikube environments. The Minikube guide is intended for testing the...

enhancement ๐ŸŒŸ
good first issue ๐Ÿค

**What this PR does / why we need it**: Refer to #780 , there is an error occurring in the concurrent editing and styling (Edit+Style) handling. In a concurrent editing...

**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Address #723 **Special notes for your reviewer**: https://hackmd.io/kfaV_ZAgSX-REVyKRnoU1Q?view\ **Does this PR introduce a user-facing change?**: ```release-note...

**Description**: **What happened**: Refer to #780 , there is an error occurring in the concurrent editing and styling (Edit+Style) handling. Failure cases related to Style operation are as follows: -...

bug ๐Ÿž
sdk โš’๏ธ

**What this PR does / why we need it**: A housekeeping task was added to automatically physically delete documents at certain intervals. **Which issue(s) this PR fixes**: Fixes # https://github.com/yorkie-team/yorkie/issues/706...