summaryrefslogtreecommitdiff
path: root/spec/services
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '54230-eliminate-duplicated-words-in-apps' into 'master'Rémy Coutable2018-11-212-2/+2
|\ | | | | | | | | | | | | Eliminate duplicated words (in apps) Closes #54230 See merge request gitlab-org/gitlab-ce!23184
| * Eliminate duplicated wordsTakuya Noguchi2018-11-222-2/+2
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Handle force_remove_source_branch when creating merge requestsh-fix-issue-51220Stan Hu2018-11-211-8/+26
|/ | | | | | | | | Creating a merge request with `merge_request[force_remove_source_branch]` parameter would result in an Error 500 since this attribute was passed directly to the merge request. Fix this by properly parsing this attribute into `merge_params`. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51220
* Merge branch '49565-ssh-push-mirroring' into 'master'Robert Speicher2018-11-201-7/+7
|\ | | | | | | | | | | | | SSH public-key authentication for push mirroring Closes #49565 See merge request gitlab-org/gitlab-ce!22982
| * SSH public-key authentication for push mirroringNick Thomas2018-11-191-7/+7
| |
* | Merge branch '40085-add-a-create_merge_request-quick-action' into 'master'Douwe Maan2018-11-203-1/+76
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Add a `/create_merge_request` quick action" Closes #40085 See merge request gitlab-org/gitlab-ce!22485
| * | Creates /create_merge_request quickaction40085-add-a-create_merge_request-quick-actionJacopo2018-11-143-1/+76
| | | | | | | | | | | | | | | | | | | | | With this quick action the user can create a new MR starting from the current issue using as `source_branch` the given `branch name` and as `target_branch` the project default branch. If the `branch name` is omitted a name is automatically created starting from the issue title.
* | | Merge branch 'improve-variables-support' into 'master'Sean McGivern2018-11-191-1/+1
|\ \ \ | |_|/ |/| | | | | | | | Improve variables support See merge request gitlab-org/gitlab-ce!23077
| * | Improve variables supportimprove-variables-supportKamil Trzciński2018-11-191-1/+1
| | | | | | | | | | | | | | | | | | This ensures that variables accept only string, alongside also improves kubernetes_namespace, improving validation and default value being set.
* | | Merge branch ↵46166-add-constraints-that-prevent-ci_builds-from-being-associated-with-null-pipeline-projectSean McGivern2018-11-191-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '54093-the-default_value_for-gem-doesn-t-handle-actioncontroller-parameters-correctly' into 'master' Replace the `default_value_for` gem with the `gitlab-default_value_with` gem which handles `ActionController::Parameters` correctly Closes #54093 See merge request gitlab-org/gitlab-ce!23114
| * | | Use gitlab-default_value_with Rails 5Rémy Coutable2018-11-151-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | This forks live at https://github.com/gitlabhq/default_value_for/tree/69-fix-action_controller-parameters-handling and fixes an issue where default_value_for wouldn't handle `ActionController::Parameters` correctly with Rails 5. This fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/54093. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Merge branch '41875-allow-pipelines-to-be-deleted-by-project-owners' into ↵Grzegorz Bizon2018-11-161-0/+60
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Allow pipelines to be deleted by project owners" Closes #41875 See merge request gitlab-org/gitlab-ce!22988
| * | | Raise exception when user is not authorizedMatija Čupić2018-11-131-8/+2
| | | |
| * | | Destroy pipeline in serviceMatija Čupić2018-11-121-0/+66
| | |/ | |/| | | | | | | | | | Move all logic for destroying a Pipeline into a service so it's easily reusable.
* | | Merge branch 'gt-fix-typos-in-lib' into 'master'Sean McGivern2018-11-161-1/+1
|\ \ \ | |_|/ |/| | | | | | | | Fix typos in lib See merge request gitlab-org/gitlab-ce!23106
| * | Fix typos in libGeorge Tsiolis2018-11-151-1/+1
| | |
* | | Ignore environment validation failureShinya Maeda2018-11-151-0/+48
|/ /
* | Merge branch '52940-fix-internal-email-pattern-not-respected' into 'master'Douwe Maan2018-11-141-3/+3
|\ \ | | | | | | | | | | | | | | | | | | Fix a bug where internal email pattern wasn't respected Closes #52940 See merge request gitlab-org/gitlab-ce!22516
| * | Fix a bug where internal email pattern wasn't respected52940-fix-internal-email-pattern-not-respectedRémy Coutable2018-11-131-3/+3
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Show HTTP response code for Kubernetes errorsThong Kuah2018-11-133-5/+43
|/ /
* | Merge branch 'ce-3777-promote-to-epic' into 'master'Rémy Coutable2018-11-123-256/+244
|\ \ | | | | | | | | | | | | Refactoring Issues::MoveService (port of promote epics) See merge request gitlab-org/gitlab-ce!22766
| * | Extract code from Issues::MoveServicece-3777-promote-to-epicJarka Košanová2018-11-123-256/+244
| |/ | | | | | | | | | | | | Extract code to make it easier reusable - introduce AttributesRewriter and ContentRewriter - support group entites when rewriting content - make Uploader copy_to working for Namespaces
* | Merge branch 'fix-tags-for-envs' into 'master'Stan Hu2018-11-121-2/+11
|\ \ | | | | | | | | | | | | | | | | | | Fix tags for environments Closes gitlab-ee#8397 See merge request gitlab-org/gitlab-ce!22993
| * | Fix non-hacking wayKamil Trzciński2018-11-121-0/+2
| | |
| * | Revert "Just fix (hack) specs"Kamil Trzciński2018-11-121-6/+6
| | | | | | | | | | | | This reverts commit c739b8e0d6258276100da68c2ba1e2ecb7e8bde1.
| * | Just fix (hack) specsKamil Trzciński2018-11-121-6/+6
| | |
| * | Simplify testKamil Trzciński2018-11-121-14/+9
| | |
| * | tags testKamil Trzciński2018-11-121-1/+13
| | |
* | | Merge branch 'osw-comment-on-any-line-on-diffs-w-feature-flag' into 'master'Douwe Maan2018-11-123-21/+84
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Comment on any expanded diff line on MRs (with feature-flag) Closes #13950 See merge request gitlab-org/gitlab-ce!22914
| * | Comment on any expanded diff line on MRsosw-comment-on-any-line-on-diffs-w-feature-flagOswaldo Ferreira2018-11-093-21/+84
| |/
* | Merge branch '34758-group-cluster-controller' into 'master'Kamil Trzciński2018-11-092-8/+61
|\ \ | |/ |/| | | | | User can create a group level cluster and install applications See merge request gitlab-org/gitlab-ce!22450
| * Minor updates to spec for readabilityThong Kuah2018-11-081-2/+2
| | | | | | | | Based on BE reviewer feedback
| * Do not allow applications for group clustersThong Kuah2018-11-081-8/+34
| | | | | | | | | | These applications will need further work in future issues to enable them to work with groups of projects.
| * Extend clusters_controller for group type clustersThong Kuah2018-11-081-0/+27
| | | | | | | | | | | | | | | | | | - Add pages javascripts to intialize clusters for group pages - Move specs asserting gcp specific validations from controller into UpdateService spec - Also teach Clusters::ApplicationController about groups
* | Revert "Merge branch 'osw-comment-on-any-line-on-diffs' into 'master'"osw-revert-comment-in-any-diff-lineOswaldo Ferreira2018-11-073-84/+21
|/ | | | | This reverts commit a82a595728d54bdc12e51dfcfb22e9eddc449143, reversing changes made to e7df959b8f99875edd246c7ac7779c3203e8755e.
* Merge branch 'bvl-patches-via-mail' into 'master'Douwe Maan2018-11-073-0/+109
|\ | | | | | | | | | | | | Allow to add patches to merge requests created via email Closes #40830 See merge request gitlab-org/gitlab-ce!22723
| * Allow limiting quick actions to executeBob Van Landuyt2018-11-071-0/+9
| | | | | | | | | | | | Sometimes we don't want to trigger any quick actions that cause side effects. For example when building a record to validate. This allows listing the quick actions that need to be performed.
| * Apply patches when creating MR via emailBob Van Landuyt2018-11-072-0/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows users to add patches as attachments to merge request created via email. When an email to create a merge request is sent, all the attachments ending in `.patch` will be applied to the branch specified in the subject of the email. If the branch did not exist, it will be created from the HEAD of the repository. When the patches could not be applied, the error message will be replied to the user. The patches can have a maximum combined size of 2MB for now.
* | Merge branch 'revert-45b61a9e' into 'master'Nick Thomas2018-11-071-2/+2
|\ \ | |/ |/| | | | | Revert "Merge branch 'blackst0ne-update-push-new-merge-request-url' into 'master'" See merge request gitlab-org/gitlab-ce!22875
| * Revert "Merge branch 'blackst0ne-update-push-new-merge-request-url' into ↵Douwe Maan2018-11-071-2/+2
| | | | | | | | | | 'master'" This reverts merge request !22526
* | Merge branch 'fj-41213-api-update-submodule-commit' into 'master'Sean McGivern2018-11-071-0/+212
|\ \ | | | | | | | | | | | | | | | | | | Add endpoint to update a git submodule reference Closes #41213 See merge request gitlab-org/gitlab-ce!20949
| * | Add submodule update API endpointFrancisco Javier López2018-11-071-0/+212
| |/ | | | | | | | | | | | | | | | | | | This new endpoint allow users to update a submodule's reference. The MR involves adding a new operation RPC operation in gitaly-proto (see gitlab-org/gitaly-proto!233) and change Gitaly to use this new version (see gitlab-org/gitaly!936). See gitlab-org/gitlab-ce!20949
* | Merge branch 'max_retries_when' into 'master'Grzegorz Bizon2018-11-072-9/+27
|\ \ | | | | | | | | | | | | | | | | | | Allow to configure when to retry builds Closes gitlab-runner#3515 See merge request gitlab-org/gitlab-ce!21758
| * | fix failing specs due to latest changesMarkus Doits2018-11-071-2/+2
| | |
| * | add specs for create pipeline service and new retry when featureMarkus Doits2018-11-071-7/+25
| | |
* | | Merge branch 'triggermesh-phase1-knative' into 'master'Grzegorz Bizon2018-11-072-1/+34
|\ \ \ | |_|/ |/| | | | | | | | Allow to install Knative as cluster application See merge request gitlab-org/gitlab-ce!22593
| * | Add missing strip to finalize creation service testChris Baumbauer2018-11-031-1/+1
| | |
| * | Resolve issues raised by KamilChris Baumbauer2018-11-031-0/+33
| | |
* | | Merge branch 'osw-comment-on-any-line-on-diffs' into 'master'Douwe Maan2018-11-073-21/+84
|\ \ \ | |_|/ |/| | | | | | | | Comment on any expanded diff line on MRs See merge request gitlab-org/gitlab-ce!22398
| * | Comment on any expanded diff line on MRsOswaldo Ferreira2018-11-063-21/+84
| | |