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 a document benchmark test for text deletion (#337)

Add benchmark tests that assume that large text deletes
at a time in docs.

github.com/yorkie-team/yorkie - f21dbd460f37ca8c709b0b283b701517eb9799e3 authored over 2 years ago
Introduce generics to priority queue (#336)

If all values in the struct are comparable, we can still use `==`, but
this can lead to mistake...

github.com/yorkie-team/yorkie - 7a37f39a2333657b55fa9a0a0c9457b3dcc51f91 authored over 2 years ago
Add benchmark step for js-sdk (#291)

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

github.com/yorkie-team/yorkie-js-sdk - 392d6a2da086729235954cea46e74820cdfe0ab9 authored over 2 years ago
Bump semver-regex from 3.1.3 to 3.1.4 (#303)

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4.
- [Rele...

github.com/yorkie-team/yorkie-js-sdk - 741eebd7fcd6b27d521e30a70ef10b2988ac2b3e authored over 2 years ago
Expose the missing exit code

github.com/yorkie-team/yorkie - e87d9d351ed08d5f305f6090bc1c301bba92057e authored over 2 years ago
Cleanup None check (#19)

github.com/yorkie-team/yorkie-rust-sdk - cb3b7d67ca2e95b989616c67f951274ec103d206 authored over 2 years ago
Update CHANGELOG for v0.2.7

github.com/yorkie-team/yorkie-js-sdk - 64543352758cdbd1eef60fc58b44630b624dcfdf authored over 2 years ago
Expose constructors for user-accessible type

github.com/yorkie-team/yorkie-js-sdk - 566e03ad47be5f2cc5183a5b84b572b19c05926a authored over 2 years ago
Update CHANGELOG for v0.2.6

github.com/yorkie-team/yorkie-js-sdk - 4fedbb1c8b8ac4d08d822f3853c621e156102f94 authored over 2 years ago
Update CHANGELOG for v0.2.6

github.com/yorkie-team/yorkie - 284ceddfaa6400ce6eaaffad4570393c729ebf81 authored over 2 years ago
Refine SDK interface (#300)

* Replace `yorkie.createClient` with `new yorkie.Client`
* Replace `yorkie.createDocument` with...

github.com/yorkie-team/yorkie-js-sdk - de792b3d40c831a832fc53902b5411d6272e97e4 authored over 2 years ago
Update CHANGELOG for v0.2.5

github.com/yorkie-team/yorkie-js-sdk - ba97b738b794097c6287b84a34b6732d7f0dc126 authored over 2 years ago
Introduce generics to RGATreeSplit (#333)

github.com/yorkie-team/yorkie - 84beea4f738998ccbcb970ebe84b27fa387577a6 authored over 2 years ago
Add spellcheck plugin (#23)

github.com/yorkie-team/dashboard - 0365eb162cb8a8f62fddf5be7fe9d519b9b92395 authored over 2 years ago
Fix typos in DocumentDetail (#20)

github.com/yorkie-team/dashboard - 5b324e00ce54bd3693e525fc3cab693fe273158e authored over 2 years ago
Fix typo handleSubmit in RegisterForm (#19)

github.com/yorkie-team/dashboard - f38ede34ba20e81c6da3b0945b8f32e930392e41 authored over 2 years ago
Fix unix timestamps (#18)

github.com/yorkie-team/dashboard - baa3ef5abf992bd07a584d3c419df0c818799eac authored over 2 years ago
Fix invalid JSON when the last element has a tombstone in the array (#332)

github.com/yorkie-team/yorkie - 6b4dca53e93708891a5040ad57df81cc28e39d48 authored over 2 years ago
Add prost-types for gRPC Well Known Types and bump up libs

github.com/yorkie-team/yorkie-rust-sdk - 7f74212132a7b803ba64ea2ffb9df7310d11bb11 authored over 2 years ago
Improve the llrb tree using generics (#331)

github.com/yorkie-team/yorkie - ac11b6f78cb298b0cf4fad12fb3293c098d99679 authored over 2 years ago
Add left learning red black tree (#17)

github.com/yorkie-team/yorkie-rust-sdk - 2dee4a5d20a9aea90760ebc41e4d07b496e61ff4 authored over 2 years ago
Change printWidth to 120

github.com/yorkie-team/dashboard - 6f7729ef20017b824c8bcdbf147c7a21f308b415 authored over 2 years ago
Change document list to <Table>

- Add dummy settings page

github.com/yorkie-team/dashboard - f9cf2054de64215c6a0a269155f5b4278319a2ae authored over 2 years ago
Add API Keys page

github.com/yorkie-team/dashboard - 65d4c3d37d1e8b82163348be9d8dbb6c126a911e authored over 2 years ago
Update outdated links

github.com/yorkie-team/yorkie - 546f32070c8b33bd8091fac8fef92b6c35ce6822 authored over 2 years ago
Remove `features/counter`

We don't need to refer to the default features anymore.

github.com/yorkie-team/dashboard - 244d0c59f45571e30647dc8976340fc8ebe6b2a1 authored over 2 years ago
Fix minor UX

- Move to the project page after creation
- Add close button to document detail page

github.com/yorkie-team/dashboard - e0b929c3fb65103f76b6365c612164c467e69f7c authored over 2 years ago
Fetch documents by project (#330)

github.com/yorkie-team/yorkie - 7561413ed05e491b8bbe8e6d9a82ba6308c98634 authored over 2 years ago
Fetch documents by project (#17)

This commit also changed URLs to use the more user-friendly
`projectName` and `documentKey`.

github.com/yorkie-team/dashboard - a936e26f79f2e855ea0db143da7ba1fc39d2046b authored over 2 years ago
Return an error when the project already exists at creation (#329)

There is an issue that the same records are inserted even if the
unique field is specified in go...

github.com/yorkie-team/yorkie - 9268a0349d2df218681f87ad3110d3050d3144ff authored over 2 years ago
Remove escape logic

https://github.com/yorkie-team/yorkie/issues/327

github.com/yorkie-team/dashboard - 2ad61fd31bfaf03111e2e5806c8d6780bdf6b450 authored over 2 years ago
Escape string in `document.Marshal` (#328)

https://www.ietf.org/rfc/rfc4627.txt?number=4627

github.com/yorkie-team/yorkie - e2b92f2cfd182ecd3aa575cadb23df2f17a8af53 authored over 2 years ago
Implement TryLock for in-memory version (#326)

This commit updates Go version to 1.18 to use `Mutex.TryLock`.
https://pkg.go.dev/github.com/lk...

github.com/yorkie-team/yorkie - da32b4c96c1ee04726d6d97b0f1b07ab8cde0383 authored over 2 years ago
Display document JSON (#15)

* Display document JSON using react-json-view
* TODO: escape ", \n, \r, \t in server-side

github.com/yorkie-team/dashboard - 3948fb505ab85db07337a7a1463d7090f257392f authored over 2 years ago
Refine resource URLs (#16)

- Project List: /projects
- Project Overview: /projects/{project_id}
- Project Settings: /proj...

github.com/yorkie-team/dashboard - 012da8ed1ba509158e7b3b08aba70ccc269dce51 authored over 2 years ago
Summarize the list of documents (#14)

github.com/yorkie-team/dashboard - 8b94f09a6b766620fa8302266218cc74808b79aa authored over 2 years ago
Add time attributes to documentSummary (#325)

github.com/yorkie-team/yorkie - 7b8e3f3e105c2e749e3ea674cbd7b83e3a1e66a6 authored over 2 years ago
Print projects in table format (#324)

github.com/yorkie-team/yorkie - 5495238c2e3688a9cfa97f85f2e6095135198674 authored over 2 years ago
Add apiKey option (#295)

If the user creates a client with public_key of a project as apiKey,
the user can manage the cl...

github.com/yorkie-team/yorkie-js-sdk - 72f3e9893ac35d4fc59bcf36e57ca1f164b5e408 authored over 2 years ago
Update CHANGELOG for v0.2.5

github.com/yorkie-team/yorkie - 6e60e17ebd5fa6470d864d8d9aeb96639ad0f679 authored over 2 years ago
Rename projectID written in invalid conventions to project_id

github.com/yorkie-team/yorkie - 885c1783c8e189dc875441d276f7400be406804b authored over 2 years ago
Implement the `Create new project` page (#13)

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

github.com/yorkie-team/dashboard - f28f2c99746eab5b91bd7f42327f8789c9e42021 authored over 2 years ago
Add the missing admin-port flag for CLI

github.com/yorkie-team/yorkie - 952327a1e025196b8b1666a768a606ebbb7f4a84 authored over 2 years ago
Update CHANGELOG for v0.2.4

github.com/yorkie-team/yorkie-js-sdk - 28cdc0294ea4e6fb5d021df29ae2e93bbbd65de7 authored over 2 years ago
Update CHANGELOG for v0.2.4

github.com/yorkie-team/yorkie - 04666c3489e2ef23ee72ba55acb474aec61730ab authored over 2 years ago
Implement project list page (#12)

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

github.com/yorkie-team/dashboard - 4749759250831aa5a721c36301668cdac5841610 authored over 2 years ago
Expose profiling and admin ports

github.com/yorkie-team/yorkie-js-sdk - d42dba4eb046da12cf966f0c1cba71889d167f1c authored over 2 years ago
Rename types exposed to the user to more generic names (#294)

github.com/yorkie-team/yorkie-js-sdk - 4393fbde53d8b30e8f90658586ac3ab45523fbca authored over 2 years ago
Rename Client Metadata to Presence (#293)

github.com/yorkie-team/yorkie-js-sdk - a4e5c574232eda878f434deade7b59ec9e767c4f authored over 2 years ago
Rename Client Metadata to Presence (#323)

github.com/yorkie-team/yorkie - cc6a87c54663890c556e5d0955c27f686987b04a authored over 2 years ago
Introduce Prettier and Husky

github.com/yorkie-team/dashboard - 8c26ae56bcfc2639e1e91194c8ddb9193ac29aac authored over 2 years ago
Implement document detail page (#10)

Fetch document data when the DocumentDetail component is mounted.

Before, the snapshot data onl...

github.com/yorkie-team/dashboard - 9c921c0fb3ae590476f42411b41f4c29a3278965 authored over 2 years ago
Update ROADMAP.md

github.com/yorkie-team/yorkie - ed02cb63f0ba4d9e1eaad8f3c37f81ae505a260f authored over 2 years ago
Add GetDocument API (#320)

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

github.com/yorkie-team/yorkie - cc2ac403945aa05c868dd3491a5cf7514e567b80 authored over 2 years ago
Isolate clients and documents for each project (#319)

To isolate clients and documents for each project this commit added
`ProjectID` to `DocInfo` an...

github.com/yorkie-team/yorkie - 6e09e952c8fa6fb46571b7bc6fc6b866d8414f12 authored over 2 years ago
Remove Collection from Document (#292)

github.com/yorkie-team/yorkie-js-sdk - b7143f23f02f4effeaaf242342f36c15e8001272 authored over 2 years ago
Remove Collection from Document (#318)

We can use Project to separate documents and manage them.

For now, this commit removes Collec...

github.com/yorkie-team/yorkie - 149693a5729447f3b2c08fdfc30325578673c54c authored over 2 years ago
Rename Agent to Server (#316)

Initially, we had a plan to install Yorkie on the nodes where MongoDB
is installed, so we named ...

github.com/yorkie-team/yorkie - d57f04cb888e6b6363a62cfd5e2493fdffeb4d2a authored over 2 years ago
Add project list command (#315)

github.com/yorkie-team/yorkie - 653a12d80d880770f2c4352d4e49086b6329b9c6 authored over 2 years ago
Fix LRU cache expiration when updating same key (#314)

github.com/yorkie-team/yorkie - e7341e767e896b44bf2b8abf36084428e2cf80b1 authored over 2 years ago
Add Project for multi-tenant mode (#313)

This commit added Project concept to introduce multi-tenancy
(several developers share a cluster...

github.com/yorkie-team/yorkie - 7db1a2d0629bb0365cebdb5a57eafada73aa85ce authored over 2 years ago
Bump async from 2.6.3 to 2.6.4 (#290)

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://g...

github.com/yorkie-team/yorkie-js-sdk - 38c764ce54c600c629bd2d20056d656335da86f2 authored over 2 years ago
Implement pagination in DocumentList (#8)

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

github.com/yorkie-team/dashboard - cba4d60a571ba9c81cc5697173489ac785a366d0 authored almost 3 years ago
Add direction to ListDocuments API (#312)

github.com/yorkie-team/yorkie - 83eca5ba375e8658da02e4678324b5b9bcd4d0f6 authored almost 3 years ago
Add array-type rule to use only generics on Array

github.com/yorkie-team/yorkie-js-sdk - fa89fbe993ff42fb4ce56708a53157c7761c2ec6 authored almost 3 years ago
Add proxy types to use in Document.Update (#289)

* Extract proxy interface
* Assert proxy api custom object
* Remove optional syntax from TCoun...

github.com/yorkie-team/yorkie-js-sdk - f8bae83363df38ef09525c870d905a72f0b53436 authored almost 3 years ago
Apply separated ports between Admin and RPC (#7)

We can access Admin with 9090 and RPC with 8080 in gRPC-web.

github.com/yorkie-team/dashboard - f9f62e12c4c874add37ad79c2c4005338adcd957 authored almost 3 years ago
Trigger CI on main branch commit

- Add plugin:react/recommended rule

github.com/yorkie-team/dashboard - 9dd5b3a357a162fa8fc28542d3e6820c6131fb66 authored almost 3 years ago
Extract Admin Server (#311)

Admin Server needs to be handled by a different auth mechanism. It also
has to handle different...

github.com/yorkie-team/yorkie - acdefd4ba30b79ae8cc7aa761bbcbc2da89dd90a authored almost 3 years ago
 Add a sidebar to navigate pages (#6)

* Add a sidebar for routing to pages
* Add config to using absolute paths
* Remove sample test

github.com/yorkie-team/dashboard - 3f13d4f6f3693b14a4db65ef2fcfdb07fc8cf941 authored almost 3 years ago
List documents on the screen (#3)

* Remove counter and add documents feature

- Leave counter feature for reference

* Call Li...

github.com/yorkie-team/dashboard - e006e3bb52c740b30d8e3159ffa43b413d65345c authored almost 3 years ago
Add ListDocuments API (#309)

- Split yorkie.protobuf into separate files
- Rename FetchHistory to ListChanges

github.com/yorkie-team/yorkie - 8022151bb1c50517011a0ca6db3ff45b5edd6625 authored almost 3 years ago
Fix tsconfig is not recognized in VSCode (#288)

move tsconfig path from config directory to root directory

Co-authored-by: Youngteac Hong <su...

github.com/yorkie-team/yorkie-js-sdk - e08c060ba37ae6c93f751d24a5c52c7d7cc3895e authored almost 3 years ago
Cache ActorID.String to reduce memory usage (#308)

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

github.com/yorkie-team/yorkie - 06a4479e697366d169910552672ad8b916e448cc authored almost 3 years ago
Add cpuprofile and memprofile as flags

github.com/yorkie-team/yorkie - 6853d5d050de44e1a5bdab5317b68808d7f81bb8 authored almost 3 years ago
Update CHANGELOG for v0.2.3

github.com/yorkie-team/yorkie - 95c1b5d6cc4db4a274646d2ca7d3acf31dd2549c authored almost 3 years ago
Bump up golangci-lint

github.com/yorkie-team/yorkie - d400e39389304db524f9394e93973939dfed1997 authored almost 3 years ago
Update CHANGELOG for v0.2.3

github.com/yorkie-team/yorkie-js-sdk - 820aa9d632621d93aa594a806c6fb81cad9cabe7 authored almost 3 years ago
Fix git path to /usr/bin/git

github.com/yorkie-team/yorkie - 4bee589719e545fc621d8270dec0d1f245e1e7d5 authored almost 3 years ago
Cache the key of TimeTicket to prevent instantiation (#307)

github.com/yorkie-team/yorkie - 99dbffff220eab2ae88d59a7a47e0a35b3bf232c authored almost 3 years ago
Cache the key of RGATreeSplitNodeID to prevent instantiation (#306)

github.com/yorkie-team/yorkie - 1a70f861c251821aa4c26462475c3315d9dce73e authored almost 3 years ago
Add LICENCE and CONTRIBUTING.md

github.com/yorkie-team/dashboard - b29cec407b4100e87f29df868288a07010270457 authored almost 3 years ago
Bump node-forge from 1.2.1 to 1.3.0 (#287)

Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.0.
- [Release note...

github.com/yorkie-team/yorkie-js-sdk - 241666df058b7427f64e5a3b0ebdf3db1500d6f9 authored almost 3 years ago
Bump minimist from 1.2.5 to 1.2.6 (#286)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](h...

github.com/yorkie-team/yorkie-js-sdk - d0761f6830e4c40b1b72da7d7366d800154261d1 authored almost 3 years ago
Add CI workflow

github.com/yorkie-team/dashboard - 7f0e13a82e766dff4da966b54d6c44ebf7368aee authored almost 3 years ago
Add issue templates

github.com/yorkie-team/dashboard - c0cbaedb291fc0d57d4a27b9d688132a42f5adfc authored almost 3 years ago
Install Tailwind CSS

- https://tailwindcss.com/docs/guides/create-react-app

github.com/yorkie-team/dashboard - 87e27745c30b5d7e8ec8f87a13857c23a7365d22 authored almost 3 years ago
Initialize project using Create React App

github.com/yorkie-team/dashboard - 815591c1737197cd313f3cb8d60be5bfb2029113 authored almost 3 years ago
Bump up libs for keeping the project up to date (#285)

github.com/yorkie-team/yorkie-js-sdk - 061121555425c7c65cbd1699cb133205a7063a52 authored almost 3 years ago
Refactoring ActorID struct to newtype (#18)

github.com/yorkie-team/yorkie-rust-sdk - f9f25f6e9046f5a6d2827f1dac0c2b0072df6007 authored almost 3 years ago
Bump karma from 6.3.14 to 6.3.16 (#284)

Bumps [karma](https://github.com/karma-runner/karma) from 6.3.14 to 6.3.16.
- [Release notes](h...

github.com/yorkie-team/yorkie-js-sdk - 773d92eb408f2ed604bc48f8458a94067ca5a058 authored almost 3 years ago
Add rht package (#12)

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

github.com/yorkie-team/yorkie-rust-sdk - eaefcf4d55d1ba2c890fd279b7aec1f7fea1009f authored almost 3 years ago
Code cleanup to improve readability

github.com/yorkie-team/yorkie - 9e153aa67a7040401e73811c034387120deb541d authored almost 3 years ago
Bump up yorkie.proto

github.com/yorkie-team/yorkie-js-sdk - 12c89ea9264feaf92b8477ea1485bdc4939c38e3 authored almost 3 years ago
Update CONTRIBUTING.md

github.com/yorkie-team/yorkie-js-sdk - 36c351de3b95f78caaa15a7429653cbdb3ada934 authored almost 3 years ago
Use initial values If ActorID or serverSeq is not set

github.com/yorkie-team/yorkie - 82ea7b6ac38e0c45a50ce22c65b48472b4acdca7 authored almost 3 years ago
Update CONTRIBUTING.md

github.com/yorkie-team/yorkie - f088efc4a6165ba42960ad9dff3025061bdefc9e authored almost 3 years ago
Add missing serverSeq of change.ID in Protobuf

github.com/yorkie-team/yorkie - f5a0c4936d41c230d7ea6484fa43c2be199ee784 authored almost 3 years ago
Update CONTRIBUTING.md

github.com/yorkie-team/yorkie-rust-sdk - 55553412043c8660133568c13c61d6d932cd6d6f authored almost 3 years ago
Fix a warning that directory does not exist when running make proto

github.com/yorkie-team/yorkie - c441b7b6587994d48dc8d1aeee852a0b9a598be8 authored almost 3 years ago