summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
...
* Update docs to markdown style guide.Ciro Santilli2014-06-0311-289/+230
|
* Merge pull request #7014 from asedge/api_create_tagDmitriy Zaporozhets2014-05-291-0/+34
|\ | | | | Add CreateTagService. Use new service to allow tag creation through API.
| * More fixup for HoundCI. Fix up some small issues in docs.Sean Edge2014-05-271-2/+2
| |
| * Update documentaiton for create_tag method.Sean Edge2014-05-231-0/+34
| |
* | Add titles to doc pages.Marin Jankovski2014-05-2713-3/+25
| |
* | Expose timeout and same_ref compare fieldsDmitriy Zaporozhets2014-05-271-30/+17
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Add compare branches endpoint to APIDmitriy Zaporozhets2014-05-261-0/+66
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve branch deletion via APIDmitriy Zaporozhets2014-05-231-0/+14
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'deploy-key-projects' into 'master'Jacob Vosmaer2014-05-201-0/+25
|\ | | | | | | | | | | Deploy key in multiple projects Add doc on adding a deploy key easily to multiple projects through the API.
| * everything in headerJob van der Voort2014-05-191-3/+4
| |
| * add loop to deploy key to multiple projectsJob van der Voort2014-05-051-1/+3
| |
| * start writing deploy key to multiple projectsJob van der Voort2014-04-181-0/+22
| |
* | .NET client introduced to docsScooletz2014-05-171-0/+1
| |
* | Merge branch 'api-mr-merge' into 'master'Dmitriy Zaporozhets2014-05-131-0/+48
|\ \ | | | | | | | | | | | | | | | | | | | | | Accept merge request API This MR adds new endpoint `PUT /projects/:id/merge_request/:merge_request_id/merge`. After this change you can merge branches using API. Fixes internal issue #1166
| * | Docs for merge apiDmitriy Zaporozhets2014-05-121-0/+48
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge pull request #6823 from milgner/api_expose_project_archived_statusDmitriy Zaporozhets2014-05-131-3/+6
|\ \ \ | |/ / |/| | Expose archive status of projects in API
| * | Add info about exposed Project::archived to API docsMarcus Ilgner2014-04-201-3/+6
| |/
* | Merge branch 'master' into 'master'Dmitriy Zaporozhets2014-05-081-0/+1
|\ \ | | | | | | | | | Added Laravel API Wrapper
| * | Added Laravel API WrapperAdam Engebretson2014-04-251-1/+2
| | |
* | | Make clear that notes also serve as comments.dosire2014-04-304-1/+11
| | |
* | | Added Node.js library linkManfred Touron2014-04-281-0/+1
|/ /
* | Merge pull request #6781 from thekid/masterDmitriy Zaporozhets2014-04-231-0/+27
|\ \ | | | | | | Complete admin APIs for SSH Keys
| * | Implement GET /users/:uid/keys for admin usersTimm Friebe2014-04-181-0/+27
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Complements POST operation added in gitlabhq/gitlabhq#3146 Implement DELETE /users/:uid/keys/:id for admin users Fix "Line is too long. [83/80]" Use single quotes as advised Use single quotes as advised Use single quotes as advised Fix missing space around { and } Fix typo in documentation Only catch ActiveRecord::RecordNotFound, let other exceptions propagate Raise a "404 Not found" if key to be deleted cannot be found As requested by @jvanbaarsen in https://github.com/gitlabhq/gitlabhq/pull/6781#discussion_r11735114 Remove tab Unconfigured vim on this box, grrrr./
* | added target_project_id to merge_requests.mdHidde Boomsma2014-04-221-4/+5
|/ | | Added description about optional field target_project_id for merge requests.
* Endpoints are for RPC interfaces, we have resources.dosire2014-04-151-1/+1
|
* Add optional parameter to list merge requestsStuart Pook2014-04-071-2/+8
| | | | | | | Add an optional parameter to list merge requests to restrict the returned merge requests to those that are "opened", "merged" or "closed". By default all merge requests are returned. Note that "all" can be given to explicitly request all merge requests.
* Api-Doc JSON lintJohannes Schleifenbaum2014-04-0513-354/+355
| | | | Fixes: #5505
* Merge branch 'branch-via-api' into 'master'Dmitriy Zaporozhets2014-04-011-0/+31
|\ | | | | | | | | | | Create branch via API Fixes #1096
| * Add docs for create branch via apiDmitriy Zaporozhets2014-04-011-0/+31
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Mention search options.dosire2014-04-011-0/+4
| |
* | Merge branch 'pagination-link-header-doc' into 'master'Dmitriy Zaporozhets2014-03-311-0/+4
|\ \ | |/ |/| | | Pagination-link-header-doc
| * Add documentation for https://github.com/gitlabhq/gitlabhq/pull/5469dosire2014-03-311-0/+4
| |
* | Move branches API docs to separate fileDmitriy Zaporozhets2014-03-313-167/+168
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Put important information at the top of the readme.dosire2014-03-271-27/+26
|
* Merge pull request #6569 from criteo/api_merge_request_commentsDmitriy Zaporozhets2014-03-261-0/+42
|\ | | | | Add method to get the comments on a merge request
| * Add method to get the comments on a merge requestStuart Pook2014-03-191-0/+42
| | | | | | | | | | Add method to get the comments for a merge request and document that you can change the status of a merge request.
* | documentation for api method which get labels of a projectÁbner Silva de Oliveira2014-03-231-0/+26
|/
* Merge pull request #6535 from docwhat/sys-hooks-eolsSytse Sijbrandij2014-03-191-70/+70
|\ | | | | Switched line endings to LF for system_hooks.md
| * Switched line endings to LF for system_hooks.mdChristian Höltje2014-03-141-70/+70
| | | | | | | | It was checked in with Windows style line endings.
* | Add more api docsDmitriy Zaporozhets2014-03-171-0/+10
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'namespace-api-doc' into 'master'Dmitriy Zaporozhets2014-02-181-0/+1
|\ | | | | | | Namespace Api Doc
| * Doesn't exist for user endpoint.dosire2014-02-181-1/+0
| |
| * Add namespace for projects to docs.dosire2014-02-141-0/+2
| |
* | Extract commits API to separate fileDmitriy Zaporozhets2014-02-183-93/+96
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Complete api files CRUDDmitriy Zaporozhets2014-02-183-41/+103
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update api project documentation to include project name as attribute.Marin Jankovski2014-02-111-15/+15
|
* Merge branch 'add_website_url_to_user' of ↵Dmitriy Zaporozhets2014-01-192-0/+7
|\ | | | | | | | | | | | | | | | | https://github.com/jeromedalbert/gitlabhq into jeromedalbert-add_website_url_to_user Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
| * Add website url to userJerome Dalbert2014-01-182-0/+7
| |
* | Mention base64 encoding for files APIDmitriy Zaporozhets2014-01-161-0/+2
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Dropped expiration date from the snippet APIJeroen van Baarsen2014-01-111-2/+0
|