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
github.com/yorkie-team/yorkie-team.github.io - 4862f214f77ba91db7ce7b09704daa0304b96627 authored over 1 year ago by JiHee Han <[email protected]>
* Add x-shard-key to APIs
* Fix swiftformat lint error
github.com/yorkie-team/yorkie-ios-sdk - 48e63228c6af5e7df3df9da952183c16d3387e33 authored over 1 year ago by Jung gyun Ahn <[email protected]>Co-authored-by: YoonKiJin <[email protected]>
github.com/yorkie-team/yorkie - 2b15ac5423b6c5021bb5d81581347a519437ac9c authored over 1 year ago by Youngteac Hong <[email protected]>github.com/yorkie-team/yorkie-team.github.io - 065d3f7662c34636ff293cd27cdb2c6e8e897213 authored over 1 year ago by Jongwoo Han <[email protected]>
github.com/yorkie-team/yorkie-js-sdk - 20d44ac2eb31f80863cdab938b86657d7645a389 authored over 1 year ago by Youngteac Hong <[email protected]>
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.50.0 to 1.53.0.
- [Relea...
* Update CHANGELOG.md for v0.4.4
* Add missing comments to exposed interfaces
github.com/yorkie-team/yorkie-js-sdk - 5d5f951cb71fad42211b31a8145ef4aabd29e184 authored over 1 year ago by Youngteac Hong <[email protected]>* Use TreeRangeStruct to represent tree selection
* Rename getStructure to toStructure
* R...
github.com/yorkie-team/yorkie-js-sdk - 3a59d69a2ff794e469d4b11f6e128cb735c2b246 authored over 1 year ago by Yourim Cha <[email protected]>github.com/yorkie-team/yorkie-android-sdk - f7dc8a19b6f22a351e0e5c20dbc88ee477e8e789 authored over 1 year ago by Hyowoo Kim <[email protected]>
* Implements tests for JsonTree
* fix findTextPos
---------
Co-authored-by: Hyowoo Kim ...
github.com/yorkie-team/yorkie-android-sdk - 4bc8ab2d89d8ee865fe9b74840c2d76a6aae6ca7 authored over 1 year ago by Jeehyun Kim <[email protected]>github.com/yorkie-team/yorkie-android-sdk - 1f6a912ede72a16da43cf2cdc8f7348a1a0efedd authored over 1 year ago by Hyowoo Kim <[email protected]>
* Change stream to debug because WatchDocument gets called many times
* Change to key in Push...
github.com/yorkie-team/yorkie - d6bf765ac54b08045991552fa2f142791cc60cfb authored over 1 year ago by Youngteac Hong <[email protected]>* Implement Tree element converters
* Implement Tree-related operation converters
github.com/yorkie-team/yorkie-android-sdk - bf76d111254b5cacd1ecd6632723937f87186460 authored over 1 year ago by Hyowoo Kim <[email protected]>github.com/yorkie-team/yorkie - ba89b2cec605cda365df1ba943e8cd41154c7001 authored over 1 year ago by Youngteac Hong <[email protected]>
Co-authored-by: Hackerwins <[email protected]>
github.com/yorkie-team/yorkie - e824ef519948e4c3ea9f2f5a67556a8fd0f6f739 authored over 1 year ago by 김용욱 <[email protected]>github.com/yorkie-team/yorkie - 39db60d6c4cd59a8cf57c8a5e6c5961ceda642da authored over 1 year ago by changhui lee <[email protected]>
* remove Trie
* implement basic structure for CrdtTree
* implement IndexTree, CrdtTree
...
github.com/yorkie-team/yorkie-android-sdk - b41b89d7872b0e81a2508fd2e5c52d56e5b7b1ac authored over 1 year ago by Hyowoo Kim <[email protected]>* Remove panic from crdt.Tree and index.Tree
* Remove panic from InternalDocument
* Extra...
github.com/yorkie-team/yorkie - 3e34fc60c5f2dafdb811143a6a1e7f2f65296458 authored over 1 year ago by JOOHOJANG <[email protected]>* remove Trie
* implement IndexTree, CrdtTree
* apply GC to CrdtTree
* set default valu...
github.com/yorkie-team/yorkie-android-sdk - 7e89dccfec57454757b3d467fd84c32d22ddf236 authored over 1 year ago by Jeehyun Kim <[email protected]>github.com/yorkie-team/dashboard - a4414e6a1ed40411bd2ac151972b21976f5329fb authored over 1 year ago by JOOHOJANG <[email protected]>
Attributes should be displayed in dashboard JSON format data, and,
because we fixed the JSON di...
* Add RemovdDocument function
* Apply NIL design to document deletion UI
---------
Co-a...
github.com/yorkie-team/dashboard - 68aa177a841abb8d879075366eee73388bb9901b authored over 1 year ago by 김용욱 <[email protected]>github.com/yorkie-team/yorkie-team.github.io - db3f63de34f7727ed709e11407ef352021af4f6c authored over 1 year ago by JOOHOJANG <[email protected]>
github.com/yorkie-team/yorkie-js-sdk - d5babaa13723df6170f68f656ee81adba8b0ab22 authored over 1 year ago by JOOHOJANG <[email protected]>
Make it traverse the whole tree including tombstones
github.com/yorkie-team/yorkie-js-sdk - 4bebe31a776d215a4a986b99387f6fadf1479089 authored over 1 year ago by JOOHOJANG <[email protected]>github.com/yorkie-team/yorkie - abf17ac4c31a08c8c6a622230a91134fa7ae357a authored over 1 year ago by JOOHOJANG <[email protected]>
* Apply garbage collection for tree
* Correct issue that miscalculates treePos by path
* C...
github.com/yorkie-team/yorkie - db99457862f3ac05e92c97d5087e33f8aaaf7230 authored over 1 year ago by JOOHOJANG <[email protected]>
Removed documents should be filtered out by the query, but somehow it
does not work. This is a ...
Previously, removed documents were exposed in the document list of CLI
or Dashboard. This commi...
* Implement tree garbage collection
* Change CRDTTextElement to CRDTGCElement and let CRDTTre...
github.com/yorkie-team/yorkie-js-sdk - e9aec8f1abb811221bfb0018c66d8d674c7e937e authored over 1 year ago by JOOHOJANG <[email protected]>github.com/yorkie-team/yorkie-team.github.io - 34c0c0720a8ebdb97fd34df67470747d8338c1fe authored over 1 year ago by Jeehyun Kim <[email protected]>
github.com/yorkie-team/yorkie-js-sdk - c27f6abe9b92171b4d783eee1123d5e60e6799ec authored over 1 year ago by Yourim Cha <[email protected]>
github.com/yorkie-team/yorkie-android-sdk - d65332d4e61374f2db9a51cc0ddda8d19e086120 authored over 1 year ago by Jeehyun Kim <[email protected]>
* Make Local/RemoteChange single ChangeInfo
github.com/yorkie-team/yorkie-android-sdk - 0f8f9eca0f71024bf5441ef4c1579b8d465e4268 authored over 1 year ago by Jeehyun Kim <[email protected]>* add TextOpInfo
* replace JsonText.onChanges() with events subscription
github.com/yorkie-team/yorkie-android-sdk - 315ce1d03f6f13bcc3e76bc8ea2b620c061e98ff authored over 1 year ago by Jeehyun Kim <[email protected]>* Add force flag to RemoveDocument command
After this commit, an error occurred when attempti...
github.com/yorkie-team/yorkie - 525cacf2747f53187e41fd495e41f1b26e0a5d4e authored over 1 year ago by 김용욱 <[email protected]>* Update ClientInfo with ID, not key
Previously, when updating ClientInfo, it was updated wit...
github.com/yorkie-team/yorkie - 552c895415c6b81155f6ef9aa7acb00ee7c474a2 authored over 1 year ago by 김용욱 <[email protected]>* implement new functions and modify existing ones in JsonArray
github.com/yorkie-team/yorkie-android-sdk - 2983e04dc5903c24a6e1dc6dacb4dcafe611c3d0 authored over 1 year ago by Jeehyun Kim <[email protected]>github.com/yorkie-team/dashboard - d32345e157ad639b5b1b789525d52bd61714885d authored over 1 year ago by Kevin Park <[email protected]>
* add actorID to ChangeInfo
* make actorID non-null
github.com/yorkie-team/yorkie-android-sdk - 033e705624214056ab73b9ad4c45ec7ce337309c authored over 1 year ago by Jeehyun Kim <[email protected]>github.com/yorkie-team/yorkie-team.github.io - f1078783feb71c3b01f6dde7a0b7d924ceb0da04 authored over 1 year ago by Kevin Park <[email protected]>
github.com/yorkie-team/yorkie-js-sdk - 72ab98e0abaaa2795025af8baeac99415276733a authored over 1 year ago by Kevin Park <[email protected]>
github.com/yorkie-team/yorkie - 19d87a03f912769d39ed673e573dd26da5d762d2 authored over 1 year ago by Kevin Park <[email protected]>
Co-authored-by: Youngteac Hong <[email protected]>
github.com/yorkie-team/yorkie - dcea8c4666b4da149292f3da2e5b731d6416cd28 authored over 1 year ago by Kevin Park <[email protected]>github.com/yorkie-team/yorkie-js-sdk - 29ab5803b3a880a60b31375f2f8354405e6c7de2 authored over 1 year ago by Kevin Park <[email protected]>
github.com/yorkie-team/yorkie-js-sdk - 6c77f1a39d00a0387295b50b95874418642bab9a authored over 1 year ago by JOOHOJANG <[email protected]>
* add Presence value class for Client.Options.presence
* setup JDK 17 for the deploy pages ac...
github.com/yorkie-team/yorkie-android-sdk - b5cf896c7bbaf93e600f8ae4fc3ad3835a9bc253 authored over 1 year ago by Jeehyun Kim <[email protected]>github.com/yorkie-team/yorkie - c081d24949932317ebaf13930e3ef086991e8bd7 authored over 1 year ago by 김용욱 <[email protected]>
* implement document subscription with the specific target path
* improve the event value of ...
github.com/yorkie-team/yorkie-android-sdk - 707e3dc96810972f0414841c31b1b4de95c2a877 authored over 1 year ago by Jeehyun Kim <[email protected]>* migrate to version catalog
* update libraries
* migrate jacoco
* Update build configs...
github.com/yorkie-team/yorkie-android-sdk - 57352e5c4717d1ab4fa9e01ab3e075c3f59d542e authored over 1 year ago by Hyowoo Kim <[email protected]>github.com/yorkie-team/yorkie - dbc4cf06440c07568a2a421f2030b9bf542645c8 authored over 1 year ago by Jongwoo Han <[email protected]>
* Implement pathToPosRange (#545)
* Implement Tree.Style and Tree.StyleByPath
* Move Parse...
github.com/yorkie-team/yorkie-js-sdk - 5b0e8095f46f6e3086a0ba0a32cbd5ec74829592 authored over 1 year ago by Youngteac Hong <[email protected]>Co-authored-by: Youngteac Hong <[email protected]>
github.com/yorkie-team/yorkie-js-sdk - c501c0349380d2536230860b48076c5ca0e2fdfc authored over 1 year ago by jinho park <[email protected]>Co-authored-by: Youngteac Hong <[email protected]>
github.com/yorkie-team/yorkie-js-sdk - 17987e1c7040c81dc08612bffa828fec846cf50d authored over 1 year ago by jinho park <[email protected]>Co-authored-by: Kevin Park <[email protected]>
github.com/yorkie-team/yorkie - fade7612017c49647ecc927b67cff84c52496190 authored over 1 year ago by Youngteac Hong <[email protected]>github.com/yorkie-team/yorkie - 17b59542f27c32c33756edffac5f9fe4a9e4cb03 authored over 1 year ago by Kevin Park <[email protected]>
Co-authored-by: Hackerwins <[email protected]>
github.com/yorkie-team/yorkie-team.github.io - 9283eaf1d1e7e322fe98e5574f3a19bb498f93e5 authored over 1 year ago by 김용욱 <[email protected]>github.com/yorkie-team/dashboard - 8be49a87afda874c10c39a3e8bdc12ccf6676f7b authored over 1 year ago by Kevin Park <[email protected]>
github.com/yorkie-team/yorkie-team.github.io - c6c81b3791cb4a34044550498ed8c0b24bd73b02 authored over 1 year ago by Kevin Park <[email protected]>
github.com/yorkie-team/yorkie-js-sdk - 9f6e51b5352da2537389fb776c7997af518214cb authored over 1 year ago by Kevin Park <[email protected]>
github.com/yorkie-team/yorkie-android-sdk - 12baa6e1fa9aa67916ec07e6b75345274d1cbe7b authored over 1 year ago by Jeehyun Kim <[email protected]>
github.com/yorkie-team/yorkie-js-sdk - b440ba9970195e167dd7535a6bb93457bd7f9428 authored over 1 year ago by Kevin Park <[email protected]>
github.com/yorkie-team/yorkie - 0ce364b62d487aa1a6cc26f059f3eb6cfefb19eb authored over 1 year ago by Kevin Park <[email protected]>
Co-authored-by: hackerwins <[email protected]>
Co-authored-by: JOOHOJANG <[email protected]>
Previously, we passed ChangeInfos as values of RemoteChange and
LocalChange types in Document.s...
github.com/yorkie-team/yorkie-android-sdk - 6e73910ba16e3ea918eedb13a283a691d6259ff5 authored over 1 year ago by Jeehyun Kim <[email protected]>
github.com/yorkie-team/yorkie - 931b70d5ed7a3dc75a56a86357cf18cbd9824d6b authored over 1 year ago by Kevin Park <[email protected]>
Co-authored-by: Youngteac Hong <[email protected]>
github.com/yorkie-team/yorkie-js-sdk - d38c853ed0ec6ae6fe7698c6db31785a9145f007 authored over 1 year ago by jinho park <[email protected]>github.com/yorkie-team/yorkie - 5fcab5f348f7d381e07614912cf17b89a45cd737 authored over 1 year ago by Youngteac Hong <[email protected]>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.5 to 3.2.7.
- [Re...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.5 to 3.2.7.
- [Re...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.3 to 3.2.7.
- [Re...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.5 to 3.2.7.
- [Re...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.5 to 3.2.7.
- [Re...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.3 to 3.2.7.
- [Re...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.1.8 to 3.2.7.
- [Re...
github.com/yorkie-team/yorkie-js-sdk - 7a6ef240b07fccb3fcfa4a9b5f037a8f6c65abe1 authored over 1 year ago by Yourim Cha <[email protected]>
In order to support collaborative editing in text editors like
ProseMirror that use Tree-based m...
github.com/yorkie-team/yorkie - 782f93d648da78d4b659c03028eeb0588380febe authored over 1 year ago by Yourim Cha <[email protected]>
* Apply integration of SDK and admin RPC server
* add x-shard-key(ref: https://github.com/yor...
github.com/yorkie-team/yorkie-android-sdk - 1e59516c8cd016e0b421ca8be35f6e8ec78b6bb1 authored over 1 year ago by Jeehyun Kim <[email protected]>
In order to support collaborative editing in text editors like
ProseMirror that use Tree-based m...
Co-authored-by: Youngteac Hong <[email protected]>
github.com/yorkie-team/yorkie-js-sdk - 5f508e1173184defde341993384fe44238e56cfd authored over 1 year ago by jinho park <[email protected]>github.com/yorkie-team/yorkie-android-sdk - 7608a4562b0606e4627c33a1961a270b10a63a00 authored over 1 year ago by Kevin Park <[email protected]>
Co-authored-by: 안정균 <[email protected]>
github.com/yorkie-team/yorkie-ios-sdk - c49142f856ffd16435f7a91ef47da3d22043c8fe authored over 1 year ago by Kevin Park <[email protected]>* fix xcodebuild compile errors
* Set the minimum iOS version to 13.0
github.com/yorkie-team/yorkie-ios-sdk - 80eeb8de5451596d1c443056984d8a83bf3331e0 authored over 1 year ago by Jung gyun Ahn <[email protected]>
Removing the panic to prevent server shutdown when encountering CRDT array errors.
To keep the ...
github.com/yorkie-team/yorkie-js-sdk - dca81a5080d87e15b1fb00c74f985c924136bad5 authored over 1 year ago by jinho park <[email protected]>
* Move grpchelper package to rpc package
* Rename authInterceptor to adminAuthInterceptor
* Si...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.1 to 4.2.3.
- [...
Co-authored-by: Youngteac Hong <[email protected]>
github.com/yorkie-team/yorkie - 8287e05175208095cdd837c07072ce54b5d3a855 authored over 1 year ago by 김용욱 <[email protected]>github.com/yorkie-team/yorkie - 1dd9403fb82f173a48267466054d7e6e50efc3f9 authored over 1 year ago by Yourim Cha <[email protected]>
* Bump up Yorkie to v0.3.5
* Update document and examples for v0.3.5
github.com/yorkie-team/yorkie-team.github.io - ea721d144d2a8bfba3f52bb7e0f0fc150151c5a7 authored over 1 year ago by Kevin Park <[email protected]>github.com/yorkie-team/dashboard - f0c6fbcd8027c684f0e62ab1453d922d18d37848 authored over 1 year ago by Kevin Park <[email protected]>
github.com/yorkie-team/yorkie-js-sdk - 8029b57977cf36f2e65c092cb6ca5c670ef70351 authored over 1 year ago by Kevin Park <[email protected]>
* Revise helm charts ingress yaml error on host enabled
* Revise ArgoCD install.yaml to fix m...
github.com/yorkie-team/yorkie - dbcec29c94e86950e6ca10089676a4c955320b69 authored over 1 year ago by Kevin Park <[email protected]>github.com/yorkie-team/yorkie-team.github.io - 5dea94f569be133d3bbd48051c6878fe95dee9f7 authored over 1 year ago by Kevin Park <[email protected]>
github.com/yorkie-team/dashboard - 049bb45a2b6f1a2c022ab13ca3850fa94508c4b4 authored over 1 year ago by Kevin Park <[email protected]>
github.com/yorkie-team/yorkie-js-sdk - eb72a49ebc00e3b12d900b158c1f5b624e2802b0 authored over 1 year ago by Kevin Park <[email protected]>
github.com/yorkie-team/yorkie - 1a8531957aa35eba5a247666ef21d6c8ae57d8a2 authored over 1 year ago by Kevin Park <[email protected]>
github.com/yorkie-team/yorkie-js-sdk - 042a2d7155803579d27ab68393c63cf935b0668e authored over 1 year ago by Kevin Park <[email protected]>