summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-11Add very temporary heavy SSH loggingsandbox/msidor/srun_demo_1810Michal Sidor1-2/+7
2018-10-11[WIP] Add SupervisorPull/Push action typesMichal Sidor6-5/+104
2018-10-11Add SupervisorRun action typeMichal Sidor7-8/+40
2018-10-08Move to GitHubPawel Wieczorek81-508/+441
2018-10-04Merge branch 'prerelease'Pawel Wieczorek38-2010/+1603
2018-10-04Add transaction rollback in database filterAlexander Mazuruk1-1/+13
2018-10-02Rename device type capability in Boruta requestPawel Wieczorek2-2/+2
2018-10-01Fix database is locked errorAlexander Mazuruk1-3/+13
2018-10-01Adjust validation to allow empty valuesAlexander Mazuruk6-6/+6
2018-10-01Split swagger generation into server and modelsAlexander Mazuruk1-0/+7
2018-10-01Adjust database testsAlexander Mazuruk3-248/+288
2018-09-19Refactor job lister testsAlexander Mazuruk2-614/+320
2018-09-19Refactor artifact lister testsAlexander Mazuruk2-582/+322
2018-09-18Unify JobFilter returned by serverAlexander Mazuruk2-4/+49
2018-09-18Unify ArtifactFilter returned by serverAlexander Mazuruk1-4/+27
2018-09-18Set defaults on JobSorterAlexander Mazuruk2-21/+62
2018-09-18Allow user to sort with JobSortByIDAlexander Mazuruk3-7/+17
2018-09-14Move default ArtifactSortOrder to serverAlexander Mazuruk3-34/+57
2018-09-14Unify paths to Dryad toolsPawel Wieczorek1-1/+1
2018-09-14Pass Artifact DB path to Dryad jobsPawel Wieczorek4-11/+13
2018-09-14Fix artifact test which failed occasionally in CIAlexander Mazuruk1-3/+5
2018-09-14Make filtering one db transactionAlexander Mazuruk1-3/+3
2018-09-14Adjust fixtures to produce more than one artifact per job idAlexander Mazuruk1-5/+14
2018-09-14Move ArtifactNotFound error to database pkgAlexander Mazuruk3-23/+19
2018-09-14Remove JobFilterAndSort from Weles pkgAlexander Mazuruk7-153/+121
2018-09-13Remove ArtifactFilterAndSort from Weles pkgAlexander Mazuruk7-153/+121
2018-09-13Update go-swagger, regenerate serverAlexander Mazuruk4-123/+202
2018-09-11Remove unused Select functionAlexander Mazuruk3-88/+0
2018-09-10Merge branch 'ci'Pawel Wieczorek57-940/+1627
2018-09-06Add config for gometalinterAlexander Mazuruk1-0/+53
2018-09-06Split Controller's job listing and filteringLukasz Wojciechowski1-88/+133
2018-09-06Fix linter errors in manager pkgAlexander Mazuruk5-11/+36
2018-09-06Handle server shutdown errorAlexander Mazuruk1-1/+5
2018-09-06Fix linter errors in controller pkgAlexander Mazuruk7-19/+29
2018-09-06Handle fixture errorsAlexander Mazuruk1-2/+8
2018-09-06Fix error handling in artifacts{,/*} pkgAlexander Mazuruk4-35/+62
2018-09-03Remove shadowing variables from artifacts pkgAlexander Mazuruk3-16/+17
2018-08-28Fix line length to max 100Alexander Mazuruk46-496/+1049
2018-08-23Simplify loop in server_suite_testAlexander Mazuruk1-1/+1
2018-08-22Move building sort query to separate funcAlexander Mazuruk1-7/+12
2018-08-22Move database filter query preparation to separate funcAlexander Mazuruk1-35/+39
2018-08-22Remove redundant go:generateAlexander Mazuruk1-2/+0
2018-08-22Move manager mocks to mock pkgsAlexander Mazuruk8-111/+42
2018-08-22Remove . imports from managers pkgAlexander Mazuruk3-34/+34
2018-08-22Change ALL_CAPS to CamelCase in DryadJobStatusAlexander Mazuruk6-55/+55
2018-08-21Add keys to composite literals declarationsAlexander Mazuruk9-43/+70
2018-08-09Simplify bool comparisonsAlexander Mazuruk3-11/+9
2018-08-08Remove unused assignmentsAlexander Mazuruk3-6/+6
2018-08-08Remove unnecessary type conversionsAlexander Mazuruk2-8/+8
2018-07-30Merge branch 'api'corsPawel Wieczorek105-735/+12778