1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00
portainer/api
Chaim Lev-Ari dbbea0a20f feat(schedules): add the schedule 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

* feat(api): create schedule type

* feat(agent): add basic schedule api

* feat(schedules): add schedule service in bolt

* feat(schedule): add schedule service to handler

* feat(schedule): add and list schedules from db

* feat(agent): get schedule from db

* feat(schedule): update schedule in db

* feat(agent): delete schedule

* fix(bolt): remove sync method from scheduleService

* feat(schedules): save/delete script in fs

* feat(schedules): schedules cron service implementation

* feat(schedule): integrate handler with cron

* feat(schedules): schedules API overhaul

* refactor(project): remove .idea folder

* fix(schedules): fix script task execute call

* refactor(schedules): refactor/fix golint issues

* refactor(schedules): update SnapshotTask documentation

* refactor(schedules): validate image name in ScheduleCreate operation
2018-11-06 09:58:15 +13:00
..
archive feat(jobs): add the job execution API 2018-10-23 10:03:30 +13:00
bolt feat(schedules): add the schedule API 2018-11-06 09:58:15 +13:00
cli feat(api): Add npipe support (#2018) 2018-07-20 11:02:06 +02:00
cmd/portainer feat(schedules): add the schedule API 2018-11-06 09:58:15 +13:00
cron feat(schedules): add the schedule API 2018-11-06 09:58:15 +13:00
crypto feat(motd): add the ability to display motd and dimiss information panels (#2191) 2018-08-21 20:40:42 +02:00
docker feat(schedules): add the schedule API 2018-11-06 09:58:15 +13:00
exec feat(templates): introduce templates management (#2017) 2018-07-03 20:31:02 +02:00
filesystem feat(schedules): add the schedule API 2018-11-06 09:58:15 +13:00
git feat(stack-creation): add the ability to specify git reference (#1948) (#2063) 2018-07-24 16:11:35 +02:00
http feat(schedules): add the schedule API 2018-11-06 09:58:15 +13:00
jwt feat(uac): add multi user management and UAC (#647) 2017-03-12 17:24:15 +01:00
ldap fix(authentication): escape LDAP filters (#2209) 2018-09-25 11:10:41 +12:00
libcompose fix(libcompose): fix an issue with TLS enabled endpoints (#2071) 2018-07-24 11:11:47 +02:00
errors.go feat(webhooks): add support for service update webhooks (#2161) 2018-09-03 12:08:03 +02:00
portainer.go feat(schedules): add the schedule API 2018-11-06 09:58:15 +13:00
swagger.yaml docs(swagger): update EndpointCreate operation 2018-11-01 07:32:41 +13:00
swagger_config.json docs(api): update swagger related files to support swagger-codegen (#2404) 2018-10-28 16:05:54 +13:00