The Dogfather
e01c12a316
Merge pull request 'chore: migrate .github/workflows to .gitea/workflows' ( #22 ) from gitea/migrate-workflows into main
...
CI / Lint & Typecheck (push) Successful in 15s
CI / Test (push) Successful in 20s
CI / Build & Push Docker Image (push) Failing after 1m47s
chore: migrate .github/workflows to .gitea/workflows
Migrate CI workflow from GitHub Actions to Gitea Actions.
- Registry: ghcr.io → git.farh.net
- Auth: secrets.GITHUB_TOKEN → gitea.token
- Cache: type=gha → type=registry
Part of GRO-1315.
2026-05-20 01:34:04 +00:00
Scrubs McBarkley
4f981bbebd
chore: remove legacy .github/workflows
CI / Lint & Typecheck (pull_request) Successful in 15s
CI / Test (pull_request) Successful in 20s
CI / Build & Push Docker Image (pull_request) Failing after 1m51s
2026-05-20 01:25:33 +00:00
Scrubs McBarkley
d8f2135506
chore: migrate CI workflow to .gitea/workflows
2026-05-20 01:25:26 +00:00
Chris Farhood
d9ee14b17e
fix: update Dockerfile for standalone repo structure
...
- Change apps/api/ to src/ (api package is now at root)
- Update COPY paths for new structure
- Change CMD from apps/api/dist/index.js to dist/index.js
- Remove api package.json copy (now at root)
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-05-11 01:36:48 +00:00
Chris Farhood
9ed28f8bab
fix: correct vitest alias paths for workspace packages
...
- Fix @groombook/db and @groombook/db/factories alias paths
- Change from ../../packages to ./packages (workspace packages are at root)
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-05-11 01:34:12 +00:00
Chris Farhood
abac9dfe6c
Extract groombook/api from monorepo with CI workflow
...
- Add source code from apps/api
- Add packages/db and packages/types workspace dependencies
- Add GitHub Actions CI workflow (lint, typecheck, test, docker)
- Generate pnpm-lock.yaml
- Add .gitignore
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-05-11 01:26:56 +00:00
the-dogfather-cto[bot]
4d7baec939
Initial commit
2026-05-02 17:01:36 +00:00