Commit Graph
524 Commits
Author SHA1 Message Date
renovate[bot] 4a71fb9b7c fix(deps): update dependency fastapi to ==0.128.* (#299)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-27 22:05:29 +00:00
ThePhaseless 19b39cfc86 [skip ci] remove claude code reviews 2025-12-26 19:57:34 +00:00
renovate[bot] a29a73faa5 chore(deps): update actions/github-script action to v8 (#280)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-26 19:37:10 +01:00
renovate[bot] 6ce7720b26 chore(deps): update dependency pytest to v9 (#271)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-26 19:36:35 +01:00
renovate[bot] 5a8f4edd94 chore(deps): update actions/checkout action to v6 (#282)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-26 19:35:17 +01:00
Luís Oliveira c0c03c1c1d Adds SVG logo (#290) 2025-12-26 19:34:13 +01:00
renovate[bot] 7c47251caa fix(deps): update dependency fastapi to ==0.127.* (#298)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-21 20:38:41 +00:00
renovate[bot] 1ae1a4b647 fix(deps): update dependency fastapi to ==0.126.* (#297)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-20 20:53:50 +00:00
renovate[bot] 3ceba40a93 fix(deps): update dependency fastapi to ==0.125.* (#296)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-18 04:26:14 +00:00
renovate[bot] bb9325ad78 fix(deps): update dependency fastapi to ==0.124.* (#292)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-06 17:47:24 +00:00
Jakub Orchowski 75cd4b1c6b Fix formatting in bug report template options 2025-11-30 22:01:11 +01:00
Jakub Orchowski 2db8b2ae3c Fix formatting in bug report template options 2025-11-30 22:00:59 +01:00
Jakub Orchowski 4565b70a68 Fix formatting in bug report template options 2025-11-30 22:00:40 +01:00
Jakub Orchowski 25a5c39af1 Fix formatting of options in bug report template 2025-11-30 22:00:05 +01:00
Jakub Orchowski a025696fc4 Add checklist item for Docker initialization steps 2025-11-30 21:59:46 +01:00
renovate[bot] baac28cba0 fix(deps): update dependency fastapi to ==0.123.* (#288)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-30 20:30:30 +00:00
renovate[bot] 916005e039 fix(deps): update dependency fastapi to ==0.122.* (#285)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 00:38:37 +00:00
Jakub OrchowskiandClaude 4f7edf7411 renovate - Only test (#281)
* Skip build and review for Renovate PRs, only run tests

Modified CI workflows to optimize Renovate PRs:
- Skip Docker build and merge-and-push jobs for Renovate PRs
- Skip Claude code review for Renovate PRs
- Tests still run for all PRs including Renovate

This reduces CI time and resource usage for dependency update PRs.

* Remove redundant condition from merge-and-push job

The merge-and-push job depends on build job, so it won't run if build is skipped.

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-11-20 01:39:54 +01:00
Jakub OrchowskiandClaude 14ce9f5bdf Add Building Feature (#276)
* feat: Build Docker images for PRs with branch name labels

- Remove condition preventing PR builds
- Add branch name extraction and sanitization
- Add branch labels to Docker images (org.opencontainers.image.branch and branch)
- Enable pushing of PR Docker images
- Sanitize branch names for Docker tags (replace / with -)

This allows PR images to be built and tagged with their branch names,
making it easier to test specific PR builds.

* feat: Add path filters to Docker workflow

Only build Docker images when relevant files change:
- Source code (src/**, main.py, tests/**)
- Docker configuration (Dockerfile, compose.yaml)
- Dependencies (pyproject.toml, uv.lock)
- Workflow file itself

This prevents unnecessary builds when only documentation or
other non-functional files are changed.

* feat: Add automatic cleanup of PR Docker images

Create a new workflow that automatically deletes Docker images
when a PR is closed or merged. This prevents accumulation of
old PR images in the container registry.

Features:
- Triggers on PR close/merge events
- Deletes images tagged with PR number and SHA
- Handles both architecture variants (amd64, arm64)
- Supports both organization and user repositories
- Provides detailed logging of cleanup operations

* refactor: Remove redundant branch label preparation

Remove duplicate branch name preparation step in merge-and-push job.
Branch labels are already added during the build step, so no need
to add them again when creating the manifest.

* refactor: Remove redundant label configurations

Remove custom label configurations from docker-publish workflow.
The docker/metadata-action already sets standard OCI labels by
default, so explicit label configuration is unnecessary.

Also removed unused BRANCH_TAG variable preparation.

* refactor: Use PR number for Docker image tags instead of SHA

Changed Docker image tagging strategy for pull requests:
- Use pr-{number}-{arch} for individual platform builds
- Use pr-{number} for final manifest
- Non-PR builds still use SHA-based tags

Benefits:
- Simpler, more readable tags for PRs
- Easier to identify which PR an image belongs to
- Cleanup script simplified to match only PR number tags

Updated cleanup workflow to match new tag pattern.

* docs: Add PR Docker image tags to README

Document the pr-{number} tag pattern used for pull request images.
These images are automatically built for PRs and cleaned up when
the PR is closed.

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-11-20 01:25:00 +01:00
renovate[bot] b1e2257e59 chore(deps): update dependency pytest-asyncio to ==1.3.* (#273)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-16 06:13:01 +00:00
renovate[bot] 4a48340c30 chore(deps): update dependency deptry to ==0.24.* (#272)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-15 04:02:36 +00:00
Jakub Orchowski 593082afe8 Update claude-code-review.yml 2025-11-15 04:47:34 +01:00
Jakub Orchowski be2fbe091b Enable full output for Claude code review action 2025-11-15 04:37:59 +01:00
Thirawyn91 58a5567b6d Change default PORT from 8196 to 8191 (#267) 2025-11-08 23:05:22 +01:00
renovate[bot] b818446cff fix(deps): update dependency fastapi to ==0.121.* (#270)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-03 19:43:52 +00:00
renovate[bot] 68a5225be1 fix(deps): update dependency fastapi to ==0.120.* (#265)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-24 05:11:43 +00:00
renovate[bot] 49b4e2ae7d chore(deps): update actions/checkout action to v5 (#260)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-17 22:15:25 +02:00
ThePhaseless 5a3e48f47c remake dockerfile 2025-10-16 09:36:09 +00:00
ThePhaseless 36b329a75b use non-root user 2025-10-15 13:07:09 +00:00
ThePhaseless c80909a22f remove pytest progress 2025-10-15 12:50:47 +00:00
oldwombatandAdam Roddick 07cfa9370f fix readme table (#256)
Co-authored-by: Adam Roddick <13641602+adamcybersec@users.noreply.github.com>
2025-10-15 09:29:13 +02:00
ThePhaseless 3899de3612 bump deps and stay on python 3.13 2025-10-15 07:02:00 +00:00
Jakub Orchowski 352fa599e9 Add Claude Code GitHub Workflow (#259)
* "Claude PR Assistant workflow"

* "Claude Code Review workflow"
2025-10-15 08:20:21 +02:00
renovate[bot] ebbd4b94b2 chore(deps): update dependency ruff to ==0.14.* (#252)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-08 05:02:58 +00:00
ThePhaseless c6b50596e2 install uv globally 2025-10-01 13:06:33 +00:00
ThePhaseless 94af6adf6a add host and port as env 2025-10-01 12:09:53 +00:00
renovate[bot] 83ec6bd36a fix(deps): update dependency fastapi to ==0.118.* (#250)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-29 11:31:50 +00:00
renovate[bot] c3a4c361c2 fix(deps): update dependency fastapi to ==0.117.* (#244)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-21 00:33:36 +00:00
renovate[bot] 606c887faa chore(deps): update dependency pytest-asyncio to ==1.2.* (#242)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-12 21:26:22 +00:00
ThePhaseless 9334169265 [skip ci] use init for containers for zombie processes 2025-09-12 20:08:34 +00:00
ThePhaseless b652f3caa1 use timer to timeout functions 2025-09-11 20:26:11 +00:00
ThePhaseless 8d77e63507 add icon 2025-09-11 17:10:28 +00:00
ThePhaseless 8ceb7fa7d3 change healthcheck msg 2025-09-11 16:55:05 +00:00
ThePhaseless 7ac9c39766 return 200 if intersite challenge 2025-09-11 16:54:50 +00:00
ThePhaseless 21a0aef6fe use maxsize instead of power 2025-09-11 16:54:19 +00:00
ThePhaseless 605ee23148 dont build on pull request 2025-09-11 18:25:04 +02:00
renovate[bot] 648b3be24f chore(deps): update dependency ruff to ==0.13.* (#239)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-11 01:53:53 +00:00
ThePhaseless b356bc6081 fix exception 2025-09-10 20:47:59 +00:00
ThePhaseless 2b8a9acb65 add logger for lib if debug 2025-09-10 22:46:03 +02:00
ThePhaseless e0dd492f4e log loglevel 2025-09-10 22:45:55 +02:00