Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
cuete
/
pump
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
New feature: separating front end and API
- #5
#5
Merged
cuete
merged 17 commits into
main
cuete/pump:main
from
feature/api-separation
cuete/pump:feature/api-separation
Copy head branch name to clipboard
Mar 7, 2026
Conversation
Commits
17
(17)
Checks
Files changed
Merged
New feature: separating front end and API
#5
cuete
merged 17 commits into
main
cuete/pump:main
from
feature/api-separation
cuete/pump:feature/api-separation
Copy head branch name to clipboard
Commits
Commits on Mar 6, 2026
feat: Separate UI and API with Azure Table Storage
Show description for 289f80c
cuete
committed
289f80c
View commit details
Copy full SHA for 289f80c
Browse repository at this point
refactor: Remove photo feature completely
Show description for dfb9f59
cuete
committed
dfb9f59
View commit details
Copy full SHA for dfb9f59
Browse repository at this point
fix: Update GitHub workflow for API separation
cuete
committed
da1b163
View commit details
Copy full SHA for da1b163
Browse repository at this point
fix: Remove all photo and savedExercises feature references, update API calls for Azure Table Storage
cuete
committed
c3d02d7
View commit details
Copy full SHA for c3d02d7
Browse repository at this point
fix: Add API entry point (index.ts) to register Azure Functions v4 routes
cuete
committed
3e8bef1
View commit details
Copy full SHA for 3e8bef1
Browse repository at this point
fix: Configure VITE_API_KEY in GitHub Actions workflow and update deployment docs
cuete
committed
bcb9dba
View commit details
Copy full SHA for bcb9dba
Browse repository at this point
feat: Add version 1.1.0 to Settings About section
cuete
committed
ee030d1
View commit details
Copy full SHA for ee030d1
Browse repository at this point
fix: Create tables on init, add refresh hooks for routines/exercises to fix UI update issues
cuete
committed
f6d7c8a
View commit details
Copy full SHA for f6d7c8a
Browse repository at this point
feat: Add comprehensive unit tests with Vitest (18 tests, 3 integration tests skipped)
cuete
committed
297ddf3
View commit details
Copy full SHA for 297ddf3
Browse repository at this point
docs: Add Testing section to README with unit tests and CI information
cuete
committed
7574933
View commit details
Copy full SHA for 7574933
Browse repository at this point
fix: Fix PATCH/DELETE 500 errors - correct entity structure for merge updates, delete exercises before routine
cuete
committed
619c7e0
View commit details
Copy full SHA for 619c7e0
Browse repository at this point
fix: Update GitHub Actions to use upload-artifact@v4 (v3 deprecated)
cuete
committed
7d5311d
View commit details
Copy full SHA for 7d5311d
Browse repository at this point
fix: Separate frontend and API tests completely to avoid ES module conflicts in CI
cuete
committed
a9fc4e2
View commit details
Copy full SHA for a9fc4e2
Browse repository at this point
fix: Resolve ES module conflicts - use .mjs config for API, threads pool for frontend, verified locally
cuete
committed
1e046ab
View commit details
Copy full SHA for 1e046ab
Browse repository at this point
fix: Replace jsdom with happy-dom to resolve ES module conflicts in CI (verified: frontend 10/10, API 13/16)
cuete
committed
9c21331
View commit details
Copy full SHA for 9c21331
Browse repository at this point
fix: Change IDs from number to string to preserve Table Storage rowKey format (fixes 500 ResourceNotFound on PATCH/DELETE)
cuete
committed
d9efba0
View commit details
Copy full SHA for d9efba0
Browse repository at this point
fix: Real-time UI updates and exercise picker - rename routine updates instantly, set +/- reflects immediately, exercise picker shows recent exercises dropdown
cuete
committed
addd926
View commit details
Copy full SHA for addd926
Browse repository at this point
You can’t perform that action at this time.