summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into 'issue_38337'Felipe Artur2018-03-068-6/+760
|\ | | | | | | | | # Conflicts: # app/models/group.rb # db/schema.rb
| * Merge branch 'proper-fix-for-artifacts-service' into 'master'Grzegorz Bizon2018-03-061-2/+2
| |\ | | | | | | | | | | | | | | | | | | Add archive feature to trace Closes #43022 and gitlab-ee#4170 See merge request gitlab-org/gitlab-ce!17314
| | * 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
| |\ \ | | |/ | |/| | | | | | | | | | | | | Resolve "API endpoint for exporting project" Closes #29130 See merge request gitlab-org/gitlab-ce!15860
| | * 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
| |\ \ | | | | | | | | | | | | | | | | Reduce usage of deprecated *_with_namespace methods See merge request gitlab-org/gitlab-ce!17523
| | * | Replace deprecated path_with_namespace with full_pathDmitriy Zaporozhets2018-03-051-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | 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
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "API support for selecting only updated issues before/after a given date" Closes #41616 See merge request gitlab-org/gitlab-ce!17417
| | * | | 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/auth See merge request gitlab-org/gitlab-ce!17359
| * | 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
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Include cycle time in usage ping" Closes #41777 See merge request gitlab-org/gitlab-ce!16793
| * | | 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 ↵Douwe Maan2018-03-011-0/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Allow API method /projects/:id/repository/commits to work over all commits" Closes #42434 See merge request gitlab-org/gitlab-ce!17182
| * | | | 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
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Projects hooks : confidential_issues_events" Closes #43425 See merge request gitlab-org/gitlab-ce!17370
| * | | | | 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 API Closes #42492 See merge request gitlab-org/gitlab-ce!17355
| * | | | | 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
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In EE we prepend a module into BuildFinishedWorker. This would cause this spec to fail because RSpec doesn't support the use of "any_instance_of" with classes that include a prepended module. To work around this we just stub the "perform_async" class method instead of stubbing the "perform" instance method.
* | | | 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
| |/ |/| | | | | Closes #43631
* | Get rid of hard-coded user/project/group names that could clash with DB ↵Rémy Coutable2018-02-261-6/+6
| | | | | | | | | | | | sequences Signed-off-by: Rémy Coutable <remy@rymai.me>
* | 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 endpoint Closes #43370 See merge request gitlab-org/gitlab-ce!17203
| * Add missing pagination on the commit diff endpointMaxime Roussin-Belanger2018-02-191-0/+1
| |
* | Merge branch ↵Rémy Coutable2018-02-211-1/+12
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '40668-pages-domain-api-returns-404-when-using-a-specific-domain' into 'master' Resolve "Pages Domain API returns 404 when using a specific domain" Closes #40668 See merge request gitlab-org/gitlab-ce!17206
| * | 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
|/ | | | | | | | These were all testing an implementation detail of `Issues::UpdateService` which is already well-tested and doesn't need to be re-tested here. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/25201
* Fix order dependencies in some specsNick Thomas2018-02-164-5/+5
| | | | | | Our automatically-generated project paths are of the form project<N>. If a spec manually specifies a project path of that form, it may conflict with the automatically-generated paths in some circumstances.
* Fix project import API after import service refactorJames Lopez2018-02-161-2/+2
|
* Merge branch '41899-api-endpoint-for-importing-a-project-export' into 'master'Sean McGivern2018-02-161-0/+102
|\ | | | | | | | | | | | | Resolve "API endpoint for importing a project export" Closes #41899 See merge request gitlab-org/gitlab-ce!17025
| * refactor code based on feedbackJames Lopez2018-02-141-2/+2
| |
| * refactor code based on feedbackJames Lopez2018-02-141-8/+20
| |
| * add more specsJames Lopez2018-02-131-0/+9
| |
| * add more specsJames Lopez2018-02-131-1/+32
| |
| * add import status endpointJames Lopez2018-02-131-2/+2
| |
| * fix file uploadJames Lopez2018-02-131-2/+2
| |
| * update import API and specJames Lopez2018-02-131-3/+5
| |
| * update import API and specJames Lopez2018-02-131-3/+2
| |
| * add entity and update specJames Lopez2018-02-131-2/+2
| |
| * add more specsJames Lopez2018-02-131-5/+29
| |