summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
* Send Gitaly payload for git-upload-archive SSH commandsAlejandro Rodríguez2018-03-211-0/+6
* Merge branch 'update-licensee' into 'master'Douwe Maan2018-03-212-2/+2
|\
| * Fix test failures with licensee 8.9Pirate Praveen2018-03-202-2/+2
* | Optional '/-/' delimiter for search APIJan Provaznik2018-03-191-24/+24
|/
* Adds the option to override project description on export via APITiago Botelho2018-03-161-0/+11
* Merge branch 'bvl-allow-maintainer-to-push' into 'master'Douwe Maan2018-03-071-0/+28
|\
| * Set `allow_maintainer_to_push` using the APIBob Van Landuyt2018-03-071-0/+28
* | Merge branch 'gitaly-git-mandatory' into 'master'Douwe Maan2018-03-071-26/+2
|\ \ | |/ |/|
| * fix specsgitaly-git-mandatoryKim "BKC" Carlbäcker2018-03-071-26/+2
* | Merge branch 'jprovazn-api' into 'master'Sean McGivern2018-03-072-505/+118
|\ \
| * | Add discussion APIjprovazn-apiJan Provaznik2018-03-072-505/+118
* | | Merge branch 'master' into 'issue_38337'Felipe Artur2018-03-068-6/+760
|\ \ \
| * \ \ Merge branch 'proper-fix-for-artifacts-service' into 'master'Grzegorz Bizon2018-03-061-2/+2
| |\ \ \
| | * | | Fix tests by latest proposal changesproper-fix-for-artifacts-serviceShinya Maeda2018-03-061-2/+2
| | | |/ | | |/|
| * | | Merge branch '29130-api-project-export' into 'master'Sean McGivern2018-03-061-0/+290
| |\ \ \ | | |/ / | |/| |
| | * | review: specifying path in spec project creation is not necessaryTravis Miller2018-02-281-3/+3
| | * | Add project export API testsTravis Miller2018-02-281-0/+290
| * | | Change column to file_sha256. Add test. Add changelogShinya Maeda2018-03-061-0/+4
| * | | Make oauth provider login genericHoratiu Eugen Vlad2018-03-051-3/+3
| * | | Merge branch 'dz-use-less-deprecated-methods' into 'master'Douwe Maan2018-03-051-1/+1
| |\ \ \
| | * | | Replace deprecated path_with_namespace with full_pathDmitriy Zaporozhets2018-03-051-1/+1
| | | |/ | | |/|
| * | | Projects and groups badges APIFrancisco Javier López2018-03-051-0/+367
| * | | Merge branch '41616-api-issues-between-date' into 'master'Sean McGivern2018-03-052-0/+72
| |\ \ \
| | * | | Adds updated_at filter to issues and merge_requests APIJacopo2018-03-052-0/+72
| * | | | Update API: add search param to branchesbunufi2018-03-051-0/+21
| | |/ / | |/| |
* | | | Bring one group board to CEFelipe Artur2018-03-031-0/+54
|/ / /
* | | expose metrics in merge request apihaseeb2018-03-021-0/+40
|/ /
* | Merge branch 'feature/move_oauth_modules_to_auth_dir_structure' into 'master'Douwe Maan2018-03-011-5/+5
|\ \
| * | Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad2018-02-281-5/+5
* | | Merge branch '41777-include-cycle-time-in-usage-ping' into 'master'Douwe Maan2018-03-011-3/+3
|\ \ \
| * | | Adapt cycle analytics spec helper and cycle analytics usage data spec41777-include-cycle-time-in-usage-pingTiago Botelho2018-03-011-3/+3
* | | | Merge branch '42434-allow-commits-endpoint-to-work-over-all-commits' into 'ma...Douwe Maan2018-03-011-0/+12
|\ \ \ \
| * | | | Add specs42434-allow-commits-endpoint-to-work-over-all-commitsTiago Botelho2018-03-011-0/+12
* | | | | Merge branch '43425-projects-hooks-confidential-issues-events' into 'master'Rémy Coutable2018-03-012-2/+10
|\ \ \ \ \
| * | | | | align "confidential issues events" implementation with "issues events" oneJean-Baptiste Guerraz2018-03-012-2/+10
* | | | | | Merge branch 'merge-requests-api-filter-by-branch' into 'master'Rémy Coutable2018-03-011-0/+40
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add source and target branch filters to merge requests APISean McGivern2018-03-011-0/+40
| |/ / / /
* | | | | Remove use of any_instance_of in runner specbuild-finished-worker-spec-prependYorick Peterse2018-02-281-1/+1
| |_|_|/ |/| | |
* | | | Persist runner IP address on contact (#43489)Dylan Griffith2018-02-281-0/+18
| |/ / |/| |
* | | Adjust the API issues move spec to use project ID 0Stan Hu2018-02-262-4/+4
| |/ |/|
* | Get rid of hard-coded user/project/group names that could clash with DB seque...Rémy Coutable2018-02-261-6/+6
* | Respond 404 when repo does not existmk/fix-error-code-for-repo-does-not-existMichael Kozono2018-02-241-3/+3
|/
* Fix repo existence check in GitAccessWikiJacob Vosmaer (GitLab)2018-02-222-5/+5
* Merge branch 'add-pagination-commit-diffs' into 'master'Robert Speicher2018-02-211-0/+1
|\
| * Add missing pagination on the commit diff endpointMaxime Roussin-Belanger2018-02-191-0/+1
* | Merge branch '40668-pages-domain-api-returns-404-when-using-a-specific-domain...Rémy Coutable2018-02-211-1/+12
|\ \
| * | Fix get a single pages domain when project path contains a periodTravis Miller2018-02-191-1/+12
| |/
* | Remove extraneous tests from Issues API specrs-over-testingRobert Speicher2018-02-192-50/+2
|/
* Fix order dependencies in some specsNick Thomas2018-02-164-5/+5
* Fix project import API after import service refactorJames Lopez2018-02-161-2/+2