[PR #319] [CLOSED] Remove freezed generated files #4066

Closed
opened 2026-03-23 21:36:09 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/319
Author: @hieugao
Created: 2/10/2022
Status: Closed

Base: mainHead: refactor/remove-freezed-generated-files


📝 Commits (5)

  • 40ffb38 refactor: remove freezed generated files
  • 1f5c8e1 chore: add generated files to gitignore
  • 7536961 chore: merge squashed commit of the main branch
  • de5e767 ci: generate freezed files
  • d4471f6 ci: generate freezed files for Build Automation

📊 Changes

221 files changed (+4662 additions, -14592 deletions)

View changed files

📝 .github/workflows/ci.yaml (+3 -5)
📝 .github/workflows/commit_lint.yml (+1 -1)
📝 .github/workflows/dart_lint.yml (+13 -8)
.github/workflows/dart_test.yml (+50 -0)
.github/workflows/release.yml (+128 -0)
.github/workflows/release_docker.yml (+35 -0)
📝 .github/workflows/rust_lint.yml (+4 -22)
.github/workflows/rust_test.yml (+39 -0)
.github/workflows/translation_notify.yml (+19 -0)
📝 .gitignore (+2 -0)
📝 .run/dart-event.run.xml (+1 -1)
CHANGELOG.md (+18 -0)
📝 commitlint.config.js (+1 -1)
frontend/.vscode/launch.json (+44 -0)
frontend/.vscode/settings.json (+26 -0)
frontend/.vscode/tasks.json (+96 -0)
📝 frontend/Brewfile (+0 -1)
📝 frontend/Makefile (+10 -8)
📝 frontend/Makefile.toml (+7 -7)
📝 frontend/app_flowy/.gitignore (+4 -1)

...and 80 more files

📄 Description

Not sure where to update the CI with this change.


🔄 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/319 **Author:** [@hieugao](https://github.com/hieugao) **Created:** 2/10/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `refactor/remove-freezed-generated-files` --- ### 📝 Commits (5) - [`40ffb38`](https://github.com/AppFlowy-IO/AppFlowy/commit/40ffb38bb78e3dcb4700216518e25c264a74b6ed) refactor: remove freezed generated files - [`1f5c8e1`](https://github.com/AppFlowy-IO/AppFlowy/commit/1f5c8e10866e8a4c2e4a4cab7d6f7d3a5e777cc5) chore: add generated files to gitignore - [`7536961`](https://github.com/AppFlowy-IO/AppFlowy/commit/753696143cdfa32e76eebef082868c5572d92379) chore: merge squashed commit of the main branch - [`de5e767`](https://github.com/AppFlowy-IO/AppFlowy/commit/de5e7672e479d7c0723d9013c252cbb45fd942eb) ci: generate freezed files - [`d4471f6`](https://github.com/AppFlowy-IO/AppFlowy/commit/d4471f6af4a683567ce8a8f608659a02b5c22bf8) ci: generate freezed files for Build Automation ### 📊 Changes **221 files changed** (+4662 additions, -14592 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yaml` (+3 -5) 📝 `.github/workflows/commit_lint.yml` (+1 -1) 📝 `.github/workflows/dart_lint.yml` (+13 -8) ➕ `.github/workflows/dart_test.yml` (+50 -0) ➕ `.github/workflows/release.yml` (+128 -0) ➕ `.github/workflows/release_docker.yml` (+35 -0) 📝 `.github/workflows/rust_lint.yml` (+4 -22) ➕ `.github/workflows/rust_test.yml` (+39 -0) ➕ `.github/workflows/translation_notify.yml` (+19 -0) 📝 `.gitignore` (+2 -0) 📝 `.run/dart-event.run.xml` (+1 -1) ➕ `CHANGELOG.md` (+18 -0) 📝 `commitlint.config.js` (+1 -1) ➕ `frontend/.vscode/launch.json` (+44 -0) ➕ `frontend/.vscode/settings.json` (+26 -0) ➕ `frontend/.vscode/tasks.json` (+96 -0) 📝 `frontend/Brewfile` (+0 -1) 📝 `frontend/Makefile` (+10 -8) 📝 `frontend/Makefile.toml` (+7 -7) 📝 `frontend/app_flowy/.gitignore` (+4 -1) _...and 80 more files_ </details> ### 📄 Description Not sure where to update the CI with this change. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:36:09 +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#4066
No description provided.