summaryrefslogtreecommitdiff
path: root/spec/services
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '36782-replace-team-user-role-with-add_role-user-in-specs' into ...Rémy Coutable2017-12-2346-111/+111
|\
| * Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-2246-111/+111
* | Extend Cluster Applications to allow installation of PrometheusMayra Cabrera2017-12-223-8/+10
* | Execute project hooks and services after commit when moving an issuedm-issue-move-transaction-errorDouwe Maan2017-12-221-0/+12
|/
* Merge branch '38356-add-last_commit_sha-to-the-commit-api' into 'master'Douwe Maan2017-12-212-0/+208
|\
| * Updates from last code review:38356-add-last_commit_sha-to-the-commit-apiRubén Dávila2017-12-202-5/+118
| * Check if file has been modified for each action provided.Rubén Dávila2017-12-201-2/+43
| * Add some initial specs for Files::MultiService classRubén Dávila2017-12-201-0/+54
* | Merge branch 'rs-blocks-json-serialization' into 'master'Douwe Maan2017-12-202-6/+6
|\ \
| * | Only include the user's ID in the time_spent command's update hashRobert Speicher2017-12-192-6/+6
| |/
* | Don't link LFS-objects multiple times.bvl-fix-unlinking-with-lfs-objectsBob Van Landuyt2017-12-191-0/+20
|/
* Merge branch '40871-todo-notification-count-shows-notification-without-having...Douwe Maan2017-12-183-8/+47
|\
| * Reset todo counters when the target is deleted40871-todo-notification-count-shows-notification-without-having-a-todoSean McGivern2017-12-183-8/+47
* | Merge branch 'rc/use-factory_bot_rails' into 'master'Robert Speicher2017-12-152-11/+11
|\ \
| * | Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-142-11/+11
* | | Merge branch 'gitaly-conflicts-prep' into 'master'Sean McGivern2017-12-151-1/+1
|\ \ \ | |/ / |/| |
| * | Simplify conflict resolver interfacegitaly-conflicts-prepAlejandro Rodríguez2017-12-141-1/+1
* | | Merge branch 'zj-mr-diff-memoization-bug' into 'master'Sean McGivern2017-12-141-4/+4
|\ \ \
| * | | Clear caches before updating MR diffsZeger-Jan van de Weg2017-12-141-4/+4
| |/ /
* | | Dependencies Validator fails when depended job is `manual`41110-dependencies-validator-fails-when-depended-job-is-manualShinya Maeda2017-12-141-5/+4
* | | Merge branch 'issue_41021' into 'master'Sean McGivern2017-12-131-2/+14
|\ \ \
| * | | Prevent worker that updates merge requests head pipeline from failing jobsFelipe Artur2017-12-131-2/+14
* | | | Merge branch 'fix-create-mr-from-issue-with-template' into 'master'Rémy Coutable2017-12-131-0/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | Execute quick actions when creating MR from issuefix-create-mr-from-issue-with-templateSean McGivern2017-12-131-0/+12
| | |/ | |/|
* | | ActiveRecord::StaleObjectError: Attempted to update a stale object: Ci::Build41023-activerecord-staleobjecterror--attempted-to-update-a-stale-object--ci-buildShinya Maeda2017-12-121-0/+13
| |/ |/|
* | small change to make less conflict with EE versionBrett Walker2017-12-111-6/+4
* | Fix specs after removing assignee_id fieldValery Sizov2017-12-111-1/+1
* | Merge branch 'fix/gb/fix-pipeline-build-chain-tag-evaluation' into 'master'Douwe Maan2017-12-081-0/+15
|\ \ | |/ |/|
| * Add Chain::Command specsfix/gb/fix-pipeline-build-chain-tag-evaluationKamil Trzcinski2017-12-081-8/+3
| * Fix invalid pipeline build chain tag evaluationGrzegorz Bizon2017-12-081-0/+20
* | Merge branch 'feature/sm/34834-missing-dependency-should-fail-job-2' into 'ma...Kamil Trzciński2017-12-071-0/+83
|\ \
| * | Test for both ci_disable_validates_dependencies true/falseShinya Maeda2017-12-081-34/+65
| * | Change feature flag to ci_disable_validates_dependencies to enable it as defaultShinya Maeda2017-12-071-1/+1
| * | Fix testsShinya Maeda2017-12-061-11/+5
| * | Fix lintShinya Maeda2017-12-061-2/+7
| * | Add case when artifacts have not existed on dependenciesShinya Maeda2017-12-061-0/+25
| * | Fail jobs if its dependency is missingShinya Maeda2017-12-061-0/+28
* | | Merge branch '40761-remove-the-checkbox-for-starting-a-new-pipeline-in-auto-d...Kamil Trzciński2017-12-071-8/+37
|\ \ \
| * | | Remove Auto DevOps checkboxes - backendbikebilly2017-12-041-8/+37
* | | | add support for the commit reference filtermicael.bergeron2017-12-071-10/+1
* | | | corrects the url buildingmicael.bergeron2017-12-071-2/+11
| |_|/ |/| |
* | | The API isn't using the appropriate services for managing forksFrancisco Javier López2017-12-071-155/+198
* | | Merge branch 'list-multiple-clusters' into 'master'Grzegorz Bizon2017-12-061-23/+52
|\ \ \
| * | | Remove redundant empty line in CreateService specMatija Čupić2017-12-061-1/+0
| * | | Refactor Clusters::CreateService specMatija Čupić2017-12-061-58/+62
| * | | Merge remote-tracking branch 'origin/master' into list-multiple-clustersMatija Čupić2017-12-054-36/+109
| |\ \ \ | | | |/ | | |/|
| * | | Merge remote-tracking branch 'origin/master' into list-multiple-clustersKamil Trzcinski2017-12-051-0/+1
| |\ \ \
| * \ \ \ Merge branch '35616-move-k8-to-cluster-page' into cluster-page-with-list-clus...Kamil Trzcinski2017-12-052-7/+33
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/list-multiple-clusters' into cluster-pag...Kamil Trzcinski2017-12-031-31/+57
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Raise error when trying to create second clusterMatija Čupić2017-12-031-1/+1