sboulahtit
  • Joined on 2026-02-11
sboulahtit pushed to master at sboulahtit/orion 2026-02-13 21:42:22 +00:00
11f1909f68 feat(cd): add continuous deployment on push to master
sboulahtit pushed to master at sboulahtit/orion 2026-02-13 21:15:19 +00:00
9154eec871 docs(deployment): update progress for 2026-02-13 and add next steps
sboulahtit pushed to master at sboulahtit/orion 2026-02-13 21:07:55 +00:00
b0a40200c1 docs: add all missing pages to mkdocs nav and fix absolute link
sboulahtit pushed to master at sboulahtit/orion 2026-02-13 21:01:54 +00:00
8dcc4145aa docs(dev): add pre-commit setup instructions to code quality guide
sboulahtit pushed to master at sboulahtit/orion 2026-02-13 21:00:19 +00:00
77b76afb3f chore(deps): add pre-commit to dev requirements
8968e7d9cd refactor: remove backward compatibility code for pre-launch baseline
Compare 2 commits »
sboulahtit pushed to master at sboulahtit/orion 2026-02-13 20:52:48 +00:00
531487f5c9 fix(lint): pin ruff version, add pre-commit hook, fix all lint errors
sboulahtit pushed to master at sboulahtit/orion 2026-02-13 20:02:29 +00:00
9c27fa02b0 refactor: move capacity_forecast_service from billing to monitoring
7c43d6f4a2 refactor: fix all architecture validator findings (202 → 0)
9173448645 refactor: remove legacy /shop and /api/v1/shop dead code
Compare 3 commits »
sboulahtit pushed to master at sboulahtit/orion 2026-02-13 08:49:35 +00:00
874e254c11 fix(ci): use Docker service hostname for PostgreSQL in pytest job
sboulahtit pushed to master at sboulahtit/orion 2026-02-12 23:09:53 +00:00
8abcea154b docs(deployment): expand maintenance section with deploy and debug commands
sboulahtit pushed to master at sboulahtit/orion 2026-02-12 23:06:00 +00:00
c3bb496a98 fix(routes): add explicit redirects for /merchants and /admin without trailing slash
sboulahtit pushed to master at sboulahtit/orion 2026-02-12 22:59:35 +00:00
779de02f97 fix: resolve pre-existing bugs found during merchant routes refactor
sboulahtit pushed to master at sboulahtit/orion 2026-02-12 22:51:31 +00:00
af3f04a23f fix(deploy): add ProxyHeadersMiddleware for HTTPS behind Caddy
sboulahtit pushed to master at sboulahtit/orion 2026-02-12 22:38:28 +00:00
c58ceb9872 fix(ci): use port 5433 for test PostgreSQL to avoid conflict
sboulahtit pushed to master at sboulahtit/orion 2026-02-12 22:33:39 +00:00
363eb74d22 fix(lint): ignore I001 in scripts to avoid ruff version conflicts
sboulahtit pushed to master at sboulahtit/orion 2026-02-12 22:29:11 +00:00
011a4df2d4 fix(lint): fix dict comprehension and import sorting
sboulahtit pushed to master at sboulahtit/orion 2026-02-12 22:24:58 +00:00
79c985ee39 fix(lint): use plain comments for architecture validator codes
sboulahtit pushed to master at sboulahtit/orion 2026-02-12 22:21:29 +00:00
3a264c0a39 fix(lint): restore noqa directives and register custom codes with ruff
sboulahtit pushed to master at sboulahtit/orion 2026-02-12 22:19:36 +00:00
1b24269ef1 fix(lint): convert custom noqa directives to regular comments
sboulahtit pushed to master at sboulahtit/orion 2026-02-12 22:15:13 +00:00
9c4f6064b2 fix(lint): ignore UP042 str+Enum rule, fix import sorting
sboulahtit pushed to master at sboulahtit/orion 2026-02-12 22:10:45 +00:00
f20266167d fix(lint): auto-fix ruff violations and tune lint rules