portainer/api/http/proxy
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
..
access_control.go feat(UAC): change default ownership to admininstrators (#2137) 2018-08-19 07:57:28 +02:00
azure_transport.go feat(azure): add experimental Azure endpoint support (#1936) 2018-05-28 16:40:33 +02:00
build.go feat(jobs): add the job execution API 2018-10-23 10:03:30 +13:00
configs.go feat(agent): add agent support (#1828) 2018-05-06 09:15:57 +02:00
containers.go feat(UAC): change default ownership to admininstrators (#2137) 2018-08-19 07:57:28 +02:00
docker_transport.go feat(api): rewrite SwarmInspect operation (#2065) 2018-07-23 18:04:11 +02:00
factory.go feat(api): Add npipe support (#2018) 2018-07-20 11:02:06 +02:00
factory_local.go fix(api): fix invalid build related filenames (#2067) 2018-07-23 18:50:45 +02:00
factory_local_windows.go fix(api): fix invalid build related filenames (#2067) 2018-07-23 18:50:45 +02:00
local.go refactor(api): introduce libhttp usage (#2263) 2018-09-10 12:01:38 +02:00
manager.go feat(api): Add npipe support (#2018) 2018-07-20 11:02:06 +02:00
networks.go feat(UAC): change default ownership to admininstrators (#2137) 2018-08-19 07:57:28 +02:00
registry.go fix(api): manage registry authentication in the API (#1751) 2018-03-23 08:44:43 +10:00
response.go feat(api): add debug statements in response handling 2018-05-15 19:13:27 +02:00
reverse_proxy.go feat(azure): add experimental Azure endpoint support (#1936) 2018-05-28 16:40:33 +02:00
secrets.go feat(agent): add agent support (#1828) 2018-05-06 09:15:57 +02:00
services.go feat(UAC): change default ownership to admininstrators (#2137) 2018-08-19 07:57:28 +02:00
swarm.go feat(api): rewrite SwarmInspect operation (#2065) 2018-07-23 18:04:11 +02:00
tasks.go feat(UAC): change default ownership to admininstrators (#2137) 2018-08-19 07:57:28 +02:00
volumes.go feat(UAC): change default ownership to admininstrators (#2137) 2018-08-19 07:57:28 +02:00