Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure webhooks are mentioned at the top level. | Sytse Sijbrandij | 2015-07-08 | 1 | -4/+7 |
| | |||||
* | update API docproject_api_order | Valery Sizov | 2015-05-14 | 1 | -0/+3 |
| | |||||
* | Update API documentation of projects with creator_id | Christoph Dreis | 2015-04-10 | 1 | -0/+3 |
| | |||||
* | Modified lib/api/entities.rb to expose Project class tag_list property to ↵ | Cristian Medina | 2015-04-03 | 1 | -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 API | sue445 | 2015-03-01 | 1 | -3/+6 |
| | | | | | | * Impl Project#avatar_url * Refactor ApplicationHelper: Use Project#avatar_url * Update changelog | ||||
* | Extend project web hooks with more data | Dmitriy Zaporozhets | 2015-02-20 | 1 | -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 Zaporozhets | 2015-02-05 | 1 | -2/+16 |
| | | | | requests | ||||
* | Fix a number of discovered typos, capitalization of developer and | Ewan Edwards | 2015-02-03 | 1 | -1/+1 |
| | | | | product names, plus a couple of instances of bad Markdown markup. | ||||
* | Implement edit via API for projects | Mika Mäenpää | 2015-01-22 | 1 | -0/+25 |
| | |||||
* | Add search filter option on project api for authorized projects. | Marin Jankovski | 2015-01-12 | 1 | -0/+1 |
| | |||||
* | Updated projects api to allow ordering | Stephan van Leeuwen | 2014-12-29 | 1 | -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 API | Dmitriy Zaporozhets | 2014-10-31 | 1 | -0/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add tag_push_events to project hook api | Kirill Zaitsev | 2014-10-03 | 1 | -0/+2 |
| | |||||
* | API: Initial support for forking a project via the API | Bernhard Kaindl | 2014-10-01 | 1 | -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 docs | Dmitriy Zaporozhets | 2014-09-09 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix Md style for projects API doc. | Ciro Santilli | 2014-08-15 | 1 | -89/+70 |
| | |||||
* | Add, delete labels via API | Robert Schilling | 2014-08-13 | 1 | -26/+0 |
| | |||||
* | Merge branch 'master' into 'master' | Dmitriy Zaporozhets | 2014-08-11 | 1 | -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 projects | Sasha Joseph | 2014-07-28 | 1 | -2/+6 |
| | | |||||
* | | Text changes to projects API documentation | Rob Taylor | 2014-07-31 | 1 | -16/+16 |
|/ | | | Fixes some grammar / punctuation errors and inconsistencies. | ||||
* | Merge pull request #7089 from NARKOZ/api-patch | Dmitriy Zaporozhets | 2014-07-23 | 1 | -0/+1 |
|\ | | | | | API patch | ||||
| * | update API docs | Nihad Abbasov | 2014-06-06 | 1 | -0/+1 |
| | | |||||
* | | Wipe wall notes feature | Dmitriy Zaporozhets | 2014-06-13 | 1 | -5/+0 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add titles to doc pages. | Marin Jankovski | 2014-05-27 | 1 | -1/+1 |
| | |||||
* | Add info about exposed Project::archived to API docs | Marcus Ilgner | 2014-04-20 | 1 | -3/+6 |
| | |||||
* | Api-Doc JSON lint | Johannes Schleifenbaum | 2014-04-05 | 1 | -71/+79 |
| | | | | Fixes: #5505 | ||||
* | documentation for api method which get labels of a project | Ábner Silva de Oliveira | 2014-03-23 | 1 | -0/+26 |
| | |||||
* | Add more api docs | Dmitriy Zaporozhets | 2014-03-17 | 1 | -0/+10 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Doesn't exist for user endpoint. | dosire | 2014-02-18 | 1 | -1/+0 |
| | |||||
* | Add namespace for projects to docs. | dosire | 2014-02-14 | 1 | -0/+2 |
| | |||||
* | Update api project documentation to include project name as attribute. | Marin Jankovski | 2014-02-11 | 1 | -15/+15 |
| | |||||
* | Add import_url in API docs | Maxime Brugidou | 2013-12-30 | 1 | -0/+1 |
| | |||||
* | ProjectHook API supports new event fields | Dmitriy Zaporozhets | 2013-12-04 | 1 | -0/+10 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | We welcome everyone to contribute. | Sytse Sijbrandij | 2013-12-01 | 1 | -1/+1 |
| | |||||
* | Adding authenticated public mode (internal). | Jason Hollingsworth | 2013-11-26 | 1 | -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 doc | Dmitriy Zaporozhets | 2013-11-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | update projects api docs | Dmitriy Zaporozhets | 2013-11-18 | 1 | -1/+17 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove default_branch support from API project creation | Dmitriy Zaporozhets | 2013-11-06 | 1 | -1/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add an example. | Marin Jankovski | 2013-10-18 | 1 | -2/+2 |
| | |||||
* | Update project api doc. | Marin Jankovski | 2013-10-17 | 1 | -1/+1 |
| | |||||
* | API: docs for remove project | Dmitriy Zaporozhets | 2013-10-09 | 1 | -0/+12 |
| | |||||
* | Update group access levels in docs. | Marin Jankovski | 2013-10-02 | 1 | -12/+0 |
| | |||||
* | Update project api docs. | Marin Jankovski | 2013-10-01 | 1 | -52/+132 |
| | |||||
* | Used pagnation function from api helpers | Izaak Alpert | 2013-09-24 | 1 | -2/+2 |
| | | | | Change-Id: I1bdd3608d3b46924b5da3ae282c99f85ee4e0dab | ||||
* | Added missing API documentation | Izaak Alpert | 2013-09-23 | 1 | -0/+15 |
| | | | | Change-Id: I1337ee7ff51d018d6f62d447345032597e84269f | ||||
* | Fix typos | Johannes Schleifenbaum | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | enhance project creation apis to allow setting of public attribute | Angus MacArthur | 2013-07-12 | 1 | -0/+2 |
| | | | | Change-Id: Ib71ce8cf993627eada63d7d596fb302ec702f36e | ||||
* | Merge pull request #3993 from bke-drewb/3599 | Dmitriy Zaporozhets | 2013-07-11 | 1 | -9/+13 |
|\ | | | | | Issue 3599: Add snippets_enabled flag to projects for API | ||||
| * | Issue 3599: Add snippets_enabled flag to projects for API | Drew Blessing | 2013-06-11 | 1 | -8/+12 |
| | | | | | | | | | | | | s 3599: Add snippets_enabled flag to projects for API Replace missing comma | ||||
* | | Additon of apis for fork administration. | Angus MacArthur | 2013-07-08 | 1 | -0/+25 |
|/ | | | | | Added ability to add and remove the forked from/to relatioinship between existing repos. |