Commit Graph

12 Commits

Author SHA1 Message Date
Mikhail Kilin
22a16affa5 Add transcribator page: audio recording + Whisper STT proxy
Some checks failed
ci/woodpecker/push/deploy Pipeline failed
Browser records audio via MediaRecorder API, bcard proxies it to
Whisper STT service and returns transcription as JSON.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 20:23:28 +03:00
Mikhail Kilin
4cca68e12b Add PR checks pipeline (fmt, clippy, test) and split CI config
- Split .woodpecker.yml into .woodpecker/check.yml (PR checks) and .woodpecker/deploy.yml (deploy on push to main)
- Add basic handler test to src/main.rs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 01:45:22 +03:00
Mikhail Kilin
1870889abb fixes 2026-02-15 14:46:39 +03:00
9bb6f77486 update bcard response text
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-02-15 10:06:17 +00:00
a428cf3b92 fix: remove escaped exclamation marks in Rust source
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-02-14 23:46:15 +00:00
cddc785ac7 update bcard for Woodpecker v3 test
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-02-14 22:56:58 +00:00
Mikhail Kilin
4e4f54377b some changes 2026-02-14 23:02:28 +03:00
aac7818d9e fix escaped exclamation marks in main.rs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-02-14 19:47:31 +00:00
2c82211d04 fix escaped exclamation marks in main.rs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-02-14 19:44:27 +00:00
d162775943 Update landing page - test full CI/CD 2026-02-14 15:55:47 +00:00
9c4c1ff91e Update landing page text
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-02-14 15:40:26 +00:00
Mikhail Kilin
3be3f55be4 Initial commit: визитка mikhailkilin.ru
Rust/Axum HTTP-сервер, Dockerfile, Woodpecker CI pipeline,
Kubernetes-манифесты для деплоя на k3s.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 17:58:47 +03:00