Skip to content

Refactor to accommodate new DB changes#16

Merged
rahulsprajapati merged 3 commits into
EasyEngine:developfrom
kirtangajjar:refactor-db
Aug 20, 2018
Merged

Refactor to accommodate new DB changes#16
rahulsprajapati merged 3 commits into
EasyEngine:developfrom
kirtangajjar:refactor-db

Conversation

@kirtangajjar
Copy link
Copy Markdown
Contributor

Signed-off-by: Kirtan Gajjar kirtangajjar95@gmail.com

Signed-off-by: Kirtan Gajjar <kirtangajjar95@gmail.com>
@kirtangajjar kirtangajjar self-assigned this Aug 10, 2018
Signed-off-by: Kirtan Gajjar <kirtangajjar95@gmail.com>
Signed-off-by: Kirtan Gajjar <kirtangajjar95@gmail.com>
Comment thread src/Site_WP_Command.php
$this->site['wp_pass'] = EE\Utils\get_flag_value( $assoc_args, 'admin_pass', EE\Utils\random_password() );
$this->db['name'] = str_replace( [ '.', '-' ], '_', $this->site['url'] );
$this->db['host'] = EE\Utils\get_flag_value( $assoc_args, 'dbhost' );
//TODO: Generate db user according to site
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have any other task to track this? If not please create one.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created - #18

Copy link
Copy Markdown
Contributor

@rahulsprajapati rahulsprajapati left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rahulsprajapati
Copy link
Copy Markdown
Contributor

I think the travis-ci should be pass once EasyEngine/easyengine#1143 PR is merged. So will have to wait till it merge.

@rahulsprajapati rahulsprajapati merged commit e7f367a into EasyEngine:develop Aug 20, 2018
@kirtangajjar kirtangajjar deleted the refactor-db branch September 6, 2018 08:16
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

Successfully merging this pull request may close these issues.

2 participants