[PR #6605] [CLOSED] chore: update to latest client api and collab #7486

Closed
opened 2026-03-23 23:19:51 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6605
Author: @speed2exe
Created: 10/23/2024
Status: Closed

Base: mainHead: fix/windows-compatibility


📝 Commits (9)

  • 66480e7 chore: update to latest client api and collab
  • c83d24c fix: try different version
  • c1d647d chore: update appflowy cloud version
  • 7e04fcd chore: try with force recreate
  • 2a08943 fix: try deleting volumes before starting containers
  • 24e6117 chore: disable timezone filter test
  • 3e43de0 chore: merge with main
  • 432ebcc Merge branch 'main' into fix/windows-compatibility
  • 5dab885 chore: remove unneeded ci commands

📊 Changes

11 files changed (+347 additions, -275 deletions)

View changed files

📝 .github/workflows/flutter_ci.yaml (+1 -1)
📝 .github/workflows/ios_ci.yaml (+1 -1)
📝 .github/workflows/rust_ci.yaml (+10 -21)
📝 frontend/appflowy_tauri/src-tauri/Cargo.lock (+15 -13)
📝 frontend/appflowy_tauri/src-tauri/Cargo.toml (+1 -1)
📝 frontend/appflowy_web_app/src-tauri/Cargo.lock (+15 -13)
📝 frontend/appflowy_web_app/src-tauri/Cargo.toml (+1 -1)
📝 frontend/rust-lib/Cargo.lock (+108 -33)
📝 frontend/rust-lib/Cargo.toml (+10 -10)
📝 frontend/rust-lib/flowy-database2/src/services/field/type_options/date_type_option/date_filter.rs (+183 -180)
📝 frontend/rust-lib/flowy-server/src/af_cloud/impls/chat.rs (+2 -1)

📄 Description

No description provided


🔄 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/6605 **Author:** [@speed2exe](https://github.com/speed2exe) **Created:** 10/23/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/windows-compatibility` --- ### 📝 Commits (9) - [`66480e7`](https://github.com/AppFlowy-IO/AppFlowy/commit/66480e7dae7a38396ad0373f1034e8acdde8c60a) chore: update to latest client api and collab - [`c83d24c`](https://github.com/AppFlowy-IO/AppFlowy/commit/c83d24c35e740c485ead4a13d99c7e5b1593cf68) fix: try different version - [`c1d647d`](https://github.com/AppFlowy-IO/AppFlowy/commit/c1d647da12e42f29b2c730c64c56caa4e40609ea) chore: update appflowy cloud version - [`7e04fcd`](https://github.com/AppFlowy-IO/AppFlowy/commit/7e04fcd5188e68f98d94e6ad03196e028dd65631) chore: try with force recreate - [`2a08943`](https://github.com/AppFlowy-IO/AppFlowy/commit/2a08943cbd02ee959a7f49581dbdf436966a54bd) fix: try deleting volumes before starting containers - [`24e6117`](https://github.com/AppFlowy-IO/AppFlowy/commit/24e61173aea21abf1c98112ac86d6050af46dd1c) chore: disable timezone filter test - [`3e43de0`](https://github.com/AppFlowy-IO/AppFlowy/commit/3e43de06c4c3ecb8017d70c972f6a38867b0c1f6) chore: merge with main - [`432ebcc`](https://github.com/AppFlowy-IO/AppFlowy/commit/432ebcc647091cbd42b47310fa053f9ee17199ec) Merge branch 'main' into fix/windows-compatibility - [`5dab885`](https://github.com/AppFlowy-IO/AppFlowy/commit/5dab8854249f9b4ea1a5b32a2b4686a644366070) chore: remove unneeded ci commands ### 📊 Changes **11 files changed** (+347 additions, -275 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/flutter_ci.yaml` (+1 -1) 📝 `.github/workflows/ios_ci.yaml` (+1 -1) 📝 `.github/workflows/rust_ci.yaml` (+10 -21) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.lock` (+15 -13) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.toml` (+1 -1) 📝 `frontend/appflowy_web_app/src-tauri/Cargo.lock` (+15 -13) 📝 `frontend/appflowy_web_app/src-tauri/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/Cargo.lock` (+108 -33) 📝 `frontend/rust-lib/Cargo.toml` (+10 -10) 📝 `frontend/rust-lib/flowy-database2/src/services/field/type_options/date_type_option/date_filter.rs` (+183 -180) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/impls/chat.rs` (+2 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:19:51 +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#7486
No description provided.