summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| |/ /
* | | Merge branch 'master' of github.com:gitlabhq/gitlabhqJacob Vosmaer2014-08-073-12/+12
|\ \ \
| * | | Fix spelling errors in doc, closes #7437Robert Schilling2014-08-073-12/+12
| | |/ | |/| | | | | | | Further changes
* | | Add comments.Sytse Sijbrandij2014-08-061-0/+2
| | |
* | | List API file edit failure conditions in docsJacob Vosmaer2014-08-061-0/+7
|/ /
* | 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
| |
* | Change deafult admin email to example.comDmitriy Zaporozhets2014-07-191-13/+13
| |
* | Merge pull request #7196 from cirosantilli/patch-2Dmitriy Zaporozhets2014-07-141-31/+37
|\ \ | | | | | | Enforce md style.
| * | Enforce md style.Ciro Santilli2014-06-251-31/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - multiple blank lines before header - skip header level - colon at end of header - break very long lines - align definition like lists at marker - case typos - informal contractions
* | | Add contributors API docsDmitriy Zaporozhets2014-07-021-0/+29
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Typo.Ciro Santilli2014-06-251-1/+1
|/ /
* | Fix gravatar size and update docs for new users APIDmitriy Zaporozhets2014-06-131-0/+53
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Wipe wall notes featureDmitriy Zaporozhets2014-06-132-67/+1
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* 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
|