tools/weles.git
2018-01-05 Pawel WieczorekFIXUP: pass by value
2018-01-05 Pawel WieczorekFIXUP: add missing parameter after interface change
2018-01-05 Pawel WieczorekFIXUP: resolve rebase conflicts
2018-01-05 Pawel WieczorekFIXUP: rename Parser to YamlParser to comply w/ controller
2018-01-05 Pawel WieczorekFIXUP: remove c&p'd parser
2018-01-05 Pawel WieczorekMerge branch 'controller' into demo
2018-01-05 Pawel WieczorekMerge branch 'dryad' into demo
2018-01-05 Pawel WieczorekMerge branch 'manager' into demo
2018-01-05 Pawel WieczorekMerge branch 'artifacts' into demo
2018-01-05 Pawel WieczorekMerge branch 'api' into demo
2018-01-05 Pawel WieczorekMerge branch 'parser' into demo
2017-12-15 Katarzyna GorskaAdd downloader to Storage, implement PushArtifact 59/163859/3
2017-12-15 Katarzyna GorskaAdd downloadJob queue 51/162351/8
2017-12-15 Katarzyna GorskaAdd downloader base functions 50/162350/8
2017-12-15 Katarzyna GorskaAdd SetStatus with test 10/161510/11
2017-12-15 Katarzyna GorskaImplement List with tests 89/161089/12
2017-12-15 Aleksander... Implement Select in database package 38/163638/4
2017-12-15 Katarzyna GorskaAdd ArtifactDB to storage 50/160150/12
2017-12-14 Katarzyna GorskaAdd artifacts/database package 48/163348/5
2017-12-14 Katarzyna GorskaAdd Storage and stubs for interface implementation 49/160149/9
2017-12-08 Alexander MazurukAdd tests of JobCanceler and JobCreator 42/163342/1
2017-12-08 Alexander MazurukAdd generated mocks of JobManager and ArtifactManager 41/163341/1
2017-12-08 Alexander MazurukAdd initial web server implementation 48/162048/6
2017-12-08 Adam MalinowskiAdd DeviceCommunicationProvider implementation 47/162647/9
2017-12-08 Adam MalinowskiAdd file transfer functions to SessionProvider 36/162036/11
2017-12-08 Adam MalinowskiAdd SessionManager implementation 35/162035/9
2017-12-04 Leszek ZygoAdd yaml parser functionality and tests 01/161501/7
2017-12-04 Leszek ZygoAdd Weles parser interface 00/161500/7
2017-12-04 Leszek ZygoAdd sample_yaml 99/161499/4
2017-12-04 Lukasz WojciechowskiAdd NewJobManager function 68/162368/2
2017-12-04 Lukasz WojciechowskiImplement ListJobs in Controller with tests 67/162367/2
2017-12-04 Lukasz WojciechowskiAdd Controller with tests 22/162022/4
2017-12-04 Lukasz WojciechowskiAdd generated mocks for controller's internals 21/162021/4
2017-12-04 Lukasz WojciechowskiAdd Dryader implementation with tests 20/162020/4
2017-12-04 Lukasz WojciechowskiAdd Dryader interface 19/162019/4
2017-12-04 Lukasz WojciechowskiAdd Boruter implementation with tests 18/162018/4
2017-12-04 Lukasz WojciechowskiAdd Boruter interface 17/162017/4
2017-12-04 Lukasz WojciechowskiAdd generated mockup for boruta.Requests 16/162016/4
2017-12-04 Lukasz WojciechowskiAdd Downloader implementation with tests 15/162015/4
2017-12-04 Lukasz WojciechowskiAdd Downloader interface 14/162014/3
2017-12-04 Lukasz WojciechowskiAdd Parser implementation with tests 13/162013/3
2017-12-04 Lukasz WojciechowskiAdd Parser interface 12/162012/3
2017-12-04 Lukasz WojciechowskiAdd Notifier implementation with tests 16/162216/2
2017-12-04 Lukasz WojciechowskiAdd Notifier interface 15/162215/2
2017-12-04 Lukasz WojciechowskiAdd Notification struct 11/162011/3
2017-12-04 Lukasz WojciechowskiAdd JobsController implementation with tests 10/162010/3
2017-11-30 Aleksander... Implement Test with test 75/162375/1
2017-11-30 Aleksander... Implement Boot with test 74/162374/1
2017-11-30 Aleksander... Implement Deploy with test 73/162373/1
2017-11-30 Aleksander... Add example job definition to manager tests 72/162372/1
2017-11-30 Aleksander... Add Config argument to Create of DyradJobManager 71/162371/1
2017-11-30 Leszek Zygo[FROM PARSER] Add Weles parser interface 70/162370/1
2017-11-30 Aleksander... Add cmd provider to FOTA CLI 75/161475/3
2017-11-30 Aleksander... Implement List with table driven tests 74/161474/3
2017-11-30 Aleksander... Add tests for panic recovery of dryadJob 73/161473/3
2017-11-30 Aleksander... Add more complicated tests of dryadJob 72/161472/4
2017-11-30 Aleksander... Use mockups of generated interfaces in tests 71/161471/4
2017-11-30 Aleksander... Add generated mock of DryadJobRunner 70/161470/4
2017-11-29 Aleksander... Add generated mock of interfaces in manager/dryad 69/161469/4
2017-11-29 Lukasz WojciechowskiAdd Dryad structure content 09/162009/2
2017-11-29 Lukasz WojciechowskiAdd generated mockup for JobsController 08/162008/2
2017-11-29 Lukasz WojciechowskiDefine JobsController interface 07/162007/2
2017-11-28 Lukasz WojciechowskiAdd generated mockups for modules interfaces 06/162006/1
2017-11-28 Leszek Zygo[FROM PARSER] Add weles parser interface 05/162005/1
2017-11-28 Lukasz WojciechowskiFix typos in JobManager 04/162004/1
2017-11-24 Alexander MazurukAdd JSON identifies to JobManager structs for api package 79/161679/1
2017-11-24 Alexander MazurukAdd JSON identifiers to ArtifactManager structs for... 78/161678/1
2017-11-24 Lukasz WojciechowskiDefine JobManager interface and basic Job types 08/159208/10
2017-11-24 Katarzyna GorskaAdd ArtifactManager interface 48/160148/5
2017-11-23 Lukasz WojciechowskiDefine common Weles errors 55/159255/9
2017-11-23 Aleksander... Add partial implementation of DryadJobManager 68/161468/3
2017-11-23 Aleksander... Add internal structures of manager package 67/161467/2
2017-11-22 Aleksander... Add basic Weles structure 69/158869/10
2017-08-02 Pawel WieczorekAdd Apache 2.0 license 48/144748/1
2017-07-06 Tizen InfrastructureInitial empty repository