Commit Graph

13 Commits

Author SHA1 Message Date
Christian Krakau-Louis da4489d36f ci: compute docker metadata without api lookup 2026-05-23 11:45:11 +02:00
Christian Krakau-Louis 9e9df108c8 ci: publish release image tags 2026-05-22 15:07:02 +02:00
copilot-swe-agent[bot] 3524344a4a test: add comprehensive tests for imap, stats, setup, security; enforce 80% coverage gate
Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/752de981-5cf5-4789-a5b9-1f5ff165d202

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-03-30 00:33:00 +00:00
copilot-swe-agent[bot] a61bf4df0a chore: upgrade Python version from 3.10 to 3.13 across the project
Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/29bd6108-4094-48ca-8976-10df52774551

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-03-29 23:08:18 +00:00
copilot-swe-agent[bot] 874bc9110a fix: shorten User import comment and add auto-format step to CI
Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/45434d6e-ae81-49d9-ba7e-0fd50f683ce4

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-03-29 19:34:21 +00:00
copilot-swe-agent[bot] c07649a6bc chore(ci): add GitOps job to auto-update preprod k8s manifest on main push
Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/9b92152b-16c9-499f-8708-e6b9b8e527aa

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-03-29 11:21:10 +00:00
copilot-swe-agent[bot] e22557c509 ci: consolidate into single fail-early CI pipeline
- Add .github/workflows/ci.yml with three sequential stages:
  1. lint (black + isort + flake8 + pylint) — gates everything
  2. test / security / codeql / dependency-review — run in parallel
  3. docker build & publish — gated by test + security, main only
- Remove .github/workflows/pylint.yml (redundant duplicate)
- Remove .github/workflows/test.yml (replaced by ci.yml)
- Remove .github/workflows/security.yml (replaced by ci.yml)
- Replace `safety` (requires paid API key) with `pip-audit` (free)
- Keep .github/workflows/release.yml unchanged

Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/931fa366-d98e-42b6-9f93-93c19af6d72b

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-03-29 11:09:27 +00:00
copilot-swe-agent[bot] ccb447f29b Merge origin/main: move AGENTS.md → docs/development/agents.md, add CHANGELOG, VERSION, release workflow
Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/e58d59de-a79d-48e1-a4fc-ffb61b868593

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-03-29 10:48:48 +00:00
copilot-swe-agent[bot] 78fb8a1491 Fix deprecated actions: upload-artifact v3→v4, codeql-action v2→v3, dependency-review v3→v4; restrict Docker publish to main only
Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/44b3da10-0967-404e-a999-f1e471d6aff9

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-03-29 10:30:28 +00:00
copilot-swe-agent[bot] a769e64b7c Add explicit permissions to CI workflow jobs (CodeQL security fix)
Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/9d256101-34b6-4861-a8cf-7f86f32b54d5

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-03-29 10:25:58 +00:00
copilot-swe-agent[bot] bab702a010 Add Docker build & GHCR publish stage, fix CI workflows, update AGENTS.md and testing docs
Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/9d256101-34b6-4861-a8cf-7f86f32b54d5

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-03-29 10:23:49 +00:00
copilot-swe-agent[bot] 9ae57b2a8f Add comprehensive security and contribution documentation
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
2026-02-06 22:00:17 +00:00
Christian Krakau-Louis a92f0d6737 Create pylint.yml 2025-04-20 22:51:27 +02:00