peon icon indicating copy to clipboard operation
peon copied to clipboard

Save time by delegating work to your new virtual colleague - Peon.

Results 17 peon issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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.

enhancement

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...

enhancement

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...

enhancement

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.

enhancement