summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make assertions about runner_type in spec/requests/api/runner_spec.rbDylan Griffith2018-05-031-4/+9
* Style improvements to spec/models/project_spec.rbDylan Griffith2018-05-031-2/+13
* More style improvements to spec/models/ci/runner_spec.rbDylan Griffith2018-05-031-41/+40
* Style changes to spec/models/ci/runner_spec.rbDylan Griffith2018-05-031-35/+35
* Again fix db/schema.rb for ci_runner_namespacesDylan Griffith2018-05-031-1/+1
* Fix db/schema.rb for add_foreign_key ci_runner_namespaces namespace_idDylan Griffith2018-05-031-1/+1
* Rename RunnerGroup -> RunnerNamespaceDylan Griffith2018-05-028-38/+40
* Rename Runner#invalidate_build_cache -> Runner#pick_buildDylan Griffith2018-05-023-5/+5
* Fix spec/features/admin/admin_runners_spec.rb + test style improvementsDylan Griffith2018-05-013-14/+20
* Simplify AddCiRunnerGroups migrationDylan Griffith2018-05-012-12/+8
* Remove N+1 query from app/views/projects/runners/_runner.html.hamlDylan Griffith2018-05-011-1/+1
* Use group_type? where possible during transition periodDylan Griffith2018-05-014-5/+5
* Remove unnecessary API specs for group runners since we do not have API suppo...Dylan Griffith2018-04-301-78/+1
* Remove API changes for assigning group runner to projectDylan Griffith2018-04-301-1/+0
* Introduce Project#all_runners and use in Ci::UpdateBuildQueueServiceDylan Griffith2018-04-302-12/+7
* Remove redundant scopes in Ci::RegisterJobService#builds_for_group_runnerDylan Griffith2018-04-301-1/+1
* Revert changes to User#ci_authorized_users to defer group runner API changes ...Dylan Griffith2018-04-302-67/+15
* Start persisting runner_type when creating runnersDylan Griffith2018-04-305-4/+40
* Add changelog for group runnersDylan Griffith2018-04-301-0/+5
* Rename Runner#group? -> #assigned_to_group? and Runner#project? -> #assigned_...Dylan Griffith2018-04-307-17/+17
* Fix up db/schema.rb changes leftover and comments out of dateDylan Griffith2018-04-303-6/+3
* Revert fair scheduling for all buildsDylan Griffith2018-04-304-140/+43
* Bring back shared_runners_available? method since it is overriden in EEDylan Griffith2018-04-271-1/+5
* Rename `runner.belonging_to_group(project.id) -> runner.belonging_to_parent_g...Dylan Griffith2018-04-275-8/+8
* Remove unecessary index on ci_runner_groups.runner_idDylan Griffith2018-04-271-3/+1
* Remove timestamps from ci_runner_groups tableDylan Griffith2018-04-272-4/+0
* Add extra spec for Project#any_runners? to test block properlyDylan Griffith2018-04-271-0/+15
* Tag runner_spec tests for subgroups with nested_groupsDylan Griffith2018-04-271-2/+2
* Fix spec/models/user_spec.rb for #ci_authorized_runnersDylan Griffith2018-04-261-1/+1
* Remove spec/factories/project_settings.rb since model no longer existsDylan Griffith2018-04-261-5/+0
* Exclude group_runners_enabled in project import/exportDylan Griffith2018-04-261-0/+1
* Increase PipelineSerializer query limit count to support new group runner que...Dylan Griffith2018-04-261-1/+1
* Switch to using ProjectCiCdSetting for group_runners_enabled and remove Proje...Dylan Griffith2018-04-266-60/+6
* Merge branch 'master' into siemens-runner-per-groupDylan Griffith2018-04-26272-1464/+3298
|\
| * Merge branch 'remove-deprecated-gitlab-chart-docs' into 'master'Marcia Ramos2018-04-252-489/+6
| |\
| | * Update links to moved CNG projectJoshua Lambert2018-04-232-4/+4
| | * Switch over to CNG chart short descriptionJoshua Lambert2018-04-171-1/+1
| | * Switch over to CNG chart short descriptionJoshua Lambert2018-04-171-2/+5
| | * Change title for SEO reasonsJoshua Lambert2018-04-171-1/+1
| | * Link back to root Helm chart page for deprecated GitLab chartJoshua Lambert2018-04-172-487/+1
| * | Merge branch 'docs/explain-auto-devops' into 'master'Marcia Ramos2018-04-251-2/+24
| |\ \
| | * | Explain Auto DevOps betterAchilleas Pipinellis2018-04-101-2/+24
| * | | Merge branch 'make-ghe-url-consistent-ce-docs' into 'master'Marcia Ramos2018-04-251-2/+2
| |\ \ \
| | * | | Correct another one github.example.comAchilleas Pipinellis2018-04-121-1/+1
| | * | | Update github.md on GHE URLXiaogang Wen2018-04-121-1/+1
| * | | | Merge branch 'better-explain-pipeline-source' into 'master'Marcia Ramos2018-04-251-1/+1
| |\ \ \ \
| | * | | | Add better explanation for CI_PIPELINE_SOURCEbetter-explain-pipeline-sourceFabio Busatto2018-03-301-1/+1
| * | | | | Merge branch '45653-groups-doc-page-screenshots-update' into 'master'Marcia Ramos2018-04-253-0/+0
| |\ \ \ \ \
| | * | | | | Resolve "The screenshots on the Groups documentation page are outdated"Matej Latin2018-04-253-0/+0
| |/ / / / /
| * | | | | Merge branch 'docs-add-snippets-api-index' into 'master'Marcia Ramos2018-04-251-0/+1
| |\ \ \ \ \