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
2018-04-18Revert the addition of goldiloaderYorick Peterse
2018-04-09Add cop for has_many :through without disabled autoloadingSean McGivern
2018-03-28Add validation for max_timeout in Ci::RunnerTomasz Maczukin
2018-03-28Rename maximum_job_timeout to maximum_timeoutTomasz Maczukin
2018-03-28Remove unused methodTomasz Maczukin
2018-03-28Replace user_readable with human_readableTomasz Maczukin
2018-03-28Rename chronic_duration_attribute* to chronic_duration_attr*Tomasz Maczukin
2018-03-28Rename job_upper_timeout to maximum_job_timeoutTomasz Maczukin
2018-03-28Add ChroniDurationAttribute concernTomasz Maczukin
2018-03-28Add UI support for per-runner job timeoutTomasz Maczukin
2018-03-28Override project-defined timeout with runner-defined oneTomasz Maczukin
2018-03-14DRY remaining instances of predefined variablesGrzegorz Bizon
2018-02-28Persist runner IP address on contact (#43489)Dylan Griffith
2018-02-05Save runner attributes only if there's changesMatija Čupić
2018-02-05Extract attribute caching to RedisCacheable concernMatija Čupić
2018-02-05Improve runner attribute cachineMatija Čupić
2018-02-05Update list of allowed attribute updates in RunnerMatija Čupić
2018-02-04Refactor runner attribute caching implementationMatija Čupić
2018-01-30Handle updating only contacted_at runner cacheMatija Čupić
2018-01-30Make Ci::Runner#online? slightly more performantMatija Čupić
2018-01-30Expose Ci::Runner#cached_contacted_at as TimeMatija Čupić
2018-01-29Generelized cached attribute usage in runnerMatija Čupić
2018-01-29Move info update implementation to Ci::Runner modelMatija Čupić
2018-01-29Check cache in Ci::Runner#online?Matija Čupić
2017-12-05Perform SQL matching of Build&Runner tags to greatly speed-up job pickingKamil Trzcinski
2017-11-27Use fuzzy search with minimum length of 3 characters where appropriateDouwe Maan
2017-11-24Use Gitlab::SQL::Pattern where appropriateDouwe Maan
2017-09-25Fix locked shared runners problemTomasz Maczukin
2017-09-12move `lib/ci/model.rb` into `lib/gitlab/ci/model.rb`Maxim Rydkin
2017-09-03Improve spec. Add validation for accel_level on runner.Shinya Maeda
2017-09-03Refactor access_level to not_protected and ref_protectedShinya Maeda
2017-09-03Extend can_pick?Shinya Maeda
2017-09-03Update application code by the db schema changeShinya Maeda
2017-09-03Re-organize schema. Drop protected from runner. Add access_level to runner. D...Shinya Maeda
2017-09-03iniShinya Maeda
2017-08-29replace `is_runner_queue_value_latest?` with `runner_queue_value_latest?`Maxim Rydkin
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-07-10Merge branch 'fix/offline_runner_detection' into 'master'Rémy Coutable
2017-07-07Fix offline runner detectionAlessio Caiazza
2017-07-06Added Cop to blacklist the use of `dependent:`Yorick Peterse
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
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