[PR #7874] [MERGED] chore: pick commits from release/0.9.1 #8176

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/7874
Author: @LucasXu0
Created: 5/2/2025
Status: Merged
Merged: 5/2/2025
Merged by: @LucasXu0

Base: mainHead: pick_091_changes


📝 Commits (4)

  • 68f978e chore: update i18n
  • 535b77b chore: remove sentry
  • e2bc402 fix: allow the member to get the workspace usage
  • 5d90675 fix: integration test

📊 Changes

15 files changed (+50 additions, -130 deletions)

View changed files

📝 frontend/appflowy_flutter/assets/test/workspaces/database/v069.afdb (+1 -1)
📝 frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page.dart (+0 -9)
📝 frontend/appflowy_flutter/lib/mobile/presentation/search/mobile_search_page.dart (+0 -8)
📝 frontend/appflowy_flutter/lib/startup/startup.dart (+0 -1)
📝 frontend/appflowy_flutter/lib/startup/tasks/prelude.dart (+0 -1)
frontend/appflowy_flutter/lib/startup/tasks/sentry.dart (+0 -30)
📝 frontend/appflowy_flutter/lib/workspace/application/sidebar/billing/sidebar_plan_bloc.dart (+12 -2)
📝 frontend/appflowy_flutter/lib/workspace/application/workspace/workspace_service.dart (+0 -12)
📝 frontend/appflowy_flutter/lib/workspace/presentation/home/desktop_home_screen.dart (+0 -9)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/sites/domain/domain_item.dart (+3 -3)
📝 frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/members/inivitation/inivite_member_by_link.dart (+8 -2)
📝 frontend/appflowy_flutter/macos/Podfile.lock (+22 -33)
📝 frontend/appflowy_flutter/pubspec.lock (+0 -16)
📝 frontend/appflowy_flutter/pubspec.yaml (+0 -2)
📝 frontend/resources/translations/en.json (+4 -1)

📄 Description

Feature Preview


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.

Summary by Sourcery

Remove Sentry integration and make minor adjustments to workspace and billing-related functionality

Bug Fixes:

  • Fix workspace usage handling when unable to fetch usage information
  • Adjust member invitation restrictions for free plan

Enhancements:

  • Modify workspace usage and member invitation logic to handle free plan limitations
  • Update error handling for workspace usage fetching

Chores:

  • Remove Sentry error tracking dependencies and related code
  • Update pubspec.lock and Podfile.lock

🔄 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/7874 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 5/2/2025 **Status:** ✅ Merged **Merged:** 5/2/2025 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `pick_091_changes` --- ### 📝 Commits (4) - [`68f978e`](https://github.com/AppFlowy-IO/AppFlowy/commit/68f978e3dd1b7f68ac6c03e65a984d4b68bd4968) chore: update i18n - [`535b77b`](https://github.com/AppFlowy-IO/AppFlowy/commit/535b77bfeffddabbac2c44de3bf92123d569c3f3) chore: remove sentry - [`e2bc402`](https://github.com/AppFlowy-IO/AppFlowy/commit/e2bc4026682d94ec920154f8437222c1f058828f) fix: allow the member to get the workspace usage - [`5d90675`](https://github.com/AppFlowy-IO/AppFlowy/commit/5d9067527d6c1c20dc78b50d43f26620c9d18423) fix: integration test ### 📊 Changes **15 files changed** (+50 additions, -130 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/assets/test/workspaces/database/v069.afdb` (+1 -1) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/home/mobile_home_page.dart` (+0 -9) 📝 `frontend/appflowy_flutter/lib/mobile/presentation/search/mobile_search_page.dart` (+0 -8) 📝 `frontend/appflowy_flutter/lib/startup/startup.dart` (+0 -1) 📝 `frontend/appflowy_flutter/lib/startup/tasks/prelude.dart` (+0 -1) ➖ `frontend/appflowy_flutter/lib/startup/tasks/sentry.dart` (+0 -30) 📝 `frontend/appflowy_flutter/lib/workspace/application/sidebar/billing/sidebar_plan_bloc.dart` (+12 -2) 📝 `frontend/appflowy_flutter/lib/workspace/application/workspace/workspace_service.dart` (+0 -12) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/home/desktop_home_screen.dart` (+0 -9) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/pages/sites/domain/domain_item.dart` (+3 -3) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/settings/widgets/members/inivitation/inivite_member_by_link.dart` (+8 -2) 📝 `frontend/appflowy_flutter/macos/Podfile.lock` (+22 -33) 📝 `frontend/appflowy_flutter/pubspec.lock` (+0 -16) 📝 `frontend/appflowy_flutter/pubspec.yaml` (+0 -2) 📝 `frontend/resources/translations/en.json` (+4 -1) </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 <!--- 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 - [ ] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/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. ## Summary by Sourcery Remove Sentry integration and make minor adjustments to workspace and billing-related functionality Bug Fixes: - Fix workspace usage handling when unable to fetch usage information - Adjust member invitation restrictions for free plan Enhancements: - Modify workspace usage and member invitation logic to handle free plan limitations - Update error handling for workspace usage fetching Chores: - Remove Sentry error tracking dependencies and related code - Update pubspec.lock and Podfile.lock --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:22:58 +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#8176
No description provided.