Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-18All CI offline migrationsKamil Trzciński
2017-03-06Update notification codeKamil Trzcinski
2017-03-03Add support for Workhorse notificationsKamil Trzcinski
2017-02-23Revert "Enable Style/DotPosition"Douwe Maan
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-02-23Enable Style/MutableConstantDouwe Maan
2017-02-23Enable Style/DotPositionDouwe Maan
2017-02-03Merge remote-tracking branch 'upstream/master' into use-update-runner-serviceLin Jen-Shin
2017-01-20Remove the key from the queue when runner is deletedLin Jen-Shin
2017-01-20Prefer service object over after_save hookLin Jen-Shin
2017-01-20Improve readability of runner tick queue methodGrzegorz Bizon
2017-01-20Fix specsKamil Trzcinski
2016-12-16Change name of expire constantKim "BKC" Carlbäcker
2016-12-16Make expire-time a constant, correct function in ServiceKim "BKC" Carlbäcker
2016-12-16Use Token instead of IDKim "BKC" Carlbäcker
2016-12-16Do things in the correct orderKim "BKC" Carlbäcker
2016-12-16Don't use redis.multiKim "BKC" Carlbäcker
2016-12-16Make ensure_runner_queue_value atomicKim "BKC" Carlbäcker
2016-12-16#NamingThingsKim "BKC" Carlbäcker
2016-12-16Move redis-logic into Ci::RunnerKim "BKC" Carlbäcker
2016-10-24Remove redundant class_name and foreign_key overridesDavid Wagner
2016-10-03Update runner version only when updating contacted_atKamil Trzcinski
2016-09-07Change update interval of runners when trying to preserve contacted_atKamil Trzcinski
2016-07-20Improve implementation of variablesKamil Trzcinski
2016-06-20Rename according to:Lin Jen-Shin
2016-06-16Use FIXME instead, feedback from:Lin Jen-Shin
2016-06-14Return the association and check it in controller instead:Lin Jen-Shin
2016-06-14Merge branch 'prefer-assign_to' into feature/runner-lock-on-projectLin Jen-Shin
2016-06-14Give 409 Conflict whenever the runner was already enabledLin Jen-Shin
2016-06-14We're checking return value rather than rescuing exceptionsLin Jen-Shin
2016-06-14Rename specific_for to available_for:Lin Jen-Shin
2016-06-09Merge conditions. Not worth an additional pointless method:Lin Jen-Shin
2016-06-09Renamed to available_for? Feedback from:Lin Jen-Shin
2016-06-09Remove Build#can_be_served? and rename Runner#can_serve? to can_pick?Lin Jen-Shin
2016-06-09Manually build the SQL so that it properly skips Rails.Lin Jen-Shin
2016-06-09Found a workaround for that weird SQL error:Lin Jen-Shin
2016-06-09WIP, try to add views for locked runnersLin Jen-Shin
2016-06-09Introduced Ci::Runner.specific_for for getting specific runners:Lin Jen-Shin
2016-06-09Implement the logic for locking runnerLin Jen-Shin
2016-05-30Enable Style/NegatedIf Rubocop copGrzegorz Bizon
2016-05-19Rename method that validates runner tag constrainsGrzegorz Bizon
2016-05-19Move runner validator to separate private methodGrzegorz Bizon
2016-05-19Improve displaying validation messages for runnerGrzegorz Bizon
2016-05-19Add custom validator to runner modelGrzegorz Bizon
2016-05-19Extend runner config options for untagged jobsGrzegorz Bizon
2016-05-12Merge branch 'fix/reuse-runner-edit-form-in-admin-area' into 'master' Rémy Coutable
2016-05-11Use % notation for arrays in runner model constantsGrzegorz Bizon
2016-05-10Share form editable attributes mf runner via modelGrzegorz Bizon
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen