Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-04-27 | Add JobsManager interface | Lukasz Wojciechowski | 1 | -0/+33 |
2018-04-27 | Move tunnels from workers to separate package | Lukasz Wojciechowski | 2 | -235/+0 |
2018-04-27 | Add WorkerChange interface | Lukasz Wojciechowski | 2 | -0/+87 |
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 |
2017-10-10 | Use common error type for ErrWorkerNotFound | Aleksander Mistewicz | 1 | -1/+3 |
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-05 | Add tunnels to workers package | Aleksander Mistewicz | 2 | -0/+235 |
2017-10-04 | Add benchmark tests for WorkerList | Aleksander Mistewicz | 1 | -0/+108 |
2017-10-04 | Implement get information about the Worker | Aleksander Mistewicz | 3 | -44/+19 |
2017-10-04 | Implement filtered worker listing | Aleksander Mistewicz | 3 | -10/+244 |
2017-09-20 | Implement setting groups for worker | Aleksander Mistewicz | 3 | -5/+30 |
2017-09-20 | Implement setting worker state | Aleksander Mistewicz | 4 | -5/+76 |
2017-09-20 | Implement worker removal from the pool | Aleksander Mistewicz | 4 | -5/+44 |
2017-09-20 | Implement state update after failure | Aleksander Mistewicz | 4 | -5/+63 |
2017-09-20 | Implement Worker registration | Aleksander Mistewicz | 4 | -5/+153 |
2017-09-20 | Add workers package | Aleksander Mistewicz | 4 | -0/+196 |