summaryrefslogtreecommitdiff
path: root/http
AgeCommit message (Expand)AuthorFilesLines
2018-10-04Fix generating HTTP API v1 test fixturesMaciej Wereski7-1/+2
2018-10-04HTTP API: Change error JSON formatMaciej Wereski31-32/+32
2018-10-04HTTP API: Change default status code of setWorkerStateHandlerMaciej Wereski3-2/+3
2018-10-04Fix go vet warnings about usage of unkeyed fieldsLukasz Wojciechowski4-11/+11
2018-09-05Get rid of dot imports of boruta packageMaciej Wereski6-36/+36
2018-07-11Make ReqID and Priority types implement StringeruidockerMaciej Wereski3-14/+11
2018-07-11Merge branch 'httpapi-client'Maciej Wereski10-4/+1768
2018-07-10HTTP API Client: Add example to documentationhttpapi-clientMaciej Wereski1-0/+80
2018-07-10HTTP API: Pass job timeout in HTTP headersMaciej Wereski6-18/+206
2018-07-10HTTP API Client: Add method to check worker stateMaciej Wereski2-2/+78
2018-07-10HTTP API Client: Add method to check request stateMaciej Wereski2-1/+65
2018-07-10HTTP API Client: Deregister workerMaciej Wereski2-5/+38
2018-07-10HTTP API Client: Set worker groupsMaciej Wereski2-7/+46
2018-07-10HTTP API Client: Set worker stateMaciej Wereski2-7/+45
2018-07-10HTTP API Client: Get worker informationMaciej Wereski2-7/+52
2018-07-10HTTP API Client: List and filter workersMaciej Wereski2-6/+113
2018-07-10HTTP API Client: Prolong access to workerMaciej Wereski2-5/+38
2018-07-10HTTP API Client: Acquire workerMaciej Wereski4-13/+116
2018-07-09HTTP API Client: List and filter requestsMaciej Wereski2-8/+106
2018-07-05HTTP API Client: Get request informationMaciej Wereski2-8/+50
2018-07-05HTTP API Client: Update requestMaciej Wereski2-4/+80
2018-07-05HTTP API Client: Close requestMaciej Wereski2-12/+45
2018-07-04HTTP API Client: New requestMaciej Wereski2-24/+447
2018-07-02Add HTTP client package skeletonMaciej Wereski2-0/+275
2018-06-27Make ServerError implement error interfaceMaciej Wereski2-0/+11
2018-06-27HTTP API: Don't loop redirecting when URL wasn't foundMaciej Wereski2-0/+31
2018-06-05Add custom Boruta HTTP headershttpapiMaciej Wereski3-6/+55
2018-06-05HTTP API: Add agregation packageMaciej Wereski7-112/+291
2018-06-05Create new package for http datatypesMaciej Wereski64-0/+1824