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
2019-08-22Optimise build queue serviceKamil Trzciński
2019-07-25Remove code related to object hierarchy in MySQLHeinrich Lee Yu
2019-07-22Use persistent Redis cluster for Workhorse pub/sub notificationsStan Hu
2019-04-23Upgrade Rails to 5.1.6.1Jasper Maes
2019-04-05Autocorrect with RSpec/ExampleWording copThong Kuah
2019-04-01Add # frozen_string_literal to spec/modelsThong Kuah
2019-01-04Take contacted_at value from the DB when it is about to be displayed in the W...Alexander Kutelev
2018-12-03fix wordingShinya Maeda
2018-12-03Validate enum uniquenessShinya Maeda
2018-09-14Cleaned up CI runner administration codeYorick Peterse
2018-08-20add offline scope to Ci::RunnerAlexis Reigel
2018-06-26Remove the use of `is_shared` of `Ci::Runner`Kamil Trzciński
2018-06-05Do not validate cached dataKamil Trzciński
2018-05-31Fix spec/models/ci/runner_spec.rb:775 destroy runner with no projectsDylan Griffith
2018-05-31Bring back deleted specsKamil Trzciński
2018-05-31Fix rubocop error in runner_spec.rbDylan Griffith
2018-05-31Fix `static-analysis` changesKamil Trzciński
2018-05-31Ensure that we can remove degenerate runnersKamil Trzciński
2018-05-31Improve `Ci::Runner#assign_to` to return a flag whether it succeeded or notKamil Trzciński
2018-05-31Fix the conflict resolution in spec/models/ci/runner_spec.rbDylan Griffith
2018-05-31Refactor validations and make runner factory by default to be instance-wide r...Kamil Trzciński
2018-05-31Ensure we validate Runner#runner_type when persisting RunnerNamespaceDylan Griffith
2018-05-31Improve runner_type validations for Ci::RunnerDylan Griffith
2018-05-16Allow group runners to be viewed/edited in APIDylan Griffith
2018-05-10Ensure Ci::Runner#assign_to errors for group runnersDylan Griffith
2018-05-10Ensure runner_type is updated correctly when assigning shared runner to projectDylan Griffith
2018-05-09Add validation Ci::Runner runner_type must be presentDylan Griffith
2018-05-08Add some missing parens in project_spec and runner_specDylan Griffith
2018-05-03Remove Runner#belonging_to_any_project since this is no longer neededDylan Griffith
2018-05-03More style improvements to spec/models/ci/runner_spec.rbDylan Griffith
2018-05-03Style changes to spec/models/ci/runner_spec.rbDylan Griffith
2018-05-02Rename Runner#invalidate_build_cache -> Runner#pick_buildDylan Griffith
2018-05-01Fix spec/features/admin/admin_runners_spec.rb + test style improvementsDylan Griffith
2018-04-30Rename Runner#group? -> #assigned_to_group? and Runner#project? -> #assigned_...Dylan Griffith
2018-04-30Revert fair scheduling for all buildsDylan Griffith
2018-04-27Rename `runner.belonging_to_group(project.id) -> runner.belonging_to_parent_g...Dylan Griffith
2018-04-27Tag runner_spec tests for subgroups with nested_groupsDylan Griffith
2018-04-23extract method to adhere to "tell, don't ask"Alexis Reigel
2018-04-23restrict projects ci controller to project runnersAlexis Reigel
2018-04-23simplify runner selectionAlexis Reigel
2018-04-23ci runners: assigned to either projects or groupAlexis Reigel
2018-04-23support group hierarchies for group runnersAlexis Reigel
2018-04-23use .owned_or_shared for #assignable_for?Alexis Reigel
2018-04-23don't filter group runners by project flagAlexis Reigel
2018-04-23add method CI::Runner.project?Alexis Reigel
2018-04-23split up Ci::Runner.owned_or_shared scopeAlexis Reigel
2018-04-23exclude group runners on projects that disabled itAlexis Reigel
2018-04-23add Ci::Runner#group? methodAlexis Reigel
2018-04-23drop 'scopes' context from specsAlexis Reigel
2018-04-23include group runners in scopeAlexis Reigel