Kirtan Gajjar

Results 57 issues of Kirtan Gajjar

This is done so that emojis are rendered correctly in text editors in local.

Just as wp-cli does it - https://github.com/wp-cli/db-command/#support

kind/docs

Depends on: EasyEngine/site-command#387 EasyEngine/site-type-php#87 EasyEngine/site-type-wp#194 fixes https://github.com/EasyEngine/feature-requests/issues/92

Non-root users are unable to access `app/` directory in site due to ownership/permission issues. See - https://community.easyengine.io/t/www-data-user-does-not-access-wp-app-folder/11578 https://community.easyengine.io/t/sftp-for-eev4-not-able-to-access-wordpress-installation-directory/11560 This needs to be fixed by setting correct file permissions.

Right now, we have `@alias` annotation for addling alias. It's example usage can be seen [here](https://github.com/EasyEngine/site-command/blob/develop/src/helper/class-ee-site.php#L1590) Similarly, we need a `@deprecated-alias` specifically for commands which have been renamed and the...

Currently the code in `/features` contains very basic tests. Only the "happy" paths. We should add extensive tests which strives to execute each and every execution path. Also as discussed...

kind/test

Following parameters are not stored during site create and I think should be stored. ``` proxy-cache-max-size proxy-cache-max-time version dbcollate dbcharset dbprefix ``` These parameters will be needed for site clone...

Need to create /etc/hosts entry for non-wildcard alias domains in `site create` and `site update`.

good first issue

All global services are being managed through docker-compose. Only cron container is being managed through `docker run` command. Cron container should also run through docker-compose.

While updating EasyEngine, we don't see any output of what EasyEngine is doing in the update. We get output as following: ``` # ee cli update You have version 4.0.9....