1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-05 22:16:47 +00:00

提交图

  • 07cd7b5f1f update go.mod z4yx 2020-03-13 15:04:06 +08:00
  • 3f45e8b02b Merge commit 'ad28e8aacc124ffb751cc77a5e3c3a3ad8d0a97c' into wip-ga z4yx 2020-03-13 15:03:39 +08:00
  • ed1f20b1e6 Hello Github Actions Yuxiang Zhang 2020-03-13 14:59:56 +08:00
  • ad28e8aacc using Go Modules z4yx 2020-03-13 13:55:57 +08:00
  • 230d63e871 Merge pull request #108 from tuna/wip-fail-on-match (close #87) Yuxiang Zhang 2020-03-09 21:54:34 +08:00
  • 908f098c72 [mirror config] job fails on pattern match in log z4yx 2020-03-09 21:48:06 +08:00
  • 22cfdfc9c2 [mirror config] extra rsync options (#107) Yuxiang Zhang 2020-03-09 20:48:09 +08:00
  • 36010dc33e Merge branch 'master' of github.com:tuna/tunasync z4yx 2019-11-30 00:08:59 +08:00
  • bc416a6088 add tests for post-hooks z4yx 2019-11-30 00:08:46 +08:00
  • a065a11b38 change timeout in tests v0.3.7 z4yx 2019-11-07 12:29:57 +08:00
  • b4fe4db82a Merge remote-tracking branch 'origin/dev' v0.3.6 z4yx 2019-11-04 23:11:34 +08:00
  • 839363aaaa reschedule the job if any hook fails z4yx 2019-11-04 22:52:03 +08:00
  • 08aee8eb42 Merge pull request #98 from ziqin/feature/btrfs-snapshot Yuxiang Zhang 2019-08-31 10:57:44 +08:00
  • 501f77ee41 Merge branch 'master' into feature/btrfs-snapshot Jeeken Wang 2019-08-15 01:24:58 +08:00
  • 9e91fd706e Merge branch 'dev' v0.3.5 z4yx 2019-08-13 23:10:43 +08:00
  • 94cf0b4bdb fix possible null dereferencing, reported by #96 z4yx 2019-08-13 23:07:01 +08:00
  • 8fd2059013 add doc for setup btrfs snapshots WANG Ziqin 2019-08-02 05:54:40 +08:00
  • 6b56c4254c feat(btrfs_snapshot_hook): reimplemented Btrfs snapshots WANG Ziqin 2019-08-02 01:46:20 +08:00
  • 3872c41607 Merge pull request #97 from ziqin/master Yuxiang Zhang 2019-08-02 09:27:04 +08:00
  • 30259da0f0 fix nil pointer dereference: check err first WANG Ziqin 2019-08-02 02:15:22 +08:00
  • 4854d9b981 Fix test: initialize dockerHook with embedded provider WANG Ziqin 2019-07-31 17:29:28 +08:00
  • 06fce98c00 Eliminate duplicate mirrorProvider in Hooks WANG Ziqin 2019-07-31 16:11:56 +08:00
  • 8408236646 Update "Job Run Process" diagram according to runJobWrapper Jeeken Wang 2019-07-31 12:26:09 +08:00
  • 540eea8aeb set golang version to 1.11 v0.3.4 z4yx 2019-07-05 16:54:29 +08:00
  • a6fc97889d [bug fix] stalled scheduler if post-sync hook runs for a time which is longer than the sync interval z4yx 2019-07-05 16:29:00 +08:00
  • 5f7d974469 Merge pull request #93 from vgxbj/patch-1 Yuxiang Zhang 2019-05-30 10:16:22 +08:00
  • 3b52f93e7e Fix ascii chart for Job Run Process Guō Xīng 2019-05-29 14:32:50 +08:00
  • 1025189542 fix possible null dereferencing in server_test zyx 2019-04-13 11:09:11 +08:00
  • 9f91d90fc5 check Retry configuration in providers zyx 2019-04-13 11:01:56 +08:00
  • 1aa4ae9cc1 Merge remote-tracking branch 'kinosang/master' into wip-test-pr zyx 2019-04-13 02:07:41 +08:00
  • d0deeb19a9 extract mirror size from rsync provider automatically zyx 2019-04-13 01:27:35 +08:00
  • a283328dc4 increase test converage of worker zyx 2019-04-12 09:43:57 +08:00
  • 1890bbed3c add tests for last commit zyx 2019-04-11 12:36:43 +08:00
  • ddc9efd155 report next scheduled sync time zyx 2019-04-11 12:36:18 +08:00
  • 7eb119b892 singleton of worker is not used, so remove it zyx 2019-04-11 10:06:21 +08:00
  • 96f11f57ed throw an error if executing reload command without worker id zyx 2019-04-09 22:30:08 +08:00
  • 3e6e6f9b14 Update tips.md Yuxiang Zhang 2019-04-07 21:48:57 +08:00
  • b06cadfe06 Update tips.md Yuxiang Zhang 2019-04-07 21:48:00 +08:00
  • 9c34372ae4 add link to tips.md Yuxiang Zhang 2019-04-07 21:35:40 +08:00
  • ebbfff40f6 Merge pull request #91 from SCU-MingYuan/master Yuxiang Zhang 2019-04-07 21:33:33 +08:00
  • 5eeade22fc Update tips.md GaryH4 2019-04-07 19:55:13 +08:00
  • 4b3741308b Update tips.md GaryH4 2019-04-06 23:48:33 +08:00
  • 7d495c1956 Update tips.md GaryH4 2019-04-06 23:40:43 +08:00
  • 0bf8400077 Added some tips GaryH4 2019-04-06 23:30:04 +08:00
  • c611759394 Update get_started.md Yuxiang Zhang 2019-04-06 11:21:22 +08:00
  • 279aa32b68 Update get_started.md Yuxiang Zhang 2019-04-06 11:09:24 +08:00
  • 025544449a remove section of certificate generation Yuxiang Zhang 2019-04-06 10:56:38 +08:00
  • 90d419ca66 add tests for last commit zyx 2019-03-31 12:16:45 +08:00
  • 96cb975412 Let user create ZFS dataset manually due to security considerations zyx 2019-03-31 12:09:42 +08:00
  • ff3e690497 Revert "change owner of folder to current user after creating zfs dataset (close #89)" 王邈 2019-03-26 00:29:50 +08:00
  • a58e6d37ae change owner of folder to current user after creating zfs dataset (close #89) zyx 2019-03-25 23:40:04 +08:00
  • 7a4a8ad486 Merge branch 'master' of github.com:tuna/tunasync zhang 2018-10-25 22:52:21 +08:00
  • e1c0c25efa add example of worker config zhang 2018-10-25 22:52:02 +08:00
  • 9ac374527a regenerate travis deploy key v0.3.3 z4yx 2018-10-25 17:27:32 +08:00
  • f03626d4e1 update Get Started document z4yx 2018-10-25 17:23:02 +08:00
  • 23bf4890cc bump version to v0.3.2 v0.3.2 z4yx 2018-10-25 17:07:04 +08:00
  • 2f6a61aee5 increse test coverage z4yx 2018-10-25 17:02:05 +08:00
  • b6043142e1 test if it works with golang 1.8 z4yx 2018-10-25 16:16:04 +08:00
  • 6241576b12 bug fix: tunasynctl failed to parse datetime when you list jobs of specific worker zhang 2018-06-13 10:28:48 +08:00
  • ef78563b8c Merge pull request #74 from houbaron/patch-1 bigeagle 2018-05-31 21:25:55 +08:00
  • ca106f1360 Merge pull request #82 from tuna/dev bigeagle 2018-05-31 21:22:46 +08:00
  • 628266ac5a Merge pull request #81 from tuna/wip-override-concurrent-limit Miao Wang 2018-05-31 14:22:03 +08:00
  • 7e601d9fff New feature: remove a worker with tunasynctl Yuxiang Zhang 2018-05-31 12:32:15 +08:00
  • c750aa1871 new feature: run "tunasynctl start" with "-f" to override concurrent job limit z4yx 2018-05-30 18:55:06 +08:00
  • 6cbe91b4f1 new command: jobForceStart Yuxiang Zhang 2018-05-30 16:07:07 +08:00
  • 89a792986d increase test coverage rate of job & provider Yuxiang Zhang 2018-05-30 14:00:10 +08:00
  • 0fdb07d061 bug fix: log over-written in twoStageRsyncProvider solve more DATA RACE problem Yuxiang Zhang 2018-05-30 12:28:09 +08:00
  • c5bb172f99 increase test coverage rate of job.go Yuxiang Zhang 2018-05-30 11:45:05 +08:00
  • 79e6167028 fix race condition on logFile of baseProvider Yuxiang Zhang 2018-05-30 01:46:16 +08:00
  • 285ffb2f2f Merge pull request #80 from tuna/dev Miao Wang 2018-05-29 21:42:57 +08:00
  • 95bb4bbd5e report the last ended time (updated whether successful or not) of jobs Yuxiang Zhang 2018-05-29 21:16:28 +08:00
  • 6bca9d2cd5 fix TestHTTPServer in manager package Yuxiang Zhang 2018-05-29 19:07:01 +08:00
  • 4fe7d03e54 Move the WebMirrorStatus to internal package. Fix the list command of tunasynctl Yuxiang Zhang 2018-05-29 18:48:33 +08:00
  • 1fe9499728 Update README.md Baron Hou 2017-09-29 18:14:11 +08:00
  • a475b044c6 feat(worker): add 'use_ipv4' option for rsync provider bigeagle 2017-09-08 00:15:48 +08:00
  • a50a360a91 Revert "feat(worker): add '-4' option to rsync when 'use_ipv6' is false" bigeagle 2017-09-08 00:12:40 +08:00
  • d536aca2ac feat(worker): add '-4' option to rsync when 'use_ipv6' is false bigeagle 2017-09-06 23:22:55 +08:00
  • 28545d61e7 Merge pull request #68 from l2dy/master bigeagle 2017-05-29 11:03:27 -05:00
  • a87fb0f8b4 Update README.md Zero King 2017-05-29 15:42:10 +00:00
  • 095e7c6320 Merge pull request #65 from felixonmars/patch-1 Jason Lau 2017-03-30 15:31:46 +08:00
  • 7b441312f4 Fix a typo: Fisrt -> First Felix Yan 2017-03-30 13:27:40 +08:00
  • 563860d424 fix #63 7IN0SAN9 2017-03-27 13:09:56 +08:00
  • 93194cde2e Merge pull request #60 from tuna/dev v0.2.0a3 bigeagle 2016-12-19 01:10:38 +08:00
  • aa4c31a32b feat(tunasynctl): implemented 'set-size' command to update a mirror size bigeagle 2016-12-18 23:30:41 +08:00
  • 4c6a407c17 feat(manager): implemented restful API for updating mirror size bigeagle 2016-12-18 23:06:08 +08:00
  • 939abaef9b feat(worker): TUNASYNC_LOG_DIR environment variable bigeagle 2016-12-18 20:41:26 +08:00
  • d5a438462f feat(worker): map current uid and gid to docker bigeagle 2016-12-18 14:28:48 +08:00
  • d4e07a7b29 fix(worker): keep the same working dir inside and outside of docker bigeagle 2016-12-18 14:28:32 +08:00
  • 9ac3193d50 Merge pull request #58 from tuna/dev v0.2.0a2 bigeagle 2016-12-12 23:46:22 +08:00
  • 9ffb101cc7 chore(tunasync): bump version to 0.2-dev bigeagle 2016-12-12 23:23:00 +08:00
  • fd277388d5 fix(worker): fixed multi-manager configuration bigeagle 2016-12-12 23:11:23 +08:00
  • c5cba66786 Merge pull request #57 from tuna/dev bigeagle 2016-12-11 02:45:19 +08:00
  • 97e9725774 fix(cmd): make tunasynctl work with both HTTP and HTTPS bigeagle 2016-12-11 02:13:19 +08:00
  • 54740388b3 Merge pull request #56 from tuna/dev bigeagle 2016-12-10 04:18:46 +08:00
  • 7601e5793f fix(worker): improved cgroup creation bigeagle 2016-12-10 04:02:44 +08:00
  • 9645fd44ec ci(travis): Enabled docker on travis bigeagle 2016-12-10 02:49:27 +08:00
  • ebd462be36 feat(worker): Implemented docker executor, close #55 bigeagle 2016-12-10 02:44:45 +08:00
  • 21c832c8fb fix(worker): disabled memory limit bigeagle 2016-12-09 23:07:05 +08:00
  • 81a15e7dd1 Merge pull request #54 from tuna/dev v0.1.1 bigeagle 2016-12-07 00:11:34 +08:00
  • 3f31e83c14 feat(manager): let illegal status records be flushed with disabled jobs bigeagle 2016-12-07 00:08:16 +08:00