AppFlowy/frontend/rust-lib/flowy-database2/tests/database
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
..
block_test feat: Data sync on signup (#3283) 2023-08-28 13:28:24 +08:00
cell_test refactor: different TypeOption between DateTime and LastModified/CreatedAt (#3356) 2023-09-08 10:07:24 +08:00
field_settings_test chore: move field width to field settings (#3830) 2023-11-06 14:48:59 +08:00
field_test feat: insert a new field to the left or right of an existing one (#4022) 2023-11-29 04:42:53 +08:00
filter_test feat: enable dispatch event using single thread (#3828) 2023-10-30 12:35:06 +08:00
group_test fix: update auto-update fields on change group (#3833) 2023-12-01 00:24:10 +08:00
layout_test feat: hidden kanban groups (#3907) 2023-11-13 16:14:31 +08:00
mock_data chore: move field width to field settings (#3830) 2023-11-06 14:48:59 +08:00
share_test refactor: different TypeOption between DateTime and LastModified/CreatedAt (#3356) 2023-09-08 10:07:24 +08:00
sort_test feat: selectOption sort + fix logic in edge cases (#3109) 2023-08-09 12:43:03 +08:00
database_editor.rs feat: insert a new field to the left or right of an existing one (#4022) 2023-11-29 04:42:53 +08:00
mod.rs chore: per-view field settings (#3199) 2023-08-27 22:31:32 +08:00