summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '44059-specify-variables-when-executing-a-manual-pipeline-from-t...Kamil Trzciński2018-05-063-7/+45
|\
| * Add pipeline variables feature specMatija Čupić2018-05-041-0/+15
| * Improve variable comparisonMatija Čupić2018-05-042-4/+4
| * Merge branch 'master' into 44059-specify-variables-when-executing-a-manual-pi...Matija Čupić2018-05-026-17/+12
| |\
| * | Search for "Create for" in feature specMatija Čupić2018-05-021-1/+1
| * | Update feature spec to search for Create pipeline buttonMatija Čupić2018-05-021-3/+3
| * | Merge branch 'master' into 44059-specify-variables-when-executing-a-manual-pi...Matija Čupić2018-05-0246-513/+1424
| |\ \
| * \ \ Merge branch 'master' into 44059-specify-variables-when-executing-a-manual-pi...Jose2018-04-30328-2187/+8295
| |\ \ \
| * | | | Extend Gitlab::Ci::Pipeline::Chain::Command with variables_attributesMatija Čupić2018-04-181-1/+7
| * | | | Use variables_attributes intead of variablesMatija Čupić2018-04-181-7/+7
| * | | | Add variables option to Ci::CreatePipelineServiceMatija Čupić2018-04-181-2/+19
* | | | | Merge branch '44542-move-import-specific-attributes-out-of-the-project-model-...Douwe Maan2018-05-0418-29/+249
|\ \ \ \ \
| * | | | | Backports every CE related change from ee-44542 to CETiago Botelho2018-05-0418-29/+249
* | | | | | Merge branch '46049-import-export-import-is-broken-due-to-the-addition-of-a-c...Douwe Maan2018-05-041-0/+8
|\ \ \ \ \ \
| * | | | | | fix missing spaceJames Lopez2018-05-041-1/+1
| * | | | | | Add ci_cd_settings delete_all dependency on projectJames Lopez2018-05-041-0/+8
* | | | | | | Merge branch 'dm-webhook-catch-blocked-url-exception' into 'master'Robert Speicher2018-05-041-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Ensure web hook 'blocked URL' errors are stored in as web hook logs and prope...Douwe Maan2018-05-041-1/+1
| |/ / / / /
* | | | | | Merge branch 'bvl-enforce-terms' into 'master'Douwe Maan2018-05-0422-8/+693
|\ \ \ \ \ \
| * | | | | | Reuses `InternalRedirect` when possibleBob Van Landuyt2018-05-042-1/+46
| * | | | | | Enforces terms in the web applicationBob Van Landuyt2018-05-049-1/+291
| * | | | | | Allow a user to accept/decline termsBob Van Landuyt2018-05-046-3/+165
| * | | | | | Display terms to a userBob Van Landuyt2018-05-042-0/+39
| * | | | | | Make the user dropdown reusableBob Van Landuyt2018-05-042-5/+38
| * | | | | | Add model to track users accepting agreementsBob Van Landuyt2018-05-041-0/+8
| * | | | | | Store application wide termsBob Van Landuyt2018-05-046-1/+109
| |/ / / / /
* | | | | | Merge branch 'replace-commits-tests-with-rspec' into 'master'Rémy Coutable2018-05-042-9/+254
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Replace commits spinach tests with RSpec analogSemyon Pupkov2018-05-042-9/+254
* | | | | | Merge branch 'feature/runner-per-group' into 'master'Kamil Trzciński2018-05-0412-134/+725
|\ \ \ \ \ \
| * | | | | | Revert "Use factory in specs for ProjectCiCdSettings"Dylan Griffith2018-05-032-11/+7
| * | | | | | Fix Project#group_runners_enabled as it was doing nothingDylan Griffith2018-05-031-11/+17
| * | | | | | Use factory in specs for ProjectCiCdSettingsDylan Griffith2018-05-032-7/+11
| * | | | | | Remove Runner#belonging_to_any_project since this is no longer neededDylan Griffith2018-05-031-15/+0
| * | | | | | Merge branch 'master' into feature/runner-per-groupDylan Griffith2018-05-0381-910/+2259
| |\ \ \ \ \ \
| * | | | | | | 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
| * | | | | | | Rename Runner#invalidate_build_cache -> Runner#pick_buildDylan Griffith2018-05-021-3/+3
| * | | | | | | Fix spec/features/admin/admin_runners_spec.rb + test style improvementsDylan Griffith2018-05-013-14/+20
| * | | | | | | Use group_type? where possible during transition periodDylan Griffith2018-05-011-1/+1
| * | | | | | | Remove unnecessary API specs for group runners since we do not have API suppo...Dylan Griffith2018-04-301-78/+1
| * | | | | | | Revert changes to User#ci_authorized_users to defer group runner API changes ...Dylan Griffith2018-04-301-53/+13
| * | | | | | | Rename Runner#group? -> #assigned_to_group? and Runner#project? -> #assigned_...Dylan Griffith2018-04-301-8/+8
| * | | | | | | Fix up db/schema.rb changes leftover and comments out of dateDylan Griffith2018-04-301-3/+3
| * | | | | | | Revert fair scheduling for all buildsDylan Griffith2018-04-302-108/+10
| * | | | | | | 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