2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-31 16:10:49 +00:00

Commit Graph

  • 3a65f27c3f Automatically find fixtures for integration test Alexander Neumann 2015-06-13 12:40:16 +0200
  • 030f08a410 Remove flags from tests Alexander Neumann 2015-06-13 12:35:19 +0200
  • 002c7883c3 run_tests: Do not ignore subdirs of empty dirs Alexander Neumann 2015-06-13 12:26:38 +0200
  • da2e9d447f Make tests run by travis less verbose Alexander Neumann 2015-06-11 23:17:15 +0200
  • cd5b788e48 Ignore goverall errors Alexander Neumann 2015-06-11 22:45:22 +0200
  • e071ca57d5 Use run_tests.go for testing coverage Alexander Neumann 2015-06-11 21:06:18 +0200
  • d8d09b6d69 Fix restic configuration for integration tests Alexander Neumann 2015-06-11 21:07:51 +0200
  • 9c2478a291 Add run_tests.go Alexander Neumann 2015-06-08 00:35:21 +0200
  • 12677b4f8a Use flag instead of build tag to run integration tests Alexander Neumann 2015-06-05 22:33:39 +0200
  • 7c107acf0b More integration tests Alexander Neumann 2015-05-10 02:41:16 +0200
  • 9b7db4df24 travis: Add new integration tests Alexander Neumann 2015-05-09 22:40:10 +0200
  • 954025e399 Add integration test with the go testing framework Alexander Neumann 2015-05-09 14:45:39 +0200
  • cf0531a2b1 Pass buffer instead of byte slice Chris Howey 2015-06-14 09:05:20 -0500
  • 12596c6841 Fix test to use new type name on backend Chris Howey 2015-06-14 08:43:47 -0500
  • 57ee1db8aa Rename backend type to S3Backend Chris Howey 2015-06-14 08:08:39 -0500
  • e963faf846 Place all restic data under a key prefix. Chris Howey 2015-06-14 08:02:29 -0500
  • d30a95e8ad Return bucket readers instead of buffering a key on read. Chris Howey 2015-06-14 07:47:11 -0500
  • aaae7f33d3 Have number of connections limited by channel Chris Howey 2015-06-14 07:17:38 -0500
  • 2350419f59 Modify test suite to use s3 test server. Chris Howey 2015-05-16 06:48:55 -0500
  • 4aa75994b0 Add ability to open bucket using S3 object for testing purposes. Chris Howey 2015-05-15 17:29:48 -0500
  • b793261ba1 Add dependencies for s3 tests. Chris Howey 2015-05-15 17:03:34 -0500
  • d1554d1133 Add backend test for s3 Chris Howey 2015-05-15 16:53:00 -0500
  • dc6d92a076 Add Godeps for s3 backend. Chris Howey 2015-05-13 13:11:07 -0500
  • bfe221e71c Handle long list responses from s3. Chris Howey 2015-05-13 12:48:52 -0500
  • 47186806cf Add Amazon S3 backend. Chris Howey 2015-05-10 10:20:58 -0500
  • c37ae44ff5 Merge pull request #196 from restic/minor-refactor Alexander Neumann 2015-06-08 19:24:35 +0200
  • 9c375ea382 Refactor backup a bit Alexander Neumann 2015-05-10 01:08:24 +0200
  • fd80499954 Refactor terminal recognition, add --quiet parameter Alexander Neumann 2015-05-09 22:06:08 +0200
  • f5537e7a0e Refactor configuration of cache dir and repository Alexander Neumann 2015-05-09 21:50:10 +0200
  • 848793df84 Remove unused file Alexander Neumann 2015-06-07 18:13:22 +0200
  • 8eec59ebb2 Merge pull request #194 from restic/fix-orphaned-check Alexander Neumann 2015-05-28 21:40:23 +0200
  • 219f857c67 travis: Skip join/part for emitting messages Alexander Neumann 2015-05-18 00:02:51 +0200
  • 0314d2b0c3 fsck: Fix check for orphaned blobs Alexander Neumann 2015-05-17 23:41:53 +0200
  • df1e3e03e9 Add 'dump' command Alexander Neumann 2015-05-16 14:24:24 +0200
  • 65c3aead3e Add index.Dump() Alexander Neumann 2015-05-16 14:05:19 +0200
  • f773feeb04 Remove Repository.Close() and .Location() Alexander Neumann 2015-05-17 20:55:24 +0200
  • af381c2ab0 Remove Repository.Remove() Alexander Neumann 2015-05-17 20:52:31 +0200
  • eb6dfcf58c Remove Repository.Test() Alexander Neumann 2015-05-17 20:51:32 +0200
  • 6e38a8a033 Move FindSnapshot, make Repository.List() return IDs Alexander Neumann 2015-05-17 20:48:59 +0200
  • cf37b619fd Merge pull request #191 from restic/fix-189 Alexander Neumann 2015-05-17 14:26:54 +0200
  • 14a3ed4e9d Move error annotation for symlink timestamp restore Alexander Neumann 2015-05-16 13:25:10 +0200
  • 70f92433c3 Merge pull request #192 from restic/fix-linux-i386 Alexander Neumann 2015-05-16 13:20:10 +0200
  • eee93e9125 travis: Run tests for 386 and amd64 Alexander Neumann 2015-05-14 23:20:12 +0200
  • d42242556b Fix restic for i386 Alexander Neumann 2015-05-14 23:13:00 +0200
  • 44219c5afe node/Linux: Implement setting timestamps for symlinks Alexander Neumann 2015-05-14 23:06:11 +0200
  • af06376b5b Add tests for node.CreateAt() Alexander Neumann 2015-05-14 18:05:15 +0200
  • 4e5094b7c9 Fix loading config on sftp backend Alexander Neumann 2015-05-14 18:08:45 +0200
  • 3517229844 Merge pull request #186 from restic/directory_modtime Alexander Neumann 2015-05-14 16:10:31 +0200
  • 1fb8e332ce Restore timestamps for directories earlier Alexander Neumann 2015-05-14 15:58:26 +0200
  • aa5fd9e9bc Remove execute bit from node.go Alexander Neumann 2015-05-14 15:53:49 +0200
  • 6bab4a8eda Merge pull request #188 from restic/fix-185 Alexander Neumann 2015-05-14 11:23:29 +0200
  • 3ace557dbe Makefile: Add dependency on all Go source code Alexander Neumann 2015-05-14 11:11:30 +0200
  • e1098eedac Fix make -B (force rebuild) Alexander Neumann 2015-05-14 11:10:01 +0200
  • bace4607bf Fix ModTime for directories Florian Weingarten 2015-05-13 23:11:31 -0400
  • 396a69886c README: Fix indent Alexander Neumann 2015-05-12 21:36:54 +0200
  • 2a5bbe2b02 Merge pull request #183 from restic/fix-documentation Alexander Neumann 2015-05-12 21:23:28 +0200
  • 2d0fc294b7 Fix compiling instructions Alexander Neumann 2015-05-12 21:22:52 +0200
  • 0bb43fa0af Merge pull request #181 from restic/compile-from-checkout Alexander Neumann 2015-05-12 21:08:42 +0200
  • 8c684f91a3 travis/Makefile: output debug information Alexander Neumann 2015-05-11 21:10:36 +0200
  • aebfaec9c7 Add integration tests Alexander Neumann 2015-05-11 21:09:32 +0200
  • 61f8169fa0 Makefile: Fix bench Alexander Neumann 2015-05-11 18:26:56 +0200
  • 506bf61f32 travis: Fix env variables Alexander Neumann 2015-05-10 23:30:26 +0200
  • 54793e9233 travis: Configure gox OS for cross-compilation Alexander Neumann 2015-05-10 23:19:46 +0200
  • b7e1d2788b Makefile: Split out coverage into a shell script Alexander Neumann 2015-05-10 23:04:02 +0200
  • be8064cd97 Makefile: Add missing dependencies Alexander Neumann 2015-05-10 22:49:01 +0200
  • fdac4655c6 Integrate travis Alexander Neumann 2015-05-10 22:43:42 +0200
  • 5f13e199c6 vendor everything Alexander Neumann 2015-05-10 22:07:33 +0200
  • 7a32a6b389 Merge pull request #180 from restic/rename-repo-repository Alexander Neumann 2015-05-10 00:04:35 +0200
  • 95536e8a21 Rename 'Repo' -> 'Repository' Alexander Neumann 2015-05-09 23:59:58 +0200
  • 232c472836 Move package 'repo' to package 'repository' Alexander Neumann 2015-05-09 23:52:03 +0200
  • b2dcdf00e3 Merge pull request #178 from restic/refactor-server Alexander Neumann 2015-05-09 22:59:02 +0200
  • ae21938f3e Rename 'Repository' -> Repo Alexander Neumann 2015-05-09 17:41:28 +0200
  • c814706bb1 Correct typos found by @fw42 Alexander Neumann 2015-05-09 17:20:18 +0200
  • cbc61fffe8 Set test password to geheim instead of the empty string Alexander Neumann 2015-05-09 14:45:09 +0200
  • cd4c56b927 wip Alexander Neumann 2015-05-06 22:27:02 +0200
  • 5fc1583acc Fix comments Alexander Neumann 2015-05-09 13:35:55 +0200
  • d9b5832034 Rename variables Alexander Neumann 2015-05-09 13:32:52 +0200
  • 7ec674f3e8 Move repo/server.go -> repo/repository.go Alexander Neumann 2015-05-09 13:37:02 +0200
  • 87ebf12945 Rename 'Server' to 'Repository' Alexander Neumann 2015-05-09 13:25:52 +0200
  • 8be9e95d20 Rename package 'server' to 'repo' Alexander Neumann 2015-05-09 13:21:28 +0200
  • 1d37fe3f97 Merge pull request #177 from restic/add-src-doc Alexander Neumann 2015-05-09 13:15:40 +0200
  • 861e1b9910 Add doc stubs to all the packages Alexander Neumann 2015-05-09 13:00:01 +0200
  • 9ac6a1d232 Add minimal documentation for backend/{local,sftp} Alexander Neumann 2015-05-09 12:54:45 +0200
  • e4e502959f Clarify documentation on backend Alexander Neumann 2015-05-09 12:53:04 +0200
  • 87206769c9 Add minimal documentatation to restic package Alexander Neumann 2015-05-09 12:52:46 +0200
  • 985af03738 Merge pull request #176 from restic/use-coveralls Alexander Neumann 2015-05-09 12:31:44 +0200
  • 0cb60e31c5 travis: remove unneeded Go version 'release' Alexander Neumann 2015-05-09 12:24:17 +0200
  • 42467a056e travis: report coverage to coveralls.io Alexander Neumann 2015-05-09 11:46:38 +0200
  • 8131bc60b7 README: Add coveralls.io badge Alexander Neumann 2015-05-09 11:22:33 +0200
  • 8c8ebd20b3 Merge pull request #175 from restic/improve-contribution-doc Alexander Neumann 2015-05-09 11:23:20 +0200
  • 7d5211501f Improve docs for contribution Alexander Neumann 2015-05-09 11:11:00 +0200
  • 7d06fe779b test: shorten 'ls' test output Alexander Neumann 2015-05-06 23:43:36 +0200
  • 650d1f8cc3 Fix 'ls' test, don't compare output Alexander Neumann 2015-05-06 22:55:20 +0200
  • b0eeb6f6b7 doc: Fix spelling, link from README Alexander Neumann 2015-05-06 23:18:46 +0200
  • f0c6e7010e Merge pull request #172 from ckeen/contributing_documentation Alexander Neumann 2015-05-06 23:03:25 +0200
  • b25fb3dc55 Merge branch 'add-test-ls' Alexander Neumann 2015-05-06 22:03:58 +0200
  • c86474663c testsuite: Add test for 'ls' command Alexander Neumann 2015-05-06 21:45:23 +0200
  • 683092f0c4 Merge branch 'howeyc-ls-command' Alexander Neumann 2015-05-06 20:45:31 +0200
  • 53f402f489 Merge branch 'ls-command' of https://github.com/howeyc/restic into howeyc-ls-command Alexander Neumann 2015-05-06 20:44:53 +0200
  • a1d71e47f3 Merge branch 'howeyc-freebsd-build' Alexander Neumann 2015-05-06 20:43:04 +0200