-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: Update service deployed version when manually refreshing via the GUI #279
Comments
Hmmm, I've just tested this again on |
Looking at the code for this now. I think it's because you've got semantic_versioning as non-default (false) for that Service. (I've got a fix for that coming in #272. Just finishing the tests now) |
(wouldn't update the version if you had a service-specific semantic_version) fixes #279
(wouldn't update the version if you had a service-specific semantic_version) fixes #279
(wouldn't update the version if you had a service-specific semantic_version) fixes #279
(wouldn't update the version if you had a service-specific semantic_version) fixes #279
(wouldn't update the version if you had a service-specific semantic_version) fixes #279
(wouldn't update the version if you had a service-specific semantic_version) fixes #279
(wouldn't update the version if you had a service-specific semantic_version) fixes #279
(wouldn't update the version if you had a service-specific semantic_version) fixes #279
Features * service: add /tags fallback to GitHub services (207e610), closes #275 * service: default service notify/command/webhook (08eb05f) * service: support leading "v" in versions (e.g. v1.2.3) (bdab68d) * web: lv url-commands, add regex index field (#274) (7def08c) Bug Fixes * db: switch to text for versions to keep trailing 0's (7289ce9) * notify: missing defaults for shoutrrr type (4bdbf17) * web: allow skip when command/webhook blocked by delay (4436d38) * web: compare previous semantic_version state in version refreshes (3414a24), closes #279 master
Features * service: add /tags fallback to GitHub services (207e610), closes #275 * service: default service notify/command/webhook (08eb05f) * service: support leading "v" in versions (e.g. v1.2.3) (bdab68d) * web: lv url-commands, add regex index field (#274) (7def08c) Bug Fixes * db: switch to text for versions to keep trailing 0's (7289ce9) * notify: missing defaults for shoutrrr type (4bdbf17) * web: allow skip when command/webhook blocked by delay (4436d38) * web: compare previous semantic_version state in version refreshes (3414a24), closes #279
Currently when you edit a service in the GUI and manually do a refresh of the deployed version, it updates in the edit dialog box, but the confirm button is not active. When you click cancel, the app is still showing as needing updated in the dashboard. Not sure if latest version is working the same way or not.
Is it possible to recognize the deployed version being updated when refreshed as a change, enabling the confirm button, and updating the dashboard accordingly?
The text was updated successfully, but these errors were encountered: