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-12-19Rename GroupHierarchy into ObjectHierarchyJarka Košanová
2018-11-23Clean up fix for RegisterJobServiceStan Hu
2018-11-21Work around Ruby 2.5.3 crash when a CI job is selectedStan Hu
2018-11-05Allow to make builds soft-archived.Kamil Trzciński
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-08-01Fix current spec failuresKamil Trzciński
2018-08-01Fix spec failuresKamil Trzciński
2018-08-01Add `runner_unsupported` CI failureKamil Trzciński
2018-07-16Enable frozen string in apps/services/**/*.rbgfyoung
2018-07-05Web Terminal Ci BuildFrancisco Javier López
2018-06-26Remove the use of `is_shared` of `Ci::Runner`Kamil Trzciński
2018-06-17Remove the ci_job_request_with_tags_matcherKamil Trzciński
2018-06-01Remove ambiguity in Group class causing build failuresStan Hu
2018-05-31Fix `register_job_service_spec` failuresKamil Trzciński
2018-05-31Fix weird Rails bug that leads to `runner_id=null` in SQL queryKamil Trzciński
2018-05-31Fix weird Rails bug that leads to `runner_id=null` in SQL queryDylan Griffith
2018-05-03Order builds by id instead of created_at in RegisterJobServiceDylan Griffith
2018-05-03Fix Project#group_runners_enabled as it was doing nothingDylan Griffith
2018-05-01Use group_type? where possible during transition periodDylan Griffith
2018-04-30Remove redundant scopes in Ci::RegisterJobService#builds_for_group_runnerDylan 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-23simplify runner selectionAlexis Reigel
2018-04-23select group runners also in register_job_serviceAlexis Reigel
2018-04-18Revert the addition of goldiloaderYorick Peterse
2018-04-18Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉
2018-04-18Merge branch '45473-temporary-fix-for-ci-register-jobs-service' into 'master'Kamil Trzciński (OoO till 16th of April)
2018-04-18Temporary fix for eager loading issue in Ci::RegisterJobServiceTomasz Maczukin
2018-04-10Protect register_job_service from pending job with queued_at=nilTomasz Maczukin
2018-04-10Partition job_queue_duration_seconds with jobs_running_for_projectTomasz Maczukin
2018-04-10Revert "Merge branch 'improve-jobs-queuing-time-metric' into 'master'"Kamil Trzciński
2018-04-05Partition job_queue_duration_seconds with jobs_running_for_projectTomasz Maczukin
2018-02-02use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa
2017-12-12ActiveRecord::StaleObjectError: Attempted to update a stale object: Ci::BuildShinya Maeda
2017-12-06Use Class.new(StandardError) instead of custom extended error class. Bring ba...Shinya Maeda
2017-12-06Fail jobs if its dependency is missingShinya Maeda
2017-12-05Perform SQL matching of Build&Runner tags to greatly speed-up job pickingKamil Trzcinski
2017-09-03Refactor access_level to not_protected and ref_protectedShinya Maeda
2017-09-03Update application code by the db schema changeShinya Maeda
2017-09-03Tweak only new_builds. Revert the rest.Shinya Maeda
2017-09-03Solution 1. Persists protected(ref) flag on ci_pipelines table. builds_for_sh...Shinya Maeda
2017-08-10Fix wrong method call on prometheus histogramZ.J. van de Weg
2017-07-31Add two more metrics for CI/CDZ.J. van de Weg
2017-06-28Removes redundant pending delete checksTiago Botelho
2017-06-28Fix current feature related specsTiago Botelho
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-03-18All CI offline migrationsKamil Trzciński
2017-03-02Refactor JobRequest response structureTomasz Maczukin