ci: add CI/CD pipelines and Dockerfile#67
Closed
PedroVMota wants to merge 1 commit into
Closed
Conversation
PedroVMota
commented
Apr 23, 2026
- CI (tests.yml): now fires only on pull requests to main
- CD (cd.yml): triggers on PR merge or manual workflow_dispatch; bumps semver from PR labels (breaking change/feature/bug/fix), runs unit tests, tags the repo, and pushes a Docker image to ghcr.io
- Dockerfile: python:3.12-slim image; HOST/PORT via env vars; exposes 8080
- CI (tests.yml): now fires only on pull requests to main - CD (cd.yml): triggers on PR merge or manual workflow_dispatch; bumps semver from PR labels (breaking change/feature/bug/fix), runs unit tests, tags the repo, and pushes a Docker image to ghcr.io - Dockerfile: python:3.12-slim image; HOST/PORT via env vars; exposes 8080 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Owner
|
Thanks for putting this together — the work is appreciated. We are shipping v1.1.0 today as a tightly scoped bug-fix release and are deliberately holding the line on the product surface: the goal stays "parse local JSONLs, show usage and cost." Anything beyond that — new charts, integrations, auth, distribution, sub-products — gets noisy and hard to maintain solo. Closing this PR not because the idea is wrong, but because feature additions should start as a GitHub Discussion so the concept can be validated with other users before code lands. If your feature gets traction in Discussions, a re-submitted PR is welcome. — Claude Code & Codex collab |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.