Marius
e8fb3a431b
Merge branch 'master' of github.com:tus/tusd into v1
2019-08-18 14:34:37 +02:00
Marius
b77d9aabf9
misc: Correct usage of links in FAQ
2019-07-26 12:43:43 +02:00
Marius
32cf95aefe
limitedstore: Remove package due to bad functionality
2019-06-11 17:06:33 +02:00
Marius
dc092ddd46
consullocker: Remove unused package
2019-06-11 17:03:53 +02:00
Marius
18c24f83f4
misc: Drop support for versions before Go 1.12
2019-06-11 16:33:12 +02:00
Anders Chen
b6dc60d2dc
docs: Add tusd-dynamo-locker link to README.md ( #263 )
2019-04-10 21:31:55 +02:00
Marius
589189ba67
docs: Stress the trailing slash in README
2019-04-09 21:47:28 +02:00
Marius
25f64ee00a
Extend FAQ entry about lockfile errors
2019-04-01 22:26:45 +02:00
Marius
1612a8ca46
Add FAQ entry about disabling downloads
2019-03-15 21:23:46 +01:00
Luca Berton
0b2312020f
Fix typos
2018-11-21 21:43:55 +01:00
Marius
d81a8a088d
Add information about metrics endpoint to README
2018-11-19 17:28:11 +00:00
Anders Chen
a4a6ef5a1c
etcd3locker: Update formatting of docs; timeout -> ttl substitution ( #216 )
...
* Update formatting of docs; timeout -> ttl substitution
* Add link to etcd3 locker in main README.md
2018-11-10 23:33:06 +00:00
Marius
6a474ce89e
Add FAQ entry about using tusd in a VM
2018-08-21 15:55:11 +02:00
Acconut
4a26d90584
A note about shared config file to README
2018-06-21 22:36:30 +02:00
Marius
dfaa279342
Add dependency installation to README
...
See https://github.com/tus/tusd/issues/187
2018-05-13 13:58:24 +02:00
Marius
b58a5e377b
Update README.md
2018-02-22 08:48:44 +01:00
Marius
cdafea14dc
Update README.md
2018-02-16 23:17:13 +01:00
Marius
eea5279b1e
Update links to nginx and apache2 config
2018-01-08 17:15:45 +01:00
Tom Berger
4c0f4cc9d9
Add support for Google Cloud storage as a DataStore ( #106 )
...
* Add support for Google cloud storage as a DataStore
* Use memorylocker in GCS composer
* Add documentation and recursive compose
* Offset being calculated in getInfo. Tests not working
* Fix tests. Attach metadata to composed object.
* Add dependencies using govendor. Add new package to README. Add test instructions for AppVeyor
* Add google cloud internal and transport packages with govendor
* Adding more dependencies to pass travis integration
* Update w/ internal packages
* Skip tests on go1.5/1.6
* Gcsstore tests (#2 )
* Refactor as a struct of clojures for testing
* Refactor to support tests
* Add docs
* Struct members cannot fufill the interface, adding wrapper functions
* update tests
* Update documentation
* add more tests
* Add gock and redo some tests
* Add gock
* remove unneeded clojures
2017-09-16 20:49:09 +02:00
Marius
ac110932a4
Add link to Apache example configuration.
2017-05-20 22:38:35 +02:00
Marius
af5e0e834d
Add entry about authentication to FAQ
2017-01-18 11:22:47 +01:00
Marius
50dbb7d7ba
Add information about reverse proxies to README
2017-01-04 23:48:55 +01:00
mrezai
e89661cbda
Fix README sample code errors
...
Closes https://github.com/tus/tusd/pull/87
2017-01-04 21:30:40 +01:00
Marius
5a385832b6
Add notice about using HTTPS to README
2017-01-04 20:15:09 +01:00
Marius
f4810ff429
Drop support for testing on Go1.4 on Travis
...
The AWS Go SDK has dropped support Go1.4 in a recent commit
(0cec6f30ed
).
Therefore, we decided to not test this unsupported Go version anymore.
2016-12-20 17:25:24 +01:00
Marius
bef7039aa5
Add tus.io logo to README
2016-11-08 16:33:42 +01:00
Marius
c80386f552
Stop support for Go1.3
2016-09-30 01:01:33 +02:00
Marius
e37f8f89b0
Improve README's content
2016-03-11 21:50:00 +01:00
Marius
35e024c736
Remove Go 1.2 as supported target
2016-02-11 16:21:58 +01:00
Marius
b5e874626a
Display AppVeyor status for master branch
2015-12-27 13:13:12 +01:00
Max Brosnahan
b36b5ac3bb
Extract basic handlers into unrouted struct
2015-12-02 22:19:10 +00:00
Max Brosnahan
549f6e6aad
Change links to point to godoc.org
...
Also changes links to use https instead of http
2015-10-18 12:16:30 -06:00
Max Brosnahan
13315ad9c8
Tweak README.md links
2015-10-18 12:07:16 -06:00
Acconut
d36573d956
Use Travis badge for master branch
2015-07-31 12:36:58 +02:00
Acconut
75506bc129
Update README for new path to binary
2015-07-28 17:40:55 +02:00
Marius
97dca3d325
Imporive README
2015-07-15 14:40:14 +02:00
Acconut
9cd3b0e300
add badge for appveyor in README
2015-02-28 16:10:11 +01:00
Acconut
f628342b82
update readme to include badge and new requirements
2015-02-01 15:45:27 +01:00
Acconut
a70bd4cfa3
rewrite tusd
...
* expose tusd.DataStore and extracted FileStore
* use pat for routing
* allow absolute BasePaths
* requires StripPrefix
* add support for 1.0 core
* update date in license
2015-02-01 14:57:57 +01:00
Felix Geisendörfer
37c4d72ff7
0.2.1 is supported
2013-05-21 10:30:05 +02:00
tim-kos
7e230ca693
add how to run the testsuite to the readme
2013-05-10 16:46:58 +02:00
Felix Geisendörfer
9380bdfb3e
Fix run instructions
2013-05-08 14:10:13 +02:00
Felix Geisendörfer
be8535b206
Explain dev.sh
2013-05-02 15:28:22 +02:00
Felix Geisendörfer
02d0491249
Update readme info for tusd
2013-05-02 14:48:25 +02:00
Kevin van Zonneveld
b449132ba4
Point to MIT License
2013-04-16 13:26:29 +03:00
Felix Geisendörfer
802051a06c
Update Readme
2013-03-26 15:45:20 +01:00
Felix Geisendörfer
9df1b91d68
Change license
2013-03-20 22:00:04 +01:00
Kevin van Zonneveld
8f45ae8bde
Copy-pastable install instructions
2013-03-20 14:02:24 +01:00
Felix Geisendörfer
34d69e6937
Fix merge error
2013-03-18 17:37:00 +01:00
tim-kos
9e5237683d
read me updates
2013-03-18 17:07:43 +01:00