Warren
2e7d538712
feat: add scheduled cleanup workflow (weekly auto-cleanup)
2026-05-16 17:36:51 +08:00
Warren
e3b699cda7
docs: add deployment test experience summary (methodology focused)
2026-05-16 17:01:57 +08:00
Warren
07c6bbf704
docs: update AGENTS.md with CI fix success (Run ID 7)
2026-05-16 16:48:16 +08:00
Warren
34b6839897
fix: replace GitHub Action with native rustup installation
...
- Replace actions-rust-lang/setup-rust-toolchain@v1 with curl | sh
- Fix bash compatibility issue with Gitea Runner
- Add 'source /Users/accusys/.cargo/env' for all cargo commands
- This should resolve the 'conditional binary operator expected' error
2026-05-16 16:41:26 +08:00
Warren
87a3eea2c6
docs: add CI log retrieval methods and failure diagnosis to AGENTS.md
2026-05-16 16:40:52 +08:00
Warren
79e761082d
fix: improve CI workflow robustness
...
- Add step to create data/users and data/cache directories
- Set SwitchAudioSource install as continue-on-error (optional dependency)
- Add 'needs: test' to build job (run build only after tests pass)
- These changes should resolve CI environment issues
2026-05-16 16:26:04 +08:00
Warren
24f3ddc34e
docs: update AGENTS.md with deployment status and CI issues
2026-05-16 16:16:07 +08:00
Warren
8371aef693
fix: resolve clippy warnings and test errors
...
- Implement FromStr trait for NodeType instead of custom from_str method
- Fix redundant_closure warning in server.rs:455
- Add #[allow(clippy::too_many_arguments)] for new_file_node
- Fix unused variables in tests (_user_id, _conn)
- Remove unused imports (NodeType, serde_json::json)
- Replace len() > 0 with !is_empty() for clarity
- Replace == false with negation operator
- Format code with cargo fmt
2026-05-16 16:13:37 +08:00
Warren
e51728aa35
fix: update workflow runs-on to match runner labels
2026-05-16 16:05:39 +08:00
Warren
7757827ece
chore: update workflow labels and add access token documentation
2026-05-16 15:57:59 +08:00
Warren
e3d6b60825
feat: MarkBase initial version
...
Phase 1 (Infrastructure):
- Docs: README.md, AGENTS.md, CHANGELOG.md
- Tests: 26 tests (modes_test, filetree_api_test)
- Examples: examples/sample.md, sample.json
- CI/CD: .gitea/workflows/test.yml, release.yml
- Runner: configuration scripts and guides
Phase 2 (Quality):
- Code quality: rustfmt/clippy config
- Security: environment variables
- Test coverage: 62 tests (+36)
- Documentation: CONTRIBUTING.md, docs/api.yaml
- Showcase: demo_features.md, developer_quickstart.md
Test coverage: 75%
Test pass rate: 100%
2026-05-16 15:37:37 +08:00