[PR #6719] [MERGED] feat: integrate codemagic for testing ios/android #7546

Closed
opened 2026-03-23 23:20:07 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6719
Author: @LucasXu0
Created: 11/5/2024
Status: Merged
Merged: 11/12/2024
Merged by: @LucasXu0

Base: mainHead: code_magic


📝 Commits (10+)

  • 156882a fix: pages overflow when selecting homepage
  • e1276f9 feat: integrate codemagic
  • 846d41c Revert "fix: pages overflow when selecting homepage"
  • 265e92d chore: try to fix build
  • 49a7105 chore: remove flutter analyuze
  • 569b0b9 chore: launch ios simulator
  • fc9c701 fix: flutter version
  • 3bfab84 Merge branch 'main' into code_magic
  • 79bc465 fix: integration tests on mobile
  • 2c73c7a fix: mobile tests

📊 Changes

10 files changed (+186 additions, -44 deletions)

View changed files

📝 .github/workflows/ios_ci.yaml (+22 -18)
.github/workflows/mobile_ci.yml (+82 -0)
codemagic.yaml (+47 -0)
📝 frontend/appflowy_flutter/integration_test/mobile/document/page_style_test.dart (+11 -9)
📝 frontend/appflowy_flutter/integration_test/mobile/home_page/create_new_page_test.dart (+4 -5)
📝 frontend/appflowy_flutter/integration_test/mobile/sign_in/anonymous_sign_in_test.dart (+2 -2)
📝 frontend/appflowy_flutter/integration_test/mobile_runner_1.dart (+6 -1)
📝 frontend/appflowy_flutter/integration_test/runner.dart (+2 -2)
📝 frontend/appflowy_flutter/lib/mobile/presentation/base/mobile_view_page.dart (+4 -1)
📝 frontend/appflowy_flutter/pubspec.lock (+6 -6)

📄 Description

Feature Preview

  • Create a new Code Magic account
  • Replace the app_id, workflow_id and api_token
  • Replace the slack token

PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/6719 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 11/5/2024 **Status:** ✅ Merged **Merged:** 11/12/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `code_magic` --- ### 📝 Commits (10+) - [`156882a`](https://github.com/AppFlowy-IO/AppFlowy/commit/156882a9a7e039a38cd206306e19b94eb391f948) fix: pages overflow when selecting homepage - [`e1276f9`](https://github.com/AppFlowy-IO/AppFlowy/commit/e1276f92d1b7a7a6cff5f21d5acd9890b33cf179) feat: integrate codemagic - [`846d41c`](https://github.com/AppFlowy-IO/AppFlowy/commit/846d41c6c6b3e7069c3b756360d1168d83b64765) Revert "fix: pages overflow when selecting homepage" - [`265e92d`](https://github.com/AppFlowy-IO/AppFlowy/commit/265e92d62b2624869b4c87d945bd51ba2a23bdca) chore: try to fix build - [`49a7105`](https://github.com/AppFlowy-IO/AppFlowy/commit/49a7105d6c9388e827499e17254dedf18bdec740) chore: remove flutter analyuze - [`569b0b9`](https://github.com/AppFlowy-IO/AppFlowy/commit/569b0b9e76f63d3a3cfe5dba21a637149241653c) chore: launch ios simulator - [`fc9c701`](https://github.com/AppFlowy-IO/AppFlowy/commit/fc9c7014a3663f66a6808176ef2c38298967e80a) fix: flutter version - [`3bfab84`](https://github.com/AppFlowy-IO/AppFlowy/commit/3bfab84c4967987a013fa98bb043c49ec4d2bab4) Merge branch 'main' into code_magic - [`79bc465`](https://github.com/AppFlowy-IO/AppFlowy/commit/79bc46541a56039761d59cf82b75cdecfe2bf07f) fix: integration tests on mobile - [`2c73c7a`](https://github.com/AppFlowy-IO/AppFlowy/commit/2c73c7a2c9d1450c860f537720b9bb01cd78fd99) fix: mobile tests ### 📊 Changes **10 files changed** (+186 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ios_ci.yaml` (+22 -18) ➕ `.github/workflows/mobile_ci.yml` (+82 -0) ➕ `codemagic.yaml` (+47 -0) 📝 `frontend/appflowy_flutter/integration_test/mobile/document/page_style_test.dart` (+11 -9) 📝 `frontend/appflowy_flutter/integration_test/mobile/home_page/create_new_page_test.dart` (+4 -5) 📝 `frontend/appflowy_flutter/integration_test/mobile/sign_in/anonymous_sign_in_test.dart` (+2 -2) 📝 `frontend/appflowy_flutter/integration_test/mobile_runner_1.dart` (+6 -1) 📝 `frontend/appflowy_flutter/integration_test/runner.dart` (+2 -2) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/base/mobile_view_page.dart` (+4 -1) 📝 `frontend/appflowy_flutter/pubspec.lock` (+6 -6) </details> ### 📄 Description <!--- Thank you for submitting a pull request to AppFlowy. The team will dedicate their best efforts to reviewing and approving your pull request. If you have any questions about the project or feedback for us, please join our [Discord](https://discord.gg/wdjWUXXhtw). --> <!--- If your pull request adds a new feature, please drag and drop a video into this section to showcase what you've done! If not, you may delete this section. --> ### Feature Preview - [x] Create a new Code Magic account - [x] Replace the app_id, workflow_id and api_token - [x] Replace the slack token <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [x] I've listed at least one issue that this PR fixes in the description above. - [x] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:20:07 +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#7546
No description provided.