AppFlowy-Cloud/tests/collab
Bartosz Sypytkowski 9ff6f1c744
S3 collab cache (#1028)
* chore: collab cache for S3

* chore: adjust disk cache api to accomodate s3

* chore: move postgres dependent ops to disk cache

* chore: replace blob inserts from pg to s3

* chore: delete blob and collab exist now use s3

* chore: fix clippy erorrs

* chore: post rebase fixes

* chore: fix clippy warnings

* chore: fix imports

* chore: make snapshots work over S3

* chore: remove dead code

* chore: use compressed snapshots

* chore: add zstd compression

* chore: introduce collab size threshold to keep smaller collabs in postgres

* chore: remove collabs from S3 if they were put to postgres

* chore: update tests
2024-12-03 13:08:55 +08:00
..
awareness_test.rs chore: simplify collab level access control (#1008) 2024-11-20 12:29:16 +08:00
collab_curd_test.rs S3 collab cache (#1028) 2024-12-03 13:08:55 +08:00
member_crud.rs chore: appflowy ai client (#547) 2024-05-12 09:23:32 +08:00
missing_update_test.rs chore: simplify collab level access control (#1008) 2024-11-20 12:29:16 +08:00
mod.rs feat: support appflowy web editing for document (#877) 2024-10-15 15:05:45 +08:00
multi_devices_edit.rs chore: simplify collab level access control (#1008) 2024-11-20 12:29:16 +08:00
permission_test.rs chore: simplify collab level access control (#1008) 2024-11-20 12:29:16 +08:00
single_device_edit.rs chore: simplify collab level access control (#1008) 2024-11-20 12:29:16 +08:00
storage_test.rs chore: store pending collab writes in memory (#1000) 2024-11-17 13:25:42 +08:00
util.rs chore: fix cargo fmt and clippy errors 2024-08-13 19:59:48 +02:00
web_edit.rs feat: support appflowy web editing for document (#877) 2024-10-15 15:05:45 +08:00