Skip to content

Fix Docker build for API server#110

Merged
JoshuaAFerguson merged 1 commit into
mainfrom
claude/fix-docker-api-build-01D9rTxBA8Ky4HNB5hbCnoz6
Nov 19, 2025
Merged

Fix Docker build for API server#110
JoshuaAFerguson merged 1 commit into
mainfrom
claude/fix-docker-api-build-01D9rTxBA8Ky4HNB5hbCnoz6

Conversation

@JoshuaAFerguson

Copy link
Copy Markdown
Member

…Application model

The applications.go handler was referencing InstallStatus and InstallMessage fields that did not exist on the InstalledApplication struct, causing Docker build failures.

Changes:

  • Add InstallStatus and InstallMessage fields to InstalledApplication model
  • Update GetApplication query to select install_status and install_message
  • Update ListApplications query to include these fields
  • Update GetUserAccessibleApplications query to include these fields

…Application model

The applications.go handler was referencing InstallStatus and InstallMessage
fields that did not exist on the InstalledApplication struct, causing Docker
build failures.

Changes:
- Add InstallStatus and InstallMessage fields to InstalledApplication model
- Update GetApplication query to select install_status and install_message
- Update ListApplications query to include these fields
- Update GetUserAccessibleApplications query to include these fields
@JoshuaAFerguson JoshuaAFerguson merged commit d19d7ef into main Nov 19, 2025
9 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants