tunasync/worker
bigeagle ebeee6bc34
feat(worker): added username option for rsync providers
2016-06-14 21:37:03 +08:00
..
base_provider.go feature(worker): ability to hot reload mirror job configrations, close #18 2016-05-02 17:45:21 +08:00
cgroup.go feature(worker): limit rsync memory using cgroup 2016-05-08 17:24:41 +08:00
cgroup_test.go feature(worker): limit rsync memory using cgroup 2016-05-08 17:24:41 +08:00
cmd_provider.go refactor(worker): added Type() method to provider 2016-05-08 16:26:58 +08:00
common.go feature(worker): toplevel mirror job logic 2016-04-30 16:39:08 +08:00
config.go feat(worker): added username option for rsync providers 2016-06-14 21:37:03 +08:00
config_diff.go feature(worker): ability to hot reload mirror job configrations, close #18 2016-05-02 17:45:21 +08:00
config_diff_test.go feature(worker): ability to hot reload mirror job configrations, close #18 2016-05-02 17:45:21 +08:00
config_test.go feature(worker): implemented multi-file configrations. closing #23 2016-05-03 16:52:38 +08:00
context.go feature(worker): context object to store runtime configurations 2016-04-30 16:38:10 +08:00
context_test.go feature(worker): context object to store runtime configurations 2016-04-30 16:38:10 +08:00
exec_post_hook.go feature(worker): added exec_on_success and exec_on_failure option and hooks 2016-04-30 16:44:15 +08:00
exec_post_test.go feature(worker): fix exec_post_hook_test, manager channel was blocked in the previous version 2016-04-30 16:44:35 +08:00
hooks.go feature(worker): toplevel mirror job logic 2016-04-30 16:39:08 +08:00
job.go feature(worker): when SIGINT/SIGTERM received, stop all the jobs and update their status before quit. Close #19. 2016-05-02 22:16:49 +08:00
job_test.go feature(worker): fix exec_post_hook_test, manager channel was blocked in the previous version 2016-04-30 16:44:35 +08:00
loglimit_hook.go fix(worker): log file link should use relative path 2016-05-02 13:38:25 +08:00
loglimit_test.go feature(worker): implemented Worker object, worker side code is almost done 2016-04-30 16:41:39 +08:00
provider.go feat(worker): added username option for rsync providers 2016-06-14 21:37:03 +08:00
provider_test.go feat(worker): added username option for rsync providers 2016-06-14 21:37:03 +08:00
rsync_provider.go feat(worker): added username option for rsync providers 2016-06-14 21:37:03 +08:00
runner.go style: better logging 2016-04-30 16:43:47 +08:00
schedule.go fix(worker): fixed scheduling bugs 2016-05-02 18:56:45 +08:00
schedule_test.go fix(worker): fixed scheduling bugs 2016-05-02 18:56:45 +08:00
two_stage_rsync_provider.go feat(worker): added username option for rsync providers 2016-06-14 21:37:03 +08:00
worker.go fix(worker): do not init cgroup if it's not enabled 2016-05-19 11:42:22 +08:00