ddev / ddev-ui

A not-currently-maintained user Interface that provides a graphical way of interacting with DDEV Local
https://www.ddev.com/
Apache License 2.0
20 stars 5 forks source link

Update ddev-ui with the "pause" option for 1.8.0 #203

Open damienmckenna opened 5 years ago

damienmckenna commented 5 years ago

What happened (or feature request):

Prior to ddev 1.8.0 the "stop" command would simply turn off the docker instances associated with a project. As of 1.8.0 the command will have the same effect as the existing "remove" command. A new command, "pause", was added to replace the need to turn off the instances without removing them.

What you expected to happen:

There's a new button for the "pause" command.

Version: Please include the output of ddev version, docker version and the project's .ddev/config.yaml.

ddev 1.8.0 ddev-ui 0.6.0

Related source links or issues:

https://github.com/drud/ddev/issues/1533

Please use a complexity rating of 1-5 (5 is high) for a feature request. (High complexity implies more PR planning)

Don't know.

rfay commented 5 years ago

Sorry to say that ddev-ui is completely deprioritized at Drud, although I'm sure community contributions would be welcome. The last activity was in December, 2018, and it's not being tested against current ddev.

OTOH, https://github.com/drud/ddev/issues/642, which has been long-awaited for ddev-ui because it would allow ddev-ui to "see" projects that aren't currently represented by docker containers, nearly made it into v1.8.0, and will probably be in the next, and that will be a huge win for ddev-ui if it gets resurrected.

damienmckenna commented 5 years ago

No worries, I'm intending to peek at the code soon, see if I can work it out.