summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Uniquify reserved word usernames on OAuth user creationRobin Bobbitt2017-08-021-0/+30
* Merge branch 'remove-default-access-levels' into 'master'Rémy Coutable2017-07-282-15/+71
|\
| * Make access level more compatible with EELin Jen-Shin2017-07-282-15/+71
* | Merge branch 'feature/sm/35282-ci_pipeline_variables-2' into 'master'Kamil Trzciński2017-07-287-9/+118
|\ \
| * | Expand pipeline_trigger_service_spec by godfat requestfeature/sm/35282-ci_pipeline_variables-2Shinya Maeda2017-07-281-16/+28
| * | Fix static snalysysShinya Maeda2017-07-281-1/+1
| * | Use let(:params) instead of def paramShinya Maeda2017-07-281-9/+10
| * | Use let(:pipeline) for variables spec in triggers_spec.rbShinya Maeda2017-07-281-2/+1
| * | Fix pipelineShinya Maeda2017-07-281-9/+0
| * | fix merge missShinya Maeda2017-07-281-0/+4
| * | initShinya Maeda2017-07-287-13/+115
| |/
* | Merge branch 'rs-empty_project-features' into 'master'Rémy Coutable2017-07-28148-213/+217
|\ \
| * | Use `empty_project` where possible in spec/features/securityrs-empty_project-featuresRobert Speicher2017-07-276-6/+9
| * | Use `empty_project` where possible in spec/features/merge_requestsRobert Speicher2017-07-2729-42/+42
| * | Use `empty_project` where possible in spec/features/issuesRobert Speicher2017-07-2718-30/+30
| * | Use `empty_project` where possible in spec/features/projectsRobert Speicher2017-07-2773-97/+95
| * | Use `empty_project` where possible in spec/features/issuablesRobert Speicher2017-07-272-3/+3
| * | Use `empty_project` where possible in spec/features/atomRobert Speicher2017-07-274-5/+5
| * | Use `empty_project` where possible in spec/features/profilesRobert Speicher2017-07-271-3/+3
| * | Use `empty_project` where possible in spec/features/exploreRobert Speicher2017-07-271-1/+1
| * | Use `empty_project` where possible in spec/features/groupsRobert Speicher2017-07-273-5/+5
| * | Use `empty_project` where possible in spec/features/adminRobert Speicher2017-07-274-11/+14
| * | Use `empty_project` where possible in spec/features/dashboardRobert Speicher2017-07-277-10/+10
* | | Merge branch 'zj-delete-mm-team' into 'master'Douwe Maan2017-07-281-0/+10
|\ \ \
| * | | Remove Mattermost team with GitLab groupZ.J. van de Weg2017-07-281-0/+10
* | | | Merge branch 'gitaly-ruby-bundler' into 'master'Sean McGivern2017-07-281-1/+1
|\ \ \ \
| * | | | Support the fact that Gitaly uses bundlerJacob Vosmaer2017-07-271-1/+1
* | | | | Merge branch 'backport-refator-git-push-service-spec' into 'master'Douwe Maan2017-07-281-100/+99
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | refactors git push service spec codebackport-refator-git-push-service-specTiago Botelho2017-07-281-100/+99
* | | | | Merge branch 'tc-api-root-merge-requests' into 'master'Sean McGivern2017-07-281-0/+94
|\ \ \ \ \
| * | | | | Default /merge_request API endpoint to `scope=created-by-me`Toon Claes2017-07-281-4/+15
| * | | | | Add top-level /merge_requests API endpointToon Claes2017-07-271-0/+83
* | | | | | Merge branch '35224-transform-user-profile-javascript-into-async-bundle' into...Tim Zallmann2017-07-281-2/+2
|\ \ \ \ \ \
| * | | | | | fix broken testsMike Greiling2017-07-191-2/+2
* | | | | | | Merge branch '32483-jira-error' into 'master'Sean McGivern2017-07-283-10/+27
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Display specific error message when JIRA test fails32483-jira-errorJarka Kadlecova2017-07-273-10/+27
* | | | | | | Merge branch 'bvl-add-all-settings-to-api' into 'master'Robert Speicher2017-07-271-3/+2
|\ \ \ \ \ \ \
| * | | | | | | Remove deprecated `repository_storage` attributebvl-add-all-settings-to-apiBob Van Landuyt2017-07-271-3/+2
* | | | | | | | Incorporate RefsService.FindAllBranches Gitaly RPCgitaly-all-branchesAlejandro Rodríguez2017-07-272-2/+18
* | | | | | | | Improve Gitlab::Git::Repository specs for #branchesAlejandro Rodríguez2017-07-271-14/+39
* | | | | | | | Remove unused Gitlab::Git operationsAlejandro Rodríguez2017-07-271-138/+0
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge branch 'feature/migrate-repository-tags-to-gitaly' into 'master'Robert Speicher2017-07-271-14/+24
|\ \ \ \ \ \ \
| * | | | | | | Migrate Repository#tags to Gitalyfeature/migrate-repository-tags-to-gitalyAhmad Sherif2017-07-271-14/+24
* | | | | | | | Merge branch '1827-prevent-concurrent-editing-wiki' into 'master'Robert Speicher2017-07-272-1/+47
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Encapsulate the commit.sha logicHiroyuki Sato2017-07-271-4/+26
| * | | | | | | Remove unnecessary codeHiroyuki Sato2017-07-261-1/+0
| * | | | | | | Refactor: use keyword arguments for optional parametersHiroyuki Sato2017-07-231-2/+2
| * | | | | | | Change double quotes to single quotesHiroyuki Sato2017-07-231-7/+7
| * | | | | | | Merge branch 'master' into 1827-prevent-concurrent-editing-wikiHiroyuki Sato2017-07-231911-24049/+100532
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Refactor specHiroyuki Sato2017-03-091-2/+2