Commit Graph

  • 49e6f02190 Run gcsstore tests on CI Marius 2017-11-21 13:06:04 +0100
  • 52265b622d Expose concatenation support in filestore Marius 2017-11-21 13:00:43 +0100
  • e8b1cb18d4 Update dependencies Marius 2017-11-20 22:35:32 +0100
  • 505f16873a Merge 1eb00476c8 into 4c0f4cc9d9 #159 Omer Katz 2017-11-19 18:43:26 +0000
  • 1eb00476c8
    Sync vendor folder. #159 Omer Katz 2017-11-19 20:42:49 +0200
  • 4c0f4cc9d9 Add support for Google Cloud storage as a DataStore (#106) Tom Berger 2017-09-16 14:49:09 -0400
  • 438275c348
    remove unneeded clojures #106 Peixian Wang 2017-09-15 13:44:43 -0500
  • fd21060a70
    Add gock Peixian Wang 2017-09-07 16:34:51 -0400
  • 6a90d746dc
    Add gock and redo some tests Peixian Wang 2017-09-07 16:33:34 -0400
  • d79a4bce63 Merge branch 'master' of github.com:tus/tusd 0.8.0 Marius 2017-09-03 10:58:34 +0200
  • 2df5d11672 s3store: calculate part size based on upload size Markus Kienast 2017-09-03 10:57:06 +0200
  • 49aba2abea Merge 997961ff5c into dda5f922c3 #150 DI FH Markus Kienast 2017-08-31 22:59:48 +0000
  • 997961ff5c TestNewUploadLargerMaxObjectSize #150 Markus Kienast 2017-09-01 00:59:38 +0200
  • 0831bd79f8 fmt.Sprintf removed, range from 0 - MaxObjectSize+1 Markus Kienast 2017-08-31 23:08:03 +0200
  • 1be7081524 turn off debug mode Markus Kienast 2017-08-29 10:23:50 +0200
  • be9a9bec10 moved MaxObjectSize check to NewUpload, refined tests Markus Kienast 2017-08-29 10:12:20 +0200
  • 8aca0f2586 Merge 553a8a732d into dda5f922c3 #145 Trinh Dinh Bien 2017-08-26 16:20:19 +0000
  • 40ef4836d4 Merge d2eb7e664a into dda5f922c3 #146 Trinh Dinh Bien 2017-08-26 16:20:19 +0000
  • dda5f922c3 Test against Go 1.9 on Travis Marius 2017-08-26 16:32:03 +0200
  • 185e81409a Exclude consullocker from tests on AppVeyor Marius 2017-08-26 16:31:28 +0200
  • 7c22847a45 adding debug code to TestCalcOptimalPartSize Markus Kienast 2017-08-26 12:55:07 +0200
  • 5b116e7087 restructuring tests to accommodate optimalPartSize of 0 Markus Kienast 2017-08-26 12:24:22 +0200
  • 93134a5696 moving MaxObjectSize check to top Markus Kienast 2017-08-26 12:03:18 +0200
  • 68e6bb8c41 enhance readability, comments and errors Markus Kienast 2017-08-26 02:31:27 +0200
  • 8831a98c34 separated partsize calc and error handling Markus Kienast 2017-08-24 02:27:57 +0200
  • f059acc7cc fixed edge cases; pre-cleanup Markus Kienast 2017-08-24 01:29:26 +0200
  • e2e3b9ffe4 added error, when size > MaxObjectSize; additional case in algorithm + tests; go fmt Markus Kienast 2017-08-23 13:28:59 +0200
  • 381d3326cb calculating PartSize based on size of upload Markus Kienast 2017-08-17 16:32:25 +0200
  • 1ad6187d6d Take IsTruncated field of S3 ListParts API response into account (#148) koenvo 2017-08-17 21:31:37 +0200
  • 16edf8aa01 Update TestFinishUpload to also test paged ListParts response #148 Koen Vossen 2017-08-17 09:36:33 +0200
  • 1579978a5b Use proper formatting + make listAllParts private + test listAllParts through TestGetInfo Koen Vossen 2017-08-17 09:31:45 +0200
  • 190d173f63 Rename s3store.ListParts to ListAllParts Koen Vossen 2017-08-16 15:27:36 +0200
  • af981a68aa Take IsTruncated field of S3 ListParts API response into account Koen Vossen 2017-08-06 11:54:06 +0200
  • d2eb7e664a Update Uid() func to v4 Unique id. #146 Trinh Dinh Bien 2017-07-27 15:04:59 +0700
  • 553a8a732d update uuidv4 #145 Trinh Dinh Bien 2017-07-27 11:15:56 +0700
  • 28211fdda5 Add empty commit for the purpose of testing Docker Automated Build Kevin van Zonneveld 2017-07-20 13:06:55 +0200
  • a51f5994bb Squashed commit of the following: Marius 2017-07-19 17:45:16 +0200
  • 11be8d0f9a Merge 447aa9c485 into 028ba57206 #141 DI FH Markus Kienast 2017-07-19 09:54:50 +0000
  • 028ba57206 Squashed commit of the following: Markus Kienast 2017-07-19 11:54:26 +0200
  • 447aa9c485 added post-create hook #141 Markus Kienast 2017-07-13 15:57:07 +0200
  • fa7dbc3e14 added .editorconfig #143 Markus Kienast 2017-07-16 19:30:22 +0200
  • 49aec93877 Merge 6643a9be62 into ba0f004df7 #142 DI FH Markus Kienast 2017-07-16 15:35:24 +0000
  • 6643a9be62 fixed ID value in .info; adjusted tests; fixed assert(expected, received) swap #142 Markus Kienast 2017-07-16 17:08:24 +0200
  • 958a813d56 Merge 55da6bbbf7 into ba0f004df7 #140 DI FH Markus Kienast 2017-07-12 23:06:40 +0000
  • 55da6bbbf7 Fix for bug #138 #140 Markus Kienast 2017-07-13 00:45:10 +0200
  • ebf204dfa7 add more tests Peixian Wang 2017-07-12 15:01:20 -0400
  • 9ee460f1f9 Update documentation Peixian Wang 2017-07-12 13:32:34 -0400
  • 8281d35880
    update tests Peixian Wang 2017-07-12 11:47:51 -0400
  • 6eb4efe933 Gcsstore tests (#2) Peixian Wang 2017-07-12 11:44:58 -0400
  • d3a4ce1473 Merge 8dc4608309 into ba0f004df7 #123 Matt 2017-05-31 08:11:44 +0000
  • 1207de2fd2 Merge 143d7159d8 into ba0f004df7 #124 Murtadha Alsabbagh 2017-05-31 08:11:44 +0000
  • be43125b47 Merge b5820d6624 into ba0f004df7 #99 oliverpool 2017-05-31 08:11:44 +0000
  • ba0f004df7 Add Dockerfile (#129) FLANEUR 2017-05-29 23:21:53 +0200
  • 67f01e4e6a removed volumes #129 Markus Kienast 2017-05-23 02:39:23 +0200
  • 9641fb066e working alpine Dockerfile usable for local and autobuild Markus Kienast 2017-05-22 21:54:43 +0200
  • 73763acdaa Update apache2.conf Marius 2017-05-22 22:11:43 +0200
  • ac110932a4 Add link to Apache example configuration. Marius 2017-05-20 22:38:35 +0200
  • 5472f66fd8 Create apache2.conf Marius 2017-05-20 22:36:04 +0200
  • de4adafc6e
    Skip tests on go1.5/1.6 Peixian Wang 2017-05-15 11:19:13 -0400
  • dc721ceb8e
    Update w/ internal packages Peixian Wang 2017-05-01 12:29:54 -0400
  • 9386895f80 Adding more dependencies to pass travis integration Tom Berger 2017-04-26 11:53:01 -0400
  • ec237a57d0 Merge branch 'master' into gcsstore Tom Berger 2017-04-26 11:33:58 -0400
  • e54f83007e Add google cloud internal and transport packages with govendor Tom Berger 2017-04-26 11:30:02 -0400
  • 531e2e419b Add dependencies using govendor. Add new package to README. Add test instructions for AppVeyor Tom Berger 2017-04-17 11:05:42 -0400
  • a7950fdadb Add HTTP hooks Peixian Wang 2017-04-14 16:29:18 +0200
  • 535e0dff59 Use new consul test server functions Marius 2017-04-12 12:11:11 +0200
  • 377aee0562 Update testing dependencies Marius 2017-04-12 12:10:24 +0200
  • c8f6378e0c Merge d4028739e1 into 3918ed2a05 #120 Peixian Wang 2017-04-12 09:55:39 +0000
  • 3918ed2a05 Merge branch 'master' of github.com:tus/tusd Marius 2017-04-12 11:54:45 +0200
  • 5600cf2d6e Allow override of default options response Matthew Wratt 2017-04-12 11:52:02 +0200
  • 8dc4608309 Use a simpler approach append to existing headers #123 Matthew Wratt 2017-04-10 21:01:08 +1200
  • efba126367 Add to headers rather than using a callback Matthew Wratt 2017-04-10 09:54:44 +1200
  • d4028739e1 Correct error handling #120 Peixian Wang 2017-04-09 11:27:14 -0400
  • 143d7159d8 When file upload is complete, the returned value is NoSuchKey not NoSuchUpload #124 Mortadha Saad 2017-04-08 11:49:48 +0300
  • 1f8bf12694 Allow override of default options response Matthew Wratt 2017-04-07 16:04:37 +1200
  • 5a344c0731
    Add pester to vendor library Peixian Wang 2017-04-06 11:38:33 -0400
  • 9890b613ba
    Grammar Peixian Wang 2017-04-06 11:38:24 -0400
  • 4dc41bb2e0
    Change names to match Peixian Wang 2017-04-06 11:37:15 -0400
  • 5cb0ae204a Remove trailing dot & fix docstrings Peixian Wang 2017-04-06 10:58:25 -0400
  • ac98fb1169
    fix documentation Peixian Wang 2017-04-05 10:25:34 -0400
  • 43f4712c66
    Merge in master Peixian Wang 2017-04-05 10:22:26 -0400
  • 8b9b59fc9b
    Fix captureoutput Peixian Wang 2017-04-05 10:15:22 -0400
  • c38fe697bf
    Fix syntax Peixian Wang 2017-04-04 11:25:08 -0400
  • 70159f4e7c
    Add retry and backoff to flags Peixian Wang 2017-04-04 11:02:08 -0400
  • 0861bfac7c Fix tests. Attach metadata to composed object. Tom Berger 2017-04-03 17:48:50 -0400
  • 6fe1527aa5
    check for captureOutput Peixian Wang 2017-04-03 13:45:48 -0400
  • acef616b13 Update hooks.md Peixian Wang 2017-04-03 12:00:40 -0400
  • 692ff23e48 Merge branch 'httphooks' of github.com:vimeo/tusd into httphooks Peixian Wang 2017-04-03 11:58:03 -0400
  • 9e735d9e0d
    Add docs Peixian Wang 2017-04-03 11:57:22 -0400
  • ec02d5fed3
    fix redundant code Peixian Wang 2017-04-02 13:36:30 -0400
  • 925b0be376
    Fix formatting Peixian Wang 2017-04-02 13:35:24 -0400
  • e6643b5c27
    Add upload state as a header Peixian Wang 2017-03-31 16:55:14 -0400
  • eecb8af7ee
    Use pester to retry requests Peixian Wang 2017-03-31 12:22:37 -0400
  • 2b62495d06
    Reenable connection closes Peixian Wang 2017-03-30 16:47:20 -0400
  • 7ab2fd3ea4
    stop the server from terminating actions early Peixian Wang 2017-03-30 15:39:38 -0400
  • bc50fd8aca
    distinguish flag names Peixian Wang 2017-03-30 15:17:06 -0400
  • c7e016cb3c
    Seperate hooks into two Peixian Wang 2017-03-30 13:52:59 -0400
  • b05436ed84
    Add hooks to flags Peixian Wang 2017-03-30 10:59:02 -0400
  • 91dea49fc7 Add explicit notice about no cookies in hooks Marius 2017-03-30 15:17:41 +0200
  • b2a8ae8c85 Correct metrics types Marius 2017-03-30 14:51:02 +0200