Nathan.fooo
|
882d5535e6
|
Extract protobuf structs from flowy-sync crate (#1425)
* refactor: extract data model from flowy-sync crate
* chore: rename lib-infra features
|
2022-11-08 21:13:28 +08:00 |
|
appflowy
|
130c5f8e6e
|
refactor: reanme flowy-grid-data-model to grid-rev-model
|
2022-11-08 14:12:13 +08:00 |
|
appflowy
|
d4678f6233
|
chore: ignore shared-lib proto files
|
2022-06-17 17:14:24 +08:00 |
|
appflowy
|
ed138abcc3
|
chore: provider default for FlowyConfig propertis
|
2022-06-17 11:27:00 +08:00 |
|
appflowy
|
16e1387a8e
|
chore: add description for FlowyConfig
|
2022-06-17 11:19:49 +08:00 |
|
appflowy
|
736f21ef8a
|
refactor: remove the protobuf's model folder
|
2022-06-16 08:21:31 +08:00 |
|
appflowy
|
94276d438d
|
chore: ignore rust's protobuf crate
|
2022-06-15 19:58:18 +08:00 |
|
appflowy
|
4b71c474e4
|
refactor: separate proto file from src folder
|
2022-06-15 19:40:18 +08:00 |
|
appflowy
|
ae4cc496fc
|
chore: add read view info event
|
2022-06-14 20:47:31 +08:00 |
|
appflowy
|
d0b457c007
|
feat: integrate grid into flowy-sdk
|
2022-03-04 22:09:16 +08:00 |
|
appflowy
|
06967d8057
|
fix: path issue on windows
|
2022-02-17 20:10:29 +08:00 |
|
appflowy
|
0933935071
|
refactor: add code_gen crate
|
2022-02-15 22:18:34 +08:00 |
|
appflowy
|
4b63170e56
|
refactor: read cache proto info
|
2022-02-09 18:17:06 +08:00 |
|
appflowy
|
7646f984e0
|
refactor: generate x.proto file using build.rs
|
2022-02-09 09:57:03 +08:00 |
|
appflowy
|
d0b02cb4fd
|
refactor: generate dart pb files with feature flag: dart
|
2022-02-08 16:24:59 +08:00 |
|
appflowy
|
9135b92a39
|
refactor: generate the pb files using build.rs
|
2022-02-08 14:36:59 +08:00 |
|
appflowy
|
680d130986
|
refactor: remove unuse crate references
|
2022-02-07 10:47:09 +08:00 |
|
appflowy
|
bba8f8ae01
|
fix fmt and clippy warnings
|
2022-01-24 17:56:58 +08:00 |
|
appflowy
|
a9eec5baed
|
solver conflicts
|
2022-01-24 17:32:40 +08:00 |
|
appflowy
|
24c1817c8d
|
config web socket
|
2022-01-24 16:27:40 +08:00 |
|
appflowy
|
10d99bdd8b
|
fix init folder manager bugs
|
2022-01-23 22:33:47 +08:00 |
|
nathan
|
cfb589dda1
|
fix format and clippy warnings
|
2022-01-23 12:14:00 +08:00 |
|
appflowy
|
ccb7d0181f
|
add folder sync test
|
2022-01-22 20:59:32 +08:00 |
|
appflowy
|
13aba928c3
|
config folder ws
|
2022-01-14 21:46:55 +08:00 |
|
appflowy
|
60e9071685
|
add some code documentation
|
2022-01-12 12:40:41 +08:00 |
|
appflowy
|
287698be9e
|
enable local ws
|
2022-01-09 11:17:38 +08:00 |
|
appflowy
|
a0e6c61f50
|
config virtual net
|
2022-01-03 19:50:08 +08:00 |
|
appflowy
|
bbc9190bc0
|
add virtual net
|
2022-01-03 19:50:08 +08:00 |
|
appflowy
|
0c7c3621d7
|
separate DocumentWSData into DocumentWSClientData and DocumentWSServerData
|
2022-01-03 19:50:07 +08:00 |
|
appflowy
|
64ea2d4f31
|
[backend]: refactor document persistence
|
2022-01-03 19:49:25 +08:00 |
|
appflowy
|
d9421f70a0
|
refactor backend directory
|
2021-12-21 14:00:41 +08:00 |
|
appflowy
|
77be3e9c71
|
send connect message when open the document
|
2021-12-19 21:17:45 +08:00 |
|
appflowy
|
405c618d27
|
rename some struct
|
2021-12-16 22:24:05 +08:00 |
|
appflowy
|
4a46bf3fa3
|
refcator web socket message sent logic
|
2021-12-16 21:31:36 +08:00 |
|
appflowy
|
84d5d2c2f1
|
start ws connect after sign up
|
2021-12-14 20:50:07 +08:00 |
|
appflowy
|
31086ad4df
|
add mock server
|
2021-12-13 13:55:44 +08:00 |
|
appflowy
|
aeb448c4de
|
mock websocket
|
2021-12-10 22:18:44 +08:00 |
|
appflowy
|
90b5eca5d9
|
fix compile errors
|
2021-12-05 14:06:10 +08:00 |
|
appflowy
|
ce8805aff8
|
fix wanrings
|
2021-12-04 23:54:14 +08:00 |
|
appflowy
|
63082418be
|
fix generate pb issues
|
2021-12-04 17:31:43 +08:00 |
|
appflowy
|
c4088622f8
|
rust fmt
|
2021-11-29 22:01:46 +08:00 |
|
appflowy
|
3abd5b953e
|
fix clippy warnings
|
2021-11-27 19:20:22 +08:00 |
|
appflowy
|
8e994a954e
|
add shared-lib folder
|
2021-11-20 10:52:39 +08:00 |
|