Ecosyste.ms: OpenCollective

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

github.com/yorkie-team/yorkie

Yorkie is a document store for collaborative applications.
https://github.com/yorkie-team/yorkie

Add logout command to CLI (#571)

39db60d6c4cd59a8cf57c8a5e6c5961ceda642da authored over 1 year ago by changhui lee <[email protected]>
Remove panic from crdt.Tree and index.Tree (#570)

* Remove panic from crdt.Tree and index.Tree

* Remove panic from InternalDocument

* Extra...

3e34fc60c5f2dafdb811143a6a1e7f2f65296458 authored over 1 year ago by JOOHOJANG <[email protected]>
Make attributes display properly in dashboard (#564)

Attributes should be displayed in dashboard JSON format data, and,
because we fixed the JSON di...

aa2f3618f8fc0a53cfdca6717b37a6dfa1eeadd0 authored over 1 year ago by YoonKiJin <[email protected]>
Update changelog for next release (#567)

abf17ac4c31a08c8c6a622230a91134fa7ae357a authored over 1 year ago by JOOHOJANG <[email protected]>
Apply garbage collection for tree (#566)

* Apply garbage collection for tree

* Correct issue that miscalculates treePos by path

* C...

db99457862f3ac05e92c97d5087e33f8aaaf7230 authored over 1 year ago by JOOHOJANG <[email protected]>
Add a workaround to prevent retrieving removed documents from MemDB (#565)

Removed documents should be filtered out by the query, but somehow it
does not work. This is a ...

23b0062645755504f5513ea9871470b60f00961f authored over 1 year ago by Youngteac Hong <[email protected]>
Filter out removed documents from ListDocuments API (#563)

Previously, removed documents were exposed in the document list of CLI
or Dashboard. This commi...

7eee5514f1fc7da5f1e7424580362d0fa01ecec7 authored over 1 year ago by Youngteac Hong <[email protected]>
Add force flag to RemoveDocument command (#558)

* Add force flag to RemoveDocument command

After this commit, an error occurred when attempti...

525cacf2747f53187e41fd495e41f1b26e0a5d4e authored over 1 year ago by 김용욱 <[email protected]>
Update ClientInfo with ID and extract `testcases` package (#557)

* Update ClientInfo with ID, not key

Previously, when updating ClientInfo, it was updated wit...

552c895415c6b81155f6ef9aa7acb00ee7c474a2 authored over 1 year ago by 김용욱 <[email protected]>
Resolve CI failure with longer MaxConnectionAge (#556)

19d87a03f912769d39ed673e573dd26da5d762d2 authored over 1 year ago by Kevin Park <[email protected]>
Update CHANGELOG for v0.4.2 (#554)

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

dcea8c4666b4da149292f3da2e5b731d6416cd28 authored over 1 year ago by Kevin Park <[email protected]>
Modify yorkie-cluster helm chart k8s version (1.24 => 1.23) (#550)

c081d24949932317ebaf13930e3ef086991e8bd7 authored over 1 year ago by 김용욱 <[email protected]>
Abstract the workflow to base-docker-publish.yml (#552, #553)

dbc4cf06440c07568a2a421f2030b9bf542645c8 authored over 1 year ago by Jongwoo Han <[email protected]>
Implement Tree.Style for setting attributes to nodes (#549)

Co-authored-by: Kevin Park <[email protected]>

fade7612017c49647ecc927b67cff84c52496190 authored over 1 year ago by Youngteac Hong <[email protected]>
Add TLS option & insecure flag in admin CLI (#548)

17b59542f27c32c33756edffac5f9fe4a9e4cb03 authored over 1 year ago by Kevin Park <[email protected]>
Update CHANGELOG for v0.4.1 (#547)

0ce364b62d487aa1a6cc26f059f3eb6cfefb19eb authored over 1 year ago by Kevin Park <[email protected]>
Support utf16 code units for yorkie.Tree (#545)

931b70d5ed7a3dc75a56a86357cf18cbd9824d6b authored over 1 year ago by Kevin Park <[email protected]>
Update ROADMAP.md

5fcab5f348f7d381e07614912cf17b89a45cd737 authored over 1 year ago by Youngteac Hong <[email protected]>
Update CHANGELOG for v0.4.0 (#543)

782f93d648da78d4b659c03028eeb0588380febe authored over 1 year ago by Yourim Cha <[email protected]>
Implement yorkie.Tree for text editors using tree model (#535)

In order to support collaborative editing in text editors like
ProseMirror that use Tree-based m...

f838e94b56d4d8c37ef8adac6102107bb30dbd46 authored over 1 year ago by Youngteac Hong <[email protected]>
Remove panic in CRDT array (#524)

Removing the panic to prevent server shutdown when encountering CRDT array errors.
To keep the ...

77d14f060b32c4ca01d5a457a90caa2ebb02c81b authored over 1 year ago by 김용욱 <[email protected]>
Clean up code after moving admin to rpc (#541)

* Move grpchelper package to rpc package
* Rename authInterceptor to adminAuthInterceptor
* Si...

3b0606e20548f7e23efb0d1da42bf546576ffb27 authored over 1 year ago by Youngteac Hong <[email protected]>
Add remove document command to CLI (#540)

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

8287e05175208095cdd837c07072ce54b5d3a855 authored over 1 year ago by 김용욱 <[email protected]>
Resolve concurrent map issue (#538)

1dd9403fb82f173a48267466054d7e6e50efc3f9 authored over 1 year ago by Yourim Cha <[email protected]>
Revise Helm Charts for Production Installations (#537)

* Revise helm charts ingress yaml error on host enabled

* Revise ArgoCD install.yaml to fix m...

dbcec29c94e86950e6ca10089676a4c955320b69 authored over 1 year ago by Kevin Park <[email protected]>
Update CHANGELOG for v0.3.5 (#536)

1a8531957aa35eba5a247666ef21d6c8ae57d8a2 authored over 1 year ago by Kevin Park <[email protected]>
Integrate SDK RPC Server and Admin RPC Server to Single RPC Server (#532)

* Integrate SDK server and Admin server into RPC server

* Change yorkie cluster K8s for RPC i...

ff4d8cc3c5e002326c49c219dbd9b41607958431 authored over 1 year ago by Kevin Park <[email protected]>
Resolve Helm Chart Installation Fail on Custom Release Name (#531)

* Resolve release name conflict in yorkie monitoring Helm chart

* Apply updates on helm charts

5ff65c2e4cb2b2ec0cc1ab5620697d2fe6133a3a authored over 1 year ago by Kevin Park <[email protected]>
Add Sharded Cluster Mode Design Document (#523)

d09f9f22875fd8666832e578aa787d77496439c4 authored over 1 year ago by Kevin Park <[email protected]>
Remove panic from crdt.Text (#522)

json.Text is used by SDK and does not run on the server. So this commit
remains panic from json...

66c17d670cb72122844ff99f35fbd2cd74d4c9f3 authored over 1 year ago by 김용욱 <[email protected]>
Revise Helm charts & README.md (#525)

* Revise Helm charts & README.md

* Update yorkie-monitoring to automatically configure dataso...

8edb7b0ae49a9cb2e4fc40300f62d46a06e1a258 authored over 1 year ago by Kevin Park <[email protected]>
Remove panic and wrapping informational error from server (#519)

969e50939710629c54da13d2581111512b80530f authored over 1 year ago by 김용욱 <[email protected]>
Update MAINTAINING.md (#518)

0f82b9aea9fc96e7d9e5ce3b3d9572f61bbe835b authored over 1 year ago by Yourim Cha <[email protected]>
Add chacha912 to maintainers of charts

f35b9627882f8949c41c8fbd8e6d7d4399246eae authored over 1 year ago by Youngteac Hong <[email protected]>
Move mark_as_latest option to .cr.yaml & update chart-release.yaml workflow (#516)

5b3d2f8bfbd4594b49dc98db6acd2a81d6959f86 authored over 1 year ago by Kevin Park <[email protected]>
Update CHANGELOG for v0.3.4 (#515)

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

0b9f994459380e44deea211790bb8357acc97776 authored over 1 year ago by Yourim Cha <[email protected]>
Set default MaxConnectionAge, MaxConnectionAgeGrace to infinity (#514)

70dc482de8b712c73cd098ffcd78e515ee728f38 authored over 1 year ago by Kevin Park <[email protected]>
Update Yorkie Helm Charts (#513)

* Revise misconfigured nameOverride in yorkie-monitoring helm chart & update README.md

* Revi...

a7dfa3c350ead91f72882f85707c1f422b6b5f90 authored over 1 year ago by Kevin Park <[email protected]>
Add gRPC MaxConnectionAge & MaxConnectionAgeGrace options (#512)

* Add gRPC MaxConnectionAge option for rpc server

* Add gRPC MaxConnectionAgeGrace option for...

4539bfef29f39551fca63aad89af6c28708363a5 authored over 1 year ago by Kevin Park <[email protected]>
Fix a guide about path of docker-compose.xml file (#511)

The `docker` directory has been moved into `build` with this commit : d8625cd

e365cbbe68df085de194e1dc4952b1ba402295d6 authored over 1 year ago by maruldy <[email protected]>
Revise helm chart README.md & workflow chart-release.yaml (#509)

efe3e87da1e726858408209142476b0a75b7b9d1 authored over 1 year ago by Kevin Park <[email protected]>
Update release-chart.yml workflow (#508)

128594cb35899eeec97c0857474d1865047f5f2f authored over 1 year ago by Kevin Park <[email protected]>
Add Yorkie Helm Charts (#507)

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

d8625cdad83fc2b6907a9abc747ab91c48ff1cf4 authored over 1 year ago by Kevin Park <[email protected]>
Lock watchDocuments depending on the client and doc (#506)

6a1132f9d13289278870a3daac99fda9cd12fcae authored over 1 year ago by Yourim Cha <[email protected]>
Extend PushPull to support sync mode by adding push-only flag (#500)

When push-only is set to true, the Server will respond with an empty
operations unless there hav...

bbd06b2312e73b267e54970764e5d042e12d810c authored almost 2 years ago by Jung gyun Ahn <[email protected]>
Remove etcd-based cluster mode and replace it with sharding (#504)

This commit removes the previously used etcd-based cluster mode and
replaces it with a sharding...

6f9c5adf00b875de08192e9ee9764f8e5258bf39 authored almost 2 years ago by Youngteac Hong <[email protected]>
Update CHANGELOG.md for releasing new version (#502)

fdd62a95e802073584e861e1e305f93b24a53d8b authored almost 2 years ago by 김용욱 <[email protected]>
Append `x-shard-key` metadata to SDK's requests (#499)

We recently introduced key-based sharding on the cluster. This commit
appends the shard key(`x-...

3022eecebad070db32d06ba3c762d54875743dc4 authored almost 2 years ago by Youngteac Hong <[email protected]>
Add user agent metrics (#492)

Add metrics about sdk-type/version, projectID/Name, hostname, etc.

Co-authored-by: Youngteac ...

ead453c33ece90d71bdba538c6fa269c0377a884 authored almost 2 years ago by 김용욱 <[email protected]>
Add document deletion design document (#493)

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

313d6cf9a33d0a33b1ca5b594c6d931a59800cde authored almost 2 years ago by Kevin Park <[email protected]>
Fix invalid document finding query in CreateChangeInfos (#496)

We need to find the document based on ID.

01a2853150645e592bfd3e199ba730e3e48911c8 authored almost 2 years ago by Youngteac Hong <[email protected]>
Fix incorrect docEvent type (#495)

9ab43c7dbbfc57721434932aa6b759a932a79508 authored almost 2 years ago by Yourim Cha <[email protected]>
Change the structure of WatchDocument API (#491)

1. Change to use ID instead of Key in WatchDocument
- By introducing RemoveDocument API, multi...

dcf4cfb6ff98173c6d02a0abed89cb847f8aaa1e authored almost 2 years ago by Yourim Cha <[email protected]>
Add RemoveDocument API (#484)

Document deletion is a crucial feature to save resources. Without
deletion, accumulated documen...

bfdbabff56f4a5ff8ae07a02194efc883277af47 authored almost 2 years ago by Youngteac Hong <[email protected]>
Add pagination flags to document ls command (#489)

* Add pagination flags to `document ls` command

- Add flag options(--previous-id, --size, --for...

48821a855418cadda70d45dc16e75d328bab4971 authored almost 2 years ago by 김용욱 <[email protected]>
Bump golang.org/x/net from 0.0.0-20221004154528-8021a29435af to 0.7.0 (#486)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20221004154528-8021a29435af t...

ee77345f44e646b7f4072eea6853941afa023fe5 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Allow uppercase letters(A-Z) for document keys (#483)

To support capital letters, an additional rule, case_sensitive_slug is added.

79f170b12c45fae153501849720525ed165307cf authored almost 2 years ago by shiningsoo <[email protected]>
Change sentinel errors to wrapping errors #481

To represent more error context information, change errors to wrapping
errors in client_info.

5e363d013cfb2a066a49ebf7a474aaa5aa14149c authored almost 2 years ago by 김용욱 <[email protected]>
Lock watchDocuments depending on the client (#479)

* Lock watchDocuments depending on the client

* Modify the subscribe log to display all docKeys

dde4f22fdab00970a19c57ebe9a03129f3a1faa7 authored almost 2 years ago by Yourim Cha <[email protected]>
Add ClientDeactivateThreshold field in admin CLI project list (#477)

bc3f59b6b1c7370baebb7c803b44c7565002a50c authored almost 2 years ago by Kevin Park <[email protected]>
Update CHANGELOG.md and Makefile (#476)

101df332f1c4f6fd95e9e8828aeeae44631fcf31 authored almost 2 years ago by Kevin Park <[email protected]>
Bump golang.org/x/text from 0.3.7 to 0.3.8 (#475)

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes...

c400e14f215260e7f95624c87fabcf0c83d12c16 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add validation module and document key validation (#467)

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

ebd12f367aabd2762a4e5566ceed4a065aed3d25 authored almost 2 years ago by jinho park <[email protected]>
Change ClientDeactivateThreshold type to string value (#471)

Change ClientDeactivateThreshold type to string to remove necessary
type conversation in server...

923b3982b20421afa94db43d3684db1623d78534 authored almost 2 years ago by Kevin Park <[email protected]>
Add clientDeactivateThreshold in project (#454)

Add clientDeactivateThreshold in Project to set the client’s
deactivation threshold in individu...

c5b9a908577b911c1598496a6f0e83c94563cbe2 authored almost 2 years ago by Kevin Park <[email protected]>
Fix invalid index of SplayTree with single node (#470)

e608e0eebe0526127e0aae8b42b5ac6d16f02b5b authored almost 2 years ago by Youngteac Hong <[email protected]>
Remove priority queue from RHTPQMap (#462)

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

3d9fe9dae1e001f8711ef48b75e47933b38edb91 authored almost 2 years ago by changhui lee <[email protected]>
Filter out unsubscribed documents key in DocEvent (#463)

61e695384a5bc4f0cc6e1dc0f6ec9387b42697e7 authored almost 2 years ago by Yourim Cha <[email protected]>
Update README.md

c42b11d8522a99d9fb6de2db5db2e639e8fdef14 authored almost 2 years ago by Youngteac Hong <[email protected]>
Update `pub-sub` documentation (#466)

2ac392b83b1f7d9c5d9775b979915055d2e1c212 authored almost 2 years ago by Yourim Cha <[email protected]>
Update design documentation for v0.3.0 (#461)

fde366b2fd962f9f016e5f6021c53a02912e997b authored almost 2 years ago by Hyein Kim <[email protected]>
Remove duplicated backslash in string escaping (#458)

* Remove duplicated backslash in string escaping

* Deliver benchmark test exit status

de20c70cdfc18877662af6e231ac8ac63dff4048 authored almost 2 years ago by Hyein Kim <[email protected]>
Update version to v0.3.0 (#455)

7635b73a236d86133ca6bfdf2e687e3dae9877e2 authored almost 2 years ago by Hyein Kim <[email protected]>
Add garbage collection documentation (#452)

c57cbd64cd24c72d752b68a83b173559f83afa07 authored almost 2 years ago by Hyein Kim <[email protected]>
Improving documentation for developers (#451)

* Update `document-editing` doc

* Reorganize document contents for contributors

4fec509ee374d6aad48e42cfdf6e7e04367c6e3c authored almost 2 years ago by Hyein Kim <[email protected]>
Increase CRDT Counter in local change (#449)

00cf588fafc0940b907e8d6ff147a7b25325a5ee authored almost 2 years ago by Hyein Kim <[email protected]>
Omit empty attrs in the response of Text.Marshal (#448)

73834d6bb5f51cfa2fe7ab6b11884c06d973f981 authored almost 2 years ago by Youngteac Hong <[email protected]>
Remove duplicated key from TextNodeAttr (#447)

fee414ce42aed42794f4f465cf1d08851fd877bd authored almost 2 years ago by Youngteac Hong <[email protected]>
Remove unused VALUE_TYPE_DOUBLE_CNT (#446)

f2bb1ebc513ae9a018dc58a2e11bc32c08e9a5b0 authored almost 2 years ago by Youngteac Hong <[email protected]>
Fix wrong string escape in RichText's attrs (#443)

In RichText's attrs, missing backslash before special characters caused
JSON parse error. RHT.M...

121b33726719d8050b9ff2dbec05271b8019fc9b authored almost 2 years ago by Youngteac Hong <[email protected]>
Merge Text and RichText (#438)

6309915a54789958ada43d0dd54f4d86c2b9924e authored almost 2 years ago by Youngteac Hong <[email protected]>
Fix the value type of Counter and remove double type from Counter (#441)

To prevent dynamic type change of Counter, explicit type specification is
required in the Count...

1216ad546a3b9e42b716dad3db0b2540767b60ef authored almost 2 years ago by Hyein Kim <[email protected]>
Clean up codes (#440)

- Add the missing `unwatchDocs` function in `WatchDocuments` API
- Extract `types.NewAccessAttr...

c8296be0a0961ee83e7817490ed5b570dec6ff5a authored almost 2 years ago by Youngteac Hong <[email protected]>
Replace etcd image from bitnami to quay (#430)

7f7ea6097cd43dba612d14df09e946a298717abf authored about 2 years ago by changhui lee <[email protected]>
Update CHANGELOG for 0.2.20

3d77c98d7fecc611c9c9a31dcc3ce6c41da81232 authored about 2 years ago by Youngteac Hong <[email protected]>
Add additional unwrap code in ToStatusError gRPC error handler (#434)

c726368c8f9b982231ab741e5ae6c0b058f13f60 authored about 2 years ago by Kevin Park <[email protected]>
Add github token to increase rate limit

https://github.com/bufbuild/buf-setup-action#github-token

a558c0f91b4188abb65bb233d8d288ed665c86eb authored about 2 years ago by Youngteac Hong <[email protected]>
Update README.md

69fc5f0b0d3a78e826feaf4fc6177c8ecd07cf8b authored about 2 years ago by Youngteac Hong <[email protected]>
Update README.md

582961cb0e16b6ca6347ef16e8ad2603fada0e94 authored about 2 years ago by Youngteac Hong <[email protected]>
Update CONTRIBUTING.md

c2d919c92ee1f01d59a8578742a915e3e94225e8 authored about 2 years ago by Youngteac Hong <[email protected]>
Fix invalid JSON from marshaling dates and use UNIX ms for Date (#432)

c8b82f6637b010714ae417b0c3a9f560f7d80bd2 authored about 2 years ago by Youngteac Hong <[email protected]>
Update ROADMAP.md

6e5869a3febfdb43d6307420ef9276b311f94652 authored about 2 years ago by hackerwins <[email protected]>
Remove duplicate logging when the function returns error (#429)

If the function returns an error, the error log will be printed by the
caller. In this case, re...

89a2217549df1ba421816bf3c1b1be06c08d9aa7 authored about 2 years ago by Youngteac Hong <[email protected]>
Replace deprecated ioutil with os (#428)

9b7e17759abbe19342f1a10ec08373e18165ca20 authored about 2 years ago by Beomgi Kim | 김범기 <[email protected]>
Replace bou.ke/monkey with undefinedlabs/go-mpatch (#427)

This commit replaces go-mpatch with bou.ke/monkey due to licensing
issues.

d8aaf8173d436f79b084d8d3d8325b8beaea1b8f authored about 2 years ago by Beomgi Kim | 김범기 <[email protected]>
Bump up libraries to the latest version (#426)

Replace github.com/dgrijalva/jwt-go with github.com/golang-jwt/jwt
https://nvd.nist.gov/vuln/de...

002962de6ddc6d34590930aeff72f01e9f9b9105 authored about 2 years ago by Youngteac Hong <[email protected]>
Bump up Go to 1.19.2 (#425)

* Bump up Go to 1.19.2

* Bump up golangci-lint to 1.50.0 and fix lint errors

3d3123f6e96a91db935ece49a29701360e764392 authored about 2 years ago by Youngteac Hong <[email protected]>
Fix typo (#421)

e96be59842fc8ce3b3ea2d2a212a94ef8f1c5e0c authored about 2 years ago by Hyunwoo.Jo <[email protected]>
Update CHANGELOG for 0.2.19

eb8f1fd204fbdf7a950345578cba1186242267ca authored about 2 years ago by Youngteac Hong <[email protected]>
Introduce wrapcheck to prevent omitting fmt.Errorf for external errors (#420)

Since Go 1.13, error wrapping using fmt.Errorf is the recommended way
to compose errors in Go i...

2b9b3ba37539962d9ef4e55efa230642e59218b5 authored about 2 years ago by Youngteac Hong <[email protected]>