You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In albatross-client, we support the update command, which (a) fetches from builds.robur.coop the current unikernel job, (b) looks whether there's a more recent build of the same job, and (c) displays a url to the diff, finally (d) deploys the new unikernel
For mollymawk, we should have a two-stage interface where we can click on update, and then the diff is displayed inline, and we can confirm or reject the update.
The text was updated successfully, but these errors were encountered:
@hannesm I see that builder-web uses dream. Do you think it's a great idea to add two new endpoints that just return json data. I think this will be great for mollymawk, this way we just get the data and display it however we want.
The endpoints I propose should be:
GET.../latest/uuid -> return the uuid of the latest binary
In albatross-client, we support the
update
command, which (a) fetches from builds.robur.coop the current unikernel job, (b) looks whether there's a more recent build of the same job, and (c) displays a url to the diff, finally (d) deploys the new unikernelFor mollymawk, we should have a two-stage interface where we can click on update, and then the diff is displayed inline, and we can confirm or reject the update.
The text was updated successfully, but these errors were encountered: