harbor/src/pkg/scheduler
Wenkai Yin(尹文开) 8b9727f53f
Support store the cron type in the schedule (#13097)
There is requirement that show the cron type(daily, weekly, etc.) on the UI, this commit adds the support for storing the cron type in the schedule model

Signed-off-by: Wenkai Yin <yinw@vmware.com>
2020-09-24 16:48:56 +08:00
..
callback_test.go Refactor the scheduler with the task manager mechanism 2020-07-20 14:03:15 +08:00
callback.go Do some refine for the scheduler 2020-08-05 17:43:18 +08:00
dao_test.go Do some refine for the scheduler 2020-08-05 17:43:18 +08:00
dao.go Support store the cron type in the schedule (#13097) 2020-09-24 16:48:56 +08:00
mock_dao_test.go chore(mocks): add make targets to generate and check mocks 2020-07-22 01:59:32 +00:00
mock.go chore(mocks): add make targets to generate and check mocks 2020-07-22 01:59:32 +00:00
periodic_job.go Refactor the scheduler with the task manager mechanism 2020-07-20 14:03:15 +08:00
scheduler_test.go Support store the cron type in the schedule (#13097) 2020-09-24 16:48:56 +08:00
scheduler.go Support store the cron type in the schedule (#13097) 2020-09-24 16:48:56 +08:00