Closed rickmanelius closed 7 years ago
Saving a snapshot of my pre-review starting point.
Based on the following analysis, ddev v0.9.0 is NOT ready for release.
@TODO: Pull from roadmap.
Performed by Rick Manelius as of @TODO
I’m using a laptop with the following high-level specifications:
Based on the following analysis, ddev v0.9.0 is NOT ready for release.
With the Pantheon plugin approved, this review will begin early next week.
One review done. Working on the next and final component for v0.9.0
rm -rf .ddev
within the drupal-kickstart repo.rm docroot/sites/default/settings.php
ddev config
with defaultsddev start
or ddev pull
". Without Pantheon as a provider, there is no ability to run a ddev pull
.ddev import-db --src ~/Downloads/db.tar.gz --extract-path kickstart.sql
Based on the following analysis, ddev v0.9.0 is ready for release.
The intention of this milestone is to provide a functional provider plugin and pre/post hook functionality. Key aspects here include authentication, changes to app configuration files, storage of provider specific configuration, and the ability to import data (files and database) from one of multiple environments. Areas of focus include:
Performed by Rick Manelius as of @TODO
I’m using a laptop with the following high-level specifications:
git checkout 0223e2f9
make clean && make darwin
ddev version
rm -rf .ddev
within the drupal-kickstart repo.rm docroot/sites/default/settings.php
ddev config
with defaultsddev start
or ddev pull
". Without Pantheon as a provider, there is no ability to run a ddev pull
.ddev import-db --src ~/Downloads/db.tar.gz --extract-path kickstart.sql
ddev config pantheon
and was shown the following VALID error message:ddev auth-pantheon
and received the following VALID error message:ddev auth-pantheon [token]
. See https://pantheon.io/docs/machine-tokens/ for instructions on creating a token."ddev config pantheon
ddev start
and ddev pull
ddev pull
Based on the following analysis, ddev v0.9.0 is ready for release.
These are two very large features, which had an extensive amount of testing, reviews, suggestions, etc. Rather than replicate them, please visit the original issues and submitted PRs. In addition, here are the new items that came up.
ddev config
is run, there is a success message that suggests users to run ddev pull
when that is inappropriate for a stock local dev site. We need to both change the message and prevent a ddev pull
from running when it's not in scope for the particular application.@cyberswat This is ready for release!
I believe this is complete.
Remaining actions:
For additional background information, please see our Product Release instructions here.