Phillip Tarrant ptarrant
  • Joined on 2024-03-13
ptarrant merged pull request sneakygeek/SneakySwole#2 2026-02-24 21:56:32 +00:00
fix: renumber sets after delete and use last-logged values for prefill
ptarrant pushed to master at sneakygeek/SneakySwole 2026-02-24 21:56:32 +00:00
91b3d24147 Merge pull request 'fix: renumber sets after delete and use last-logged values for prefill' (#2) from feature/auto-populate-suggestions into master
2208f0492b fix: renumber sets after delete and use last-logged values for prefill
Compare 2 commits »
ptarrant created pull request sneakygeek/SneakySwole#2 2026-02-24 21:56:26 +00:00
fix: renumber sets after delete and use last-logged values for prefill
ptarrant pushed to feature/auto-populate-suggestions at sneakygeek/SneakySwole 2026-02-24 21:55:29 +00:00
2208f0492b fix: renumber sets after delete and use last-logged values for prefill
ptarrant pushed to master at sneakygeek/SneakySwole 2026-02-24 21:49:06 +00:00
60acdbefdb Merge pull request 'feature/auto-populate-suggestions' (#1) from feature/auto-populate-suggestions into master
7b535bef6e fix(tests): align auth tests with NotAuthenticatedError and 302 redirect
272563060c feat: auto-populate suggested reps and weight in log form
Compare 3 commits »
ptarrant merged pull request sneakygeek/SneakySwole#1 2026-02-24 21:49:05 +00:00
feature/auto-populate-suggestions
ptarrant created pull request sneakygeek/SneakySwole#1 2026-02-24 21:49:01 +00:00
feature/auto-populate-suggestions
ptarrant pushed to feature/auto-populate-suggestions at sneakygeek/SneakySwole 2026-02-24 21:47:38 +00:00
7b535bef6e fix(tests): align auth tests with NotAuthenticatedError and 302 redirect
ptarrant created branch feature/auto-populate-suggestions in sneakygeek/SneakySwole 2026-02-24 21:46:09 +00:00
ptarrant pushed to feature/auto-populate-suggestions at sneakygeek/SneakySwole 2026-02-24 21:46:09 +00:00
272563060c feat: auto-populate suggested reps and weight in log form
ptarrant pushed to master at sneakygeek/SneakySwole 2026-02-24 21:37:26 +00:00
3dc0171639 updating dockerfiles for deployment vs local dev
312b14e57b updating dockerfiles for deployment vs local dev
Compare 2 commits »
ptarrant pushed to master at sneakygeek/SneakySwole 2026-02-24 20:47:10 +00:00
d8b52cf907 fix(ci): use REGISTRY_TOKEN secret for container registry auth
ptarrant pushed to master at sneakygeek/SneakySwole 2026-02-24 20:42:32 +00:00
b18146e96c fix(ci): use act-latest container for Docker and Node.js support
ptarrant pushed to master at sneakygeek/SneakySwole 2026-02-24 20:32:41 +00:00
ee45513f30 fix(ci): install Node.js 20 for actions/checkout@v4 compatibility
ptarrant pushed to master at sneakygeek/SneakySwole 2026-02-24 20:31:30 +00:00
d90c9faf23 Merge branch 'feat/package-build-workflow'
093f7aa55e ci: add Gitea Actions workflow for Docker build and registry push
Compare 2 commits »
ptarrant pushed to master at sneakygeek/SneakySwole 2026-02-24 20:20:55 +00:00
77d1bc4a25 chore: add uv.lock for reproducible dependency resolution
89d70fcae7 Merge branch 'docs/cleanup-implementation-files'
53e62f694f docs: replace implementation plans with architecture and API reference docs
Compare 3 commits »
ptarrant pushed to master at sneakygeek/SneakySwole 2026-02-24 20:00:38 +00:00
fd979aa2da Merge branch 'fix/log-form-exercise-undefined'
215ce90404 fix: resolve template errors, orphaned sessions, and auth redirects
134542b66f feat: add Phase 5 Progression & Analytics — smart suggestions, dashboard, schedule
e35b78ae87 feat: add Phase 4 Logging & Tracking — inline set logging, history views
23754ea239 feat: add Phase 3 Workout UI — auth, profiles, workout viewer, exercise browser
Compare 5 commits »
ptarrant pushed to master at sneakygeek/SneakySwole 2026-02-24 16:15:25 +00:00
1f47103480 Merge branch 'feat/phase2-data-layer'
7c07bcee25 feat: wire database init and seeding into app startup
6f9e923846 feat: add SeedService for YAML-based database seeding
42f6667b23 feat: add ExerciseService with filtering and warmup support
afb2cdf308 feat: add UserService with CRUD operations
Compare 16 commits »
ptarrant created branch master in sneakygeek/SneakySwole 2026-02-24 03:56:15 +00:00
ptarrant pushed to master at sneakygeek/SneakySwole 2026-02-24 03:56:15 +00:00
3f7ce965e1 feat: initial project setup with roadmap, exercise data, and docs