[PR #2485] [MERGED] ci: tauri build #5257

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2485
Author: @appflowy
Created: 5/9/2023
Status: Merged
Merged: 5/10/2023
Merged by: @appflowy

Base: developHead: fix_tauri_ci_error


📝 Commits (10+)

  • 9b43225 ci: tauri build
  • f0168aa ci: tauri build
  • b2483c9 chore: update appflowy-collab version
  • aa85547 ci: fix build
  • b4fff58 ci: tauri with pnpm
  • 3427073 ci: fix build
  • e42e2cc chore: Merge branch 'develop' into fix_tauri_ci_error
  • 7e51c0e ci: comment out includetime
  • 4ce3b76 chore: add the --quiet option (to only output errors and not warnings) to the configuration file
  • 09ea176 ci: enable linux platform

📊 Changes

20 files changed (+276 additions, -99 deletions)

View changed files

📝 .github/workflows/tauri_ci.yaml (+12 -13)
📝 frontend/.vscode/tasks.json (+1 -1)
📝 frontend/appflowy_tauri/package.json (+1 -1)
📝 frontend/appflowy_tauri/src-tauri/Cargo.lock (+196 -16)
📝 frontend/appflowy_tauri/src-tauri/Cargo.toml (+6 -5)
📝 frontend/appflowy_tauri/src-tauri/tauri.conf.json (+1 -1)
📝 frontend/appflowy_tauri/src/appflowy_app/components/_shared/EditRow/DateTimeFormat.hooks.ts (+3 -1)
📝 frontend/appflowy_tauri/src/appflowy_app/components/_shared/EditRow/DateTypeOptions.tsx (+8 -8)
📝 frontend/appflowy_tauri/src/appflowy_app/components/_shared/database-hooks/loadField.ts (+0 -1)
📝 frontend/appflowy_tauri/src/appflowy_app/stores/effects/database/cell/data_persistence.ts (+0 -1)
📝 frontend/appflowy_tauri/src/appflowy_app/stores/reducers/database/slice.ts (+1 -1)
📝 frontend/rust-lib/Cargo.lock (+27 -30)
📝 frontend/rust-lib/Cargo.toml (+7 -7)
📝 frontend/rust-lib/flowy-database2/Cargo.toml (+0 -1)
📝 frontend/rust-lib/flowy-database2/src/manager.rs (+2 -2)
📝 frontend/rust-lib/flowy-document2/Cargo.toml (+0 -1)
📝 frontend/rust-lib/flowy-document2/src/manager.rs (+4 -3)
📝 frontend/rust-lib/flowy-document2/tests/document/util.rs (+5 -3)
📝 frontend/rust-lib/flowy-folder2/Cargo.toml (+0 -1)
📝 frontend/rust-lib/flowy-folder2/src/manager.rs (+2 -2)

📄 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/2485 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 5/9/2023 **Status:** ✅ Merged **Merged:** 5/10/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `develop` ← **Head:** `fix_tauri_ci_error` --- ### 📝 Commits (10+) - [`9b43225`](https://github.com/AppFlowy-IO/AppFlowy/commit/9b432256c5e2d84d3719bee1badeeebe86fa01b2) ci: tauri build - [`f0168aa`](https://github.com/AppFlowy-IO/AppFlowy/commit/f0168aa3df56c5f938c01135ced840c0272c72d9) ci: tauri build - [`b2483c9`](https://github.com/AppFlowy-IO/AppFlowy/commit/b2483c95b96bc1183cbb7ceae6a1c79a3dc8a7f7) chore: update appflowy-collab version - [`aa85547`](https://github.com/AppFlowy-IO/AppFlowy/commit/aa8554732ae7dea36afecabcff88554130ec6e65) ci: fix build - [`b4fff58`](https://github.com/AppFlowy-IO/AppFlowy/commit/b4fff58fbf4272199472f8dd0aee7dbeebcf97dc) ci: tauri with pnpm - [`3427073`](https://github.com/AppFlowy-IO/AppFlowy/commit/3427073957e87f1d5b762392536c18dce1aeee21) ci: fix build - [`e42e2cc`](https://github.com/AppFlowy-IO/AppFlowy/commit/e42e2cc867028f96226711adbb2dd72a7c75874c) chore: Merge branch 'develop' into fix_tauri_ci_error - [`7e51c0e`](https://github.com/AppFlowy-IO/AppFlowy/commit/7e51c0e2c850cceaf101bf3ac07bbd712a89c3d8) ci: comment out includetime - [`4ce3b76`](https://github.com/AppFlowy-IO/AppFlowy/commit/4ce3b761583729bcba21de005017ad10e8b4957e) chore: add the --quiet option (to only output errors and not warnings) to the configuration file - [`09ea176`](https://github.com/AppFlowy-IO/AppFlowy/commit/09ea1764bdb61d5177769602c561461ade22732c) ci: enable linux platform ### 📊 Changes **20 files changed** (+276 additions, -99 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/tauri_ci.yaml` (+12 -13) 📝 `frontend/.vscode/tasks.json` (+1 -1) 📝 `frontend/appflowy_tauri/package.json` (+1 -1) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.lock` (+196 -16) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.toml` (+6 -5) 📝 `frontend/appflowy_tauri/src-tauri/tauri.conf.json` (+1 -1) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/_shared/EditRow/DateTimeFormat.hooks.ts` (+3 -1) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/_shared/EditRow/DateTypeOptions.tsx` (+8 -8) 📝 `frontend/appflowy_tauri/src/appflowy_app/components/_shared/database-hooks/loadField.ts` (+0 -1) 📝 `frontend/appflowy_tauri/src/appflowy_app/stores/effects/database/cell/data_persistence.ts` (+0 -1) 📝 `frontend/appflowy_tauri/src/appflowy_app/stores/reducers/database/slice.ts` (+1 -1) 📝 `frontend/rust-lib/Cargo.lock` (+27 -30) 📝 `frontend/rust-lib/Cargo.toml` (+7 -7) 📝 `frontend/rust-lib/flowy-database2/Cargo.toml` (+0 -1) 📝 `frontend/rust-lib/flowy-database2/src/manager.rs` (+2 -2) 📝 `frontend/rust-lib/flowy-document2/Cargo.toml` (+0 -1) 📝 `frontend/rust-lib/flowy-document2/src/manager.rs` (+4 -3) 📝 `frontend/rust-lib/flowy-document2/tests/document/util.rs` (+5 -3) 📝 `frontend/rust-lib/flowy-folder2/Cargo.toml` (+0 -1) 📝 `frontend/rust-lib/flowy-folder2/src/manager.rs` (+2 -2) </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 22:17:56 +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#5257
No description provided.