portainer/api/http
Chaim Lev-Ari 65291c68e9 feat(jobs): add the job execution API
* feat(jobs): add job service interface

* feat(jobs): create job execution api

* style(jobs): remove comment

* feat(jobs): add bindings

* feat(jobs): validate payload different cases

* refactor(jobs): rename endpointJob method

* refactor(jobs): return original error

* feat(jobs): pull image before creating container

* feat(jobs): run jobs with sh

* style(jobs): remove comment

* refactor(jobs): change error names

* feat(jobs): sync pull image

* fix(jobs): close image reader after error check

* style(jobs): remove comment and add docs

* refactor(jobs): inline script command

* fix(jobs): handle pul image error

* refactor(jobs): handle image pull output

* fix(docker): set http client timeout to 100s

* fix(client): remove timeout from http client
2018-10-23 10:03:30 +13:00
..
client feat(api): update client.Get with a new timeout parameter and default… (#2297) 2018-09-24 12:09:12 +12:00
handler feat(jobs): add the job execution API 2018-10-23 10:03:30 +13:00
proxy feat(jobs): add the job execution API 2018-10-23 10:03:30 +13:00
security fix(api): remove x-frame-options header (#2322) 2018-10-03 14:18:03 +13:00
server.go feat(jobs): add the job execution API 2018-10-23 10:03:30 +13:00