summaryrefslogtreecommitdiff
path: root/api/server/middleware/version_test.go
Commit message (Expand)AuthorAgeFilesLines
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-2/+2
* api/server: use constants for http methodsSebastiaan van Stijn2019-10-131-2/+2
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-2/+2
* Switch from x/net/context -> contextKir Kolyshkin2018-04-231-1/+1
* Automated migration usingDaniel Nephin2018-03-161-10/+11
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Improve API version-middleware testSebastiaan van Stijn2018-01-151-56/+35
* Always return version and server headersSebastiaan van Stijn2017-10-111-0/+30
* Return 400 error if API client is too newSebastiaan van Stijn2017-10-101-1/+26
* use t.Fatal() to output the err message where the values used for formattingfate-grand-order2017-02-231-2/+2
* always add but hide experimental cmds and flagsVictor Vieux2016-11-081-6/+0
* Update code for latest engine-apiVincent Demeester2016-04-191-5/+4
* Move middleware to interfaces.David Calavera2016-04-111-4/+4
* Remove static errors from errors package.David Calavera2016-02-261-2/+2
* Make server middleware standalone functions.David Calavera2016-02-241-0/+64