Skip to content
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

show if an update is available #35

Open
gr2m opened this issue Jan 22, 2014 · 4 comments
Open

show if an update is available #35

gr2m opened this issue Jan 22, 2014 · 4 comments

Comments

@gr2m
Copy link

gr2m commented Jan 22, 2014

No description provided.

@svnlto
Copy link

svnlto commented Feb 15, 2014

what sort of update would this be?

@gr2m
Copy link
Author

gr2m commented Feb 16, 2014

The original idea was to show if an update of a plugin or pocket itself is available, and then have the possibility to install it right through the UI. I've no clue if that is technically possible at all, but it would be pretty amazing. I think Wordpress does that, right? We could even follow semver and make autoupdates for non-breaking updates.

But even if updating through the WebUI is not possible, it would still be nice to see available updates, with instructions on how to update them.

@svnlto
Copy link

svnlto commented Feb 16, 2014

The original idea was to show if an update of a plugin or pocket itself is available, and then have the possibility to install it right through the UI.

Auto update mechanisms are fairly complex (user data migrations, etc..). I think it's a nice to have.

We could even follow semver...

Everything uses Semver 😄

But even if updating through the WebUI is not possible, ...

Possible yes, is it worth the complexity - I'd say no.

it would still be nice to see available updates, with instructions on how to update them.

This on the other hand is no problem at all, we could have a component that works out whether plugin dependencies are out of date ( think https://david-dm.org/hoodiehq/hoodie-server ) and then display a notification.

@gr2m
Copy link
Author

gr2m commented Feb 16, 2014

This on the other hand is no problem at all, we could have a component that works out whether plugin dependencies are out of date ( think https://david-dm.org/hoodiehq/hoodie-server ) and then display a notification.

then let's forget the rest for now, this would be a fantastic start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants