Commit Graph

78 Commits

Author SHA1 Message Date
GitHub Actions
9abf0c908f fix: replace CHARON_TOKEN with GITHUB_TOKEN for registry authentication 2025-12-03 14:22:35 +00:00
Jeremy
377c331ff9 Merge branch 'feature/beta-release' into development 2025-12-03 09:20:34 -05:00
Jeremy
49cc31339b Merge branch 'development' into renovate/actions-checkout-digest 2025-12-03 09:15:19 -05:00
Jeremy
38f4ae5748 Merge branch 'development' into main 2025-12-03 09:14:30 -05:00
GitHub Actions
a776bf6995 fix: correct YAML mappings for workflow secrets and tokens 2025-12-03 05:34:56 +00:00
GitHub Actions
f56d183b9a fix: correct YAML mappings for workflow secrets and tokens 2025-12-03 05:34:04 +00:00
renovate[bot]
c3b14004fa chore(deps): update actions/checkout action to v6.0.1 (#290)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-02 20:52:21 +00:00
renovate[bot]
5a239f473f chore(deps): update actions/checkout digest to 8e8c483 2025-12-02 18:38:15 +00:00
GitHub Actions
b813c383c2 feat: update registry token handling in docker-publish workflow 2025-12-01 16:22:21 +00:00
renovate[bot]
d03736538f chore(deps): update actions/checkout action to v6 2025-12-01 13:04:22 +00:00
renovate[bot]
23797dacb3 chore(deps): update github/codeql-action action to v4.31.6 (#275)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-01 13:03:11 +00:00
renovate[bot]
d63143a658 chore(deps): pin dependencies 2025-12-01 10:47:30 +00:00
CI
39d5bfcb75 Resolve remaining merge conflict: accept PR changes (remove Charon.code-workspace) 2025-11-29 21:46:08 +00:00
CI
e030b139d5 feat: add Trivy scan for pull requests and revert Caddy version to 2.10.2 2025-11-29 21:21:17 +00:00
CI
ce8a51e6c7 fix(workflows): replace invalid semantic-version action with fallback script 2025-11-29 02:49:21 +00:00
Wikid82
d96ff80f57 fix: add missing checkout step in test-image job
The test-image job was trying to run ./scripts/integration-test.sh
without first checking out the repository, causing CI failures.
2025-11-28 13:52:19 +00:00
Wikid82
a4cff3c194 feat: Add security presets and related tests
- Implemented new security presets for access control lists, including geo-blacklist and known botnet IPs.
- Added tests for security presets functionality, including validation of preset structure and category/type checks.
- Created hooks for Docker and domains with comprehensive tests for fetching, creating, and deleting domains.
- Removed unused HealthStatus component.
- Updated ProxyHosts bulk delete tests to reflect changes in selection logic.
- Introduced integration test script for automated testing of proxy host creation and validation.
2025-11-28 02:54:44 +00:00
renovate[bot]
f7a413b1bb chore(deps): update docker/metadata-action action to v5.10.0 (#243)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-27 18:39:54 +00:00
renovate[bot]
0bb6526922 chore(deps): update github/codeql-action action to v4 2025-11-25 00:58:39 +00:00
Jeremy
efb454c96a Merge pull request #212 from Wikid82/renovate/docker-setup-qemu-action-3.x
chore(deps): update docker/setup-qemu-action action to v3.7.0
2025-11-24 11:32:38 -05:00
Jeremy
740b951e34 Merge pull request #205 from Wikid82/renovate/aquasecurity-trivy-action-0.x
chore(deps): update aquasecurity/trivy-action action to v0.33.1
2025-11-24 11:32:20 -05:00
renovate[bot]
7e921bfeb0 chore(deps): update actions/checkout action to v6 2025-11-24 16:29:11 +00:00
renovate[bot]
58358b3834 chore(deps): update github/codeql-action action to v3.31.5 2025-11-24 16:27:42 +00:00
renovate[bot]
e396d2ea25 chore(deps): update docker/setup-qemu-action action to v3.7.0 2025-11-24 16:27:38 +00:00
renovate[bot]
6f10e31d66 chore(deps): update aquasecurity/trivy-action action to v0.33.1 2025-11-24 16:27:34 +00:00
Jeremy
166f9970a6 Merge pull request #209 from Wikid82/renovate/docker-login-action-3.x
chore(deps): update docker/login-action action to v3.6.0
2025-11-24 11:27:06 -05:00
Jeremy
230bc3dfd8 Merge pull request #211 from Wikid82/renovate/docker-setup-buildx-action-3.x
chore(deps): update docker/setup-buildx-action action to v3.11.1
2025-11-24 11:26:47 -05:00
Jeremy
57e4fc1a2a Merge pull request #197 from Wikid82/renovate/pin-dependencies
chore(deps): pin dependencies
2025-11-24 11:26:24 -05:00
renovate[bot]
e54de9a80c chore(deps): update docker/setup-buildx-action action to v3.11.1 2025-11-24 13:01:46 +00:00
renovate[bot]
d5b322eff2 chore(deps): update docker/metadata-action action to v5.9.0 (#210)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-24 13:01:24 +00:00
renovate[bot]
769d38e8ec chore(deps): update docker/login-action action to v3.6.0 2025-11-24 05:00:22 +00:00
renovate[bot]
9d366ff7c9 chore(deps): pin dependencies 2025-11-24 00:59:32 +00:00
Wikid82
bbf59f0d6a fix: update Trivy SARIF upload token to use GITHUB_TOKEN instead of CPMP_TOKEN 2025-11-22 15:07:57 -05:00
Wikid82
a5042cab55 fix: update workflows to replace PROJECT_TOKEN and GITHUB_TOKEN with CPMP_TOKEN 2025-11-22 14:53:25 -05:00
Wikid82
1bb592d7cd fix: update token for Trivy SARIF upload to use CPMP_GHPR_TOKEN 2025-11-22 14:44:54 -05:00
Wikid82
44ecea5349 fix: normalize image name case for Trivy scan 2025-11-22 14:35:02 -05:00
Wikid82
19230e1400 fix: use PROJECT_TOKEN for trivy sarif upload 2025-11-22 13:55:38 -05:00
Wikid82
9b4cdea963 perf: update release workflow and improve test setup; add lazy loading for better performance 2025-11-22 13:21:34 -05:00
Wikid82
1475e2ada8 ci: fix action versions and use tags for stability 2025-11-22 09:21:39 -05:00
Wikid82
166bca30bf ci: guard upload-sarif step when Trivy SARIF missing 2025-11-22 09:17:47 -05:00
Wikid82
bc252ebebe feat: update docker-publish workflow for beta release and add version bump script 2025-11-22 00:15:54 -05:00
Wikid82
6ba87eb121 fix: rename workflow to Docker Build, Publish & Test and enhance image testing steps 2025-11-21 09:55:46 -05:00
renovate[bot]
0369e51918 chore(deps): update actions/checkout action to v6 2025-11-20 16:37:52 +00:00
Jeremy
f7bbce10e8 Merge pull request #138 from Wikid82/renovate/github-codeql-action-4.x
chore(deps): update github/codeql-action action to v4
2025-11-19 23:31:04 -05:00
renovate[bot]
f09cb19108 chore(deps): update github/codeql-action action to v4 2025-11-20 04:28:47 +00:00
renovate[bot]
36e4730a2f chore(deps): update docker/build-push-action action to v6 2025-11-20 04:28:42 +00:00
Wikid82
6471e24f11 feat: Add GitHub Actions workflows for Docker build, publish, documentation deployment, and quality checks
- Implemented `docker-build.yml` for building and pushing Docker images with multi-platform support, Trivy security scanning, and conditional builds based on commit messages.
- Created `docker-publish.yml` for streamlined Docker image publishing with Trivy vulnerability scanning on push events.
- Added `docs.yml` to automate documentation deployment to GitHub Pages, including a custom HTML structure and markdown conversion.
- Introduced `propagate-changes.yml` to automate PR creation for synchronizing changes between main, development, and feature branches.
- Established `quality-checks.yml` for running backend (Go) and frontend (React) quality checks, including tests and linting.
- Developed `release.yml` for generating changelogs and creating GitHub releases upon version tag pushes.
- Set up `renovate.yml` for automated dependency updates on a daily schedule.
2025-11-19 22:53:42 -05:00
Wikid82
1e2d87755d Remove Settings and Setup pages along with their tests and related API services
- Deleted Settings.tsx and Setup.tsx pages, which included functionality for changing passwords and setting up an admin account.
- Removed associated test files for Setup page.
- Eliminated API service definitions related to proxy hosts, remote servers, import functionality, and health checks.
- Cleaned up mock data and test setup files.
- Removed configuration files for TypeScript, Vite, and Tailwind CSS.
- Deleted scripts for testing coverage, release management, Dockerfile validation, and Python compilation checks.
- Removed Sourcery pre-commit wrapper script.
2025-11-19 22:53:32 -05:00
Wikid82
00981be8dc fix: CI workflow shell injection vulnerability
- Use environment variables for GitHub context in shell scripts to prevent injection attacks and syntax errors when commit messages contain special characters (e.g. single quotes, ampersands).
- Fixes failure when merging branches with special characters in their names.
2025-11-19 19:59:45 -05:00
renovate[bot]
17672c2b53 chore(deps): update actions/checkout action to v5 2025-11-20 00:45:05 +00:00