[PR #5894] [MERGED] move to latest appflowy collab version #7071

Closed
opened 2026-03-23 23:17:59 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5894
Author: @Horusiath
Created: 8/7/2024
Status: Merged
Merged: 8/18/2024
Merged by: @appflowy

Base: mainHead: async-locks


📝 Commits (10+)

  • a27af06 chore: move to latest appflowy collab version
  • 7c3ed38 chore: filter mapping
  • d018d98 chore: remove mutex folder
  • 0b30297 chore: cleanup borrow checker issues
  • 97d587b chore: fixed flowy user crate compilation errors
  • 7cdfeef chore: removed parking lot crate
  • 5fc3cc5 chore: adjusting non locking approach
  • dfd8ecb chore: remove with folder method
  • d18329f chore: fix folder manager
  • 42bede0 chore: fixed workspace database compilation errors

📊 Changes

212 files changed (+5023 additions, -6296 deletions)

View changed files

📝 frontend/appflowy_flutter/integration_test/cloud/supabase_auth_test.dart (+93 -93)
📝 frontend/appflowy_flutter/integration_test/shared/auth_operation.dart (+0 -30)
📝 frontend/appflowy_flutter/integration_test/shared/base.dart (+0 -17)
📝 frontend/appflowy_flutter/ios/Podfile.lock (+2 -2)
📝 frontend/appflowy_flutter/lib/env/backend_env.dart (+0 -30)
📝 frontend/appflowy_flutter/lib/env/cloud_env.dart (+1 -66)
📝 frontend/appflowy_flutter/lib/plugins/database/application/row/row_service.dart (+8 -0)
📝 frontend/appflowy_flutter/lib/plugins/database/grid/application/row/row_bloc.dart (+2 -0)
📝 frontend/appflowy_flutter/lib/startup/deps_resolver.dart (+0 -4)
📝 frontend/appflowy_flutter/lib/startup/startup.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/startup/tasks/appflowy_cloud_task.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/startup/tasks/prelude.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/startup/tasks/rust_sdk.dart (+0 -1)
frontend/appflowy_flutter/lib/startup/tasks/supabase_task.dart (+0 -118)
📝 frontend/appflowy_flutter/lib/user/application/auth/af_cloud_mock_auth_service.dart (+1 -1)
frontend/appflowy_flutter/lib/user/application/auth/supabase_auth_service.dart (+0 -252)
frontend/appflowy_flutter/lib/user/application/auth/supabase_mock_auth_service.dart (+0 -113)
📝 frontend/appflowy_flutter/lib/workspace/application/settings/settings_dialog_bloc.dart (+0 -1)
frontend/appflowy_flutter/lib/workspace/application/settings/supabase_cloud_setting_bloc.dart (+0 -103)
frontend/appflowy_flutter/lib/workspace/application/settings/supabase_cloud_urls_bloc.dart (+0 -128)

...and 80 more files

📄 Description

This PR is the companion of https://github.com/AppFlowy-IO/AppFlowy-Collab/pull/238 and https://github.com/AppFlowy-IO/AppFlowy-Cloud/pull/716


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/5894 **Author:** [@Horusiath](https://github.com/Horusiath) **Created:** 8/7/2024 **Status:** ✅ Merged **Merged:** 8/18/2024 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `async-locks` --- ### 📝 Commits (10+) - [`a27af06`](https://github.com/AppFlowy-IO/AppFlowy/commit/a27af0676d9106f7c1667a798d558c050b36d3e0) chore: move to latest appflowy collab version - [`7c3ed38`](https://github.com/AppFlowy-IO/AppFlowy/commit/7c3ed38003d5a8a775798a1598c6ad3703d05d84) chore: filter mapping - [`d018d98`](https://github.com/AppFlowy-IO/AppFlowy/commit/d018d98196bfddfbe6f1ff0aa1096fded194c342) chore: remove mutex folder - [`0b30297`](https://github.com/AppFlowy-IO/AppFlowy/commit/0b302977e0a3abc7aa582534efe7cd4fa9b4a47a) chore: cleanup borrow checker issues - [`97d587b`](https://github.com/AppFlowy-IO/AppFlowy/commit/97d587bc3cfcc8b35837341cc38ac86dee1f03e0) chore: fixed flowy user crate compilation errors - [`7cdfeef`](https://github.com/AppFlowy-IO/AppFlowy/commit/7cdfeefa9883db1bda0c4825afe3702b93c462e9) chore: removed parking lot crate - [`5fc3cc5`](https://github.com/AppFlowy-IO/AppFlowy/commit/5fc3cc5305a2ee9ca8c24fb3c32eb1a14d973800) chore: adjusting non locking approach - [`dfd8ecb`](https://github.com/AppFlowy-IO/AppFlowy/commit/dfd8ecba8da74cb0e087628e93d09834bc735fc5) chore: remove with folder method - [`d18329f`](https://github.com/AppFlowy-IO/AppFlowy/commit/d18329fef03cf32b7358463a93eca13472e116a8) chore: fix folder manager - [`42bede0`](https://github.com/AppFlowy-IO/AppFlowy/commit/42bede00edc0b661ba042ea17a48ad8aec08b489) chore: fixed workspace database compilation errors ### 📊 Changes **212 files changed** (+5023 additions, -6296 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/integration_test/cloud/supabase_auth_test.dart` (+93 -93) 📝 `frontend/appflowy_flutter/integration_test/shared/auth_operation.dart` (+0 -30) 📝 `frontend/appflowy_flutter/integration_test/shared/base.dart` (+0 -17) 📝 `frontend/appflowy_flutter/ios/Podfile.lock` (+2 -2) 📝 `frontend/appflowy_flutter/lib/env/backend_env.dart` (+0 -30) 📝 `frontend/appflowy_flutter/lib/env/cloud_env.dart` (+1 -66) 📝 `frontend/appflowy_flutter/lib/plugins/database/application/row/row_service.dart` (+8 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database/grid/application/row/row_bloc.dart` (+2 -0) 📝 `frontend/appflowy_flutter/lib/startup/deps_resolver.dart` (+0 -4) 📝 `frontend/appflowy_flutter/lib/startup/startup.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/startup/tasks/appflowy_cloud_task.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/startup/tasks/prelude.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/startup/tasks/rust_sdk.dart` (+0 -1) ➖ `frontend/appflowy_flutter/lib/startup/tasks/supabase_task.dart` (+0 -118) 📝 `frontend/appflowy_flutter/lib/user/application/auth/af_cloud_mock_auth_service.dart` (+1 -1) ➖ `frontend/appflowy_flutter/lib/user/application/auth/supabase_auth_service.dart` (+0 -252) ➖ `frontend/appflowy_flutter/lib/user/application/auth/supabase_mock_auth_service.dart` (+0 -113) 📝 `frontend/appflowy_flutter/lib/workspace/application/settings/settings_dialog_bloc.dart` (+0 -1) ➖ `frontend/appflowy_flutter/lib/workspace/application/settings/supabase_cloud_setting_bloc.dart` (+0 -103) ➖ `frontend/appflowy_flutter/lib/workspace/application/settings/supabase_cloud_urls_bloc.dart` (+0 -128) _...and 80 more files_ </details> ### 📄 Description This PR is the companion of https://github.com/AppFlowy-IO/AppFlowy-Collab/pull/238 and https://github.com/AppFlowy-IO/AppFlowy-Cloud/pull/716 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:17:59 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#7071
No description provided.