Commit Graph

403 Commits

Author SHA1 Message Date
appflowy
6fd36980c8 chore: fix tests 2022-07-08 08:37:12 +08:00
appflowy
0d5f0d29d9 chore: add checkbox & select option filter tests 2022-07-07 22:45:17 +08:00
appflowy
e8e719b73f refactor: separate multi-select and single-select 2022-07-07 18:20:12 +08:00
appflowy
da0a7f01b3 chore: add text filter & number filter tests 2022-07-07 14:56:04 +08:00
Nathan.fooo
63c7af5fd2
Merge pull request #594 from AppFlowy-IO/refactor/lib_dispatch_serde_feat
chore: config feature flag in lib-dispatch
2022-07-06 14:43:28 +08:00
appflowy
9f60741de0 chore: config feature flag in lib-dispatch 2022-07-06 13:31:13 +08:00
appflowy
e60bf3fb85 chore: disable task schedule 2022-07-06 13:08:43 +08:00
appflowy
3845a75d61 chore: fix warnings 2022-07-06 11:59:05 +08:00
appflowy
5b504740ef chore: config cell filter operation 2022-07-06 10:38:54 +08:00
appflowy
35491b22ac chore: filter with cell data 2022-07-05 17:30:25 +08:00
appflowy
1f7f0b5880 chore: add more tests 2022-07-05 14:17:31 +08:00
appflowy
91418df940 chore: fix test errors 2022-07-04 16:38:35 +08:00
appflowy
8963561355 chore: rm flowy-user-data-model crate 2022-07-04 15:55:48 +08:00
appflowy
784996368b chore: move entities from flowy-folder-data-model to flowy-folder crate 2022-07-04 14:28:41 +08:00
appflowy
8a0709ca23 chore: add new event to update user name 2022-07-04 11:00:56 +08:00
appflowy
957b83ecd5 chore: refactor user listenr 2022-07-04 10:59:08 +08:00
appflowy
ce73da8212 chore: update user name with UserService 2022-07-03 16:52:06 +08:00
appflowy
fedc57a52c refactor: grid block cache 2022-07-03 15:59:11 +08:00
appflowy
9803fe1ccb refactor: grid block notification 2022-07-02 11:18:38 +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
a9a797ddaf refactor: wrap FieldRevision with Arc 2022-07-01 10:39:16 +08:00
appflowy
50d0eff039 chore: cache filter result 2022-06-30 23:00:03 +08:00
appflowy
4d8f101a42 chore: gen filter task 2022-06-29 20:51:53 +08:00
appflowy
76f260fe04 chore: config filter service 2022-06-29 17:17:26 +08:00
appflowy
1b38ff8559 chore: config task runner 2022-06-29 13:44:15 +08:00
appflowy
dc81ac8e24 chore: grid tasks 2022-06-28 09:35:54 +08:00
appflowy
7504ea7555 chore: read block rows with filters 2022-06-28 09:35:19 +08:00
appflowy
b73c68c6f6 refactor: read cell data 2022-06-28 09:35:19 +08:00
appflowy
0f868f48f3 refactor: fetch block data 2022-06-28 09:35:18 +08:00
appflowy
a08590bcba chore: update test 2022-06-28 09:35:18 +08:00
appflowy
ead305ddda chore: delete/create filter 2022-06-28 09:35:17 +08:00
appflowy
60675afd1d chore: add grid filter test 2022-06-28 09:35:17 +08:00
appflowy
4cafef6c8d chore: fix test 2022-06-28 08:56:15 +08:00
appflowy
08e05c425b chore: remove unused code 2022-06-27 23:15:43 +08:00
appflowy
2573f9ba27 chore: separate tests from grid_test file 2022-06-20 12:01:40 +08:00
appflowy
c73eb2961a chore: update grid setting 2022-06-20 09:37:52 +08:00
appflowy
8594da65c4 chore: add get grid setting handler 2022-06-19 21:10:07 +08:00
appflowy
d4678f6233 chore: ignore shared-lib proto files 2022-06-17 17:14:24 +08:00
appflowy
5345c668bb chore: ignore proto files 2022-06-17 16:51:18 +08:00
appflowy
d30d42e841 chore: auto import pb file 2022-06-17 16:42:18 +08:00
Nathan.fooo
40bcb63627
Merge pull request #563 from AppFlowy-IO/feat/default_flowy_config
Feat/default flowy config
2022-06-17 12:24:48 +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
dependabot[bot]
7480693f8a
chore(deps): bump thread_local from 1.1.3 to 1.1.4 in /frontend/rust-lib
Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/Amanieu/thread_local-rs/releases)
- [Commits](https://github.com/Amanieu/thread_local-rs/compare/v1.1.3...1.1.4)

---
updated-dependencies:
- dependency-name: thread_local
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-17 02:37:07 +00:00
appflowy
82806ba193 chore: ignore grid's protobuf crate 2022-06-16 08:36:58 +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
820b7fcb75 refactor: add grid view info 2022-06-15 17:37:50 +08:00
appflowy
a13e6798ee refactor: separate grid revision structs from entities 2022-06-15 16:26:14 +08:00