Commit Graph

58 Commits

Author SHA1 Message Date
Nathan.fooo
0f3c6d6a04
Feat/appflowy tauri 3 (#1914) 2023-03-03 20:38:31 +08:00
Nathan.fooo
f76d722b4c
Feat/database view (#1875)
* chore: rename structs

* chore: add todos

* chore: hidden database id

* refactor: add database folder, prepare to extract the view

* refactor: rename grid-model to datbase-model

* ci: fix warnings
2023-02-21 15:47:51 +08:00
Nathan.fooo
5b07656295
Feat/database view (#1765)
* chore: rename flowy-database to flowy-sqlite

* refactor: rename flowy-grid to flowy-database

* refactor: rename grid to database

* refactor: rename GridEvent to DatabaseEvent

* refactor: rename grid_id to database_id

* refactor: rename dart code
2023-01-31 08:28:31 +08:00
Nathan.fooo
0d8adaa921
Feat/http server adapt (#1754) 2023-01-30 11:11:19 +08:00
Nathan.fooo
a2b5d6fa99
fix: number cell format (#1623)
Co-authored-by: nathan <nathan@appflowy.io>
2022-12-31 08:06:10 +08:00
Nathan.fooo
aa5f052ecf
Refactor/crate directory (#1621)
* chore: fix wanrings

* chore: remove protobuf ref in flowy-error-code

* chore: remove protobuf ref in lib-ws

* refactor: remove protobuf trait in flowy http model

* refactor: remove flowy-error-code crate

Co-authored-by: nathan <nathan@appflowy.io>
2022-12-30 11:16:47 +08:00
Nathan.fooo
260705280f
fix: remove unused steps (#1580)
* chore: remove unused code

* chore: update pin-project version to remove rust lint warnings

* chore: fix potential test failed

Co-authored-by: nathan <nathan@appflowy.io>
2022-12-19 10:47:40 +08:00
Nathan.fooo
8c225fe547
Feat/restore revision (#1549)
* chore: write snapshot

* chore: add tests

* chore: sync close

* chore: restore from snapshot

* chore: delete invalid revisions after restored from snapshot

* chore: create default view if it fail to deserialize view's revisions when there is no snapshot

* chore: auto generate snapshot

Co-authored-by: nathan <nathan@appflowy.io>
2022-12-09 09:19:47 +08:00
nathan
fa01dbb572 chore: rename 2022-12-02 10:44:46 +08:00
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
d39b31f357 refactor: rename folder-data-model to folder-rev-model 2022-11-08 13:47:48 +08:00
Lucas.Xu
ad9a4b7d71
Integrate appflowy editor (#1040) 2022-10-22 21:57:44 +08:00
appflowy
62d0a31a76 refactor: save default group order 2022-10-01 16:50:54 +08:00
nathan
04ba711441 chore: add deserial appflowy editor test 2022-09-11 22:06:36 +08:00
Vincent Chan
7d404ff0da feat: document model in rust 2022-08-22 19:42:43 +08:00
appflowy
aae2d96a4f chore: refactor multi-select type option and add GroupPB 2022-08-11 13:04:55 +08:00
Lucas.Xu
e89e40d652 fix: update faccess version from 0.2.3 to 0.2.4 for fixing linux-arm64 building (https://github.com/Freaky/faccess/pull/1) 2022-07-26 11:58:21 +08:00
appflowy
8963561355 chore: rm flowy-user-data-model crate 2022-07-04 15:55:48 +08:00
appflowy
c1ea97c729 refactor: move entities from flowy-grid-data-model to flowy-grid crate 2022-07-01 20:32:11 +08:00
appflowy
ae4cc496fc chore: add read view info event 2022-06-14 20:47:31 +08:00
appflowy
f102ca3c85 fix: shared lib unit test 2022-04-29 09:23:36 +08:00
appflowy
233b9366af chore: update crates version 2022-04-28 21:16:28 +08:00
appflowy
82840e1201 chore: replace uuid with nanoid 2022-04-11 15:27:03 +08:00
appflowy
2dd5930560 fix: deserial cells data from delta error 2022-04-11 14:09:50 +08:00
appflowy
0ba0bb62ce chore: config flowy-sync crate log level 2022-04-09 11:55:00 +08:00
appflowy
6a3820253f chore: rename crates 2022-03-19 16:55:29 +08:00
appflowy
05bcd38534 chore: render rows 2022-03-18 17:14:46 +08:00
appflowy
49807a0b57 feat: config grid db 2022-03-04 18:13:17 +08:00
appflowy
477fa5f4f6 feat: config grid bloc 2022-03-04 18:13:17 +08:00
appflowy
4187e99433 feat: add grid struct 2022-03-04 18:13:13 +08:00
appflowy
6eddb7c8c5 chore: serde ViewDataType as u8 2022-03-01 20:51:49 +08:00
appflowy
9b8c110a66 refactor: optimize protobuf code gen process 2022-02-13 12:04:34 +08:00
appflowy
5809758539 refactor: rename error-code to flowy-error-code in case of ambiguous 2022-02-09 19:26:06 +08:00
appflowy
4b63170e56 refactor: read cache proto info 2022-02-09 18:17:06 +08:00
appflowy
1c3c519b14 refactor: cache proto file info 2022-02-09 13:08:49 +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
0c6903f793 refactor: refactor some crates with http_server 2022-02-07 15:34:46 +08:00
appflowy
680d130986 refactor: remove unuse crate references 2022-02-07 10:47:09 +08:00
appflowy
8449f736e7 add user appearance setting 2022-01-28 18:38:09 +08:00
appflowy
2fa99a563c rename flowy-core to flowy-folder that manages the workspace,app,view 2022-01-27 20:43:43 +08:00
appflowy
6bca483c28 config folder collaboration 2022-01-15 23:58:36 +08:00
appflowy
661940f728 fix test bugs 2022-01-03 19:50:08 +08:00
appflowy
777082c879 mv revision to flowy-collaborate 2022-01-03 19:49:25 +08:00
appflowy
ef491f4276 mv lib-sqlite to rust-lib 2021-12-20 14:26:26 +08:00
appflowy
936e133624 rename crates 2021-12-19 21:29:33 +08:00
appflowy
013d8f753a refactor errors 2021-12-14 18:20:07 +08:00
appflowy
31086ad4df add mock server 2021-12-13 13:55:44 +08:00