summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-15Add READMEdocsAlexander Mazuruk2-0/+146
2018-10-04Workers: remove unused mapWorker memberHEADmasterMaciej Wereski1-1/+0
2018-10-04Workers: Deregister when worker is in FAIL stateMaciej Wereski3-9/+20
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 Wereski4-3/+7
2018-10-04Fix go vet warnings about usage of unkeyed fieldsLukasz Wojciechowski4-11/+11
2018-10-04Fix finishing a JobLukasz Wojciechowski9-22/+51
2018-10-04Fix situations when request's job is not setLukasz Wojciechowski3-8/+36
2018-10-04Fix workers state changing behaviourLukasz Wojciechowski4-188/+851
2018-10-04Add tests for rpc/dryad packageLukasz Wojciechowski4-0/+325
2018-09-19Fix inability to send SSH keys over RPCMichal Sidor3-0/+43
2018-09-17Notify ChangeListener if worker's groups changeloggerLukasz Wojciechowski2-0/+51
2018-09-17Fix rpc and workers separationLukasz Wojciechowski4-60/+128
2018-09-13Replace DialTCP with Dial in reception testLukasz Wojciechowski1-2/+3
2018-09-05Add Boruta server executableMaciej Wereski1-0/+49
2018-09-05Get rid of dot imports of boruta packageMaciej Wereski31-493/+541
2018-08-09Change rsa.PublicKey to ssh.PublicKey in Dryad PrepareMaciej Wereski10-27/+43
2018-08-03Install public key on dryadAleksander Mistewicz10-103/+55
2018-08-03Use address of ssh daemon when creating a tunnelAleksander Mistewicz17-143/+166
2018-08-03Add dryadAddress and sshAddress to RegisterAleksander Mistewicz9-37/+133
2018-08-01Inform Dryad about SSH listen addressAleksander Mistewicz2-4/+12
2018-08-01Generate UUID with a new configuration fileAleksander Mistewicz1-0/+11
2018-08-01Fix tests in CIAleksander Mistewicz6-15/+102
2018-07-11Make ReqID and Priority types implement StringeruidockerMaciej Wereski5-25/+34
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-18Add STMsocket to dryad/confAleksander Mistewicz3-3/+22
2018-06-18Refactor tests to use mock instead of real STMAleksander Mistewicz4-42/+188
2018-06-05Merge branch 'httpapi'Maciej Wereski71-3/+2337
2018-06-05Add custom Boruta HTTP headershttpapiMaciej Wereski3-6/+55
2018-06-05HTTP API: Add agregation packageMaciej Wereski7-112/+291