mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[PR #554] [MERGED] feat: |Github Action| Deploy Backend add DEBUG_MODE for logging && BA… #619
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#619
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/554
Author: @dreamhunter2333
Created: 1/11/2025
Status: ✅ Merged
Merged: 1/11/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
f226593feat: |Github Action| Deploy Backend add DEBUG_MODE for logging && BACKEND_USE_MAIL_WASM_PARSER to enable mail-parser-wasm-worker📊 Changes
6 files changed (+67 additions, -7 deletions)
View changed files
➕
.github/config/mail-parser-wasm-worker.patch(+42 -0)📝
.github/workflows/backend_deploy.yaml(+20 -6)📝
CHANGELOG.md(+1 -0)📝
vitepress-docs/docs/zh/guide/feature/telegram.md(+2 -0)📝
vitepress-docs/docs/zh/guide/github-action.md(+2 -0)📝
worker/src/common.ts(+0 -1)📄 Description
User description
…CKEND_USE_MAIL_WASM_PARSER to enable mail-parser-wasm-worker
PR Type
enhancement, documentation
Description
Add
DEBUG_MODEandBACKEND_USE_MAIL_WASM_PARSERto 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 logsworker/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_MODEandBACKEND_USE_MAIL_WASM_PARSERenvironment variables.mail-parser-wasm-workerpatch.CHANGELOG.md
Update changelog with new deployment optionsCHANGELOG.md
DEBUG_MODEandBACKEND_USE_MAIL_WASM_PARSERoptions.telegram.md
Document WASM mail parser configuration for Telegramvitepress-docs/docs/zh/guide/feature/telegram.md
github-action.md
Add documentation for new GitHub Action optionsvitepress-docs/docs/zh/guide/github-action.md
DEBUG_MODEandBACKEND_USE_MAIL_WASM_PARSERoptions.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.