summaryrefslogtreecommitdiff
path: root/lib/api/projects.rb
Commit message (Expand)AuthorAgeFilesLines
* Support custom attributes on projectsMarkus Koller2017-11-061-0/+2
* Add an API endpoint to determine the forks of a projectMark Fletcher2017-09-201-4/+19
* change collapse to resolve and comments to discussionsAshley Dumaine2017-09-061-2/+2
* Add functionality to collapse outdated diff comments regardless of discussion...Ashley Dumaine2017-09-061-0/+2
* API: Use defined project requirementsrs-api-use-project-requirementsRobert Schilling2017-08-311-2/+2
* Add a spec when ressource is not modifiedRobert Schilling2017-08-291-4/+2
* Update remaining endpointsRobert Schilling2017-08-281-1/+0
* Conditionally destroy a ressourceRobert Schilling2017-08-281-2/+3
* API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling2017-08-281-0/+2
* Cache the number of forks of a projectforks-count-cacheYorick Peterse2017-08-141-0/+2
* Update grape gemdz-update-grapeDmitriy Zaporozhets2017-07-201-0/+2
* Fix some N+1 queries in the GET /projects APIRémy Coutable2017-07-071-0/+8
* Merge branch '33657-user-projects-api' into 'master'Rémy Coutable2017-07-061-48/+65
|\
| * Add user projects APIvanadium232017-07-061-48/+65
* | Rename ci_config_file to ci_config_pathLin Jen-Shin2017-07-051-1/+1
* | Fix various descriptions given the feedbackLin Jen-Shin2017-07-041-1/+1
* | Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Conf...Lin Jen-Shin2017-06-301-1/+3
|\ \ | |/
| * bugfix: use `require_dependency` to bring in DeclarativePolicybugfix/declarative-policy-reloadinghttp://jneen.net/2017-06-291-1/+1
| * use subject scope in :id/usershttp://jneen.net/2017-06-271-1/+3
* | Merge remote-tracking branch 'upstream/master' into 15041-Add-Custom-CI-Confi...15041-Add-Custom-CI-Config-PathLin Jen-Shin2017-06-281-352/+297
|\ \ | |/
| * 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
| |/