Commit Graph

595 Commits

Author SHA1 Message Date
Jeremy
588c751102 chore: update PR body content file with newest commit reference 2025-11-22 12:21:23 -05:00
Jeremy
b142c38ffd chore: update PR body content file with latest commit reference 2025-11-22 12:21:14 -05:00
Jeremy
18cf3cee52 chore: add PR body content file for draft creation 2025-11-22 12:21:03 -05:00
Jeremy
e2fc0b80eb docs: refresh draft PR body snapshot with final commit reference before PR 2025-11-22 12:20:55 -05:00
Jeremy
5727c58652 docs: refresh draft PR body snapshot with latest commit SHA 2025-11-22 12:20:49 -05:00
Jeremy
75beff0910 docs: update concise draft PR body snapshot with latest commit reference 2025-11-22 12:20:43 -05:00
Jeremy
1cf0d267b0 chore: add concise draft PR body snapshot 2025-11-22 12:20:37 -05:00
Jeremy
be131efd2e docs: update beta-release draft PR summary with thirtieth update 2025-11-22 12:20:26 -05:00
Jeremy
c99723dfc5 docs: update beta-release draft PR summary with twenty-ninth update 2025-11-22 12:20:14 -05:00
Jeremy
3cd9875477 docs: update beta-release draft PR summary with twenty-eighth update 2025-11-22 12:20:06 -05:00
Jeremy
28a793d998 docs: update beta-release draft PR summary with twenty-seventh update 2025-11-22 12:19:57 -05:00
Jeremy
3adc86025b docs: update beta-release draft PR summary with twenty-sixth update 2025-11-22 12:19:49 -05:00
Jeremy
853f0f13d1 docs: update beta-release draft PR summary with twenty-fifth update 2025-11-22 12:19:42 -05:00
Jeremy
ae918bf018 docs: update beta-release draft PR summary with twenty-fourth update 2025-11-22 12:19:33 -05:00
Jeremy
19aeb429da docs: update beta-release draft PR summary with twenty-third update 2025-11-22 12:19:25 -05:00
Jeremy
5addf23cd5 docs: update beta-release draft PR summary with twenty-second update 2025-11-22 12:19:17 -05:00
Jeremy
c960f182a1 docs: update beta-release draft PR summary with twenty-first update 2025-11-22 12:19:09 -05:00
Jeremy
119364f144 docs: update beta-release draft PR summary with twentieth update 2025-11-22 12:19:00 -05:00
Jeremy
9169e6182b docs: update beta-release draft PR summary with nineteenth update 2025-11-22 12:18:50 -05:00
Jeremy
5a6aec15e6 docs: update beta-release draft PR summary with eighteenth update 2025-11-22 12:18:43 -05:00
Jeremy
7e32857473 docs: update beta-release draft PR summary with seventeenth update 2025-11-22 12:18:36 -05:00
Jeremy
ed13d679c0 docs: update beta-release draft PR summary with sixteenth update 2025-11-22 12:18:29 -05:00
Jeremy
990161cd62 docs: update beta-release draft PR summary with fifteenth update 2025-11-22 12:18:22 -05:00
Jeremy
49b13cc829 docs: update beta-release draft PR summary with fourteenth update 2025-11-22 12:18:15 -05:00
Jeremy
41edb5aeb9 docs: update beta-release draft PR summary with thirteenth update 2025-11-22 12:18:09 -05:00
Jeremy
44c2fba162 docs: update beta-release draft PR summary with twelfth update 2025-11-22 12:18:01 -05:00
Jeremy
54f15853bd docs: update beta-release draft PR summary with eleventh update (retry) 2025-11-22 12:17:52 -05:00
Jeremy
e116e081f7 docs: update beta-release draft PR summary with tenth update 2025-11-22 12:17:39 -05:00
Jeremy
7483dd0f2c docs: update beta-release draft PR summary with ninth update 2025-11-22 12:17:32 -05:00
Jeremy
3a410b8b18 docs: update beta-release draft PR summary with eighth update 2025-11-22 12:17:25 -05:00
Jeremy
a0c84c7ef4 docs: update beta-release draft PR summary with seventh update 2025-11-22 12:17:19 -05:00
Jeremy
dddfebb9de docs: update beta-release draft PR summary with sixth update 2025-11-22 12:17:13 -05:00
Jeremy
6b3b9e3704 docs: update beta-release draft PR summary with fifth update 2025-11-22 12:17:07 -05:00
Jeremy
4843ecad78 docs: update beta-release draft PR summary with fourth update 2025-11-22 12:17:02 -05:00
Jeremy
178e7ed096 docs: update beta-release draft PR summary with third update 2025-11-22 12:16:56 -05:00
Jeremy
18c3621a89 docs: update beta-release draft PR summary with second update 2025-11-22 12:16:50 -05:00
Jeremy
fc0851472b docs: update beta-release draft PR summary with new commit 2025-11-22 12:16:43 -05:00
Jeremy
0449681541 docs: add beta-release draft PR summary 2025-11-22 12:16:38 -05:00
Wikid82
0e64e96ffb feat: add Delve debugger support and update entrypoint for debugging 2025-11-20 00:09:20 -05:00
Wikid82
c97c16a752 feat: add Settings and Setup pages for user management
- Implemented Settings page for changing user passwords with validation and feedback.
- Created Setup page for initial admin account setup with form handling and navigation.
- Added API service layer for handling requests related to proxy hosts, remote servers, and import functionality.
- Introduced mock data for testing purposes and set up testing framework with vitest.
- Configured Tailwind CSS for styling and Vite for development and build processes.
- Added scripts for Dockerfile validation, Python syntax checking, and Sourcery integration.
- Implemented release and coverage scripts for better CI/CD practices.
2025-11-19 22:54:35 -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
50d710ba7b chore: rename project artifacts to CPMP 2025-11-19 18:07:36 -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
Wikid82
b570e4c025 docs: simplify GitHub setup guide - no manual token needed
GitHub Actions automatically provides GITHUB_TOKEN with correct permissions
for GHCR, so users don't need to create PATs anymore.
2025-11-19 09:48:36 -05:00
Wikid82
e58fcb714d docs: comprehensive documentation polish & CI/CD automation
Major Updates:
- Rewrote all docs in beginner-friendly 'ELI5' language
- Created docs index with user journey navigation
- Added complete getting-started guide for novice users
- Set up GitHub Container Registry (GHCR) automation
- Configured GitHub Pages deployment for documentation

Documentation:
- docs/index.md - Central navigation hub
- docs/getting-started.md - Step-by-step beginner guide
- docs/github-setup.md - CI/CD setup instructions
- README.md - Complete rewrite in accessible language
- CONTRIBUTING.md - Contributor guidelines
- Multiple comprehensive API and schema docs

CI/CD Workflows:
- .github/workflows/docker-build.yml - Multi-platform builds to GHCR
- .github/workflows/docs.yml - Automated docs deployment to Pages
- Supports main (latest), development (dev), and version tags
- Automated testing of built images
- Beautiful documentation site with dark theme

Benefits:
- Zero barrier to entry for new users
- Automated Docker builds (AMD64 + ARM64)
- Professional documentation site
- No Docker Hub account needed (uses GHCR)
- Complete CI/CD pipeline

All 7 implementation phases complete - project is production ready!
2025-11-18 13:11:11 -05:00