Commit Graph

204 Commits

Author SHA1 Message Date
GitHub Actions
a14f14db27 ci: skip creating GitHub Release if it already exists (prevent immutable-release error) 2025-11-29 23:57:52 +00:00
Jeremy
82c66f743b Merge branch 'development' into main 2025-11-29 18:56:09 -05:00
CI
7abdfe29d6 ci: skip existing tag creation and use normalized TAG for release 2025-11-29 23:50:38 +00:00
CI
7b4145606f ci: set git identity for auto-versioning and normalize tags; update .gitignore 2025-11-29 23:48:33 +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
143c0dfe43 chore(ci): CodeQL + seed + integration-test improvements 2025-11-29 17:09:51 +00:00
CI
c925994aa3 feat: add Codecov upload workflows for backend and frontend coverage 2025-11-29 02:49:21 +00:00
CI
ce8a51e6c7 fix(workflows): replace invalid semantic-version action with fallback script 2025-11-29 02:49:21 +00:00
Jeremy
2fcbc71b09 Merge pull request #253 from Wikid82/main
Propagate changes from main into development
2025-11-28 10:14:13 -05: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
f37b20949a docs: add debugging and github-setup guides to landing page 2025-11-28 06:26:48 +00:00
Wikid82
31ab1f8976 fix: correct GitHub Pages documentation URLs and add features to docs index 2025-11-28 06:17:31 +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
Wikid82
1a9c651efd feat: add windows and macos support to goreleaser
- Update .goreleaser.yaml:
  - Split builds into linux, windows, and darwin
  - Configure Zig as the C/C++ compiler for cross-compilation (CGO enabled)
  - Add zip archive format for Windows
  - Restrict deb/rpm packages to Linux builds
- Update .github/workflows/release-goreleaser.yml:
  - Add setup-zig action to install Zig compiler
  - Remove manual apt-get cross-compiler installation
2025-11-28 00:34:25 +00:00
Wikid82
ca4ddc4e3e feat: enhance dev workflow and prepare for goreleaser
- Update Makefile with new targets:
  - lint-backend: Run golangci-lint via Docker
  - lint-docker: Run hadolint via Docker
  - test-race: Run Go tests with race detection
  - benchmark: Run Go benchmarks
  - integration-test: Run local integration tests
- Update .pre-commit-config.yaml:
  - Add go-test-race hook
  - Add golangci-lint hook
  - Add hadolint hook
- Add .goreleaser.yaml configuration:
  - Define builds for linux/amd64 and linux/arm64
  - Configure archive creation (tar.gz)
  - Configure package creation (deb, rpm)
- Add .github/workflows/release-goreleaser.yml:
  - New workflow to test GoReleaser builds
  - Builds frontend first, then uses GoReleaser
  - Handles cross-compilation dependencies
2025-11-28 00:28:42 +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
Jeremy
7064cafaf7 Merge pull request #240 from Wikid82/main
Propagate changes from main into development
2025-11-26 14:00:12 -05:00
Wikid82
6e646eee3c fix: update security docs link and workflow base path 2025-11-26 18:53:10 +00:00
Wikid82
e8f52b6d18 docs: fix navigation links for cpmp base path 2025-11-26 18:52:56 +00:00
Jeremy
6f82659d14 Merge pull request #226 from Wikid82/development
Propagate changes from development into feature/beta-release
2025-11-24 23:18:52 -05:00
Jeremy
bc5e518b0d Merge pull request #224 from Wikid82/renovate/github-codeql-action-4.x
chore(deps): update github/codeql-action action to v4
2025-11-24 23:18:23 -05:00
Jeremy
0370f54f8e Merge pull request #223 from Wikid82/renovate/major-5-github-artifact-actions
chore(deps): update actions/upload-artifact action to v5
2025-11-24 23:18:07 -05:00
Jeremy
c861451b3d Merge pull request #222 from Wikid82/renovate/node-24.x
chore(deps): update dependency node to v24
2025-11-24 23:17:49 -05:00
Jeremy
6349be5c26 Merge pull request #220 from Wikid82/renovate/actions-setup-node-6.x
chore(deps): update actions/setup-node action to v6
2025-11-24 23:17:25 -05:00
renovate[bot]
483426aa35 chore(deps): update dependency node to v24 2025-11-25 04:17:25 +00:00
Jeremy
4e6feb5fdc Merge pull request #221 from Wikid82/renovate/node-22.x
chore(deps): update dependency node to v22
2025-11-24 23:17:08 -05:00
renovate[bot]
1f454720e4 chore(deps): update actions/setup-node action to v6 2025-11-25 04:16:32 +00:00
Jeremy
5061f5ef5c Merge pull request #219 from Wikid82/renovate/actions-setup-node-5.x
chore(deps): update actions/setup-node action to v5
2025-11-24 23:15:48 -05:00
renovate[bot]
b9a2f705c6 chore(deps): update actions/upload-artifact action to v5 2025-11-25 04:15:41 +00:00
Jeremy
801eab6293 Merge pull request #218 from Wikid82/renovate/actions-setup-go-6.x
chore(deps): update actions/setup-go action to v6
2025-11-24 23:15:30 -05:00
Wikid82
3006afcbad feat: enhance test summaries for backend and frontend workflows 2025-11-25 04:08:24 +00:00
renovate[bot]
0bb6526922 chore(deps): update github/codeql-action action to v4 2025-11-25 00:58:39 +00:00
renovate[bot]
fdb15150da chore(deps): update dependency node to v22 2025-11-24 20:35:37 +00:00
renovate[bot]
aec54e6bcc chore(deps): update actions/setup-node action to v5 2025-11-24 20:35:28 +00:00
renovate[bot]
88eaa4ed3a chore(deps): update actions/setup-go action to v6 2025-11-24 20:35:24 +00:00
renovate[bot]
59f614cf29 chore(deps): update actions/download-artifact action to v6 2025-11-24 20:35:20 +00:00
Wikid82
6feff3e8ce chore: remove cashed 2025-11-24 18:22:01 +00:00
Wikid82
9c842e7eab chore: remove cached 2025-11-24 18:21:11 +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
Jeremy
e076748cb4 Merge pull request #198 from Wikid82/renovate/github-codeql-action-digest
chore(deps): update github/codeql-action digest to fdbfb4d
2025-11-24 11:30:40 -05:00
Jeremy
a09104bf89 Merge pull request #216 from Wikid82/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2025-11-24 11:30:18 -05:00
Jeremy
2323774476 Merge pull request #214 from Wikid82/renovate/softprops-action-gh-release-2.x
chore(deps): update softprops/action-gh-release action to v2.4.2
2025-11-24 11:29:34 -05:00
renovate[bot]
7e921bfeb0 chore(deps): update actions/checkout action to v6 2025-11-24 16:29:11 +00:00
renovate[bot]
24b7afe7f4 chore(deps): update github/codeql-action digest to fdbfb4d 2025-11-24 16:29:00 +00:00
Jeremy
08fc1b4e5a Merge pull request #213 from Wikid82/renovate/github-codeql-action-3.x
chore(deps): update github/codeql-action action to v3.31.5
2025-11-24 11:28:09 -05:00
Jeremy
79ed26f66c Merge pull request #206 from Wikid82/renovate/go-1.x
chore(deps): update dependency go to v1.25.4
2025-11-24 11:27:52 -05:00
renovate[bot]
e8659d528e chore(deps): update softprops/action-gh-release action to v2.4.2 2025-11-24 16:27:48 +00:00
renovate[bot]
58358b3834 chore(deps): update github/codeql-action action to v3.31.5 2025-11-24 16:27:42 +00:00