sharang and Claude Opus 4.8
fa87ae5a36
chore(ci): repoint registry/git/cargo meghsakha.com -> breakpilot.com
...
CI / Format (pull_request) Successful in 15s
CI / Clippy (pull_request) Successful in 2m14s
CI / Security Audit (pull_request) Skipped
CI / Tests (pull_request) Skipped
CI / E2E Tests (pull_request) Skipped
CI / Deploy (pull_request) Skipped
CI / Format (push) Successful in 3s
CI / Clippy (push) Successful in 2m12s
CI / Security Audit (push) Skipped
CI / Tests (push) Skipped
CI / E2E Tests (push) Skipped
CI / Deploy (push) Skipped
TLD migration (Phase-3 prep). CI now pushes/pulls against **breakpilot.com** instead of meghsakha.com:
- image registry `repo.meghsakha.com` -> `repo.breakpilot.com` (Harbor, same account)
- git host `gitea.meghsakha.com` -> `git.breakpilot.com` (clone/remote/release-API/insteadOf)
- cargo index `crates.meghsakha.com` -> `crates.breakpilot.com`
Dual-serve means this is a no-op today; it keeps CI working once meghsakha is retired.
Only `.gitea/workflows/*` and `Dockerfile*` touched.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com >
2026-08-06 10:30:50 +02:00
sharang
406d5ec2f1
ci: fix cosign signing (install fallback, env-style login, portal sign step) ( #44 )
CI / Format (push) Successful in 3s
CI / Clippy (push) Successful in 2m9s
CI / Security Audit (push) Failing after 6s
CI / Tests (push) Skipped
CI / E2E Tests (push) Skipped
CI / Deploy (push) Skipped
2026-07-22 07:46:33 +00:00
sharang
6a1896dcb5
ci: push images to Harbor (repo.meghsakha.com) + cosign ( #43 )
CI / Clippy (push) Successful in 2m8s
CI / Format (push) Successful in 4s
CI / Security Audit (push) Failing after 7s
CI / Tests (push) Skipped
CI / E2E Tests (push) Skipped
CI / Deploy (push) Skipped
2026-07-21 12:07:56 +00:00
Sharang Parnerkar
58428892a8
ci: log orca webhook response so the step isnt silent on success
CI / Format (push) Successful in 5s
CI / Clippy (push) Failing after 2s
CI / Security Audit (push) Successful in 1m52s
CI / Tests (push) Has been skipped
CI / Deploy (push) Has been skipped
CI / E2E Tests (push) Has been skipped
2026-04-08 15:09:01 +02:00
Sharang Parnerkar
24b604ce51
ci: install openssl for orca webhook HMAC signing
CI / Clippy (push) Successful in 2m59s
CI / Security Audit (push) Successful in 1m54s
CI / Tests (push) Successful in 4m16s
CI / Deploy (push) Successful in 1m25s
CI / E2E Tests (push) Failing after 1s
CI / Format (push) Successful in 5s
2026-04-08 14:56:12 +02:00
Sharang Parnerkar and Claude Opus 4.6
b5ee887387
ci: replace coolify webhook with orca deploy
...
CI / Security Audit (push) Failing after 1m43s
CI / Tests (push) Has been skipped
CI / Deploy (push) Has been skipped
CI / E2E Tests (push) Has been skipped
CI / Format (push) Successful in 22s
CI / Clippy (push) Successful in 2m49s
Build and push image to registry, then trigger orca redeploy via
HMAC-signed webhook. Coolify webhook is no longer the source of truth.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-08 09:31:43 +02:00
sharang and Sharang Parnerkar
0deaaca848
feat: added langflow, langfuse and langgraph integrations ( #17 )
...
CI / Format (push) Successful in 3s
CI / Clippy (push) Successful in 2m48s
CI / Security Audit (push) Successful in 1m41s
CI / Tests (push) Successful in 4m8s
CI / Deploy (push) Successful in 5s
CI / E2E Tests (push) Failing after 19s
Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com >
Reviewed-on: #17
2026-02-25 20:08:48 +00:00
sharang and Sharang Parnerkar
1d7aebf37c
test: added more tests ( #16 )
...
CI / Format (push) Successful in 3s
CI / Clippy (push) Successful in 2m47s
CI / Security Audit (push) Successful in 1m35s
CI / Tests (push) Successful in 3m54s
CI / E2E Tests (push) Failing after 16s
CI / Deploy (push) Has been skipped
Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com >
Reviewed-on: #16
2026-02-25 10:01:56 +00:00
sharang and Sharang Parnerkar
d814e22f9d
feat(i18n): add internationalization with DE, FR, ES, PT translations ( #12 )
...
CI / Tests (push) Successful in 4m26s
CI / Deploy (push) Successful in 5s
CI / Format (push) Successful in 3s
CI / Security Audit (push) Successful in 1m39s
CI / Clippy (push) Successful in 3m4s
Add a compile-time i18n system with 270 translation keys across 5 locales
(EN, DE, FR, ES, PT). Translations are embedded via include_str! and parsed
lazily into flat HashMaps with English fallback for missing keys.
- Add src/i18n module with Locale enum, t()/tw() lookup functions, and tests
- Add JSON translation files for all 5 locales under assets/i18n/
- Provide locale Signal via Dioxus context in App, persisted to localStorage
- Replace all hardcoded UI strings across 33 component/page files
- Add compact locale picker (globe icon + ISO alpha-2 code) in sidebar header
- Add click-outside backdrop dismissal for locale dropdown
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com >
Reviewed-on: #12
2026-02-22 16:48:51 +00:00
sharang and Sharang Parnerkar
5399afd748
feat(dashboard): added dashboard content and features ( #7 )
...
CI / Format (push) Successful in 2s
CI / Clippy (push) Successful in 2m18s
CI / Tests (push) Successful in 2m51s
CI / Deploy (push) Successful in 2s
CI / Security Audit (push) Successful in 1m40s
Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com >
Reviewed-on: #7
2026-02-19 19:23:06 +00:00
sharang and Sharang Parnerkar
a588be306a
feat(dash): improved frontend dashboard ( #6 )
...
CI / Format (push) Successful in 6m30s
CI / Clippy (push) Successful in 2m25s
CI / Tests (push) Successful in 2m50s
CI / Deploy (push) Successful in 4s
CI / Security Audit (push) Successful in 1m53s
Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com >
Reviewed-on: #6
2026-02-19 11:52:41 +00:00
sharang and Sharang Parnerkar
0673f7867c
feat(ui): added daisy UI for beautification ( #3 )
...
CI / Clippy (push) Successful in 2m33s
CI / Format (push) Successful in 7m0s
CI / Security Audit (push) Successful in 1m46s
CI / Tests (push) Successful in 3m1s
CI / Build & Push Image (push) Successful in 3m6s
CI / Changelog (push) Failing after 1m44s
Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com >
Reviewed-on: #3
2026-02-18 14:43:11 +00:00
sharang and Sharang Parnerkar
6d3e99220c
ci: added basic workflows ( #2 )
...
CI / Clippy (push) Successful in 2m35s
CI / Security Audit (push) Successful in 1m46s
CI / Tests (push) Successful in 3m5s
CI / Format (push) Successful in 6m53s
CI / Build & Push Image (push) Failing after 1m54s
CI / Changelog (push) Failing after 1m39s
Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com >
Reviewed-on: #2
2026-02-18 09:46:29 +00:00