Kirtan Gajjar
Kirtan Gajjar
Add path of file in `ee cli cmd-dump` so it can be refereed in documentation.
Currently each command has it's own `FeatureContext` class which is *mostly* slimilar. We should add mostly used functions in core and rest of the repos should extend that class and...
Currently PHPCS does not flag this as warning(which it should) - ``` function abc($a) { if($a){ ... } } ``` This is the coding the team has agreed to(and it...
`php/config-spec.php` defines flags that can be passed to **any** command i.e. `--debug`. However it contains following flags which are site specific which needs to be removed - `sites_path`,`locale`(for wordpress), `le-mail`....
We can use something like - [PHPMetrics](http://www.phpmetrics.org/) or [SonarQube](https://github.com/SonarSource/sonar-php) and integrate it with our CI servers to continually monitor our code quality and other metrics like cyclometric complexity etc... so...
From readme of [The Update Framework](https://theupdateframework.github.io/), > The Update Framework (TUF) helps developers maintain the security of a software update system, even against attackers that compromise the repository or signing...
Currently both `site-command` and `site-wp-command` has a seperate `docker-compose.yml`. This makes making changes and keeping them consistent harder. We need to keep only single `docker-compose.yml` in any one repo (preferably...
Currently EE has auto-completions but they are static in nature(command names, parameters etc...) Now we need to add autocompletions for site name.
Currently site creation (both html and wp) uses its own creation and rollback logic. Instead of that we can use `RevertableStepProcessor` for it. This will make code clean and less...
It seems it's been quite a while since the last release was created. (It was in ~2017). When can we expect a new release?