Commit Graph

107 Commits

Author SHA1 Message Date
Marius 4be9e5f28f chore: Rename master to main 2023-01-18 13:04:11 +01:00
Ole-Martin Bratteng 0f4f81a1fc
docs: Update build status badges (#534) 2021-10-24 10:04:14 +02:00
Marius f47bee870c
docs: Add CI badge for GitHub Actions 2019-10-16 14:22:31 +02:00
Marius 6f24143015 docs: Move documentation into own files 2019-09-29 21:15:31 +02:00
Vadym Voitiuk a33f72f823 docs: Make README file represent current reality (#307) 2019-09-27 20:53:01 +02:00
Marius b0f5d710ab docs: Add link to previous major version 2019-09-20 16:47:22 +02:00
Marius d2be5e82bd cli: Remove unneeded flag validation check
Closes https://github.com/tus/tusd/issues/229
2019-09-16 14:12:00 +02:00
Marius 819ffb10ab misc: Support Go 1.13 2019-09-13 11:16:15 +02:00
Marius db18dbb70f etcd3locker: Move to separate repository 2019-09-12 21:42:54 +02:00
Marius 76f8489d37 misc: Remove dots from folders 2019-09-12 13:10:51 +02:00
Marius 12114b1ae8 Merge branch 'master' of github.com:tus/tusd into v1 2019-09-09 13:37:53 +02:00
Marius f1fe5e2603 cli: Add option to whitelist hooks (#302) 2019-08-26 20:34:37 +02:00
Marius 9433afd70c
docs: Use consistent style for flags
Closes https://github.com/tus/tusd/issues/238
2019-08-25 19:58:24 +02:00
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