summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Revert fair scheduling for all buildsDylan Griffith2018-04-301-67/+0
* Rename `runner.belonging_to_group(project.id) -> runner.belonging_to_parent_g...Dylan Griffith2018-04-271-3/+3
* 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
* Switch to using ProjectCiCdSetting for group_runners_enabled and remove Proje...Dylan Griffith2018-04-261-22/+2
* Merge branch 'master' into siemens-runner-per-groupDylan Griffith2018-04-268-70/+151
|\
| * Merge branch 'zj-storage-path-deprecation' into 'master'Douwe Maan2018-04-253-19/+12
| |\
| | * Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg2018-04-253-19/+12
| * | Merge branch 'bvl-fix-maintainer-push-error' into 'master'Douwe Maan2018-04-242-48/+2
| |\ \
| | * | Allow admins to push to empty reposBob Van Landuyt2018-04-242-48/+2
| * | | Merge branch '10244-add-project-ci-cd-settings' into 'master'Kamil Trzciński2018-04-242-0/+33
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'master' into 10244-add-project-ci-cd-settingsDylan Griffith2018-04-2420-162/+542
| | |\ \
| | * | | Introduce new ProjectCiCdSetting10244-add-project-ci-cd-settingsYorick Peterse2018-04-162-0/+33
| * | | | Merge branch '44447-expose-deploy-token-to-ci-cd' into 'master'Grzegorz Bizon2018-04-243-1/+90
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Increases specs examples regarding projects & deploy tokensMayra Cabrera2018-04-231-1/+8
| | * | | Refactor deploy token methods on Ci::BuildMayra Cabrera2018-04-202-1/+20
| | * | | Ensure deploy tokens variables are not available in the context of only/exceptMayra Cabrera2018-04-202-6/+7
| | * | | Rename special deploy token to make it more descriptiveMayra Cabrera2018-04-202-7/+11
| | * | | Expose deploy token to CI/CD jobs as environment variableMayra Cabrera2018-04-202-0/+58
| * | | | Resolve "Avatar URLs are wrong when using a CDN path and Object Storage"Micaël Bergeron2018-04-231-2/+14
| | |_|/ | |/| |
* | | | Merge branch 'master' into siemens-runner-per-groupDylan Griffith2018-04-242-4/+6
|\ \ \ \ | |/ / /
| * | | Resolve "Namespace factory is problematic"Lin Jen-Shin2018-04-232-4/+6
| |/ /
* | | extract method to adhere to "tell, don't ask"Alexis Reigel2018-04-231-0/+26
* | | restrict projects ci controller to project runnersAlexis Reigel2018-04-231-0/+15
* | | simplify runner selectionAlexis Reigel2018-04-231-0/+67
* | | ci runners: assigned to either projects or groupAlexis Reigel2018-04-231-0/+57
* | | add `active` scope only once, inline methodsAlexis Reigel2018-04-231-1/+0
* | | project#group_runner_enabled -> project_settingsAlexis Reigel2018-04-231-0/+12
* | | add project_settings (Project#settings)Alexis Reigel2018-04-231-0/+20
* | | support group hierarchies for group runnersAlexis Reigel2018-04-231-0/+9
* | | include group runners in Project#any_runners?Alexis Reigel2018-04-231-26/+61
* | | use .owned_or_shared for #assignable_for?Alexis Reigel2018-04-231-3/+21
* | | don't filter group runners by project flagAlexis Reigel2018-04-231-8/+0
* | | add method CI::Runner.project?Alexis Reigel2018-04-231-3/+23
* | | split up Ci::Runner.owned_or_shared scopeAlexis Reigel2018-04-231-18/+24
* | | exclude group runners on projects that disabled itAlexis Reigel2018-04-231-0/+8
* | | add Ci::Runner#group? methodAlexis Reigel2018-04-231-0/+24
* | | authorize group runners on userAlexis Reigel2018-04-231-12/+52
* | | drop 'scopes' context from specsAlexis Reigel2018-04-231-45/+43
* | | include group runners in scopeAlexis Reigel2018-04-231-4/+46
* | | add misssing scope specsAlexis Reigel2018-04-231-0/+19
|/ /
* | Atomic internal ids for all modelsAndreas Brandl2018-04-203-1/+36
* | Merge branch '42803-show-new-branch-mr-button' into 'master'Sean McGivern2018-04-202-0/+72
|\ \
| * | Moves Uniquify counter in the initializerJacopo2018-04-191-1/+3
| * | Uses Uniquify to calculate Issue#suggested_branch_nameJacopo2018-04-191-0/+7
| * | Shows new branch/mr button even when branch existsJacopo2018-04-191-0/+63
* | | Resolve "Improve tooltips of collapsed sidebars"Dennis Tang2018-04-191-4/+8
* | | Merge branch 'sh-fix-award-emoji-nplus-one-participants' into 'master'Yorick Peterse2018-04-191-0/+17
|\ \ \ | |/ / |/| |
| * | Fix N+1 queries when loading participants for a commit noteStan Hu2018-04-181-0/+17