tools/boruta.git
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
2018-04-27 Lukasz WojciechowskiAdd fields to AccessInfo struct
2018-04-27 Lukasz WojciechowskiAdd WorkersManager interface
2018-04-27 Lukasz WojciechowskiAdd WorkerChange interface
2018-04-27 Lukasz WojciechowskiAdd Groups to UserInfo
2018-04-27 Lukasz WojciechowskiAdd requestTimes with tests
2018-04-27 Lukasz WojciechowskiAdd matcher interface
2018-04-27 Lukasz WojciechowskiAdd timesHeap with tests
2018-04-27 Lukasz WojciechowskiAdd timesHeapContainer with tests
2018-04-27 Lukasz WojciechowskiFix Guard requests collection with mutex
2018-03-30 Maciej WereskiMerge branch 'workers'
2018-03-27 Aleksander... Improve NewTunnel and remove global variable
2018-03-27 Aleksander... Simplify implementation of ListWorkers
2018-03-05 Maciej WereskiMerge branch 'dryad'
2018-03-05 Aleksander... Add superviserReception to rpc/superviser package
2018-03-05 Aleksander... Add Caps method to get UUID value
2018-03-05 Aleksander... Add Caps to dryad configuration
2018-03-05 Aleksander... Add boruta_address to dryad configuration
2018-03-05 Aleksander... Add dryad executable
2018-03-05 Aleksander... Add generated client and server for Superviser
2018-03-05 Aleksander... Make Superviser suitable for go-rpcgen
2018-03-05 Aleksander... Add generated client and server for Dryad
2018-03-05 Aleksander... Make Dryad suitable for go-rpcgen
2018-03-05 Aleksander... Add dryad package
2018-03-02 Aleksander... Add Dryad configuration package
2017-10-12 Maciej WereskiImplement UpdateRequest
next