Commit Graph

39 Commits

Author SHA1 Message Date
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
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
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
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
Jeremy
22e280c9f4 Merge pull request #207 from Wikid82/renovate/node-20.x
chore(deps): update dependency node to v20.19.5
2025-11-24 11:27:32 -05:00
renovate[bot]
55dd97dd76 chore(deps): update actions/upload-artifact action to v4.6.2 (#204)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-24 04:59:48 +00:00
renovate[bot]
744d3485dd chore(deps): update dependency node to v20.19.5 2025-11-24 04:18:04 +00:00
renovate[bot]
893e706c7e chore(deps): update dependency go to v1.25.4 2025-11-24 04:18:00 +00:00
renovate[bot]
7cf7da2300 chore(deps): update actions/download-artifact action to v4.3.0 (#200)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-24 04:17:29 +00: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
9b4cdea963 perf: update release workflow and improve test setup; add lazy loading for better performance 2025-11-22 13:21:34 -05:00
Wikid82
de1160a320 fix: revert to PROJECT_TOKEN 2025-11-22 12:13:55 -05:00
Wikid82
7aee12b911 fix: use GITHUB_TOKEN in release workflow 2025-11-22 12:11:50 -05:00
Wikid82
fa4c189731 ci: fix action versions in release workflow 2025-11-22 09:23:40 -05:00
Wikid82
b7aff5a944 feat: refactor release workflow to enhance frontend and backend builds, add Caddy build step, and streamline artifact handling 2025-11-21 11:50:48 -05:00
renovate[bot]
0369e51918 chore(deps): update actions/checkout action to v6 2025-11-20 16:37:52 +00:00
renovate[bot]
450c45bf3d chore(deps): update softprops/action-gh-release action to v2 2025-11-20 04:43:05 +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
renovate[bot]
17672c2b53 chore(deps): update actions/checkout action to v5 2025-11-20 00:45:05 +00:00
renovate[bot]
0474c83782 chore(deps): update actions/checkout digest to 34e1148 2025-11-19 16:47:32 +00:00
Wikid82
de484db648 ci(secrets): migrate GITHUB_TOKEN references to PROJECT_TOKEN secret 2025-11-19 10:07:18 -05:00
Wikid82
76f937d947 fix: add missing frontend dependencies and remove trailing whitespace
- Add @tanstack/react-query, axios, and clsx to frontend dependencies
- Remove trailing whitespace from multiple files to pass pre-commit hooks
- These were required but missing from package.json
2025-11-19 09:48:37 -05:00
renovate[bot]
bac3e8126c chore(deps): pin dependencies 2025-11-19 14:02:16 +00:00
Wikid82
5dd5036661 feat: single-container deployment & automated semantic versioning; add release workflow, version injection, health endpoint metadata, documentation 2025-11-17 19:29:25 -05:00