Your Name
|
a2512bf29b
|
fix: 修復 lint 錯誤和代碼格式化
- 移除未使用的導入 (readdirSync, basename, readFileSync, execSync)
- 將不需要重新賦值的 let 改為 const
- 修復 switch case 區塊中的詞法聲明問題
- 移除未使用的 SAMPLING_RATE 和 sampled 變量
- 移除未使用的 _timeout 參數
- 運行 Prettier 格式化所有文件
|
2026-01-23 12:27:22 +08:00 |
|
Your Name
|
e327345ad7
|
feat: add comprehensive E2E tests with Docker workflow
- Add comprehensive.e2e.test.ts: Full E2E tests covering 25+ converters
- Add format-matrix.e2e.test.ts: Format conversion matrix (70,000+ combinations)
- Add translation.e2e.test.ts: Multi-language translation tests (14 languages)
- Add docker-e2e-tests.yml: GitHub Actions workflow for Docker E2E tests
- Update run-bun-test.yml: Improved basic test workflow
- Add run-e2e-tests.sh: Local test runner script
- Add test scripts to package.json
Tests cover:
- Image formats (Inkscape, ImageMagick, Potrace, etc.)
- Document formats (Pandoc, LibreOffice, Calibre)
- Data formats (Dasel: JSON/YAML/TOML/XML/CSV)
- Translation (PDFMathTranslate, BabelDOC)
- Edge cases (Unicode, long content, special characters)
|
2026-01-23 12:20:52 +08:00 |
|
Your Name
|
a9f6e1de6f
|
ci: add E2E tests to release workflow
- Add E2E converter tests in Docker container (verify-image job)
- Inkscape: SVG → PNG
- Pandoc: Markdown → HTML
- LibreOffice: TXT → PDF
- FFmpeg: Audio generation
- ImageMagick: PNG → JPEG
- API healthcheck endpoint
- Add cleanup step for verification containers
- Update verification summary to include E2E results
- Install pandoc and imagemagick in run-bun-test workflow for E2E tests
|
2026-01-23 00:18:03 +08:00 |
|
Your Name
|
7df88d2f4e
|
chore: 更新工作流程中的 Node.js 和 Bun 版本,調整依賴項版本
|
2026-01-22 10:49:42 +08:00 |
|
Emrik Östling
|
af199ab8bb
|
Potential fix for code scanning alert no. 5: Workflow does not contain permissions (#472)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
|
2025-12-14 20:30:31 +01:00 |
|
renovate[bot]
|
4ae2aab66a
|
chore(deps): update actions/checkout action to v6 (#446)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-11-24 21:54:32 +01:00 |
|
C4illin
|
1c79de2f37
|
ci: add bun test workflow
|
2025-08-13 20:52:55 +02:00 |
|