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

Registry #14

Open
stuartpb opened this issue May 23, 2015 · 0 comments
Open

Registry #14

stuartpb opened this issue May 23, 2015 · 0 comments

Comments

@stuartpb
Copy link
Member

This is something Plushu could conceivably implement, probably as a new type of retrieval method (an alternative to plushu-git): something with locations and a manifest of all latest versions.

The main advantage to this would be that updating each plugin (and setup and service and buildpack etc.) could be done with 1 network request instead of 50.

This could even just work as a thin layer on top of the existing Git stuff: if a plugin is checked out to a different version than the listed latest, pull it. (And if the plugin doesn't exist in the manifest, do a git pull for it the way we do now.)

Anyway, what we have now works fine - the slowness isn't an issue, considering that updating the entire server is something you should do, like, a few times a week max (more like a few times a month or year). Taking 30 seconds, over which you can see steady progress, isn't a major disaster.

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

No branches or pull requests

1 participant