Fetches jobs
Find a file
Elshimy Ziad Magdy Taha 44c8255358 Remove dead internal/infrastructure/http package
internal/infrastructure/http was unreferenced: the live HTTP layer is
services/api/pkg/http, wired in services/api/cmd/server/main.go.

The deleted copy was a strict subset of the live one, not a divergence:
it lacked the GetJobs and ApplyForJob handlers and their route
registrations, and its CORS middleware hardcoded
Access-Control-Allow-Origin: * where the live version reflects the
request Origin.

Removing it also drops the only internal/ -> libs/ import edge, so
dependencies between the two shared roots now point one way
(libs/{ports,repo} -> internal/{domain,dto}). go mod tidy consequently
dropped libs/ports, libs/repo, internal/utils and gorilla/mux from
internal/infrastructure, whose orphaned replace directives are removed
here too.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-04 17:21:18 +05:00
.forgejo/workflows fix docker command not found 2026-07-10 11:54:48 +05:00
.vscode infrastructure fixes 2025-11-03 00:29:33 +05:00
apps/cron-analyzer fix errors and restructure project 2026-01-26 17:33:48 +05:00
internal Remove dead internal/infrastructure/http package 2026-08-04 17:21:18 +05:00
libs fix errors and restructure project 2026-01-26 17:33:48 +05:00
scripts/docker feat: restructure project into monorepo with CI/CD 2025-11-01 16:20:44 +05:00
services pipeline 2026-07-09 17:43:19 +05:00
.dockerignore feat: restructure project into monorepo with CI/CD 2025-11-01 16:20:44 +05:00
.env google scraper 2025-12-15 10:26:52 +05:00
.gitignore added monorepo architecture 2025-11-01 10:59:58 +05:00
.gitlab-ci.yml docker for api 2025-12-16 18:05:47 +05:00
altricade-ci-guide.md pipeline 2026-07-09 17:43:19 +05:00
docker-compose.yml google scraper 2025-12-15 10:26:52 +05:00
go.mod hiring cafe scraper 2025-12-29 12:19:33 +05:00
go.sum hiring cafe scraper 2025-12-29 12:19:33 +05:00
go.work fix errors and restructure project 2026-01-26 17:33:48 +05:00
go.work.sum hiring cafe scraper 2025-12-29 12:19:33 +05:00
Makefile fix errors and restructure project 2026-01-26 17:33:48 +05:00