peon
peon copied to clipboard
Save time by delegating work to your new virtual colleague - Peon.
Could scan for existing `composer.json` file and `php` dependency inside of it, maybe some extra dependencies. Useful for: - Disallow enabling recipes that requires some specific package/php version - UI...
Projects could be cached after build phase (git clone + composer install) to save some time. Tested with 2 customers, average save would be 30-60s on every job.
As a user, I need to be able to define environment variables. Environment variables must be used both during build phase (composer) and runtime phase (job). - encrypt+decrypt - must...
As a user I want to be able to cancel (pending/in progress) job - it should terminate underlying process immediately so worker pick new job asap Why? I could start...
It would be nice if the tool could import repositories in bulk by using asterisk in path. E.g. `https://gitlab.com/thc-infrastructure/microservice-php-*` Next step: Same actions for repositories imported in bulk.