summaryrefslogtreecommitdiff
path: root/spec/services
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'delay-update-statictics' into 'master'Douwe Maan2019-04-091-0/+40
|\
| * Refactor: extract duplicate steps to a service classHiroyuki Sato2019-04-051-0/+40
* | Merge branch 'prevent-running-mr-pipelines-when-target-updated' into 'master'Kamil Trzciński2019-04-091-7/+27
|\ \
| * | Prevent triggering pipelines when target branch is updatedprevent-running-mr-pipelines-when-target-updatedShinya Maeda2019-04-081-7/+27
* | | Set release name when adding release notes to an existing tagJason Goodman2019-04-091-0/+10
* | | Merge branch 'ce-issue_6628' into 'master'Lin Jen-Shin2019-04-081-23/+26
|\ \ \
| * | | Extract EE specific files/lines for Discussion spec/servicesce-issue_6628Felipe Artur2019-04-031-23/+26
* | | | Merge branch '15463-extract-hooks-service' into 'master'Robert Speicher2019-04-085-393/+542
|\ \ \ \
| * | | | Extract a Git::{Base,Tag,Branch}HooksServiceNick Thomas2019-04-055-393/+542
* | | | | Fix `updated_at` doesn't apply to `state_event` updates of issues via APISean McGivern2019-04-082-3/+41
| |_|/ / |/| | |
* | | | Handle possible HTTP exception for Sentry clientPeter Leitzen2019-04-071-6/+20
|/ / /
* | | Merge branch 'port-6539-extract-ee-specific-code' into 'master'Robert Speicher2019-04-051-0/+1
|\ \ \
| * | | Extract EE specific files/lines for quick actions testsport-6539-extract-ee-specific-codeAlexandru Croitor2019-04-031-0/+1
* | | | Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl2019-04-054-154/+0
* | | | Move Contribution Analytics related spec in spec/features/groups/group_page_w...Imre Farkas2019-04-054-0/+154
* | | | Merge branch '58717-checkbox-cannot-be-checked-if-a-blockquote-is-above' into...Sean McGivern2019-04-052-1/+24
|\ \ \ \
| * | | | Fenced blockquotes to not change source line pos58717-checkbox-cannot-be-checked-if-a-blockquote-is-aboveBrett Walker2019-04-042-1/+24
| | |_|/ | |/| |
* | | | Merge branch 'fix-merge-request-relations-with-pipeline-on-mwps' into 'master'Kamil Trzciński2019-04-052-0/+47
|\ \ \ \
| * | | | Fix merge requst relationships with pipeline in MWPSServicefix-merge-request-relations-with-pipeline-on-mwpsShinya Maeda2019-04-052-0/+47
| |/ / /
* | | | Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-057-60/+60
* | | | Add a proxy method to PrometheusClientReuben Pereira2019-04-051-0/+195
|/ / /
* | | Fixed test specsOswaldo Ferreira2019-04-042-23/+114
* | | Merge branch 'create-merge-pipelines-ce' into 'master'Kamil Trzciński2019-04-042-24/+0
|\ \ \
| * | | Backport attached merge request pipelinescreate-merge-pipelines-ceShinya Maeda2019-04-042-24/+0
| | |/ | |/|
* | | Refactor to share tests for base class methodThong Kuah2019-04-044-203/+48
* | | Show backtrace when logging to kubernetes.logThong Kuah2019-04-044-5/+24
|/ /
* | Merge branch '58644-remove-reply_to_individual_notes-feature-flag' into 'master'Nick Thomas2019-04-032-58/+19
|\ \
| * | Remove reply_to_individual_notes feature flag58644-remove-reply_to_individual_notes-feature-flagHeinrich Lee Yu2019-04-032-58/+19
| |/
* | Merge branch '52560-fix-duplicate-tag-system-hooks' into 'master'Rémy Coutable2019-04-031-0/+14
|\ \
| * | Only execute system hooks once when pushing tagsNick Thomas2019-04-031-0/+14
| |/
* | Add port section to CI Image objectFrancisco Javier López2019-04-031-0/+50
* | Fix quick actions add label name middle word overlaps53459-quick-action-adds-multiple-labels-to-issue-if-middle-words-overlap-with-existing-labelJacopo2019-04-021-0/+41
|/
* Merge branch 'ce-6119-extract-ee-specific-files-lines-for-spec-services-group...Lin Jen-Shin2019-04-021-38/+0
|\
| * Remove groups destroy race condition specce-6119-extract-ee-specific-files-lines-for-spec-services-groupsSean McGivern2019-04-021-38/+0
* | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into jarv/dev-to-gitl...jarv/dev-to-gitlab-2019-04-02John Jarvis2019-04-023-0/+144
|\ \ | |/ |/|
| * Merge branch 'security-id-potential-denial-languages' into 'master'GitLab Release Tools Bot2019-04-022-0/+58
| |\
| | * Return cached languages if they've been detected beforeIgor Drozdov2019-03-202-0/+58
| * | Check if labels are available for target issuableJarka Košanová2019-03-281-0/+86
* | | Force a full GC after importing a projectsh-force-gc-after-importStan Hu2019-04-012-1/+14
* | | Merge branch 'check-mergeability-in-merge-to-ref-service' into 'master'Douglas Barbosa Alexandre2019-04-011-9/+11
|\ \ \
| * | | Check mergeability in merge to ref servicecheck-mergeability-in-merge-to-ref-serviceShinya Maeda2019-04-011-9/+11
* | | | add a uniq constraints on issues and mrs labelsAntoine Huret2019-04-012-0/+24
* | | | Merge branch '6539-extract-ee-specific-code' into 'master'Rémy Coutable2019-04-011-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Add no-op license helper to CE6539-extract-ee-specific-codeAlexandru Croitor2019-03-281-0/+1
* | | | Handle missing keys in sentry api responseReuben Pereira2019-03-291-1/+23
* | | | Create detached merge request pipelinespersist-fulll-ref-path-for-mr-pipelinesShinya Maeda2019-03-292-14/+75
* | | | Merge branch '54670-external-diffs-when-outdated' into 'master'Sean McGivern2019-03-281-0/+43
|\ \ \ \
| * | | | Allow external diffs to be used conditionallyNick Thomas2019-03-271-0/+43
* | | | | Merge branch 'fix-routes-n-plus-one-in-user-autocomplete' into 'master'Grzegorz Bizon2019-03-281-13/+40
|\ \ \ \ \
| * | | | | Remove N+1 queries from users autocompleteSean McGivern2019-03-251-13/+40