summaryrefslogtreecommitdiff
path: root/lib/api/projects.rb
Commit message (Expand)AuthorAgeFilesLines
...
| * add printing_merge_request_link_enabled to APIDavid Turner2017-06-191-0/+2
| * Accept image for avatar in project APIvanadium232017-06-091-0/+1
| * Introduce an Events APIMark Fletcher2017-06-061-10/+0
| * Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-copRémy Coutable2017-06-021-2/+2
| * Fix missing optional path parameter in "Create project for user" API33242-create-project-for-user-api-ignores-path-parameterAthar Hameed2017-06-021-0/+1
| * Merge branch 'tc-improve-project-api-perf' into 'master'Douwe Maan2017-05-311-14/+12
| |\
| | * Add :owned param to ProjectFinderToon Claes2017-05-301-1/+1
| | * Use helper to construct Finder paramsToon Claes2017-05-301-8/+1
| | * Use ProjectFinder to filter the projectsToon Claes2017-05-301-0/+4
| | * Handle `membership` in ProjectFinderToon Claes2017-05-301-1/+4
| | * Build options hash after finding the list of projectsToon Claes2017-05-301-5/+6
| | * Move ProjectsFinder to `present_projects` for simplificationToon Claes2017-05-301-12/+9
| * | Add tag_list param to project apivanadium232017-05-311-0/+2
| |/
| * 'New issue'/'New merge request' dropdowns should show only projects with issu...19107-404-when-creating-new-milestone-or-issue-for-project-that-has-issues-disabledblackst0ne2017-05-301-1/+7
| * Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
| * Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
| * Merge branch '12910-uploader-pers-snippet' into 'master' Sean McGivern2017-05-041-1/+1
| |\
| | * Support uploaders for personal snippets comments12910-uploader-pers-snippetJarka Kadlecova2017-05-021-1/+1
| * | Expose project statistics on single requests via the APIMark Fletcher2017-05-031-5/+9
| |/
| * Replace builds_enabled with jobs_enabled in projects API v4 (!10786)winniehell2017-04-201-2/+5
| * Separate CE params on Grape APIOswaldo Ferreira2017-04-101-8/+28
| * ProjectsFinder should handle more optionsJacopo2017-04-061-1/+1
| * Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+1
| * Rename query parameter to `membership`28865-filter-by-authorized-projects-in-v4Toon Claes2017-03-031-1/+2
| * Use string based `visibility` getter & setterToon Claes2017-03-021-4/+4
| * Expose Project's & ProjectSnippet's VisibilityLevel as StringToon Claes2017-03-021-10/+6
| * Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-011-2/+2
| * Merge branch '6073_project_api' into 'master' Sean McGivern2017-02-281-1/+2
| |\
| | * API project create: Make name or path requiredJarka Kadlecova2017-02-271-1/+2
| * | Return 204 for delete endpointsRobert Schilling2017-02-281-1/+0
| |/
| * Return 202 with JSON body on async removals on V4 API3874-correctly-return-json-on-delete-responsesOswaldo2017-02-231-0/+2
| * Enable Style/MultilineArrayBraceLayoutDouwe Maan2017-02-231-1/+2
| * Enable Style/SpaceInsideBracketsDouwe Maan2017-02-231-1/+1
| * Add housekeeping endpoint for Projects APIMark Fletcher2017-02-221-0/+13
| * API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar`api-star-restfulRobert Schilling2017-02-201-1/+1
| * API: Consolidate /projects endpointToon Claes2017-02-141-55/+4
| * Move /projects/fork/:id to /projects/:id/fork14492-change-fork-endpointOswaldo Ferreira2017-02-131-1/+1
| * API: remove `public` param for projectsToon Claes2017-02-071-15/+4
| * Unify projects search by removing /projects/:search endpointOswaldo Ferreira2017-01-301-16/+0
| * Merge branch 'sandish/gitlab-ce-update_ret_val' into 'master' Robert Speicher2017-01-161-4/+4
| |\
| | * Add a spec and actually display the flash noticeRémy Coutable2017-01-161-4/+4
| * | Merge branch 'dot-in-project-queries' into 'master' Rémy Coutable2017-01-161-1/+1
| |\ \ | | |/ | |/|
| | * Add a constraint on the query parameter to allow querying for projects with d...Bruno Melli2017-01-141-1/+1
| * | Add more storage statisticsMarkus Koller2016-12-211-37/+43
| * | Consistently use current_user in API entitiesMarkus Koller2016-12-211-6/+6
| |/
| * Allow public access to some Project API endpoints4269-public-apiRémy Coutable2016-12-011-10/+18
| * Grapify the projects APIgrapify-projects-apiRobert Schilling2016-11-281-313/+265
| * API: Introduce `#find_project!` which also check access permissionRémy Coutable2016-11-241-1/+1
| * API: Add endpoint to delete a group shareapi-delete-group-shareRobert Schilling2016-11-231-0/+13
| * Add setting to only allow merge requests to be merged when all discussions ar...Rodolfo Santos2016-11-041-3/+6