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 this PR does / why we need it**: This commit implements the `--backend-snapshot-with-purging-changes` flag. If the above flag is used, changes that are not needed because they are recorded...

**What happened**: I tried to configure an authentication webhook following instructions from https://yorkie.dev/docs/auth-webhook. ```bash # Attempt 1: use the command line flag docker run --name yorkie --rm --network host yorkieteam/yorkie:0.2.9...

bug 🐞

**Description**: Document watch/attach api slows down as document changes accumulate. **Why**: - `watchDocuments` API took `1min ~ 3min` which makes yorkie document to load very slowly. - This issue get...

**What this PR does / why we need it**: We have to load changes gradually from DB when a large number of changes are accumulated. **Which issue(s) this PR fixes**:...

**What this PR does / why we need it**: we can insert a value at a specific index into arrray yorkie-sdk-js also needs work **Which issue(s) this PR fixes**: Fixes...

**What this PR does / why we need it**: - Workflow that automatically tests according to the environment (windows, ubuntu, macOS) when PR comes in. - coverage has uploaded in...

**What happened**: Hey there! Yorkie seems really really cool - exactly what I've been looking for for a niche project of mine. Very cool to finally find a project that...

enhancement 🌟

**What would you like to be added**: Introduce new repository method which only fetching SnapshotInfo's metadata The SnapshotInfo's metadata that i'm suggesting contains fields except for 'Snapshot' field **Why is...

enhancement 🌟

**What would you like to be added**: https://github.com/yorkie-team/yorkie/blob/d0165307ad35dd0a11655841b3628c6b6b94dba4/server/backend/background/background.go#L45 I think you can try to collect the count of workers running in the background package. **Why is this needed**: You can...

enhancement 🌟
good first issue 🐤
discussion 💭

**Description**: Allows only authenticated users to use the cluster's admin commands. Tasks - [x] Add CRUDs for UserInfo - [x] Create a default user if it does not exist when...