Commit Graph

74 Commits

Author SHA1 Message Date
Mikhail Kilin
c13dfa5b83 Switch reqwest to rustls, bump Rust to 1.85
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
native-tls 0.2.17 fails to compile with Rust 1.84+ (TLSv1.3
exhaustive match). Using rustls avoids openssl dependency entirely.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 21:28:21 +03:00
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
Woodpecker CI
c1db6ae562 [CI SKIP] deploy dfcf729355 2026-02-16 15:58:16 +00:00
Mikhail Kilin
dfcf729355 retrigger deploy pipeline
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
2026-02-16 18:57:05 +03:00
dc25b8780c Merge pull request 'Add CI checks on PR (fmt, clippy, test)' (#3) from some_changes into main
Some checks failed
ci/woodpecker/push/deploy Pipeline failed
Reviewed-on: #3
2026-02-15 23:12:10 +00:00
Mikhail Kilin
48c3b33bf4 trigger CI for PR
All checks were successful
ci/woodpecker/pr/check Pipeline was successful
2026-02-16 01:54:19 +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
Woodpecker CI
658ef42e72 [CI SKIP] deploy e823d59821 2026-02-15 11:49:03 +00:00
e823d59821 Merge pull request 'fixes' (#2) from some_changes into main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #2
2026-02-15 11:47:39 +00:00
Mikhail Kilin
1870889abb fixes 2026-02-15 14:46:39 +03:00
d00e601f16 [CI SKIP] clean pipeline - remove debug lines 2026-02-15 11:44:16 +00:00
Woodpecker CI
dc94b7bcd7 [CI SKIP] deploy fc31b9fd88 2026-02-15 11:30:26 +00:00
fc31b9fd88 use netrc approach for git push
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-02-15 11:29:07 +00:00
04cbdb70ce use git_push_token secret
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-02-15 11:18:23 +00:00
Test
2afc179894 [CI SKIP] test token push 2026-02-15 11:07:27 +00:00
9366b24c5d final pipeline config with new token
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-02-15 11:03:36 +00:00
ee22d23220 add token length debug + trigger rebuild
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-02-15 10:25:24 +00:00
9bb6f77486 update bcard response text
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-02-15 10:06:17 +00:00
3e77e952c7 [CI SKIP] fix yaml quoting in pipeline 2026-02-15 09:52:40 +00:00
9ab5b517f2 [CI SKIP] clean pipeline config 2026-02-15 09:35:36 +00:00
50196bc7e5 debug: check available credentials and env vars
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-02-15 09:16:42 +00:00
2f10322d49 fix: use CI_NETRC credentials for git push
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-02-15 09:00:12 +00:00
39d3fb673e fix: use gitea token for git push auth
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-02-15 00:10:56 +00:00
61fe2af94a fix: use PLUGIN_ prefix for secrets in update step 2026-02-15 00:06:50 +00:00
c2e1678416 use Gitea API for manifest update
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-02-15 00:01:08 +00:00
922d25cc9d fix: use .netrc for git push auth
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-02-14 23:54:35 +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
1cdc23b650 fix: use short repo path for plugin-kaniko
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-02-14 23:37:20 +00:00
ff0cf5b5c4 use plugin-kaniko for CI build
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-02-14 23:32:21 +00:00
af16420ced minimal kaniko test
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-02-14 23:17:44 +00:00
06705544db debug kaniko build step
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-02-14 23:16:43 +00:00
fc56ba806b fix kaniko entrypoint for Woodpecker v3
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-02-14 23:15:40 +00:00
a2087d1824 test simple pipeline on v3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-02-14 23:14:35 +00:00
a7d47be06e fix pipeline yaml quoting for Woodpecker v3
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-02-14 23:10:10 +00:00
c3001198f4 update pipeline for Woodpecker v3 workspace 2026-02-14 23:07:34 +00:00
25ee248c65 trigger rebuild after RBAC fix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-02-14 23:03:27 +00:00
98573ad697 trigger rebuild after Woodpecker v3 upgrade
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2026-02-14 23:02:05 +00:00
59c6506f0c [skip ci] trigger rebuild 2026-02-14 23:00:53 +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
Woodpecker CI
626686e045 [skip ci] deploy bcard:34e3e886 2026-02-14 20:05:56 +00:00
34e3e886ee Merge pull request 'some changes' (#1) from some_changes into main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #1
2026-02-14 20:04:14 +00:00
Mikhail Kilin
4e4f54377b some changes 2026-02-14 23:02:28 +03:00
Woodpecker CI
2b13c69761 [skip ci] deploy bcard:91c2fa7c 2026-02-14 19:52:51 +00:00
91c2fa7c3c trigger CI build after fixes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-02-14 19:51:12 +00:00
9ddae5605f [skip ci] fix pipeline - remove error swallowing 2026-02-14 19:50:27 +00:00
Woodpecker CI
d10085f77d [skip ci] deploy bcard:aac7818d 2026-02-14 19:49:06 +00: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
Woodpecker CI
c91b90441c [skip ci] deploy bcard:2c82211d 2026-02-14 19:45:40 +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
Woodpecker CI
fbe463b201 [skip ci] deploy bcard:0a5b91d0 2026-02-14 19:37:39 +00:00