Commit Graph

10 Commits

Author SHA1 Message Date
Sharang Parnerkar
5fc09183cb fix(ci): replace actions/checkout with git clone
Some checks failed
CI / Build & Push Image (push) Has been skipped
CI / Build & Push Image (pull_request) Has been skipped
CI / Format (push) Failing after 3s
CI / Clippy (push) Failing after 40s
CI / Security Audit (push) Successful in 1m40s
CI / Format (pull_request) Failing after 1s
CI / Tests (push) Has been skipped
CI / Clippy (pull_request) Failing after 1s
CI / Security Audit (pull_request) Failing after 1s
CI / Tests (pull_request) Has been skipped
The actions/checkout action requires Node.js which is unavailable
in the rust:1.89-bookworm container. Use manual git clone with
shallow depth for a Node-free checkout.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 09:33:54 +01:00
Sharang Parnerkar
ad52dfe100 fix(ci): use Gitea-native checkout action
Some checks failed
CI / Format (push) Failing after 0s
CI / Clippy (push) Failing after 0s
CI / Security Audit (push) Failing after 11s
CI / Format (pull_request) Failing after 1s
CI / Tests (push) Has been skipped
CI / Clippy (pull_request) Failing after 2s
CI / Security Audit (pull_request) Failing after 3s
CI / Build & Push Image (push) Has been skipped
CI / Tests (pull_request) Has been skipped
CI / Build & Push Image (pull_request) Has been skipped
The GitHub actions/checkout@v4 requires Node.js which is not
available in the rust container image. Switch to Gitea's native
checkout action that runs without Node.js.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 09:20:40 +01:00
Sharang Parnerkar
dcc329e764 ci: add Gitea Actions pipeline and Dockerfile
Some checks failed
CI / Security Audit (pull_request) Failing after 2s
CI / Tests (pull_request) Has been skipped
CI / Build & Push Image (pull_request) Has been skipped
CI / Format (pull_request) Failing after 10s
CI / Clippy (pull_request) Failing after 2s
CI / Format (push) Failing after 1s
CI / Clippy (push) Failing after 1s
CI / Security Audit (push) Failing after 1s
CI / Tests (push) Has been skipped
CI / Build & Push Image (push) Has been skipped
Three-stage CI pipeline with fmt, clippy and audit as parallel
quality gates, tests gated on quality, and Docker build+push
to registry.meghsakha.com on main and release/* branches.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 09:00:11 +01:00
Sharang Parnerkar
295f02abe2 fix: login working now 2026-02-18 08:47:08 +01:00
Sharang Parnerkar
37478ba8f9 feat: basic project restructure 2026-02-16 21:23:25 +01:00
Sharang Parnerkar
f102d96c09 feat: added AGENTS.md 2026-02-15 23:38:13 +01:00
Sharang Parnerkar
c44177cbc2 feat: added cargo and clippy 2026-02-15 23:37:58 +01:00
Sharang Parnerkar
73ad7bd16d feat: added gitignore 2026-02-15 23:37:42 +01:00
Sharang Parnerkar
421f99537e feat: added server and web base code 2026-02-15 23:37:25 +01:00
Sharang Parnerkar
b8aad0e23c Initial commit 2026-02-15 23:05:33 +01:00