Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-10-04 | Workers: remove unused mapWorker memberHEADmaster | Maciej Wereski | 1 | -1/+0 |
2018-10-04 | Workers: Deregister when worker is in FAIL state | Maciej Wereski | 3 | -9/+20 |
2018-10-04 | HTTP API: Change default status code of setWorkerStateHandler | Maciej Wereski | 1 | -1/+4 |
2018-10-04 | Fix workers state changing behaviour | Lukasz Wojciechowski | 3 | -188/+847 |
2018-09-17 | Notify ChangeListener if worker's groups changelogger | Lukasz Wojciechowski | 2 | -0/+51 |
2018-09-17 | Fix rpc and workers separation | Lukasz Wojciechowski | 2 | -9/+9 |
2018-09-05 | Get rid of dot imports of boruta package | Maciej Wereski | 5 | -200/+202 |
2018-08-09 | Change rsa.PublicKey to ssh.PublicKey in Dryad Prepare | Maciej Wereski | 3 | -7/+15 |
2018-08-03 | Install public key on dryad | Aleksander Mistewicz | 3 | -22/+31 |
2018-08-03 | Use address of ssh daemon when creating a tunnel | Aleksander Mistewicz | 4 | -59/+88 |
2018-08-03 | Add dryadAddress and sshAddress to Register | Aleksander Mistewicz | 3 | -23/+61 |
2018-08-01 | Fix tests in CI | Aleksander Mistewicz | 2 | -7/+19 |
2018-04-27 | Use change listener in workers | Lukasz Wojciechowski | 2 | -2/+77 |
2018-04-27 | Trigger appropriate actions on Drayd in SetState | Aleksander Mistewicz | 2 | -22/+282 |
2018-04-27 | Implement WorkersManager interface in WorkerList | Lukasz Wojciechowski | 3 | -10/+355 |
2018-04-27 | Add rpc.dryad.ClientManager interface | Lukasz Wojciechowski | 1 | -0/+95 |
2018-04-27 | Add RW mutex based synchronization to WorkersList | Lukasz Wojciechowski | 1 | -0/+23 |
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 |