AppFlowy/frontend/appflowy_flutter/integration_test
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
..
auth feat: create the default workspace on cloud when using appflowy cloud (#4040) 2023-11-29 07:49:47 +08:00
board fix: update auto-update fields on change group (#3833) 2023-12-01 00:24:10 +08:00
database feat: insert a new field to the left or right of an existing one (#4022) 2023-11-29 04:42:53 +08:00
document tests: AppFlowy Cloud integration test (#4015) 2023-11-28 10:54:31 +08:00
reminder feat: reminder (#3374) 2023-10-02 15:12:24 +08:00
settings fix: notifications setting (#3903) 2023-11-09 00:32:10 +01:00
sidebar feat: display the titles of a view's ancestors and the view's title on the title bar. (#3898) 2023-11-09 13:11:13 +08:00
util feat: create the default workspace on cloud when using appflowy cloud (#4040) 2023-11-29 07:49:47 +08:00
appearance_settings_test.dart tests: AppFlowy Cloud integration test (#4015) 2023-11-28 10:54:31 +08:00
board_test.dart chore: enable codecov action (#2741) 2023-06-11 14:19:44 +08:00
cloud_runner.dart tests: AppFlowy Cloud integration test (#4015) 2023-11-28 10:54:31 +08:00
empty_document_test.dart feat: integrate new editor (#2536) 2023-05-16 14:58:24 +08:00
empty_test.dart fix: iOS TestFlight issues (#3776) 2023-10-25 23:33:46 +08:00
hotkeys_test.dart chore: remove the unused code 2023-08-13 17:14:58 +08:00
import_files_test.dart feat: tabs shortcuts (#3112) 2023-08-08 13:09:17 +08:00
language_test.dart fix: windows integration test (#2917) 2023-07-02 23:37:30 +08:00
open_ai_smart_menu_test.dart fix: unable to cancel the inline math equation format (#2974) 2023-07-11 19:49:29 +08:00
runner.dart tests: AppFlowy Cloud integration test (#4015) 2023-11-28 10:54:31 +08:00
share_markdown_test.dart fix: windows CI build failed (#3741) 2023-10-22 01:04:38 +08:00
switch_folder_test.dart fix: the disk space of CI machines always runs out (#3689) 2023-10-14 20:37:44 +08:00
tabs_test.dart feat: tabs shortcuts (#3112) 2023-08-08 13:09:17 +08:00