James Titcumb
James Titcumb
* [x] Write some AWFUL TERRIBLE BAD code - write a test that shows it's still possible * [x] Exercises to refactor the legacy awfulness. Techniques to use: * DI...
* [x] Example exercises of Object Calisthenics * [x] Example domain implementation of the features planned in #1 * Demonstrate translation of concepts directly (e.g. method/class naming etc.) from domain...
* [x] Make it work on Travis (15m) * Run `phpunit`, ~~`behat`~~ (bit more complex, also not implementing...), `phpstan`, `phpcs` * [ ] Create sample PR for a collaborative code...
* [x] Perform an event storming session (@ocramius wants to join too) to explore the domain more * [x] Define the ubiquitous language * [x] Ensure all eventualities are thought...
Add ability to re-order tasks
Add ability to edit the targets on which a task can be executed.
Got this response: ``` Warning: ssh2_auth_pubkey_file(): Authentication failed for system using public key: Username/PublicKey combination invalid in /home/godeploy-new/module/Deploy/src/Connection/SshConnection.php on line 57 {"deployment":{"id":688,"user_id":2,"project_id":15,"date_added":"2015-03-02 15:33:33","previous_revision":"1f9fa1b3f7c9662f3941664226a946826945898b","revision":"2451fc82a0295f1b77705ab1cb0c10cddc284a40","resolved_revision":"2451fc82a0295f1b77705ab1cb0c10cddc284a40","comment":"Initial deployment","status":"FAILED"},"textContent":"Commence deployment: 2015-03-02 15:33:53\n\n\nDeploy to target: XXX\n=========================\n\nException:...
Since upstream `doctrine/cache` is now deprecated and there are other options for caching in a PSR-16 compatible way (`symfony/cache`, `laminas/cache`, `cache/cache`, [more](https://packagist.org/providers/psr/simple-cache-implementation)), apart from existing `doctrine/cache:^1.11` users, I don't see...
Using the `ArrayCache` means objects *can* change in the cache. I suspect (I've not tried) that all other caches would not exhibit this behaviour.
### Issue description When an external PlantUML diagram that itself has an include, such as: ``` @startuml !include external-diagram.puml @enduml ``` is included by way of an inline using `\Roave\DocbookTool\Formatter\InlineExternalImages`,...