summaryrefslogtreecommitdiff
path: root/requests
AgeCommit message (Expand)AuthorFilesLines
2018-10-04Fix finishing a JobLukasz Wojciechowski5-9/+10
2018-10-04Fix situations when request's job is not setLukasz Wojciechowski3-8/+36
2018-09-05Get rid of dot imports of boruta packageMaciej Wereski9-215/+261
2018-08-03Use address of ssh daemon when creating a tunnelAleksander Mistewicz2-13/+15
2018-07-11Make ReqID and Priority types implement StringeruidockerMaciej Wereski1-11/+10
2018-06-05HTTP API: Implement listing and filtering requestsMaciej Wereski2-3/+16
2018-04-27Set ReqsCollection as WorkerChange listenerLukasz Wojciechowski4-0/+7
2018-04-27Implement WorkerChange in requestsLukasz Wojciechowski2-1/+152
2018-04-27Implement closing requestLukasz Wojciechowski3-6/+20
2018-04-27Use Job information in Acquire and ProlongLukasz Wojciechowski3-15/+119
2018-04-27Setup job when request processing startsLukasz Wojciechowski2-6/+16
2018-04-27Create matchers in requestsLukasz Wojciechowski5-314/+577
2018-04-27Implement RequestsManager in ReqsCollectionLukasz Wojciechowski2-16/+472
2018-04-27Add requestTimes with testsLukasz Wojciechowski2-0/+393
2018-04-27Add timesHeap with testsLukasz Wojciechowski2-0/+221
2018-04-27Add timesHeapContainer with testsLukasz Wojciechowski3-0/+259
2018-04-27Fix Guard requests collection with mutexLukasz Wojciechowski1-2/+2
2017-10-12Implement UpdateRequestMaciej Wereski2-143/+96
2017-10-12Change Set methods in Requests interfaceMaciej Wereski1-4/+4
2017-10-12Guard requests collection with mutexMaciej Wereski1-0/+21
2017-10-12Initial Request Queue implementationMaciej Wereski5-0/+1011