summaryrefslogtreecommitdiff
path: root/spec/requests/api/projects_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add tag_list param to project apivanadium232017-05-311-0/+8
* Use CTEs for nested groups and authorizationsYorick Peterse2017-05-171-11/+9
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Expose project statistics on single requests via the APIMark Fletcher2017-05-031-0/+14
* Merge branch 'jacopo-beschi/gitlab-ce-29712-unnecessary-wait-for-ajax'Rémy Coutable2017-04-241-1/+1
|\
| * Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-1/+1
* | Add missing newlineswinniehell2017-04-201-0/+6
* | Add missing newlineswinniehell2017-04-201-0/+16
* | Add failing test for #31012winniehell2017-04-191-0/+13
|/
* Separate CE params on Grape APIOswaldo Ferreira2017-04-101-0/+7
* Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-031-2/+0
* Fix RSpec/DescribeSymbol cop violationsRobert Speicher2017-03-241-1/+1
* Implement `json_response` as a `let` variableRémy Coutable2017-03-131-2/+2
* Fix for creating a project through API when import_url is niltc-fix-project-create-500Toon Claes2017-03-101-0/+8
* Fix all testsToon Claes2017-03-061-2/+2
* Rename query parameter to `membership`28865-filter-by-authorized-projects-in-v4Toon Claes2017-03-031-7/+7
* Add filter param for authorized projects for current_user for V4Oswaldo Ferreira2017-03-031-22/+47
* Expose Project's & ProjectSnippet's VisibilityLevel as StringToon Claes2017-03-021-31/+30
* Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-011-12/+12
* Merge branch '6073_project_api' into 'master' Sean McGivern2017-02-281-3/+30
|\
| * API project create: Make name or path requiredJarka Kadlecova2017-02-271-3/+30
* | Return 204 for delete endpointsRobert Schilling2017-02-281-2/+5
|/
* Return 202 with JSON body on async removals on V4 API3874-correctly-return-json-on-delete-responsesOswaldo2017-02-231-2/+6
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-12/+12
* Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-12/+12
* Add housekeeping endpoint for Projects APIMark Fletcher2017-02-221-0/+49
* API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar`api-star-restfulRobert Schilling2017-02-201-4/+4
* Add a custom pagination matcherRobert Schilling2017-02-161-2/+19
* Merge branch 'master' into 'dz-nested-groups-improvements-3'Dmitriy Zaporozhets2017-02-141-156/+228
|\
| * API: Consolidate /projects endpointToon Claes2017-02-141-156/+102
| * Move /projects/fork/:id to /projects/:id/fork14492-change-fork-endpointOswaldo Ferreira2017-02-131-0/+126
* | Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets2017-02-141-0/+1
|/
* Use VisibilityLevel constants in spec23104-remove-public-param-for-projectsToon Claes2017-02-071-4/+4
* API: remove `public` param for projectsToon Claes2017-02-071-49/+6
* Merge branch '22007-unify-projects-search' into 'master' Rémy Coutable2017-02-061-46/+0
|\
| * Unify projects search by removing /projects/:search endpointOswaldo Ferreira2017-01-301-46/+0
* | Active tense test coveragejej-backport-active-tense-specsValery Sizov2017-02-011-1/+1
|/
* Use `:empty_project` where possible in request specsrs-empty_project-requestsRobert Speicher2017-01-261-0/+1
* Replace many :project with :empty_projects in API specsuse-empty_project-factory-in-api-specsRémy Coutable2017-01-171-15/+14
* Merge branch 'dot-in-project-queries' into 'master' Rémy Coutable2017-01-161-6/+11
|\
| * Add a constraint on the query parameter to allow querying for projects with d...Bruno Melli2017-01-141-6/+11
* | Add more storage statisticsMarkus Koller2016-12-211-1/+43
* | Don't expose all namespace fields in APIMarkus Koller2016-12-211-0/+12
|/
* Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim2016-12-161-1/+1
* Merge branch 'update-api-spec-files' into 'master' Rémy Coutable2016-12-021-1/+1
|\
| * Changed API spec files to describe the correct classLivier2016-11-281-1/+1
* | Allow public access to some Project API endpoints4269-public-apiRémy Coutable2016-12-011-141/+235
* | Grapify the projects APIgrapify-projects-apiRobert Schilling2016-11-281-21/+20
|/
* API: Add endpoint to delete a group shareapi-delete-group-shareRobert Schilling2016-11-231-0/+30