-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: |Github Action| Deploy Backend add DEBUG_MODE for logging && BA… #554
Conversation
…CKEND_USE_MAIL_WASM_PARSER to enable mail-parser-wasm-worker
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
…CKEND_USE_MAIL_WASM_PARSER to enable mail-parser-wasm-worker
PR Type
enhancement, documentation
Description
Add
DEBUG_MODE
andBACKEND_USE_MAIL_WASM_PARSER
to backend deployment.Enable mail parsing using
mail-parser-wasm-worker
.Update GitHub Actions workflow for conditional deployment steps.
Document new configuration options in the project documentation.
Changes walkthrough 📝
common.ts
Enable WASM mail parsing and clean up logs
worker/src/common.ts
mail-parser-wasm-worker
.mail-parser-wasm-worker.patch
Add patch for `mail-parser-wasm-worker`
.github/config/mail-parser-wasm-worker.patch
mail-parser-wasm-worker
.backend_deploy.yaml
Update backend deployment workflow with new options
.github/workflows/backend_deploy.yaml
DEBUG_MODE
andBACKEND_USE_MAIL_WASM_PARSER
environment variables.mail-parser-wasm-worker
patch.CHANGELOG.md
Update changelog with new deployment options
CHANGELOG.md
DEBUG_MODE
andBACKEND_USE_MAIL_WASM_PARSER
options.telegram.md
Document WASM mail parser configuration for Telegram
vitepress-docs/docs/zh/guide/feature/telegram.md
github-action.md
Add documentation for new GitHub Action options
vitepress-docs/docs/zh/guide/github-action.md
DEBUG_MODE
andBACKEND_USE_MAIL_WASM_PARSER
options.