AppFlowy/frontend/rust-lib
Mohammad Zolfaghari 066bba95f5
fix: update auto-update fields on change group (#3833)
* fix: update auto-update fields on change group

auto-update fields should get updated when on moving row from one
group to another. They where getting updated only on changing row
properties directly.
Also added integration test for changing row groupd related to #3010.

* style: rust format

* fix: add board group test to runner

* fix: update auto updated fiels only when group has changed

* fix: apply group changeset before move_row

* fix: get from_row before move_row

* fix: groups method changed to get_all_groups

* fix: pass from group id in move group payload

We can't know the from group id from the row itself. Because a row
can exist in multiple groups (group by multiselect).

* fix: MoveGroupRowPayloadPB from_group_id index
2023-12-01 00:24:10 +08:00
..
.cargo chore: fix macos open crash (#4051) 2023-11-30 13:46:10 +08:00
collab-integrate feat: create the default workspace on cloud when using appflowy cloud (#4040) 2023-11-29 07:49:47 +08:00
dart-ffi tests: AppFlowy Cloud integration test (#4015) 2023-11-28 10:54:31 +08:00
event-integration feat: create the default workspace on cloud when using appflowy cloud (#4040) 2023-11-29 07:49:47 +08:00
flowy-ai feat: using workspace crate deps (#3924) 2023-11-12 21:18:27 +08:00
flowy-config feat: using workspace crate deps (#3924) 2023-11-12 21:18:27 +08:00
flowy-core feat: create the default workspace on cloud when using appflowy cloud (#4040) 2023-11-29 07:49:47 +08:00
flowy-database2 fix: update auto-update fields on change group (#3833) 2023-12-01 00:24:10 +08:00
flowy-database-deps feat: using workspace crate deps (#3924) 2023-11-12 21:18:27 +08:00
flowy-date feat: using workspace crate deps (#3924) 2023-11-12 21:18:27 +08:00
flowy-document2 feat: create the default workspace on cloud when using appflowy cloud (#4040) 2023-11-29 07:49:47 +08:00
flowy-document-deps feat: using workspace crate deps (#3924) 2023-11-12 21:18:27 +08:00
flowy-encrypt feat: using workspace crate deps (#3924) 2023-11-12 21:18:27 +08:00
flowy-error tests: AppFlowy Cloud integration test (#4015) 2023-11-28 10:54:31 +08:00
flowy-folder2 feat: create the default workspace on cloud when using appflowy cloud (#4040) 2023-11-29 07:49:47 +08:00
flowy-folder-deps feat: create the default workspace on cloud when using appflowy cloud (#4040) 2023-11-29 07:49:47 +08:00
flowy-notification feat: using workspace crate deps (#3924) 2023-11-12 21:18:27 +08:00
flowy-server feat: create the default workspace on cloud when using appflowy cloud (#4040) 2023-11-29 07:49:47 +08:00
flowy-server-config tests: AppFlowy Cloud integration test (#4015) 2023-11-28 10:54:31 +08:00
flowy-sqlite chore: add custom folder prompt (#3961) 2023-11-20 20:54:47 +08:00
flowy-storage feat: using workspace crate deps (#3924) 2023-11-12 21:18:27 +08:00
flowy-task feat: using workspace crate deps (#3924) 2023-11-12 21:18:27 +08:00
flowy-user feat: open appflowy from admin web (#4047) 2023-11-30 04:55:13 +08:00
flowy-user-deps tests: AppFlowy Cloud integration test (#4015) 2023-11-28 10:54:31 +08:00
lib-dispatch feat: using workspace crate deps (#3924) 2023-11-12 21:18:27 +08:00
lib-log chore: add custom folder prompt (#3961) 2023-11-20 20:54:47 +08:00
.gitignore feat: support building on Android (#3713) 2023-10-19 09:55:23 +08:00
Cargo.lock chore: fix macos open crash (#4051) 2023-11-30 13:46:10 +08:00
Cargo.toml chore: fix macos open crash (#4051) 2023-11-30 13:46:10 +08:00
covtest.rs Code coverage for Rust (#1263) 2022-10-11 19:54:31 +08:00
rust-toolchain.toml chore: upgrade rust version to 1.70 (#2749) 2023-06-09 22:23:07 +08:00
rustfmt.toml feat: run rustfmt with custom defined fmt configuration (#1848) 2023-02-13 09:29:49 +08:00