harbor/src/pkg/task
Wenkai Yin c04f3a2aac Fix duplicate execution record issue
When the core service cannot response the checkin request in time, duplicated execution records may be created, this commit introduces the revision column to make sure there is only one record for one schedule trigger

Signed-off-by: Wenkai Yin <yinw@vmware.com>
2021-05-12 15:40:52 +08:00
..
dao Support specifying multiple fields for default sorting (#14788) 2021-05-10 17:04:10 +08:00
execution_test.go Add upgrade sql file introduced in 2.1.4 2021-03-15 16:48:51 +08:00
execution.go Merge pull request #14400 from ywk253100/210226_registry 2021-03-22 15:02:46 +08:00
hook_test.go Fix duplicate execution record issue 2021-05-12 15:40:52 +08:00
hook.go Fix duplicate execution record issue 2021-05-12 15:40:52 +08:00
mock_execution_dao_test.go Refactor the replication execution 2020-11-23 14:24:10 +08:00
mock_jobservice_client_test.go chore(mocks): add make targets to generate and check mocks 2020-07-22 01:59:32 +00:00
mock_task_dao_test.go chore(mocks): add make targets to generate and check mocks 2020-07-22 01:59:32 +00:00
mock_task_manager_test.go Provide the function to update extra attributes in the task manager 2020-12-24 15:52:37 +08:00
mock.go chore(mocks): add make targets to generate and check mocks 2020-07-22 01:59:32 +00:00
model.go feat(retention) refactor task manager 2021-01-05 12:08:03 +08:00
registry_test.go Refactor the replication execution 2020-11-23 14:24:10 +08:00
registry.go Fix duplicate execution record issue 2021-05-12 15:40:52 +08:00
task_test.go Add upgrade sql file introduced in 2.1.4 2021-03-15 16:48:51 +08:00
task.go Move common config api to lib/config 2021-04-13 19:43:33 +08:00