Jan Mikeš

Results 35 issues of Jan Mikeš

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