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-js-sdk - 7d8f051d70780018f4cfb3b614b07db6546ac28b authored almost 4 years ago by Youngteac Hong <susukang98@gmail.com>
Remove non-deterministic tests.
github.com/yorkie-team/yorkie-js-sdk - 30bbef200807307a376f10f9b7f27a3b277a7352 authored almost 4 years ago by hackerwins <susukang98@gmail.com>Co-authored-by: Youngteac Hong <susukang98@gmail.com>
github.com/yorkie-team/yorkie-js-sdk - e0b78cc63deb4ae3ac777f41d418d3186af9ea43 authored almost 4 years ago by Semin Park <SPark9625@gmail.com>
We don't know which version of agent is running in yorkie.dev, so we
modify it to run agent dire...
When I first implemented Yorkie, I named variables without distinction
between status and state...
This commit separates the high-level package db from the low-level mongo
in terms of abstraction.
Previously, if there is no client or document, only sentinel errors were
returned. This commit...
Organized so that garbage collection tests for container types can be
managed in a location tha...
- Unit test: Test the implemented source code. Write in the package that
implements the source...
Organized so that garbage collection tests for text types can be managed
in a location that fit...
err is always nil because it has already been checked before this logic.
And it is judged that ...
github.com/yorkie-team/yorkie - 69062d5692c6a1da56c373a0b56143a64d368415 authored about 4 years ago by Dongcheol Choe <40932237+dc7303@users.noreply.github.com>
Describes the intent to introduce design documents and how to write them.
github.com/yorkie-team/yorkie - 764001433d351bcbafdc35b17fd546c0f693fd9d authored about 4 years ago by Youngteac Hong <susukang98@gmail.com>Connect adjacent insNext and insPrev when running purge.
In #104, GC was also introduced for ...
github.com/yorkie-team/yorkie - 5bdb529c70c89a85e8fced2aef6c8b58b4f145ba authored about 4 years ago by Youngteac Hong <susukang98@gmail.com>github.com/yorkie-team/yorkie-js-sdk - 2604af0f4e4d0984fd11ec12404eabdbba2b2f24 authored about 4 years ago by Youngteac Hong <susukang98@gmail.com>
Document is an object that is exposed directly to users including Proxy.
On the other hand, Int...
Co-authored-by: Youngteac Hong <susukang98@gmail.com>
github.com/yorkie-team/yorkie - 44a6a1a13c824d8ee1050bd44d86f4f86c0f78a8 authored about 4 years ago by Jo Hyun Woo <hyunwoo.jo@navercorp.com>
Adds a function to collect garbage of RGATreeSplit that occurs when
editing Text and RichText.
...
github.com/yorkie-team/yorkie-js-sdk - 301bd5dbfe2ebb43119ee9497efa562af6e04ef2 authored about 4 years ago by Dongcheol Choe <40932237+dc7303@users.noreply.github.com>
github.com/yorkie-team/yorkie - 516d8312f887f78be5e12b185f4b0a35cf92fabc authored about 4 years ago by Dongcheol Choe <40932237+dc7303@users.noreply.github.com>
Using local-prefixes, We check Import Group Ordering in the following
order.
- Standard library...
github.com/yorkie-team/yorkie - c4276a17d1781a701b9c5e980c98fb4e6032192a authored about 4 years ago by hackerwins <susukang98@gmail.com>
To improve the readability of the repository for new contributors, we
introduce Standard Go Proj...
tools.go ensures tool dependencies are kept in sync. This is the
recommended way of doing this a...
We have enabled golint on this commit. From now on, the CI will check
whether the exported fun...
Add a checklist so contributors can check what they might miss when writing a PR.
github.com/yorkie-team/yorkie - a978dfacfeaf3530893b2b2c888ad5e3fb2d6462 authored about 4 years ago by Youngteac Hong <susukang98@gmail.com>
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github...
It is not meant to record the PR types separately from now on, so delete them.
github.com/yorkie-team/yorkie - 1ace60c84c1abcf124dd60a458a23a67e5cce4a2 authored about 4 years ago by Youngteac Hong <susukang98@gmail.com>
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.4.0 to 10.4.1.
- [Rele...
In AttachDocument, [ErrDocumentAlreadyAttached] error is returned if
there is a document in the ...
github.com/yorkie-team/yorkie - efd0e5fe4eb77bce085ed88b2b82a7ef261c041f authored about 4 years ago by M. Habib Rosyad <habib.ryd@gmail.com>
Running `npm run build:docs` will create reference documentation in docs
folder. Distribution o...
Since the test contains non-deterministic random, the test coverage
changes each time the test i...
Move linters to `golangci-lint` so that it is not executed repeatedly.
And add `make lint` to CI...
Co-authored-by: Youngteac Hong <susukang98@gmail.com>
github.com/yorkie-team/yorkie-js-sdk - 0ff95372a512a67c972d22a20b5122a3443d9e58 authored about 4 years ago by Jongil Seok <daclouds@gmail.com>Co-authored-by: Jo Hyun Woo <hyunwoo.jo@navercorp.com>
github.com/yorkie-team/yorkie-js-sdk - 24d0f8d4aebd0cf955c6b139b5cd5e9a5390fe4b authored about 4 years ago by Youngteac Hong <susukang98@gmail.com>
* Implement `Document.GarbageCollect` in JS SDK
* Run garbage collection for the clone
* Add g...
github.com/yorkie-team/yorkie-js-sdk - 2a86f304aa68eb1b51a049ae8f27590512fee6db authored about 4 years ago by hyunwoo.jo <hyunwoo.jo@navercorp.com>
When initially designing the GC, it was implemented so that only removed
elements from the orig...
github.com/yorkie-team/yorkie-js-sdk - c4b3f1db5bb9e0308e5550885c780baea4a3a995 authored about 4 years ago by Jo Hyun Woo <hyunwoo.jo@navercorp.com>
github.com/yorkie-team/yorkie-js-sdk - be8860beb7fb192c6bb5442b0f50e3a2d128e7c0 authored about 4 years ago by hackerwins <susukang98@gmail.com>
github.com/yorkie-team/yorkie-js-sdk - e1eb796d731ef32a73a2cd4d0735ab7a7ec3ab4d authored about 4 years ago by hackerwins <susukang98@gmail.com>
github.com/yorkie-team/yorkie - e737c69053f6dca4f09f97a4542539170ea46f4d authored about 4 years ago by hackerwins <susukang98@gmail.com>
Several repositories using Yorkie had version issues. It has not yet
been released to users, but...
Co-authored-by: Youngteac Hong <susukang98@gmail.com>
github.com/yorkie-team/yorkie - 176f243b7c89b1feda2650a9d4240f60deb6032f authored about 4 years ago by Jongil Seok <daclouds@gmail.com>github.com/yorkie-team/yorkie - f6ff0d5ecb8455c13db7f5829f172a694411b2a9 authored about 4 years ago by daclouds <daclouds@gmail.com>
`/dist` is removed from the source and we made it created on release. This is
to avoid frequent...
github.com/yorkie-team/yorkie - a56aa2553b4a1a84fb6f610da4006f00cb687329 authored about 4 years ago by Park Beomsu <bspark@jam2in.com>
github.com/yorkie-team/yorkie - 47ef40adf71a6823560ea300219135c570866f10 authored about 4 years ago by Park Beomsu <bspark@jam2in.com>
github.com/yorkie-team/yorkie - ec91a9b5b7a4e627a284b9c42e88669b0547e18a authored over 4 years ago by Youngteac Hong <susukang98@gmail.com>
github.com/yorkie-team/yorkie-js-sdk - 9c008a3eb3de9f77e6590755c7b7547b678331ef authored over 4 years ago by hyunwoo.jo <hyunwoo.jo@navercorp.com>
github.com/yorkie-team/yorkie - 0118b2c4aa4d0c9af7538c52b197cf4befd7e340 authored over 4 years ago by Youngteac Hong <susukang98@gmail.com>
github.com/yorkie-team/yorkie - b3cc5062a368251c5ee3bdd4bd00815cebb12f4c authored over 4 years ago by Park Beomsu <bspark@jam2in.com>
github.com/yorkie-team/yorkie - befc948e34119a75fb771e16071bb289d45f4c38 authored over 4 years ago by hackerwins <susukang98@gmail.com>
github.com/yorkie-team/yorkie - e9ee5400a42b97121d1f8020302603bf2eae430f authored over 4 years ago by CHOI HEE JAE <gmlwo530@gmail.com>
github.com/yorkie-team/yorkie - 0a537b58902b418a7d9f1ec084e9872215a0e383 authored over 4 years ago by Park Beomsu <bspark@jam2in.com>
We can reduce npm dependencies by using orbs provided by CircleCI.
github.com/yorkie-team/yorkie-js-sdk - ddfdf93b8b934f39a9e9e06d9e4a79109a8fe243 authored over 4 years ago by hackerwins <susukang98@gmail.com>github.com/yorkie-team/yorkie-js-sdk - 01d58bce9272d7203a4eafbfcd51f5af7390c797 authored over 4 years ago by Youngteac Hong <susukang98@gmail.com>
Previously, We introduced the Increase operation to Primitive datatype.
However, in JavaScrip...
github.com/yorkie-team/yorkie-js-sdk - 80279c0b466271ae68d635f5d65e61926eb1b9df authored over 4 years ago by Dongcheol Choe <40932237+dc7303@users.noreply.github.com>github.com/yorkie-team/yorkie-js-sdk - e6d3f829a303907fbd70f0d49c970e7a3eca4fd8 authored over 4 years ago by hackerwins <susukang98@gmail.com>
Co-authored-by: jeemyeong <jeemyeong@gmail.com>
github.com/yorkie-team/yorkie-js-sdk - afba3bbb93eb92cb02c3e35c3f2db1f66366b66d authored over 4 years ago by Youngteac Hong <susukang98@gmail.com>github.com/yorkie-team/yorkie - 8adf45e70cce9d2e5fff935cd829e693a62bfca2 authored over 4 years ago by Park Beomsu <bspark@jam2in.com>
github.com/yorkie-team/yorkie - c84728f98bc33cf09d018dfdd0fec8510e46a4d6 authored over 4 years ago by Youngteac Hong <susukang98@gmail.com>
github.com/yorkie-team/yorkie-js-sdk - d3ac49a812bfe5c5b84033b65471437d6e643c73 authored over 4 years ago by Hwi Ahn <hwi.ahn@bigpicturelabs.io>
github.com/yorkie-team/yorkie - 1ce77f3a431a46abfa37fceba24f76f6f882dce6 authored over 4 years ago by Park Beomsu <bspark@jam2in.com>
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](...
github.com/yorkie-team/yorkie-js-sdk - 573f7244a1212b10b79a98d95e984599b394cc5b authored over 4 years ago by Kangho Lee <cannalee90@gmail.com>
github.com/yorkie-team/yorkie - 6438519d0f5d826d4a0cd178be7d618e852e5c79 authored over 4 years ago by Jongil Seok <daclouds@gmail.com>
* Change NumberProxy to Counter
Improved so that 'Increase operation' can be performed with a...
github.com/yorkie-team/yorkie - 50ca24b843118e0a3ed39142ed7e55a6b9923f55 authored over 4 years ago by Dongcheol Choe <40932237+dc7303@users.noreply.github.com>
Remove panic in types.EncodeOperation and change return value of
types.EncodeOperation to ([][]...
github.com/yorkie-team/yorkie-js-sdk - 07f71feffe634b295c1963efb41fba920851d6e3 authored over 4 years ago by hackerwins <susukang98@gmail.com>
github.com/yorkie-team/yorkie-js-sdk - 0295c94291bdf21845e8c4eb4bc527807d50d81e authored over 4 years ago by hackerwins <susukang98@gmail.com>
github.com/yorkie-team/yorkie-js-sdk - ab307b2b9bda297648f9164a5fb691ae4da5ed38 authored over 4 years ago by hackerwins <susukang98@gmail.com>
github.com/yorkie-team/yorkie-js-sdk - b204725097330e6dfb041ca2cbeaf4a5a2659181 authored over 4 years ago by Semin Park <SPark9625@gmail.com>
github.com/yorkie-team/yorkie-js-sdk - d5600ccd81289a011f26af9e8f89c1d07e616330 authored over 4 years ago by Semin Park <SPark9625@gmail.com>
After grouping event types, some events have to emit their values in
order to fully determine wh...
github.com/yorkie-team/yorkie-js-sdk - b95303dd4e0dabc459ac435cd94e2ce2591d63b3 authored over 4 years ago by Semin Park <SPark9625@gmail.com>
github.com/yorkie-team/yorkie - c2e641ff9a4c9e86304560826d5e6d5f492bc0ec authored over 4 years ago by hackerwins <susukang98@gmail.com>
* Cleanup type
* Remove unnecessary function call
Remove runSyncLoop from method deactivat...
github.com/yorkie-team/yorkie-js-sdk - 3933cef19c0d079bd39ca4c34aa4c15c6955aeff authored over 4 years ago by Semin Park <SPark9625@gmail.com>Co-authored-by: Youngteac Hong <susukang98@gmail.com>
github.com/yorkie-team/yorkie-js-sdk - 859ba3547493c55a33f3ef7771dd3648e716032e authored over 4 years ago by Semin Park <SPark9625@gmail.com>github.com/yorkie-team/yorkie-js-sdk - 26c5a8b9bb53c46602b45378175e84841f6b4583 authored over 4 years ago by Semin Park <SPark9625@gmail.com>
github.com/yorkie-team/yorkie-js-sdk - ef354f3548e3f53bc6ac4f9e133efe144abb39e9 authored over 4 years ago by jeemyeong <jeemyeong@gmail.com>
github.com/yorkie-team/yorkie-js-sdk - e8a49680df5465c82cd693e04441532d9d7bb945 authored over 4 years ago by Semin Park <SPark9625@gmail.com>
github.com/yorkie-team/yorkie-js-sdk - 512df2787287e7cc0ba769d06031c719d8679918 authored over 4 years ago by Semin Park <SPark9625@gmail.com>
github.com/yorkie-team/yorkie-js-sdk - f526f15c7c9d9753771ead9cea4e238ba4fe320b authored over 4 years ago by hackerwins <susukang98@gmail.com>
github.com/yorkie-team/yorkie-js-sdk - 467b025e7cc4c227c5b27b90bc7f2525340ef0bf authored over 4 years ago by hackerwins <susukang98@gmail.com>
github.com/yorkie-team/yorkie-js-sdk - eef005fce03ba1e2d3e7648518daba43fcef3378 authored over 4 years ago by hackerwins <susukang98@gmail.com>
github.com/yorkie-team/yorkie-js-sdk - 4b8adc20d07a8d0ebce2545e76a99c30a150f014 authored over 4 years ago by Semin Park <SPark9625@gmail.com>
When envoy proxy goes down and later comes back up, it used to be
that the connection does not g...
github.com/yorkie-team/yorkie - 544e18055e9c59bff4cb8973e45590e820d9ed9b authored over 4 years ago by hackerwins <susukang98@gmail.com>
Yorkie is getting more complex as features are added. So, we need to monitor the status of Agent...
github.com/yorkie-team/yorkie - 097108efbb03ac6843cd57ae660f5f10c5075149 authored over 4 years ago by daclouds <daclouds@gmail.com>github.com/yorkie-team/yorkie - 10a163ef7dd2a22eb1e6028935c3061c6d359b2c authored over 4 years ago by Youngteac Hong <susukang98@gmail.com>
github.com/yorkie-team/yorkie-js-sdk - b4ead947e9100c328370153dfe3707ec82f45784 authored over 4 years ago by hackerwins <susukang98@gmail.com>
github.com/yorkie-team/yorkie-js-sdk - 5b5d01bcf8d2979204d03cfc2b4da55986f463ea authored over 4 years ago by hackerwins <susukang98@gmail.com>
github.com/yorkie-team/yorkie-js-sdk - 24e4e740a3838c3b28c26970f174cabddd66eb8e authored over 4 years ago by hackerwins <susukang98@gmail.com>
When a client watches multiple documents, `panic: send on close channel`
has occurred because i...
This bug occurs in the order of Publish and Unsubscribe. I can't fix it
right now, I just added ...
Properties change when deleting an instance of Primitive.
It seems that it cannot be considered ...
* Add increase operation
I add 'number_proxy.go' and 'increase.go' for increase operation
on...
When using enum, enumerated numbers are assigned a value whose default
value increases from 0. S...
iota keyword can use like 'enum' in go. And it seems good to refactor
the enumerated data code u...