summaryrefslogtreecommitdiff
path: root/doc/api/projects.md
Commit message (Collapse)AuthorAgeFilesLines
* Allow a project member to leave the projected through the APIremove-myself-from-project-api-7687Zeger-Jan van de Weg2016-04-121-2/+4
|
* PUT becomes POST on archiving endpointsZeger-Jan van de Weg2016-03-241-10/+12
| | | | | Also the specs have a minor improvement. Mainly the access right spec. Changes are reflected in the docs
* Add endpoints for archiving and unarchivingZeger-Jan van de Weg2016-03-231-0/+164
|
* Bring share project with group API from EEshare-project-ceDmitriy Zaporozhets2016-03-131-0/+14
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Rename allow_guest_to_access_builds to public_buildsKamil Trzcinski2016-02-041-5/+5
|
* Expose allow_guest_to_access_builds in GitLab APIKamil Trzcinski2016-02-041-2/+8
|
* Change 'public' flag to more robust 'visibility' query.Josh Frye2016-01-191-4/+4
|
* Update all docs for public paramJosh Frye2016-01-191-0/+3
|
* Add public params to GET /projects api. Closes #3788Josh Frye2016-01-191-0/+1
|
* Merge branch 'ci/api-projects' into 'master' Douwe Maan2016-01-131-3/+14
|\ | | | | | | | | | | | | Extend projects API with CI data Reference #4264 See merge request !2303
| * Modify CI features in projects APIci/api-projectsTomasz Maczukin2016-01-111-20/+1
| |
| * Update ./doc/apiTomasz Maczukin2016-01-071-3/+33
| |
* | Add API project upload endpointDouwe Maan2016-01-071-0/+28
|/
* Add project permissions to all project API endpointsStan Hu2015-12-221-0/+10
| | | | This standardizes all the project API formats. Also needed to support Huboard.
* Api support for requesting starred projects for userZeger-Jan van de Weg2015-12-161-0/+15
| | | | Fixes #4112
* Merge branch 'add-open-issues-count-to-api' of ↵Dmitriy Zaporozhets2015-12-161-0/+3
|\ | | | | | | | | | | https://gitlab.com/stanhu/gitlab-ce Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Add open_issues_count to project APIStan Hu2015-12-111-0/+3
| | | | | | | | This is needed to support Huboard and a generally useful value.
* | Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-3/+0
|/
* Remove default_branch from project API creation since an empty repositoryStan Hu2015-12-081-1/+0
| | | | | | has no branches to start. Closes #3937
* Extent Event and Note APIextend-events-apiDmitriy Zaporozhets2015-12-041-4/+67
| | | | | | | | * add note to Events API * add author section to Events API * add noteable_id and noteable_type to Notes API Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Expose CI enable option in project featuresKamil Trzcinski2015-11-131-0/+6
| | | | - Enable CI by default for all new projects
* api: add enable_ssl_verification to PUT/POST hooksBen Boeckel2015-09-241-0/+2
|
* doc: list note_events as a valid parameter for PUT/POST hooksBen Boeckel2015-09-241-0/+2
|
* api: expose note_events and enable_ssl_verification for hooksBen Boeckel2015-09-241-0/+2
|
* Make sure webhooks are mentioned at the top level.Sytse Sijbrandij2015-07-081-4/+7
|
* update API docproject_api_orderValery Sizov2015-05-141-0/+3
|
* Update API documentation of projects with creator_idChristoph Dreis2015-04-101-0/+3
|
* Modified lib/api/entities.rb to expose Project class tag_list property to ↵Cristian Medina2015-04-031-0/+12
| | | | | | | | the API Updated projects.md to show tag_list field when performing GETs Updated projects_spec.rb to include check for tag_list key in project list Added changes to the CHANGELOG
* Expose avatar_url in projects APIsue4452015-03-011-3/+6
| | | | | | * Impl Project#avatar_url * Refactor ApplicationHelper: Use Project#avatar_url * Update changelog
* Extend project web hooks with more dataDmitriy Zaporozhets2015-02-201-0/+18
| | | | | | * add git_http_url and git_ssh_url to project web hook * add visibility_level to project web hook * add documentation about project visibility_level in API
* Refactor and improve sorting objects in API for projects, issues and merge ↵Dmitriy Zaporozhets2015-02-051-2/+16
| | | | requests
* Fix a number of discovered typos, capitalization of developer andEwan Edwards2015-02-031-1/+1
| | | | product names, plus a couple of instances of bad Markdown markup.
* Implement edit via API for projectsMika Mäenpää2015-01-221-0/+25
|
* Add search filter option on project api for authorized projects.Marin Jankovski2015-01-121-0/+1
|
* Updated projects api to allow orderingStephan van Leeuwen2014-12-291-3/+7
| | | | | Added support for order_by and sort parameters, to sort the projects by the specified values. Updated projects api documentation including the order_by and sort parameters
* Expose author username in project events APIDmitriy Zaporozhets2014-10-311-0/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add tag_push_events to project hook apiKirill Zaitsev2014-10-031-0/+2
|
* API: Initial support for forking a project via the APIBernhard Kaindl2014-10-011-0/+12
| | | | | | | | | | This change adds POST /projects/fork/:id to the API for forking a project into the namespace of the authenticated user, like the "create fork" link in the GUI does. It also calls the same code. Failure and permission checks (except for conflict) are already implemented and handled in ForkService and the API, so the added code is simple and does not alter anything.
* Update project api docsDmitriy Zaporozhets2014-09-091-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix Md style for projects API doc.Ciro Santilli2014-08-151-89/+70
|
* Add, delete labels via APIRobert Schilling2014-08-131-26/+0
|
* Merge branch 'master' into 'master'Dmitriy Zaporozhets2014-08-111-2/+6
|\ | | | | | | | | | | | | | | Let users limit by archived/not archived projects in GitLab API GET /projects Adds a boolean parameter, archived, to the /projects endpoint. See merge request !158
| * Add an option to GET /projects in the GitLab API to exclude archived projectsSasha Joseph2014-07-281-2/+6
| |
* | Text changes to projects API documentationRob Taylor2014-07-311-16/+16
|/ | | Fixes some grammar / punctuation errors and inconsistencies.
* Merge pull request #7089 from NARKOZ/api-patchDmitriy Zaporozhets2014-07-231-0/+1
|\ | | | | API patch
| * update API docsNihad Abbasov2014-06-061-0/+1
| |
* | Wipe wall notes featureDmitriy Zaporozhets2014-06-131-5/+0
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add titles to doc pages.Marin Jankovski2014-05-271-1/+1
|
* Add info about exposed Project::archived to API docsMarcus Ilgner2014-04-201-3/+6
|
* Api-Doc JSON lintJohannes Schleifenbaum2014-04-051-71/+79
| | | | Fixes: #5505