summaryrefslogtreecommitdiff
path: root/spec/requests/api/projects_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve the Project factory to make `creator` defaults to namespace.ownerRémy Coutable2017-08-101-2/+2
* Expose more attributes to unauthenticated GET /projects/:idTony2017-08-031-1/+9
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-23/+23
* Fix the /projects/:id/repository/branches endpoint to handle dots in the bran...Rémy Coutable2017-07-271-1/+1
* Resolve "More RESTful API: include resource URLs in responses"Oswaldo Ferreira2017-07-251-0/+32
* Support both internal and external issue trackersJarka Kadlecova2017-07-241-0/+25
* Update specs for new upload pathBob Van Landuyt2017-07-181-1/+1
* Fix some N+1 queries in the GET /projects APIRémy Coutable2017-07-071-2/+39
* Merge branch '33657-user-projects-api' into 'master'Rémy Coutable2017-07-061-0/+20
|\
| * Add user projects APIvanadium232017-07-061-0/+20
* | Rename ci_config_file to ci_config_pathLin Jen-Shin2017-07-051-2/+2
* | Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-06-301-1/+2
|\ \ | |/
| * Add parent_id back to the testsOswaldo Ferreira2017-06-281-1/+2
| * Rename members_count to members_count_with_descendants and expose only to gro...Oswaldo Ferreira2017-06-281-3/+1
| * Adjust projects spec on namespace fieldsOswaldo Ferreira2017-06-281-1/+3
* | Merge remote-tracking branch 'upstream/master' into 15041-Add-Custom-CI-Confi...15041-Add-Custom-CI-Config-PathLin Jen-Shin2017-06-281-384/+824
|\ \ | |/
| * Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-18/+18
| * Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-15/+28
| * Accept image for avatar in project APIvanadium232017-06-091-0/+9
| * Introduce an Events APIMark Fletcher2017-06-061-58/+0
| * Fix Projects API spec33340-fix-broken-masterRémy Coutable2017-06-061-2/+2
| * Merge branch 'projects-api-import-status' into 'master'Douwe Maan2017-06-021-0/+20
| |\
| | * Expose import_status in Projects APIRobin Bobbitt2017-06-021-0/+20
| * | Fix missing optional path parameter in "Create project for user" API33242-create-project-for-user-api-ignores-path-parameterAthar Hameed2017-06-021-5/+21
| |/
| * 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