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

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

github.com/yorkie-team/yorkie - 3d3123f6e96a91db935ece49a29701360e764392 authored over 2 years ago by Youngteac Hong <[email protected]>
Improve test coverage (#19)

* Implement CrdtArray

* Fix comments typo

* Remove unnecessary function

* Implement abs...

github.com/yorkie-team/yorkie-android-sdk - af450867a368aa124dd4eb58bcb5ea6244cf165f authored over 2 years ago by 김지현 <[email protected]>
Support Network byte order for Primitive values (#16)

github.com/yorkie-team/yorkie-ios-sdk - 6dbcd6fb7a66e0ca42d932942699ffb66135cc8c authored over 2 years ago by Jung gyun Ahn <[email protected]>
Implement some classes needed for Document.update (#18)

github.com/yorkie-team/yorkie-android-sdk - 495156f964ddb08815d119063a3c94cb64e7ac8c authored over 2 years ago by Hyowoo Kim <[email protected]>
Add CRDTObject (#15)

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

github.com/yorkie-team/yorkie-ios-sdk - d73ee309b07c19eccd01f9c18777303e894bf0ff authored over 2 years ago by 원형식 <[email protected]>
Report the code coverage to Codecov (#14)

github.com/yorkie-team/yorkie-ios-sdk - 28524d6dbd3252919b7d984c126c5913932102ec authored over 2 years ago by 원형식 <[email protected]>
Implements CrdtArray (#12)

Some methods are delayed to be implemented until they are actually needed.

This commit replac...

github.com/yorkie-team/yorkie-android-sdk - f4f9302897699d1d4aac04e641f764c990e5a10c authored over 2 years ago by 김지현 <[email protected]>
Ignore patch and project from the status check

github.com/yorkie-team/yorkie-android-sdk - 063a5a09a8d2e9da605f9b0f0b535b53d181dc41 authored over 2 years ago by Youngteac Hong <[email protected]>
Add RHTPQMap and Change CRDTElement type from class to protocol (#13)

* Change Heap based on JS-SDK
* Add RHTPQMapNode
* Change access modifier of var and func in S...

github.com/yorkie-team/yorkie-ios-sdk - 12487cc5d54832084ede6cefa23c19113eb3c30e authored over 2 years ago by 원형식 <[email protected]>
Revise TimeTicket and RhtPQMap (#17)

github.com/yorkie-team/yorkie-android-sdk - 9e1f4658197ea152b71c1cd80de0dd26022f8eeb authored over 2 years ago by Hyowoo Kim <[email protected]>
Implement CrdtCounter (#14)

github.com/yorkie-team/yorkie-android-sdk - b2a4252de67feb61e4b80864963b201c64cb967b authored over 2 years ago by Hyowoo Kim <[email protected]>
Update codecov action to version 3 (#16)

github.com/yorkie-team/yorkie-android-sdk - 31e9cb374c7aba6341ed5c0cb4c0957e9db633e5 authored over 2 years ago by Hyowoo Kim <[email protected]>
Update some libraries to the latest version (#15)

github.com/yorkie-team/yorkie-android-sdk - b0c6bbc944636ab84d687f13bedf40caf7ed23f5 authored over 2 years ago by Hyowoo Kim <[email protected]>
Enable code coverage and codecov (#13)

github.com/yorkie-team/yorkie-android-sdk - 1851bc6811754140251904a3831354dab8390317 authored over 2 years ago by Hyowoo Kim <[email protected]>
Add issue templates

github.com/yorkie-team/yorkie-android-sdk - 2bb4420ff87ea58d730bd0467160de2274d5f213 authored over 2 years ago by Youngteac Hong <[email protected]>
Fix typo (#421)

github.com/yorkie-team/yorkie - e96be59842fc8ce3b3ea2d2a212a94ef8f1c5e0c authored over 2 years ago by Hyunwoo.Jo <[email protected]>
Update CHANGELOG for 0.2.19

github.com/yorkie-team/yorkie - eb8f1fd204fbdf7a950345578cba1186242267ca authored over 2 years ago by Youngteac Hong <[email protected]>
Update CHANGELOG for 0.2.19

github.com/yorkie-team/yorkie-js-sdk - 893b2c9a870129068d152e092b2908b53fef8e72 authored over 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...

github.com/yorkie-team/yorkie - 2b9b3ba37539962d9ef4e55efa230642e59218b5 authored over 2 years ago by Youngteac Hong <[email protected]>
Implement RhtPQMap (#10)

github.com/yorkie-team/yorkie-android-sdk - bc27521d0eaaf56fc677c977b7aa61493d836551 authored over 2 years ago by daeyounglnc <[email protected]>
Add CRDTArray (#12)

github.com/yorkie-team/yorkie-ios-sdk - 8970794cb1ab487a0c4cab52d18c778e02ff3135 authored over 2 years ago by 원형식 <[email protected]>
Get VCS info from runtime/debug (#419)

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

github.com/yorkie-team/yorkie - 8589a8bf0003a50105d5b7794174b80cf0c227bc authored over 2 years ago by Youngteac Hong <[email protected]>
Adjust indexes so that each user has separate project's names (#418)

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

github.com/yorkie-team/yorkie - e0975180e039decced9bedcc4743ae031b1b2bb7 authored over 2 years ago by Youngteac Hong <[email protected]>
Add RGATreeList (#11)

This commit changes the type from class to struct and adds Hashable to
use `TimeTicket` as a key.

github.com/yorkie-team/yorkie-ios-sdk - bef7ac59f246ba989d650562ce83870151b5dda2 authored over 2 years ago by 원형식 <[email protected]>
Implement RgaTreeList (#9)

Add omitted test case assert statement (#11)

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

github.com/yorkie-team/yorkie-android-sdk - 94bd23af97b37b927e91ad37840a39bdfb9bf00f authored over 2 years ago by 김지현 <[email protected]>
Rename `keyOf` to `subPathOf` (#391)

`keyOf` means a sub-path of JSONPath. But it does not reveal its usage
properly. So, this commi...

github.com/yorkie-team/yorkie-js-sdk - 88d9f1aa4192ec164256aea3075013dc671be81c authored over 2 years ago by Youngteac Hong <[email protected]>
Change lamport from uint64 to int64 (#390)

Since lamport is inserted directly into the DB, we need to change it
from uint64 to int64.

h...

github.com/yorkie-team/yorkie-js-sdk - 791a9d2983c1f56acd11ca52cb7260760af63e53 authored over 2 years ago by Youngteac Hong <[email protected]>
Implement basic types for CRDT data structure (#10)

This commit implements primitives for creating CRDT datatypes such as
TimeTicket, ActorID, CRDT...

github.com/yorkie-team/yorkie-ios-sdk - 86446ee7acd4b797e383a6ccd3ec79e23e1c382c authored over 2 years ago by 원형식 <[email protected]>
Fix things reported during App SDK review (#389)

This commit fixes the improvements to the JS SDK that were reported
while reviewing PR in App SD...

github.com/yorkie-team/yorkie-js-sdk - eff0c0400c47317587243bc48f7466cb077bac1c authored over 2 years ago by Youngteac Hong <[email protected]>
Add design document for retention feature (#413)

github.com/yorkie-team/yorkie - 47f050467f5e898d4623ed8ca78725556e086870 authored over 2 years ago by Beomgi Kim | 김범기 <[email protected]>
Add help text and side navigation for project settings (#60)

This commit added help text to display error messages when the form
submission or field validat...

github.com/yorkie-team/dashboard - 5931b3fe08edf05c9e6252f9cced49796b877e73 authored over 2 years ago by Yourim Cha <[email protected]>
Remove size cache from RGATreeList and use SplayTree instead (#415)

Previously, in JS SDK, the element size of RGATreeList was changed to be
returned from SplayTre...

github.com/yorkie-team/yorkie - 8ff528083450887190f599efc0b955cb4fae2eef authored over 2 years ago by Youngteac Hong <[email protected]>
Remove unnecessary code

`isRemoved` was accidentally left while removing the size cache of RGATreeList
previously.

http...

github.com/yorkie-team/yorkie-js-sdk - 1f2a3408f885b91c3e577b1e59a2b9a54c455c8a authored over 2 years ago by Youngteac Hong <[email protected]>
Move retention-related tests to retention_test.go (#414)

github.com/yorkie-team/yorkie - 33006c3d40cdffcb8021b89f43157c9d6213334f authored over 2 years ago by Beomgi Kim | 김범기 <[email protected]>
Implement Primitive (#8)

Co-authored-by: Youngteac Hong <[email protected]>
Co-authored-by: 김지현 <jee_hyun.kim@naverco...

github.com/yorkie-team/yorkie-android-sdk - 60b1a1df1fd0e2692c08660ebbccacbfd96c6729 authored over 2 years ago by daeyounglnc <[email protected]>
Change some names to be the same as App SDK for consistency (#387)

github.com/yorkie-team/yorkie-js-sdk - 12a9e8b13ab71e2bbe063d6925131cdd98674a47 authored over 2 years ago by Youngteac Hong <[email protected]>
Change some names to be the same as App SDK for consistency (#411)

github.com/yorkie-team/yorkie - 6ec473dbf456e018c1015a57cfefba49ef3faae1 authored over 2 years ago by Youngteac Hong <[email protected]>
Add SplayTree (#9)

This commit is working similarly to the JS SDK, so some codes may not
fit into Swift convention...

github.com/yorkie-team/yorkie-ios-sdk - f51c46f2f384691b126b5fb532fd8b5d67f0fdc8 authored over 2 years ago by 원형식 <[email protected]>
Implements SplayTreeSet (#7)

This Commit implements SplayTree as OrderedSet to avoid exposing the
SplayNode to the caller. If...

github.com/yorkie-team/yorkie-android-sdk - c59136a70f6b4eb4f574fb88472f428d9768e350 authored over 2 years ago by Hyowoo Kim <[email protected]>
Add documentation describing the SDK's data structures (#410)

github.com/yorkie-team/yorkie - 819e46bdea32593fd28c44702a5b686ecc05912c authored over 2 years ago by Youngteac Hong <[email protected]>
Add Heap and RBTree (#8)

github.com/yorkie-team/yorkie-ios-sdk - 3e6345228e12ab614dd877edc5b247d78be3caef authored over 2 years ago by 원형식 <[email protected]>
Add signup validation (#407)

Use `regexp.MustCompile` and Add password validation test

`regexp.MustCompile` panics if the ...

github.com/yorkie-team/yorkie - ae99d4d878e962be851332dea0357e3593e09fd2 authored over 2 years ago by Yourim Cha <[email protected]>
Add signup validation (#59)

* Handle invalid argument error when users sign up

* Add signup validation on the client side...

github.com/yorkie-team/dashboard - d78f0734e73d5a5fedeff90124cdc11bdf8008ba authored over 2 years ago by Yourim Cha <[email protected]>
Fix to valid authWebhookURL in benchmark test (#409)

github.com/yorkie-team/yorkie - d9cbea03c0a49ba1164971e720b48d83480629a0 authored over 2 years ago by Yourim Cha <[email protected]>
Remove unused nodeMapByCreatedAt in RHT (#408)

In RHT, nodeMapByCreatedAt is required for remote deletion. However,
RHT for representing attri...

github.com/yorkie-team/yorkie - 6039d491bda2d47b322f9e5823c8dd79b4fef085 authored over 2 years ago by Youngteac Hong <[email protected]>
Remove unused nodeMapByCreatedAt in RHT (#386)

In RHT, nodeMapByCreatedAt is required for remote deletion. However,
RHT for representing attri...

github.com/yorkie-team/yorkie-js-sdk - 3cc4ff82a2af0925898726930bd44ff0d8e01968 authored over 2 years ago by Youngteac Hong <[email protected]>
Add client activate/deactivate (#7)

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

github.com/yorkie-team/yorkie-ios-sdk - d34fafccf1c0344ead38aa6b25291d50462040a0 authored over 2 years ago by 원형식 <[email protected]>
Fix issue that Auth fail popup is constantly exposed on the login page (#57)

github.com/yorkie-team/dashboard - d268729ed4e4775915a3a8c7b7c01b388639ba24 authored over 2 years ago by Yourim Cha <[email protected]>
Implement some basis types required by other types (#6)

Change names for acronyms to conform to kotlin conventions.

github.com/yorkie-team/yorkie-android-sdk - 85f368f2f3c1e2d97addf9d67fb138283e18a3d9 authored over 2 years ago by Hyowoo Kim <[email protected]>
Modify js-sdk example code in project overview (#58)

github.com/yorkie-team/dashboard - 01e91304163e604de23088873e137f16b6b442cc authored over 2 years ago by Yourim Cha <[email protected]>
Style project dropdown in breadcrumb

github.com/yorkie-team/dashboard - 062bbff56be9d6dfb8b1623733b181c1537ec185 authored over 2 years ago by Yourim Cha <[email protected]>
Show messages for signup API errors (#56)

github.com/yorkie-team/dashboard - 017178033763b2f884a43568f41568bcacc2f4cb authored over 2 years ago by Yourim Cha <[email protected]>
Remove duplicate codes (#385)

There are duplicated `if` statements

github.com/yorkie-team/yorkie-js-sdk - b7a963516ff560a549eae2f54c2aee4c5252ad2c authored over 2 years ago by Hannah Park <[email protected]>
Fix docker version in docker-compose.yml (#50)

github.com/yorkie-team/dashboard - 47f450304fc91d9da5e8a214911b37f11f96b88b authored over 2 years ago by Doori Kim <[email protected]>
Create folders based on yorkie-js-sdk (#6)

Git can not add empty folders so added empty files.

github.com/yorkie-team/yorkie-ios-sdk - 08b5a3e412b908ae2a9ea2a696657ceace3f996d authored over 2 years ago by 원형식 <[email protected]>
Update swift.yml to use SwiftLint, SwiftFormat (#5)

Update CONTRIBUTING.md to add Code Style.

github.com/yorkie-team/yorkie-ios-sdk - f53ba267bdb2b0cdf6b248bb0f0b94e1fa4e143b authored over 2 years ago by 원형식 <[email protected]>
Add PR/issue templates (#4)

This commit also includes Vim settings for .gitignore

github.com/yorkie-team/yorkie-ios-sdk - 90f379c5e721c3340535cbe9c3c55d2720ede99d authored over 2 years ago by Youngteac Hong <[email protected]>
Implement max priority queue (#5)

github.com/yorkie-team/yorkie-android-sdk - c606c362c4693b1be8b235c0d122d1019deb75bc authored over 2 years ago by Hyowoo Kim <[email protected]>
Create swift.yml to introduce CI (#3)

github.com/yorkie-team/yorkie-ios-sdk - 36586b29f12d5585ab92f67bc9cdf5ebb2a6ed57 authored over 2 years ago by Youngteac Hong <[email protected]>
Initial project setup (#2)

Project structure based on a default swift package project and yorkie-js-sdk.
- grpc-swift
- s...

github.com/yorkie-team/yorkie-ios-sdk - e48397b9dd38676b7d98b97dbaf01b881117ef39 authored over 2 years ago by 원형식 <[email protected]>
Set up package structure so contributors can start working (#4)

This commit added empty classes to make up the package structure to allow other
contributors to...

github.com/yorkie-team/yorkie-android-sdk - 260e35f1828145f0e3bfadf178b98907ea725b19 authored over 2 years ago by Hyowoo Kim <[email protected]>
Sync protobuf files to origin (#3)

github.com/yorkie-team/yorkie-android-sdk - aabe0f9da553546991557c191f66687db77fa585 authored over 2 years ago by Hyowoo Kim <[email protected]>
Add proto java options for Android SDK (#405)

- Enable multiple files.
- Set package name to match conventions.
- Equalize java options to c...

github.com/yorkie-team/yorkie - 486a2698f5533d2d9432db0f02c909d632d6293a authored over 2 years ago by Hyowoo Kim <[email protected]>
Create ci.yml (#2)

github.com/yorkie-team/yorkie-android-sdk - d3685b2b4ca4046b166c8dc17c48be5a36d68989 authored over 2 years ago by Youngteac Hong <[email protected]>
Initial project setup (#1)

This is an initial setup commit for project kickoff.
Keep in mind that a lot of the stuff, incl...

github.com/yorkie-team/yorkie-android-sdk - 02b52ee2221bcdbc3ef7142d8d13eba06cd6b2d7 authored over 2 years ago by Hyowoo Kim <[email protected]>
Add projectList placeholder (#54)

- Show a message that asks to create a project when there is no project.
- Show a message "no m...

github.com/yorkie-team/dashboard - 3a396dc5b2468266fd06b23c9eb7b042e42f19ba authored over 2 years ago by Yourim Cha <[email protected]>
Add breadcrumb and show project list when clicking project name (#53)

* Add breadcrumb and show project list when clicking project name

* Extract `useOutsideClick`...

github.com/yorkie-team/dashboard - 2c7bc8e046898adf7f97330389efe48133215982 authored over 2 years ago by Yourim Cha <[email protected]>
Fix to alert when the token has been tampered with (#52)

github.com/yorkie-team/dashboard - ecc2dda8afed0e385d2e3830a9c259c912f6efd3 authored over 2 years ago by Yourim Cha <[email protected]>
Reopen the Signup page (#51)

github.com/yorkie-team/dashboard - e652caa897491024e1ef7a980fb8aaac1163739e authored over 2 years ago by Youngteac Hong <[email protected]>
Update CHANGELOG for v0.2.18

github.com/yorkie-team/yorkie - 646afa0285218c9f7914af53b980dd2a59a9d394 authored over 2 years ago by Youngteac Hong <[email protected]>
Add project landing page (#49)

* Extract the API address as an environment variable

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

github.com/yorkie-team/dashboard - fbf48c186602bf63da774a4ae490d2f68f2478a7 authored over 2 years ago by Yourim Cha <[email protected]>
Fix go_version typo (#402)

github.com/yorkie-team/yorkie - b72efc5aaf065b39fc1a892ce0616320438e6b99 authored over 2 years ago by Lime (Junkyu Lim) <[email protected]>
Implement project search (#48)

github.com/yorkie-team/dashboard - 19760e9ac2dc7839f51ad3234b30779fb3b51a06 authored over 2 years ago by Yourim Cha <[email protected]>
Fix routing after logging in (#47)

- Return the user back to the page they were on after logging in.
- Remove the move-to-login bu...

github.com/yorkie-team/dashboard - 90b19b8257d2cc1331828e6a4e308cbeaef705f9 authored over 2 years ago by Yourim Cha <[email protected]>
Show invalid argument error message when creating a project (#46)

github.com/yorkie-team/dashboard - 58b262d513ff895d6d1d709a0a5723ad89870139 authored over 2 years ago by Yourim Cha <[email protected]>
Add fields validation when creating or updating a project (#399)

* Print error details when updating a project with command

* Add project name validation when...

github.com/yorkie-team/yorkie - bbd45e3d83b9f7126a5ae7a7b8c8d798758a3196 authored over 2 years ago by Yourim Cha <[email protected]>
Add document-editing design (#400)

github.com/yorkie-team/yorkie - b10cb396b1212e5ac577924b6939fd668495f021 authored over 2 years ago by Youngteac Hong <[email protected]>
Add design document for the project structure (#45)

github.com/yorkie-team/dashboard - 11a7797d76b4868b648461bbde3d977cc9e66d47 authored over 2 years ago by Yourim Cha <[email protected]>
Bind project and user with owner field (#398)

The development cost is too high to allow multiple people to manage a project
or to develop `Te...

github.com/yorkie-team/yorkie - 513582cafbd37124220e8b0221471f818250306c authored over 2 years ago by Youngteac Hong <[email protected]>
Extract AccountButton from Header to keep "Feature Folders"

github.com/yorkie-team/dashboard - 6f4ce9cec7d652154d5d234ee9b9835b40de7a36 authored over 2 years ago by Youngteac Hong <[email protected]>
Separate the page layout components (#44)

* Separate the page layout components

* Redirect to 404 page when accessing non-existent page...

github.com/yorkie-team/dashboard - 05eb872d0898b4dfe34238d0d9b8bdf6e0c20c72 authored over 2 years ago by Yourim Cha <[email protected]>
Update CHANGELOG for v0.2.17

github.com/yorkie-team/yorkie - 109ed36d485c92f123186e5e704a3946ca6c7db6 authored over 2 years ago by hackerwins <[email protected]>
Add `--backend-snapshot-with-purging-changes` flag (#370)

The flag allows users to save storage by deleting stale changes because the
document can be rest...

github.com/yorkie-team/yorkie - d9369ffb1124601d42f6e747935958dd9adf8aa9 authored over 2 years ago by Beomgi Kim | 김범기 <[email protected]>
Introduce design document

github.com/yorkie-team/dashboard - f35808a967d202a3dacebc2009d8bf3fa4c9a6b5 authored over 2 years ago by Youngteac Hong <[email protected]>
Refine error handling structure and add logout (#41)

* Add logout

* Handle login errors(notFound, unauthenticated)

* Move API error handling lo...

github.com/yorkie-team/dashboard - d42407bd0fb79d4bfe9a95dcaffd783bbc4e9345 authored over 2 years ago by Yourim Cha <[email protected]>
Fix history command authentication error (#397)

github.com/yorkie-team/yorkie - bb90844c14024e9b262e3c912a9ce68289da76f6 authored over 2 years ago by Beomgi Kim | 김범기 <[email protected]>
Rename package names to match JS SDK (#395)

Related to yorkie-team/yorkie-js-sdk#314

github.com/yorkie-team/yorkie - b5321a49607ec6c52f7d46594cb7f16a0ebd41c9 authored over 2 years ago by Youngteac Hong <[email protected]>
Update CHANGELOG for v0.2.16 (#381)

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

github.com/yorkie-team/yorkie-js-sdk - 09e921f53abe6929296fd8c650605b4c0d6866fd authored over 2 years ago by Yourim Cha <[email protected]>
Update CHANGELOG for v0.2.16 (#394)

github.com/yorkie-team/yorkie - 48b7fafffa67b6cc6ec2adc105ad5933dfb41aa9 authored over 2 years ago by Yourim Cha <[email protected]>
Change global object of webpack build output from self to this (#378)

github.com/yorkie-team/yorkie-js-sdk - a2e6d4e2b2f1354ac6de28da40825b071593b852 authored over 2 years ago by changhui lee <[email protected]>
Add missing comments

github.com/yorkie-team/yorkie-js-sdk - 3cbc4439590864650ac26719b2898e3393fd69d1 authored over 2 years ago by hackerwins <[email protected]>
Apply generics to support any types of properties in RichText (#354)

The attributes of rich text editors can be of various types.

This commit makes the export metho...

github.com/yorkie-team/yorkie-js-sdk - 8006888e1227e97cf4cc3a40b446d767899c1f65 authored over 2 years ago by Jihun Kim <[email protected]>
Add `--auth-webhook-url, --name` flag (#376)

github.com/yorkie-team/yorkie - 5412a21d47b8fe1fdadc23168e8930f38638dccb authored over 2 years ago by 전종혁 <[email protected]>
Fix mismatch of applying snapshot of rich text (#372)

There was a bug where attributes was lost and a new line(\n) was
added when a rich text documen...

github.com/yorkie-team/yorkie-js-sdk - 721634cd9f3fded386542bc12549bf4fae57cfb2 authored over 2 years ago by Jihun Kim <[email protected]>
Change the layout according on the UI design (#39)

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

github.com/yorkie-team/dashboard - 5d5f8b9b7890ad9caad977dc4dbf0ad2ecbc4a14 authored over 2 years ago by Yourim Cha <[email protected]>
Introduce go version matrix to CI

github.com/yorkie-team/yorkie - fc0c5d2ecbf2fd77ec014c2e519ba078f7bd6c48 authored over 2 years ago by Hackerwins <[email protected]>
Send peers-changed event to the user who updated one's own presence (#371)

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

github.com/yorkie-team/yorkie-js-sdk - 717383d89f119d3d2b91c2d461b38ca0b97ad1dd authored over 2 years ago by Tinman <[email protected]>
Introduce SPA for GitHub Pages

github.com/yorkie-team/dashboard - 02fc0821ce72057231cdfb976780cd56dd4c25f6 authored over 2 years ago by Hackerwins <[email protected]>
Add .env.production

github.com/yorkie-team/dashboard - ace85b763583d7445d08017c2beca6b64e2c716c authored over 2 years ago by Hackerwins <[email protected]>
Add ghpages-publish action

github.com/yorkie-team/dashboard - 124c751f6f377dd1ff80e26b6140231b8e55355f authored over 2 years ago by Hackerwins <[email protected]>