portainer/api/http/handler/schedules
baron_l 1a94158f77 * feat(UX): schedule creation UX overhaul (#2485)
* feat(api): add a new Recurring property on Schedule

* feat(schedules): date to cron convert + recurring flag

* feat(schedules): update angularjs-datetime-picker from v1 to v2

* chore(app): use minified dependency for angularjs-datetime-picker

* chore(vendor): rollback version of angularjs-datetime-picker

* * feat(ux): replace datepicker for schedule creation/details

* feat(container-stats): add refresh rate of 1 and 3 seconds (#2493)

* fix(templates): set var to default value if no value selected (#2323)

* fix(templates): set preset to true iff var type is preset

* fix(templates): add env var value when changing type

* feat(security): shutdown instance after 5minutes if no admin account created (#2500)

* feat(security): skip admin check if --no-auth

* fix(security): change error message

* fix(vendor): use datepicker minified version

* feat(schedule-creation): replace angular-datetime-picker

* feat(schedule): parse cron to datetime

* fix(schedule): fix zero based months
2018-12-07 08:53:23 +13:00
..
handler.go feat(app): add the capability to enable/disable host management features (#2472) 2018-12-06 11:36:25 +13:00
schedule_create.go * feat(UX): schedule creation UX overhaul (#2485) 2018-12-07 08:53:23 +13:00
schedule_delete.go feat(app): add the capability to enable/disable host management features (#2472) 2018-12-06 11:36:25 +13:00
schedule_file.go feat(app): add the capability to enable/disable host management features (#2472) 2018-12-06 11:36:25 +13:00
schedule_inspect.go feat(app): add the capability to enable/disable host management features (#2472) 2018-12-06 11:36:25 +13:00
schedule_list.go feat(app): add the capability to enable/disable host management features (#2472) 2018-12-06 11:36:25 +13:00
schedule_tasks.go feat(app): add the capability to enable/disable host management features (#2472) 2018-12-06 11:36:25 +13:00
schedule_update.go * feat(UX): schedule creation UX overhaul (#2485) 2018-12-07 08:53:23 +13:00