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

**What would you like to be added**: The attached image is the page I accessed to write bug-report on ETCD. How about we change it like this to improve usability?...

enhancement ๐ŸŒŸ
discussion ๐Ÿ’ญ

**Description**: Error when building Docker images with Go 1.19 https://github.com/yorkie-team/yorkie/runs/7644025991?check_suite_focus=true To avoid the error, we decided to fix the version to 1.18. **Why**: - We should support Go 1.19 in...

cleanup ๐Ÿงน

**What would you like to be added**: - Pagination for commands return heavy data (like `yorkie history [project name] [document key]`) - It should be applied equally within all CLI...

enhancement ๐ŸŒŸ

**What happened**: If a document's snapshot exceeds 16 MB, the following error occurs: ``` 2021-11-04T06:17:47.355Z ERROR an inserted document is too large github.com/yorkie-team/yorkie/yorkie/backend/db/mongo.(*Client).CreateSnapshotInfo /app/yorkie/backend/db/mongo/client.go:371 github.com/yorkie-team/yorkie/yorkie/packs.storeSnapshot /app/yorkie/packs/packs.go:418 github.com/yorkie-team/yorkie/yorkie/packs.PushPull.func1 /app/yorkie/packs/packs.go:150 github.com/yorkie-team/yorkie/yorkie/backend.(*Backend).AttachGoroutine.func1 /app/yorkie/backend/backend.go:164...

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

**What would you like to be added**: Workflow that automatically tests according to the environment (windows, ubuntu, macOS) when PR comes in. **Why is this needed**: It's easy to manage...

enhancement ๐ŸŒŸ

Yorkie internally saves a history of all changes in documents. This enables time travel which is looking at the document state at past points in time. The current state of...

enhancement ๐ŸŒŸ
hard ๐Ÿง‘โ€๐Ÿ”ฌ
sdk โš’๏ธ

**What would you like to be added**: - a full working example of code - maybe FAQ **Why is this needed**: I believe the quickstart guide should contain a full...

enhancement ๐ŸŒŸ
documentation ๐Ÿ“”

**Description**: Introduce vtprotobuf and measure performance change in Agent. This summer, the Vitess teams have posted [an article about their protobuf generator](https://vitess.io/blog/2021-06-03-a-new-protobuf-generator-for-go/ ) with impressive benchmarks. It is worth further...

enhancement ๐ŸŒŸ

**What would you like to be added**: Yorkie has no limits yet. It would be nice to add limits as below. Key | Name | Description ------|-------------|----- `max-document-bytes` | Maximum...

enhancement ๐ŸŒŸ
hard ๐Ÿง‘โ€๐Ÿ”ฌ

**Description**: Yorkie is exposed directly to external, which puts it at risk of being overwhelmed by resources by unspecified clients. The Yorkie PushPull API can contain a lot of data...

enhancement ๐ŸŒŸ
hard ๐Ÿง‘โ€๐Ÿ”ฌ