Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-04-27 | Implement WorkersManager interface in WorkerList | Lukasz Wojciechowski | 3 | -10/+355 |
2018-04-27 | Add TCP Dial RPC client creation to DryadClient | Lukasz Wojciechowski | 1 | -0/+37 |
2018-04-27 | Add rpc.dryad.ClientManager interface | Lukasz Wojciechowski | 2 | -0/+130 |
2018-04-27 | Add RW mutex based synchronization to WorkersList | Lukasz Wojciechowski | 1 | -0/+23 |
2018-04-27 | Implement RequestsManager in ReqsCollection | Lukasz Wojciechowski | 3 | -18/+482 |
2018-04-27 | Add TimeoutMatcher with tests | Lukasz Wojciechowski | 2 | -0/+115 |
2018-04-27 | Add DeadlineMatcher with tests | Lukasz Wojciechowski | 2 | -0/+119 |
2018-04-27 | Add ValidMatcher with tests | Lukasz Wojciechowski | 2 | -0/+296 |
2018-04-27 | Add RequestsManager interface | Lukasz Wojciechowski | 2 | -0/+181 |
2018-04-27 | Add JobsManager implementation with tests | Lukasz Wojciechowski | 4 | -0/+382 |
2018-04-27 | Add JobsManager interface | Lukasz Wojciechowski | 3 | -0/+140 |
2018-04-27 | Move tunnels from workers to separate package | Lukasz Wojciechowski | 5 | -22/+164 |
2018-04-27 | Add fields to AccessInfo struct | Lukasz Wojciechowski | 1 | -1/+10 |
2018-04-27 | Add WorkersManager interface | Lukasz Wojciechowski | 2 | -0/+151 |
2018-04-27 | Add WorkerChange interface | Lukasz Wojciechowski | 2 | -0/+87 |
2018-04-27 | Add Groups to UserInfo | Lukasz Wojciechowski | 1 | -1/+4 |
2018-04-27 | Add requestTimes with tests | Lukasz Wojciechowski | 2 | -0/+393 |
2018-04-27 | Add matcher interface | Lukasz Wojciechowski | 1 | -0/+31 |
2018-04-27 | Add timesHeap with tests | Lukasz Wojciechowski | 2 | -0/+221 |
2018-04-27 | Add timesHeapContainer with tests | Lukasz Wojciechowski | 3 | -0/+259 |
2018-04-27 | Fix Guard requests collection with mutex | Lukasz Wojciechowski | 1 | -2/+2 |
2018-03-30 | Merge branch 'workers' | Maciej Wereski | 3 | -87/+60 |
2018-03-27 | Improve NewTunnel and remove global variable | Aleksander Mistewicz | 2 | -18/+18 |
2018-03-27 | Simplify implementation of ListWorkers | Aleksander Mistewicz | 1 | -69/+42 |
2018-03-05 | Merge branch 'dryad' | Maciej Wereski | 18 | -6/+1305 |
2018-03-05 | Add superviserReception to rpc/superviser package | Aleksander Mistewicz | 3 | -0/+190 |
2018-03-05 | Add Caps method to get UUID value | Aleksander Mistewicz | 1 | -0/+7 |
2018-03-05 | Add Caps to dryad configuration | Aleksander Mistewicz | 3 | -0/+20 |
2018-03-05 | Add boruta_address to dryad configuration | Aleksander Mistewicz | 2 | -0/+3 |
2018-03-05 | Add dryad executable | Aleksander Mistewicz | 1 | -0/+93 |
2018-03-05 | Add generated client and server for Superviser | Aleksander Mistewicz | 1 | -0/+91 |
2018-03-05 | Make Superviser suitable for go-rpcgen | Aleksander Mistewicz | 1 | -2/+2 |
2018-03-05 | Add generated client and server for Dryad | Aleksander Mistewicz | 1 | -0/+113 |
2018-03-05 | Make Dryad suitable for go-rpcgen | Aleksander Mistewicz | 1 | -4/+4 |
2018-03-05 | Add dryad package | Aleksander Mistewicz | 8 | -0/+610 |
2018-03-02 | Add Dryad configuration package | Aleksander Mistewicz | 3 | -0/+172 |
2017-10-12 | Implement UpdateRequest | Maciej Wereski | 2 | -143/+96 |
2017-10-12 | Change Set methods in Requests interface | Maciej Wereski | 2 | -12/+9 |
2017-10-12 | Guard requests collection with mutex | Maciej Wereski | 1 | -0/+21 |
2017-10-12 | Initial Request Queue implementation | Maciej Wereski | 6 | -0/+1018 |
2017-10-10 | Use common error type for ErrWorkerNotFound | Aleksander Mistewicz | 1 | -1/+3 |
2017-10-10 | Remove unused interface | Maciej Wereski | 1 | -8/+0 |
2017-10-10 | Make uint types have explicit sizes | Maciej Wereski | 1 | -2/+2 |
2017-10-09 | Store ip and key alongside WorkerInfo | Aleksander Mistewicz | 2 | -0/+121 |
2017-10-09 | Replace WorkerInfo with private mapWorker | Aleksander Mistewicz | 2 | -13/+20 |
2017-10-09 | Remove AccessInfo from WorkerInfo | Aleksander Mistewicz | 1 | -1/+0 |
2017-10-05 | Add common errors | Maciej Wereski | 2 | -0/+56 |
2017-10-05 | Make ListFilter an interface | Maciej Wereski | 1 | -1/+4 |
2017-10-05 | Fix types of request states | Maciej Wereski | 1 | -6/+6 |
2017-10-05 | Add tunnels to workers package | Aleksander Mistewicz | 2 | -0/+235 |