-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NAS-130226 / 24.10 / Improves App installation, update, deletion #10394
Conversation
…mponent` - Adds new `DockerStore` service - Uses `DockerStore` to replace `KubernetesStore` in `InstalledAppsComponent`
…a` name to just `metadata`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Tried to install
plex
onstable
train. The installation form seems to have an infinite loop on it, because my browser tab freezes. - Call to
app.similar
fails with an error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was able to install an app, albeit slowly.
This PR has been merged and conversations have been locked. |
Changes:
Changes interfaces and improves API calls for app installation, update and deletion
Testing:
Test general apps functionality. App installation, editing, upgrade should work. Also test rollback function.
Downstream