Marius
24e481c10c
Add documentation about using tusd
2016-03-04 22:13:13 +01:00
Marius
03ab994a4e
Merge branch 'master' into composer
2016-02-22 14:12:24 +01:00
Marius
c542a657ff
Exclude .hooks direcory from tests
2016-02-22 14:08:24 +01:00
Marius
d5d0452c36
Rename postfinish hook to post-finish
2016-02-22 14:04:14 +01:00
Marius
0070379a91
Pass info object as JSON blob to hook
2016-02-22 13:59:28 +01:00
Marius
a949cb6b81
Set proper offset for complete notifications
2016-02-22 13:58:05 +01:00
Marius
dbd4d54b4d
Add postfinish hook
2016-02-22 12:53:15 +01:00
Marius
4675d90a4e
Merge branch 'master' of github.com:tus/tusd into composer
...
Conflicts:
cmd/tusd/main.go
2016-02-22 12:21:23 +01:00
tim-kos
67d7757e9f
fix hardcoded basePath
2016-02-22 12:11:42 +01:00
Marius
1cee5eb0f3
Correct description of max-size flag
2016-02-22 11:55:56 +01:00
Marius
aaf36de210
Print capabilities of data store at start time
2016-02-22 11:00:20 +01:00
Marius
27866110c3
Merge branch 'master' into composer
2016-02-21 23:39:37 +01:00
Marius
eb9100e9bb
Use stat(2) for calculating file's offset
2016-02-21 23:38:38 +01:00
Marius
21ae1c45a7
Add initial draft of StoreComposr
2016-02-21 23:25:35 +01:00
Marius
13c27e1c19
Send Upload Complete Notification for concatenations
2016-02-21 18:38:43 +01:00
Marius
7ac6cf12c7
Remove useless region check
2016-02-21 18:20:31 +01:00
Marius
7d304082ea
Test Golang 1.6 Release Candidate 2
2016-02-11 16:22:19 +01:00
Marius
35e024c736
Remove Go 1.2 as supported target
2016-02-11 16:21:58 +01:00
Marius
075cc584e3
Update dependencies
2016-02-11 16:15:25 +01:00
Marius
290d03aff9
Add locking using Consul
2016-02-11 16:04:50 +01:00
Marius
c7ce14fbdc
Fix documentation styling for memorylocker
2016-02-11 15:58:36 +01:00
Marius
11b92b91c2
Provide better URL to S3 consistency models
2016-02-11 12:23:46 +01:00
Marius
bbf706622c
Implement Concatentation extension for S3Store
2016-02-03 21:18:21 +01:00
Marius
9cd15b2a0f
Expose additional interfaces in LimitedStore
...
Previously if a DataStore would be embedded as a TerminaterDataStore inside
a LimitedStore. This makes additional interfaces, such as GetReaderDataStore,
inaccessible since we are not able to cast a LimitedStore to
GetReaderDataStore. The solution was to manually expose the specific methods
although this is definitly not the nicest solution.
2016-01-27 15:18:37 +01:00
Marius
ff11b6a274
Add test for FileStore.ConcatUploads
2016-01-23 22:55:08 +01:00
Marius
bf4762ffd5
Remove unused GetReader function from tests
...
Obsolent sine the DataStore interface does not require
GetReader() any more.
2016-01-23 22:45:31 +01:00
Marius
db9204927d
Merge branch 'forwarded-host'
2016-01-23 14:11:47 +01:00
Marius
35b51812d5
Use correct flag for passing ldflags to goxc
2016-01-23 13:19:03 +01:00
Marius
2a84435974
Add version information for tusd builds
2016-01-23 12:43:50 +01:00
Marius
0e750291c9
Use assertions library for tests
2016-01-20 16:40:19 +01:00
Marius
b6a28421af
Extract concatenation into own interface
2016-01-20 15:33:17 +01:00
Marius
bfde73ff89
Test interface implementations for data stores
2016-01-19 22:37:05 +01:00
Marius
c9207d8c5f
Extract GetReader into own interface
2016-01-19 22:32:15 +01:00
Marius
29047eddc2
Add support for meta data in S3Store
2016-01-19 21:39:24 +01:00
Marius
1e40295e88
Do not run test verbose on AppVeyor
2016-01-17 15:55:00 +01:00
Marius
882214982d
Clone submodules on AppVeyor
2016-01-17 15:52:41 +01:00
Marius
b67b303594
Specify packages to test for AppVeyor
2016-01-17 15:47:48 +01:00
Marius
3a305424df
Use vendoring on AppVeyor
2016-01-17 15:44:19 +01:00
Marius
73e3adbb24
Test against Go 1.6 Beta 2
2016-01-17 15:34:58 +01:00
Marius
cbf08de13d
Add documentation for FinisherDataStore
2016-01-17 15:34:27 +01:00
Marius
101648e382
Add documentation about S3Store
2016-01-17 15:30:19 +01:00
Marius
82e29becc4
Merge branch 'master' into s3
2016-01-16 16:14:13 +01:00
Marius
810fa89494
Add support for upload termination in S3Store
2016-01-16 16:12:37 +01:00
Marius
27d6ade187
Add RespectForwardedHeaders option to handlers
...
When activated, X-Forwarded-* and Forwarded headers will be checked for a
hostname and protocol used for generating absolute URLs.
Addresses #38
2016-01-16 15:27:35 +01:00
Marius
cecccf4162
Deploy using Go 1.5
2016-01-13 22:25:55 +01:00
Marius
3c45d40890
Test against Go 1.6 Beta 1 on Travis
2016-01-13 22:25:16 +01:00
Marius
28a7b9d950
Add S3 option to tusd(1)
2016-01-13 22:24:41 +01:00
Marius
cb0f8dac6a
Add isAwsError helper method
2016-01-12 22:21:05 +01:00
Marius
e64e99eec3
Update dependencies
2016-01-10 13:28:23 +01:00
Marius
a1141b836f
Squashed commit of the following:
...
commit 0203e5c57f397865fd5a95b7f91f5f27fd306431
Author: Marius <maerious@gmail.com>
Date: Sat Jan 9 20:39:46 2016 +0100
Update dependencies
commit be5b2b8f62b4644fd9c52a838fe68d98b4eae8e4
Author: Marius <maerious@gmail.com>
Date: Sat Jan 9 19:17:32 2016 +0100
Pull dependencies from vendor/ in /home/marius/workspace/go for Go < 1.5
commit e631bbcc59e4c9e5e928b172b4c6aab6eb71274d
Author: Marius <maerious@gmail.com>
Date: Sat Jan 9 19:15:20 2016 +0100
Vendor dependencies
2016-01-09 20:44:06 +01:00