tools/weles.git
2018-09-13 Alexander MazurukUpdate go-swagger, regenerate server 05/186705/10
2018-09-11 Alexander MazurukRemove unused Select function 54/186454/11
2018-09-10 Pawel WieczorekMerge branch 'ci' 12/188812/1
2018-09-06 Alexander MazurukAdd config for gometalinter 52/185552/23
2018-09-06 Lukasz WojciechowskiSplit Controller's job listing and filtering 03/186603/14
2018-09-06 Alexander MazurukFix linter errors in manager pkg 89/186289/18
2018-09-06 Alexander MazurukHandle server shutdown error 11/186111/16
2018-09-06 Alexander MazurukFix linter errors in controller pkg 10/186110/16
2018-09-06 Alexander MazurukHandle fixture errors 08/186108/16
2018-09-06 Alexander MazurukFix error handling in artifacts{,/*} pkg 41/185941/17
2018-09-03 Alexander MazurukRemove shadowing variables from artifacts pkg 40/185940/14
2018-08-28 Alexander MazurukFix line length to max 100 36/185936/14
2018-08-23 Alexander MazurukSimplify loop in server_suite_test 09/186109/7
2018-08-22 Alexander MazurukMove building sort query to separate func 35/185935/9
2018-08-22 Alexander MazurukMove database filter query preparation to separate... 34/185934/9
2018-08-22 Alexander MazurukRemove redundant go:generate 02/186702/5
2018-08-22 Alexander MazurukMove manager mocks to mock pkgs 47/186547/4
2018-08-22 Alexander MazurukRemove . imports from managers pkg 33/185933/8
2018-08-22 Alexander MazurukChange ALL_CAPS to CamelCase in DryadJobStatus 32/185932/6
2018-08-21 Alexander MazurukAdd keys to composite literals declarations 31/185931/5
2018-08-09 Alexander MazurukSimplify bool comparisons 30/185930/4
2018-08-08 Alexander MazurukRemove unused assignments 29/185929/3
2018-08-08 Alexander MazurukRemove unnecessary type conversions 28/185928/3
2018-07-30 Pawel WieczorekMerge branch 'api' 58/185558/1 cors
2018-07-30 Alexander MazurukAdd protocol and IP to default Boruta address.
2018-07-30 Alexander MazurukAllow disabling pagination in artifacts
2018-07-30 Lukasz WojciechowskiAllow disabling pagination by setting limit to 0 56/185056/8
2018-07-30 Alexander MazurukAdd list artifacts path to API 82/181382/29
2018-07-30 Alexander MazurukAdd info about default artifact sorting 39/185439/2
2018-07-30 Alexander MazurukAdd pagination to artifacts/database 81/181381/28
2018-07-30 Alexander MazurukAdd fixture generator module for testing 58/183758/17
2018-07-26 Alexander MazurukAdd new types to enable artifact pagination 80/181380/26
2018-07-26 Alexander MazurukAdd list jobs path to API 25/171225/48
2018-07-26 Lukasz WojciechowskiRemove dot imports usage from notifier package 13/181413/25
2018-07-26 Lukasz WojciechowskiImplement pagination in listing jobs 12/181412/25
2018-07-26 Lukasz WojciechowskiImplement sorting in ListJobs 11/181411/25
2018-07-26 Lukasz WojciechowskiImplement filtering in ListJobs 10/181410/25
2018-07-26 Lukasz WojciechowskiAdjust Controller to allow addition of pagination 67/180367/27
2018-07-26 Alexander MazurukAdd new types to weles to enable pagination 24/171224/35
2018-07-25 Alexander MazurukAdd cancel job path to API 13/170713/41
2018-07-25 Alexander MazurukAdd flags to set ArtifactManager init values 66/183566/13
2018-07-25 Alexander MazurukAdd create job path to API 12/170712/38
2018-07-20 Alexander MazurukChange basic weles types to generated by swagger 08/170708/27
2018-07-20 Alexander MazurukRemove . imports from artifacts pkg 67/183567/9
2018-07-20 Alexander MazurukAdd initial swagger server 05/170705/20
2018-07-20 Alexander MazurukAdd swagger to development tools 06/170706/24
2018-07-20 Alexander MazurukLock mockgen version and automate mock generation 67/180467/12
2018-07-13 Alexander MazurukAdd dep for dependency management 61/180061/7
2018-07-03 Pawel WieczorekMerge branch 'artifacts' 35/183235/1 srun
2018-07-03 Katarzyna GorskaAdd downloader to Storage, implement PushArtifact 59/163859/7 artifacts
2018-06-29 Pawel WieczorekMerge branch 'runner' 13/183013/1 ui
2018-06-29 Aleksander... Add Boot to DeviceCommunicationProvider interface 25/182925/2
2018-06-28 Aleksander... Implement Test with test 01/177401/2
2018-06-28 Aleksander... Implement Boot with test 00/177400/2
2018-06-28 Aleksander... Implement Deploy with test 99/177399/2
2018-06-28 Aleksander... Add cmd provider to FOTA CLI 98/177398/2
2018-06-28 Aleksander... Add example job definition to manager tests 97/177397/2
2018-06-28 Aleksander... Add Config argument to Create of DryadJobManager 24/182924/1
2018-06-28 Pawel WieczorekMerge branch 'dryad' 23/182923/1
2018-06-21 Aleksander... Rename dryad_session_provider to session_provider 50/182250/2
2018-06-21 Aleksander... Use reverse SSHFS instead of scp 49/182249/2
2018-06-21 Aleksander... Make Exec methods variadic 48/182248/2
2018-06-21 Aleksander... Add reverseSSHFS 37/176237/9
2018-06-15 Adam MalinowskiAdd DeviceCommunicationProvider implementation 47/162647/16
2018-06-15 Adam MalinowskiAdd file transfer functions to SessionProvider 36/162036/18
2018-06-14 Adam MalinowskiAdd SessionManager implementation 35/162035/15
2018-05-02 Pawel WieczorekMerge branch 'controller' 50/177650/1
2018-05-02 Lukasz WojciechowskiAdd NewJobManager function 68/162368/12
2018-05-02 Lukasz WojciechowskiImplement ListJobs in Controller with tests 67/162367/11
2018-05-02 Lukasz WojciechowskiAdd Controller with tests 22/162022/12
2018-04-27 Pawel WieczorekMerge branch 'manager' 80/177380/1
2018-04-27 Aleksander... Implement List with table driven tests 74/161474/4
2018-04-27 Aleksander... Add tests for panic recovery of dryadJob 73/161473/4
2018-04-27 Aleksander... Add more complicated tests of dryadJob 72/161472/5
2018-04-27 Aleksander... Use mockups of generated interfaces in tests 71/161471/5
2018-04-27 Aleksander... Add generated mock of DryadJobRunner 70/161470/5
2018-04-27 Aleksander... Add generated mock of interfaces in manager/dryad 69/161469/5
2018-04-18 Lukasz WojciechowskiAdd generated mocks for controller's internals 21/162021/11
2018-04-18 Lukasz WojciechowskiAdd Dryader implementation with tests 20/162020/11
2018-04-18 Lukasz WojciechowskiAdd Dryader interface 19/162019/11
2018-04-18 Lukasz WojciechowskiAdd Boruter implementation with tests 18/162018/11
2018-04-18 Lukasz WojciechowskiAdd Boruter interface 17/162017/11
2018-04-18 Lukasz WojciechowskiAdd generated mockup for boruta.Requests 16/162016/11
2018-04-18 Lukasz WojciechowskiAdd Downloader implementation with tests 15/162015/10
2018-04-18 Lukasz WojciechowskiAdd Downloader interface 14/162014/8
2018-04-18 Lukasz WojciechowskiAdd Parser implementation with tests 13/162013/8
2018-04-18 Lukasz WojciechowskiAdd Parser interface 12/162012/8
2018-04-18 Lukasz WojciechowskiAdd Notifier implementation with tests 16/162216/7
2018-04-18 Lukasz WojciechowskiAdd Notifier interface 15/162215/7
2018-04-18 Lukasz WojciechowskiAdd Notification struct 11/162011/8
2018-04-18 Lukasz WojciechowskiAdd JobsController implementation with tests 10/162010/8
2018-04-18 Lukasz WojciechowskiAdd Dryad structure content 09/162009/7
2018-04-18 Lukasz WojciechowskiAdd generated mockup for JobsController 08/162008/7
2018-04-18 Lukasz WojciechowskiDefine JobsController interface 07/162007/7
2018-04-18 Lukasz WojciechowskiAdd generated mockups for modules interfaces 06/162006/4
2018-04-18 Lukasz WojciechowskiFix typos in JobManager 04/162004/4
2018-04-18 Pawel WieczorekMerge branch 'parser' 56/176356/1
2018-01-24 Katarzyna GorskaAdd downloadJob queue 51/162351/12
2018-01-24 Katarzyna GorskaAdd downloader base functions 50/162350/11
2018-01-10 Katarzyna GorskaAdd SetStatus with test 10/161510/13
next