Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Yorkie

Building an open source document store for building collaborative editing applications.
Collective - Host: opensource - https://opencollective.com/yorkie - Website: https://yorkie.dev/ - Code: https://github.com/yorkie-team

Add document history view (#36)

github.com/yorkie-team/dashboard - cd194904a45f66f0f25dcffe4f943990efecb383 authored over 2 years ago
Update CHANGELOG for v0.2.15 (#370)

github.com/yorkie-team/yorkie-js-sdk - ec8d0a203e6c4884c91a0e82b073651b7cd406df authored over 2 years ago
Fix bug where detached remote cursors remained (#369)

There was no process of deleting cursor when a peer was disconnected,
and it caused a bug in wh...

github.com/yorkie-team/yorkie-js-sdk - c71a310e74eb153c9f9f7e3f9ab96a4aa917c426 authored over 2 years ago
Update CHANGELOG for v0.2.15 (#389)

github.com/yorkie-team/yorkie - 4b333b949e03ae3f60fdbeb406a45c0c1a415541 authored over 2 years ago
Bump up proto files to the latest (#37)

github.com/yorkie-team/dashboard - 1d89563ff61a766c692a29d8f2fba499cff14ca7 authored over 2 years ago
Extract admin settings with flags and configurations (#384)

github.com/yorkie-team/yorkie - 50d8722d50b2e2ab48cdc59d00b296042ddaf66b authored over 2 years ago
Export Change APIs to generate history snapshots in admin (#368)

When we exposed the converter, the resources_pb.d.ts was not in the lib,
so we got a compile er...

github.com/yorkie-team/yorkie-js-sdk - 3e9795a1f3be314f759e4850d3a6d23b39a48bb2 authored over 2 years ago
Bump up proto files to the latest (#367)

github.com/yorkie-team/yorkie-js-sdk - e18ed0d05a33174016c5b2ddf5009908b2116452 authored over 2 years ago
Introduce buf (#382)

This commit introduces buf in order to write proto files while following
best practices.

The...

github.com/yorkie-team/yorkie - 7e333b82b657d2b6ad9d07d36c1b0a2e7da55f35 authored over 2 years ago
Add snapshot event observer to Quill example (#365)

This commit adds snapshot event observer to Quill example
and refactors it. (same changes with ...

github.com/yorkie-team/yorkie-js-sdk - 6d672e07a6c3e00a00941b7ede511a628bdae6eb authored over 2 years ago
Change uint64 to int64 among data inserted into the DB (#381)

According to the document below, when marshaling D or M to BSON, uint64
is marshaled to int64. ...

github.com/yorkie-team/yorkie - dd24c85bc3eb6a478a3c600f2c542d8fa9223908 authored over 2 years ago
Add `[jstype = JS_STRING]` field option in admin.proto (#380)

github.com/yorkie-team/yorkie - 9a7bacb89a9662119947bce8d1d90ecb23d64ce2 authored over 2 years ago
Change trie traverse parameter name to isTerminalIncluded (#363)

Co-authored-by: Hackerwins <[email protected]>

github.com/yorkie-team/yorkie-js-sdk - 854f55e5091f8d30a612e204d901a6a85dee31a1 authored over 2 years ago
Update CHANGELOG for v0.2.14

github.com/yorkie-team/yorkie-js-sdk - 7d529e72cfa3cfdbc1eaa9934b21ea6b04818262 authored over 2 years ago
Update CHANGELOG for v0.2.14

github.com/yorkie-team/yorkie - 79702a803d710184c8562db00ea89f607a7f7aef authored over 2 years ago
Fix golang version to 1.18

github.com/yorkie-team/yorkie - 5e344e90d02fbbb820a44bcc0ea55d5e175fce18 authored over 2 years ago
Add signup and login commands and APIs (#357)

* Add CRUD of user information to the database
* Add LogIn and SignUp API
* Add TokenManager
* A...

github.com/yorkie-team/yorkie - 5650cb974b91ae5f49c094a0278cac562eb5ef93 authored over 2 years ago
Add login and signup pages (#31)

* Add login and signup pages

* Add auth interceptors for admin client

* Add `.editorconfig...

github.com/yorkie-team/dashboard - d1ddb9cee724aa8c771effec0ebf001139974133 authored over 2 years ago
Add .editorconfig file (#361)

Co-authored-by: Youngteac Hong <[email protected]>

github.com/yorkie-team/yorkie-js-sdk - 0346b94e59115e4bb6801b809cb61ec7f61d93fa authored over 2 years ago
Fix the problem local changes were applied twice (#375)

When a client receives a remote snapshot, the concurrent local changes
were apllied twice.
`cl...

github.com/yorkie-team/yorkie - 35930573f46d909387d23b3d12fbd763b2adb624 authored over 2 years ago
Add snapshot event observer to codemirror example (#360)

When a client receives a snapshot, `doc.root` is replaced by the snapshot.
It is not detected b...

github.com/yorkie-team/yorkie-js-sdk - 05289014e57f984d5e12835b7281289de3b25331 authored over 2 years ago
Reduce the number of paths of change events (#351)

Co-authored-by: Hackerwins <[email protected]>

github.com/yorkie-team/yorkie-js-sdk - e6fb7c71bc09c6fee324e8c51b6b6b828ac0dcb7 authored over 2 years ago
Fix benchmark scripts (#350)

* Fix benchmark scripts not glob pattern, change to entry point path
* Create a benchmark struct...

github.com/yorkie-team/yorkie-js-sdk - 9d732599755d991382c325b5919a8fe4fb40f968 authored over 2 years ago
Add benchmark document delete test (#352)

github.com/yorkie-team/yorkie-js-sdk - 7155842f38d78b60d53f74601144036dea13d327 authored over 2 years ago
Fix the problem local changes were applied twice (#356)

When a client receives a remote snapshot, the concurrent local changes
were applied twice.

`...

github.com/yorkie-team/yorkie-js-sdk - 69ea84fe9fd37d9ee5c4cd309c5972cd776b944b authored over 2 years ago
Update CHANGELOG for v0.2.13 (#355)

github.com/yorkie-team/yorkie-js-sdk - 1557514aa50aa4b38041a3dfbe8f5636a7ef1538 authored over 2 years ago
Update CHANGELOG for v0.2.13 (#371)

github.com/yorkie-team/yorkie - 0cca5e25b8b83ad5b389f84735324a016f9691f9 authored over 2 years ago
Add Code-highlighter mode to document view (#32)

Co-authored-by: Youngteac Hong <[email protected]>

github.com/yorkie-team/dashboard - c4441137046eec8044cf3f7f978203f9e4b60d35 authored over 2 years ago
Implement document search (#30)

github.com/yorkie-team/dashboard - a2e0fb0d7bb85b92f78e9ca6cdd757f9323cb23e authored over 2 years ago
Bump up TypeScript to 4.x.x (#349)

github.com/yorkie-team/yorkie-js-sdk - 0185adf44b41ddd6c0db1ffbabaaa50e11ea05b2 authored over 2 years ago
Add `yorkie document ls` command (#366)

This commit adds document list command.
It can use by `yorkie document ls [ProjectName]`

Co-...

github.com/yorkie-team/yorkie - 69fb07c8dfa35c891c13d98807cf60b78c2247ce authored over 2 years ago
Add SearchDocuments API (#363)

This commit deletes sorting in id order because it would be better to
keep logic simple and appl...

github.com/yorkie-team/yorkie - 1d3755e23df96f17034707feaaa28ff75e7f6404 authored over 2 years ago
Add media types to Quill example (#344)

Co-authored-by: x86chi <[email protected]>

github.com/yorkie-team/yorkie-js-sdk - 42405ead964b016ce658985724f66dee63de58f1 authored over 2 years ago
Add benchmark document nested update test (#346)

github.com/yorkie-team/yorkie-js-sdk - 01b941e8991f48d51a7a22f73ced5728edc05382 authored over 2 years ago
Add github-action-benchmark (#367)

Co-authored-by: Youngteac Hong <[email protected]>

github.com/yorkie-team/yorkie - 3b47b96ffc9005d2e26cbea28361b6d977f0f5f5 authored over 2 years ago
Fix invalid forked repository condition (#345)

Co-authored-by: taenykim <[email protected]>

github.com/yorkie-team/yorkie-js-sdk - 7137cae35403a8878fa470de56c46a3e960f9e5c authored over 2 years ago
Add benchmark document equals test (#343)

github.com/yorkie-team/yorkie-js-sdk - 516a54e9cf5a7f6255e63a847bebb9540a20777f authored over 2 years ago
Update CHANGELOG for v0.2.12 (#338)

github.com/yorkie-team/yorkie-js-sdk - acca84a64934cc42022622b3147a3b1be0c0cbce authored over 2 years ago
Update CHANGELOG for v0.2.12 (#365)

github.com/yorkie-team/yorkie - d25124e51efcfc23125cdbba9c231b11cd57cc7a authored over 2 years ago
Fix incorrect index for nodes newly created then concurrently removed (#364)

* Design docs about Splay Tree range deletion

This commit creates a design document about Spl...

github.com/yorkie-team/yorkie - e2ee30f6ad371124aff97ac61711446983ef3ff3 authored over 2 years ago
Bump terser from 5.9.0 to 5.14.2 (#337)

Bumps [terser](https://github.com/terser/terser) from 5.9.0 to 5.14.2.
- [Release notes](https:...

github.com/yorkie-team/yorkie-js-sdk - 2493dac55226d4751ca3c5f21495d0652fcb3ba4 authored over 2 years ago
Design docs for Splay Tree range deletion (#361)

* Design docs about Splay Tree range deletion

This commit creates a design document about Splay...

github.com/yorkie-team/yorkie - d119a2eb7b6f2180024d1558ab9b6dea62d781b3 authored over 2 years ago
Fix incorrect index for nodes newly created then concurrently removed (#334)

* Fix incorrect index for removed nodes

The already deleted nodes in the range to be deleted so...

github.com/yorkie-team/yorkie-js-sdk - d608b189948bbc6694ccb51b654dfdf5fac44f83 authored over 2 years ago
Fix initial value bug in counter proxy (#333)

github.com/yorkie-team/yorkie-js-sdk - c9bbd31e4dc4c30c4b023f260ce80c74cdb0a287 authored over 2 years ago
Polish benchmark test code (#336)

github.com/yorkie-team/yorkie-js-sdk - fbd70d50794ad339911a4c370794e21e07cbe7dd authored over 2 years ago
Update README.md

github.com/yorkie-team/yorkie - ac341b042a37399273fbc30b30849235e51f5833 authored over 2 years ago
Update CHANGELOG for v0.2.11 (#332)

github.com/yorkie-team/yorkie-js-sdk - cbd32499634ce8fb15521d6871895600a058305b authored over 2 years ago
Escape string to return valid json (#330)

Co-authored-by: Yourim Cha <[email protected]>
Co-authored-by: Hackerw...

github.com/yorkie-team/yorkie-js-sdk - d77f2d8fa2e92e71f62131553e5540872bf02216 authored over 2 years ago
Update CHANGELOG for v0.2.11 (#362)

github.com/yorkie-team/yorkie - 33c4a6251d447366d0da49f7b3f60a05c8deceb4 authored over 2 years ago
Implement pagination flags to history command (#360)

* Add `size`, `forward`, `previous_seq` flags to history command
* Apply generics to type `Pagi...

github.com/yorkie-team/yorkie - 6e20b3596dc07c3974ad8ab297f63cdf129c4152 authored over 2 years ago
Implement gRPC details decoding (#29)

gRPC details are returned in `grpc-web-details-bin` in the response
header.

The details are bas...

github.com/yorkie-team/dashboard - 9232e43b38df86dc99c76b1c57bda4e0c64c11a9 authored over 2 years ago
Apply gRPC error details to update project api (#354)

Co-authored-by: Youngteac Hong <[email protected]>

github.com/yorkie-team/yorkie - e7318d68de2c3d726565ee5581b66b01f38a0622 authored over 2 years ago
Update CHANGELOG for v0.2.10

github.com/yorkie-team/yorkie-js-sdk - 20c0091cb9656463e5556bdc9460ad1adef44627 authored over 2 years ago
Update CHANGELOG for v0.2.10

github.com/yorkie-team/yorkie - 694d467ddb85d6f9c0fec4e4d583d058bfb00fa6 authored over 2 years ago
Apply range deletion in RGATreeSplit (#326)

From the stable version, range isolation in splay tree is applied.
By not applying node deletio...

github.com/yorkie-team/yorkie-js-sdk - 647106829d4c8a81bceb3fdfc214c879e102262d authored over 2 years ago
Apply range deletion in SplayTree (#356)

This commit applies again to the existing commit that was reverted
due to instability(#341).

...

github.com/yorkie-team/yorkie - c8b0c5e4e7bb507300a936fd206454dbf094bf12 authored over 2 years ago
Implement array methods with objects (#327)

Co-authored-by: Youngteac Hong <[email protected]>

github.com/yorkie-team/yorkie-js-sdk - f4e17cdc894079cbadf6aac697695e80d19942cb authored over 2 years ago
Fix a bug when deleting blocks concurrently (#328)

When splitting a removed node, the value came alive because the
tombstone was missing in the ne...

github.com/yorkie-team/yorkie-js-sdk - 853148074b77fca565d1d969f8b248f1e9dc6b46 authored over 2 years ago
Fix a bug when deleting blocks concurrently

When splitting a removed node, the value came alive because the
tombstone was missing in the new...

github.com/yorkie-team/yorkie - b645cf15158067520d26a23b9ad378da202c48b2 authored over 2 years ago
Add MaxCallRecvMsgSize option to client (#353)

Add the option to change maximum message size the client can receive

github.com/yorkie-team/yorkie - f11d9336454042c5476c0806468f5c46cd77b566 authored over 2 years ago
Add RPC benchmark tests (#348)

github.com/yorkie-team/yorkie - e50b8f48e612cb4d2ad82c13ab72784635a40cf0 authored over 2 years ago
Bump up yorkie to v0.2.9

github.com/yorkie-team/dashboard - 5d7ef019fd22f12fc36e62887de0c08fb4faedc3 authored over 2 years ago
Update CHANGELOG for v0.2.9

github.com/yorkie-team/yorkie-js-sdk - 0b22c32ab926a84ea4733e9278e1d541efe4dcdc authored over 2 years ago
Update CHANGELOG for v0.2.9

github.com/yorkie-team/yorkie - e33ee66e8684bad1042478c1615fea8c43724f21 authored over 2 years ago
Revert text deletion improvements (#350)

github.com/yorkie-team/yorkie - 6446a76acb8886ba0e7f2edf8b80f8fb0cdcf4ec authored over 2 years ago
Revert text deletion improvements (#323)

github.com/yorkie-team/yorkie-js-sdk - 34b88f7e1e133515c0a0416efcdd68456f67d871 authored over 2 years ago
Fix bugs in text deletion (#321)

There were some bugs in #312 and #316 after applying range deletion.

1. Deletion does not apply...

github.com/yorkie-team/yorkie-js-sdk - ab8bd8791d2ce7187586e3a781bcc833eca6ec61 authored over 2 years ago
Add history command to CLI (#349)

github.com/yorkie-team/yorkie - 147cd1fcf2d320d01bb7ab95eb3d2643f3c4875d authored over 2 years ago
Fix bugs in text deletion improvement (#347)

This commit fixes some bugs in text deletion, from the malfunction of
SplayTree range deletion ...

github.com/yorkie-team/yorkie - 035c5b6b9e3e9a762c5b69678f4681e53009d7c4 authored over 2 years ago
Introduce validator for project name validation (#345)

In this commit, the validator only applies to project names. We also
use regex because the go-pl...

github.com/yorkie-team/yorkie - f6a4aa15ea4cf3a13ae1288e1f9b191ac536aee0 authored over 2 years ago
Introduce generics to SplayTree (#346)

Co-authored-by: Youngteac Hong <[email protected]>

github.com/yorkie-team/yorkie - 206a0ab42298d18a4935baf3a373942947b7bb03 authored over 2 years ago
Implement inserting array elements with the `splice()` method (#318)

Co-authored-by: Youngteac Hong <[email protected]>

github.com/yorkie-team/yorkie-js-sdk - 21f0d705344d2dbbb8ca0f12e8a19b77438c3236 authored over 2 years ago
Update CHANGELOG for v0.2.8

github.com/yorkie-team/yorkie-js-sdk - 89f79f6767e2c606a38021c9732e5e4d58bda567 authored over 2 years ago
Implement Array.splice to ArrayProxy (#317)

Co-authored-by: Youngteac Hong <[email protected]>

github.com/yorkie-team/yorkie-js-sdk - 7a6d8ab84b3d3ae89dd0eed91ff9c4c5c2ad421e authored over 2 years ago
Update CHANGELOG for v0.2.8

github.com/yorkie-team/yorkie - aea03043b2d62691bf8c9c26dc3dcb804b87381a authored over 2 years ago
Bump up modules

github.com/yorkie-team/yorkie - 6f24d3ac1bf0e3897f642e54e38e769d59c2a8ec authored over 2 years ago
Fix invalid help command in Makefile

github.com/yorkie-team/yorkie - 8894ec46a561ebc1ec212a083fc83edeb1949f6e authored over 2 years ago
Change UpdateProject API to update by field (#338)

Previously, UpdateProject API received the entire project object.
However, if updates are execut...

github.com/yorkie-team/yorkie - 7b4b872d3e631fbde259358c072ae81bdcc80a58 authored over 2 years ago
Splay tree Deletion logic improvement (#341)

There were two problems in `deleteNodes`.

1. repeat splay for each node to be deleted resulting...

github.com/yorkie-team/yorkie - 3ddd7ce68996c964e6668f4acc0c9bb29d47ed90 authored over 2 years ago
Improve creating `change` in deleteNodes (#316)

Previously, creating `change` was done for each node to delete. And
then if the `change` was con...

github.com/yorkie-team/yorkie-js-sdk - 81d61d8fae6343860adef3cb2e1230808f55c31f authored over 2 years ago
Update AuthWebhook URL and Methods (#26)

Co-authored-by: Yourim Cha <[email protected]>

github.com/yorkie-team/dashboard - ed62339d877d882d4d7395fe77cce4e0bdeeb15c authored over 2 years ago
Revert `Document` and `Text`

We changed the names due to the problem of adding XXX_2 in the API
extractor. This commit revert...

github.com/yorkie-team/yorkie-js-sdk - 47478e73a91634c15055adb1dfc0977e8656a5f0 authored over 2 years ago
Remove size cache from RGATreeList and use SplayTree instead (#315)

Co-authored-by: Youngteac Hong <[email protected]>

github.com/yorkie-team/yorkie-js-sdk - 4a4a5621f925dd40cf09a46053ff50447f92e4ea authored over 2 years ago
Define JSONElement which represents the type exposed (#314)

`json` gives the impression that it can be used directly by the users. So
this commit changed th...

github.com/yorkie-team/yorkie-js-sdk - 478f2ee3bb589c677ec13c24e7877eaec0c5d03e authored over 2 years ago
Improve SplayTree deletion logic (#312)

There were two problems in `deleteNodes`.

1. repeat splay for each node to be deleted resulti...

github.com/yorkie-team/yorkie-js-sdk - c7749f1d82345d203255f71840165555427b6921 authored over 2 years ago
Add project settings page (#25)

Co-authored-by: Yourim Cha <[email protected]>

github.com/yorkie-team/dashboard - 88075f81575760a5ca4d09dbd741b71d21f14a04 authored over 2 years ago
Add read-only Array methods (#310)

Co-authored-by: Youngteac Hong <[email protected]>

github.com/yorkie-team/yorkie-js-sdk - e3a38def96df480c93f2b6df2955043f96ffe934 authored over 2 years ago
Add a description for submitting new version to Homebrew

github.com/yorkie-team/yorkie - 9e2d309c3425566ca608dedb81f73ce136cd4a19 authored over 2 years ago
Update CHANGELOG for v0.2.7

github.com/yorkie-team/yorkie - d5a7dea64f9353510f95a396ae7cfab5d64a376a authored over 2 years ago
Fix bug when setting non-string values in Presence (#311)

github.com/yorkie-team/yorkie-js-sdk - 6813f940475742f2a788c5206d9b0bdebaa4dc59 authored over 2 years ago
Detach the attached documents when deactivating the client (#342)

The detaching documents logic when deactivating the client in the RPC
was missing. I think the ...

github.com/yorkie-team/yorkie - 5e527a097a396a808f6890a4370d009b78f3fa3a authored over 2 years ago
Cache removed elements when creating a document from a snapshot (#340)

Some tombstones were not purged by GC in snapshots because GC runs on
the removed element cache.

github.com/yorkie-team/yorkie - 936525f3aecf0c9e5d50a742ceeb0cb9bcde3f28 authored over 2 years ago
Skip storing the initial ticket to prevent GC interruption (#339)

Documents in this state do not need to be saved because they do not
have any tombstones to be r...

github.com/yorkie-team/yorkie - 673564df87834bb90db8fbcc7e1c8d77b9a87a32 authored over 2 years ago
Fix typo (#307)

Co-authored-by: Youngteac Hong <[email protected]>

github.com/yorkie-team/yorkie-js-sdk - 5d83085484feaf1bde10f3fae4a7407c3763facf authored over 2 years ago
Run `Store benchmark result` only if not forked repo (#309)

I can't find a way to leave a comment in the forked repo right now.
The below ways did not work...

github.com/yorkie-team/yorkie-js-sdk - 6fd1f45ff9d0c8d074602a72840167eeb9a32549 authored over 2 years ago
Replace stress tests with benchmark (#305)

github.com/yorkie-team/yorkie-js-sdk - def5e19aaafeed687c79d3dc546c6286ba889fa0 authored over 2 years ago
Introduce generics to cache.go (#335)

github.com/yorkie-team/yorkie - dadb424dba0bd79be65efbf0fe86f4f99e7d325c authored over 2 years ago