tools/boruta.git
2018-12-12 Maciej WereskiPaginate when listing workers 66/194166/3 listing-improvements
2018-11-29 Maciej WereskiHTTP API tests: fix worker creation helper function 65/194165/1
2018-11-29 Maciej WereskiHTTP API tests: Use test-fixtures for headers 05/192805/6
2018-11-23 Maciej WereskiPaginate when listing requests 25/192725/6
2018-11-20 Maciej WereskiAdd structures required for pagination 99/190499/19
2018-11-20 Maciej WereskiHTTP API: make it possible for handlers to set headers 33/191133/11
2018-11-20 Maciej WereskiWorkers: use ListFilter interface in ListWorkers 52/191652/8
2018-11-15 Maciej WereskiSort when listing workers 59/190159/12
2018-11-14 Maciej WereskiWorkers: keep Groups information sorted 20/188120/14
2018-11-14 Maciej WereskiMake ListFilter generic interface 51/191651/6
2018-11-14 Maciej WereskiSort when listing requests 64/187064/16
2018-11-14 Maciej WereskiMove filters from http to a new package 13/191713/5
2018-11-14 Maciej WereskiAdd SortInfo structure 63/187063/10
2018-10-04 Maciej WereskiWorkers: remove unused mapWorker member 86/190486/3 master
2018-10-04 Maciej WereskiWorkers: Deregister when worker is in FAIL state 68/189968/5
2018-10-04 Maciej WereskiFix generating HTTP API v1 test fixtures 85/190485/3
2018-10-04 Maciej WereskiHTTP API: Change error JSON format 53/189953/6
2018-10-04 Maciej WereskiHTTP API: Change default status code of setWorkerStateH... 58/189558/8
2018-10-04 Lukasz WojciechowskiFix go vet warnings about usage of unkeyed fields 30/190530/4
2018-10-04 Lukasz WojciechowskiFix finishing a Job 36/189136/10
2018-10-04 Lukasz WojciechowskiFix situations when request's job is not set 34/189134/11
2018-10-04 Lukasz WojciechowskiFix workers state changing behaviour 02/188902/13
2018-10-04 Lukasz WojciechowskiAdd tests for rpc/dryad package 69/189269/7
2018-09-19 Michal SidorFix inability to send SSH keys over RPC 18/189418/6
2018-09-17 Lukasz WojciechowskiNotify ChangeListener if worker's groups change 16/188716/6 logger
2018-09-17 Lukasz WojciechowskiFix rpc and workers separation 15/188715/6
2018-09-13 Lukasz WojciechowskiReplace DialTCP with Dial in reception test 20/188620/4
2018-09-05 Maciej WereskiAdd Boruta server executable 04/184104/4
2018-09-05 Maciej WereskiGet rid of dot imports of boruta package 32/186932/4
2018-08-09 Maciej WereskiChange rsa.PublicKey to ssh.PublicKey in Dryad Prepare 59/186159/3
2018-08-03 Aleksander... Install public key on dryad 42/181342/8
2018-08-03 Aleksander... Use address of ssh daemon when creating a tunnel 17/180917/9
2018-08-03 Aleksander... Add dryadAddress and sshAddress to Register 15/180915/7
2018-08-01 Aleksander... Inform Dryad about SSH listen address 14/180914/4
2018-08-01 Aleksander... Generate UUID with a new configuration file 29/185329/3
2018-08-01 Aleksander... Fix tests in CI 80/184380/6
2018-07-11 Maciej WereskiMake ReqID and Priority types implement Stringer 13/183813/2 docker ui
2018-07-11 Maciej WereskiMerge branch 'httpapi-client' 12/183812/1
2018-07-10 Maciej WereskiHTTP API Client: Add example to documentation 22/182922/6 httpapi-client
2018-07-10 Maciej WereskiHTTP API: Pass job timeout in HTTP headers 21/182921/6
2018-07-10 Maciej WereskiHTTP API Client: Add method to check worker state 16/182616/7
2018-07-10 Maciej WereskiHTTP API Client: Add method to check request state 15/182615/7
2018-07-10 Maciej WereskiHTTP API Client: Deregister worker 41/182241/7
2018-07-10 Maciej WereskiHTTP API Client: Set worker groups 40/182240/7
2018-07-10 Maciej WereskiHTTP API Client: Set worker state 39/182239/7
2018-07-10 Maciej WereskiHTTP API Client: Get worker information 38/182238/7
2018-07-10 Maciej WereskiHTTP API Client: List and filter workers 37/182237/7
2018-07-10 Maciej WereskiHTTP API Client: Prolong access to worker 75/181675/9
2018-07-10 Maciej WereskiHTTP API Client: Acquire worker 74/181674/9
2018-07-09 Maciej WereskiHTTP API Client: List and filter requests 73/181673/8
2018-07-05 Maciej WereskiHTTP API Client: Get request information 72/181672/7
2018-07-05 Maciej WereskiHTTP API Client: Update request 71/181671/7
2018-07-05 Maciej WereskiHTTP API Client: Close request 70/181670/7
2018-07-04 Maciej WereskiHTTP API Client: New request 69/181669/7
2018-07-02 Maciej WereskiAdd HTTP client package skeleton 68/181668/6
2018-06-27 Maciej WereskiMake ServerError implement error interface 67/181667/2
2018-06-27 Maciej WereskiHTTP API: Don't loop redirecting when URL wasn't found 29/182229/2
2018-06-18 Aleksander... Add STMsocket to dryad/conf 80/181880/1
2018-06-18 Aleksander... Refactor tests to use mock instead of real STM 79/181879/1
2018-06-05 Maciej WereskiMerge branch 'httpapi' 03/180903/3
2018-06-05 Maciej WereskiAdd custom Boruta HTTP headers httpapi
2018-06-05 Maciej WereskiHTTP API: Add agregation package
2018-06-05 Maciej WereskiCreate new package for http datatypes
2018-06-05 Maciej WereskiHTTP API: Implement filtering workers
2018-06-05 Maciej WereskiHTTP API: Implement worker deregistration
2018-06-05 Maciej WereskiHTTP API: Implement setting state of a worker
2018-06-05 Maciej WereskiHTTP API: Implement setting worker groups
2018-06-05 Maciej WereskiHTTP API: Implement getting information about worker
2018-06-05 Maciej WereskiHTTP API: Add Superviser API skeleton
2018-06-05 Maciej WereskiHTTP API: Implement modification of Boruta requests
2018-06-05 Maciej WereskiHTTP API: Implement access to worker prolongation
2018-06-05 Maciej WereskiHTTP API: Implement acquiring worker
2018-06-05 Maciej WereskiHTTP API: Implement listing and filtering requests
2018-06-05 Maciej WereskiHTTP API: Implement ListFilter interface
2018-06-05 Maciej WereskiHTTP API: Implement getting information about requests
2018-06-05 Maciej WereskiHTTP API: Implement closing requests
2018-06-05 Maciej WereskiHTTP API: Creating new requests
2018-06-05 Maciej WereskiAdd HTTP API package
2018-05-09 Maciej WereskiAdd LICENSE file 82/178282/4
2018-04-27 Maciej WereskiMerge branch 'matcher'
2018-04-27 Lukasz WojciechowskiSet ReqsCollection as WorkerChange listener
2018-04-27 Lukasz WojciechowskiUse change listener in workers
2018-04-27 Aleksander... Trigger appropriate actions on Drayd in SetState
2018-04-27 Lukasz WojciechowskiImplement WorkerChange in requests
2018-04-27 Lukasz WojciechowskiImplement closing request
2018-04-27 Lukasz WojciechowskiUse Job information in Acquire and Prolong
2018-04-27 Lukasz WojciechowskiSetup job when request processing starts
2018-04-27 Lukasz WojciechowskiCreate matchers in requests
2018-04-27 Lukasz WojciechowskiImplement WorkersManager interface in WorkerList
2018-04-27 Lukasz WojciechowskiAdd TCP Dial RPC client creation to DryadClient
2018-04-27 Lukasz WojciechowskiAdd rpc.dryad.ClientManager interface
2018-04-27 Lukasz WojciechowskiAdd RW mutex based synchronization to WorkersList
2018-04-27 Lukasz WojciechowskiImplement RequestsManager in ReqsCollection
2018-04-27 Lukasz WojciechowskiAdd TimeoutMatcher with tests
2018-04-27 Lukasz WojciechowskiAdd DeadlineMatcher with tests
2018-04-27 Lukasz WojciechowskiAdd ValidMatcher with tests
2018-04-27 Lukasz WojciechowskiAdd RequestsManager interface
2018-04-27 Lukasz WojciechowskiAdd JobsManager implementation with tests
2018-04-27 Lukasz WojciechowskiAdd JobsManager interface
2018-04-27 Lukasz WojciechowskiMove tunnels from workers to separate package
next