summaryrefslogtreecommitdiff
path: root/doc/api/projects.md
Commit message (Collapse)AuthorAgeFilesLines
* 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
* documentation for api method which get labels of a projectÁbner Silva de Oliveira2014-03-231-0/+26
|
* Add more api docsDmitriy Zaporozhets2014-03-171-0/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Doesn't exist for user endpoint.dosire2014-02-181-1/+0
|
* Add namespace for projects to docs.dosire2014-02-141-0/+2
|
* Update api project documentation to include project name as attribute.Marin Jankovski2014-02-111-15/+15
|
* Add import_url in API docsMaxime Brugidou2013-12-301-0/+1
|
* ProjectHook API supports new event fieldsDmitriy Zaporozhets2013-12-041-0/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* We welcome everyone to contribute.Sytse Sijbrandij2013-12-011-1/+1
|
* Adding authenticated public mode (internal).Jason Hollingsworth2013-11-261-2/+7
| | | | | | Added visibility_level icons to project view (rather than just text). Added public projects to search results. Added ability to restrict visibility levels standard users can set.
* better wording for api docDmitriy Zaporozhets2013-11-181-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* update projects api docsDmitriy Zaporozhets2013-11-181-1/+17
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove default_branch support from API project creationDmitriy Zaporozhets2013-11-061-1/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add an example.Marin Jankovski2013-10-181-2/+2
|
* Update project api doc.Marin Jankovski2013-10-171-1/+1
|
* API: docs for remove projectDmitriy Zaporozhets2013-10-091-0/+12
|
* Update group access levels in docs.Marin Jankovski2013-10-021-12/+0
|
* Update project api docs.Marin Jankovski2013-10-011-52/+132
|
* Used pagnation function from api helpersIzaak Alpert2013-09-241-2/+2
| | | | Change-Id: I1bdd3608d3b46924b5da3ae282c99f85ee4e0dab
* Added missing API documentationIzaak Alpert2013-09-231-0/+15
| | | | Change-Id: I1337ee7ff51d018d6f62d447345032597e84269f
* Fix typosJohannes Schleifenbaum2013-07-291-1/+1
|
* enhance project creation apis to allow setting of public attributeAngus MacArthur2013-07-121-0/+2
| | | | Change-Id: Ib71ce8cf993627eada63d7d596fb302ec702f36e
* Merge pull request #3993 from bke-drewb/3599Dmitriy Zaporozhets2013-07-111-9/+13
|\ | | | | Issue 3599: Add snippets_enabled flag to projects for API
| * Issue 3599: Add snippets_enabled flag to projects for APIDrew Blessing2013-06-111-8/+12
| | | | | | | | | | | | s 3599: Add snippets_enabled flag to projects for API Replace missing comma
* | Additon of apis for fork administration.Angus MacArthur2013-07-081-0/+25
|/ | | | | Added ability to add and remove the forked from/to relatioinship between existing repos.