Main build #10

Merged
gelu merged 6 commits from main into staging 2026-05-22 17:05:10 +00:00
Owner
No description provided.
gelu self-assigned this 2026-05-22 16:50:43 +00:00
gelu added 5 commits 2026-05-22 16:50:43 +00:00
Main build
Build and Push Docker Images / build (push) Successful in 7s
a0ae262afc
Add internet job search feature (cv-search-job)
Build and Push Docker Images / build (push) Failing after 1m36s
6293fa89e3
- New cv-search-models shared library: EF entities + CvSearchDbContext for cvSearch schema (JobSearchTokens, JobSearchSessions, JobSearchResults tables)
- New cv-search-job worker service: polls DB for pending sessions, scrapes job boards via configurable HTML scraping, runs LLM scoring via cv-matcher-api, emails ranked results
- cv-matcher-api: JobTokenService creates one-time tokens; JobSearchController handles link clicks and creates sessions
- api: proxies job-search start endpoint, appends job search link to match result email
- CI workflow updated to build and push myai-cv-search-job:staging image
- CLAUDE.md documentation added for all affected services

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Fix cv-matcher-api Dockerfile: add cv-search-models to build context
Build and Push Docker Images / build (push) Successful in 3m42s
a4c128fdf4
dotnet restore failed in CI because cv-search-models.csproj was added as
a ProjectReference but not copied into the Docker build context.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Refactor docker-compose: single deployable file + local override
Build and Push Docker Images / build (push) Successful in 11s
cf064531c5
- docker-compose.yml is now the single file for Portainer (staging and prod).
  Uses registry images with ${IMAGE_TAG:-staging}, ${LOGS_PATH:-/opt/myai/logs},
  and ${FILES_PATH:-/opt/myai/files} so the same file works for all environments.
- docker-compose.override.yml adds build context, ports, and env_file for local dev
  and is auto-merged by "docker compose up" (no extra flags needed).
- .env.template documents IMAGE_TAG, LOGS_PATH, FILES_PATH alongside existing vars.
- docker-compose.dcproj updated so override file nests under docker-compose.yml in
  Solution Explorer.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add .claude/ to .gitignore
Build and Push Docker Images / build (push) Successful in 9s
7bed001d8b
Claude Code stores session files under .claude/ — these are local tooling
artifacts and should not be tracked in the repository.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
gelu requested review from Owners 2026-05-22 16:50:43 +00:00
gelu added 1 commit 2026-05-22 17:04:18 +00:00
claude approved these changes 2026-05-22 17:04:30 +00:00
gelu merged commit bf0f46e77c into staging 2026-05-22 17:05:10 +00:00
Sign in to join this conversation.
No Reviewers
AI/Owners
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: AI/myAi#10