summaryrefslogtreecommitdiff
path: root/lib/api/projects.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'api-fix-project-group-sharing' into 'security'Rémy Coutable2016-10-111-0/+6
* Tidy up project list actionsben.boeckel/gitlab-ce-api-visible-projectsSean McGivern2016-10-051-28/+24
* api: add /projects/visible API endpointBen Boeckel2016-10-041-0/+15
* Expose project share expiration_date field on APIissue_22382Felipe Artur2016-09-281-5/+6
* API: Return 404 when trying to fork to unaccessible namespaceRémy Coutable2016-09-221-1/+3
* Allow to set request_access_enabled for groups and projects using APIFelipe Artur2016-09-191-42/+47
* Use Search::GlobalService.new in the `GET /projects/search/:query` endpointrc-api-use-search-globalservice-in-projects-search-apiRémy Coutable2016-09-121-12/+3
* Search should compare only the lowercase versions of the project namesRazzeee2016-09-091-1/+1
* Higher code quality for fork to namespace APIOlaf Tomalka2016-09-061-1/+0
* Improved code quality on API fork namespace featureOlaf Tomalka2016-09-061-3/+6
* Added fork API paremeter for a specific namespaceOlaf Tomalka2016-09-061-2/+14
* Project tools visibility levelFelipe Artur2016-09-011-1/+1
* Renamed `enable_lfs` to `lfs_enabled` for the Project field, and related fixes.project-specific-lfsPatricio Cano2016-08-301-5/+7
* Added CHANGELOG, documentation, and API functionalityPatricio Cano2016-08-301-2/+6