Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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 | |
| |/ / | ||||||
* | | | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Jacob Vosmaer | 2014-08-07 | 3 | -12/+12 | |
|\ \ \ | ||||||
| * | | | Fix spelling errors in doc, closes #7437 | Robert Schilling | 2014-08-07 | 3 | -12/+12 | |
| | |/ | |/| | | | | | | | Further changes | |||||
* | | | Add comments. | Sytse Sijbrandij | 2014-08-06 | 1 | -0/+2 | |
| | | | ||||||
* | | | List API file edit failure conditions in docs | Jacob Vosmaer | 2014-08-06 | 1 | -0/+7 | |
|/ / | ||||||
* | | 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 | |
| | | ||||||
* | | Change deafult admin email to example.com | Dmitriy Zaporozhets | 2014-07-19 | 1 | -13/+13 | |
| | | ||||||
* | | Merge pull request #7196 from cirosantilli/patch-2 | Dmitriy Zaporozhets | 2014-07-14 | 1 | -31/+37 | |
|\ \ | | | | | | | Enforce md style. | |||||
| * | | Enforce md style. | Ciro Santilli | 2014-06-25 | 1 | -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 docs | Dmitriy Zaporozhets | 2014-07-02 | 1 | -0/+29 | |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | Typo. | Ciro Santilli | 2014-06-25 | 1 | -1/+1 | |
|/ / | ||||||
* | | Fix gravatar size and update docs for new users API | Dmitriy Zaporozhets | 2014-06-13 | 1 | -0/+53 | |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | Wipe wall notes feature | Dmitriy Zaporozhets | 2014-06-13 | 2 | -67/+1 | |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Update docs to markdown style guide. | Ciro Santilli | 2014-06-03 | 11 | -289/+230 | |
| | ||||||
* | Merge pull request #7014 from asedge/api_create_tag | Dmitriy Zaporozhets | 2014-05-29 | 1 | -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 Edge | 2014-05-27 | 1 | -2/+2 | |
| | | ||||||
| * | Update documentaiton for create_tag method. | Sean Edge | 2014-05-23 | 1 | -0/+34 | |
| | | ||||||
* | | Add titles to doc pages. | Marin Jankovski | 2014-05-27 | 13 | -3/+25 | |
| | | ||||||
* | | Expose timeout and same_ref compare fields | Dmitriy Zaporozhets | 2014-05-27 | 1 | -30/+17 | |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | Add compare branches endpoint to API | Dmitriy Zaporozhets | 2014-05-26 | 1 | -0/+66 | |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Improve branch deletion via API | Dmitriy Zaporozhets | 2014-05-23 | 1 | -0/+14 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Merge branch 'deploy-key-projects' into 'master' | Jacob Vosmaer | 2014-05-20 | 1 | -0/+25 | |
|\ | | | | | | | | | | | Deploy key in multiple projects Add doc on adding a deploy key easily to multiple projects through the API. | |||||
| * | everything in header | Job van der Voort | 2014-05-19 | 1 | -3/+4 | |
| | | ||||||
| * | add loop to deploy key to multiple projects | Job van der Voort | 2014-05-05 | 1 | -1/+3 | |
| | | ||||||
| * | start writing deploy key to multiple projects | Job van der Voort | 2014-04-18 | 1 | -0/+22 | |
| | | ||||||
* | | .NET client introduced to docs | Scooletz | 2014-05-17 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'api-mr-merge' into 'master' | Dmitriy Zaporozhets | 2014-05-13 | 1 | -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 api | Dmitriy Zaporozhets | 2014-05-12 | 1 | -0/+48 | |
| | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | Merge pull request #6823 from milgner/api_expose_project_archived_status | Dmitriy Zaporozhets | 2014-05-13 | 1 | -3/+6 | |
|\ \ \ | |/ / |/| | | Expose archive status of projects in API | |||||
| * | | Add info about exposed Project::archived to API docs | Marcus Ilgner | 2014-04-20 | 1 | -3/+6 | |
| |/ | ||||||
* | | Merge branch 'master' into 'master' | Dmitriy Zaporozhets | 2014-05-08 | 1 | -0/+1 | |
|\ \ | | | | | | | | | | Added Laravel API Wrapper | |||||
| * | | Added Laravel API Wrapper | Adam Engebretson | 2014-04-25 | 1 | -1/+2 | |
| | | | ||||||
* | | | Make clear that notes also serve as comments. | dosire | 2014-04-30 | 4 | -1/+11 | |
| | | | ||||||
* | | | Added Node.js library link | Manfred Touron | 2014-04-28 | 1 | -0/+1 | |
|/ / | ||||||
* | | Merge pull request #6781 from thekid/master | Dmitriy Zaporozhets | 2014-04-23 | 1 | -0/+27 | |
|\ \ | | | | | | | Complete admin APIs for SSH Keys | |||||
| * | | Implement GET /users/:uid/keys for admin users | Timm Friebe | 2014-04-18 | 1 | -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.md | Hidde Boomsma | 2014-04-22 | 1 | -4/+5 | |
|/ | | | Added description about optional field target_project_id for merge requests. | |||||
* | Endpoints are for RPC interfaces, we have resources. | dosire | 2014-04-15 | 1 | -1/+1 | |
| | ||||||
* | Add optional parameter to list merge requests | Stuart Pook | 2014-04-07 | 1 | -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 lint | Johannes Schleifenbaum | 2014-04-05 | 13 | -354/+355 | |
| | | | | Fixes: #5505 | |||||
* | Merge branch 'branch-via-api' into 'master' | Dmitriy Zaporozhets | 2014-04-01 | 1 | -0/+31 | |
|\ | | | | | | | | | | | Create branch via API Fixes #1096 | |||||
| * | Add docs for create branch via api | Dmitriy Zaporozhets | 2014-04-01 | 1 | -0/+31 | |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | Mention search options. | dosire | 2014-04-01 | 1 | -0/+4 | |
| | | ||||||
* | | Merge branch 'pagination-link-header-doc' into 'master' | Dmitriy Zaporozhets | 2014-03-31 | 1 | -0/+4 | |
|\ \ | |/ |/| | | | Pagination-link-header-doc | |||||
| * | Add documentation for https://github.com/gitlabhq/gitlabhq/pull/5469 | dosire | 2014-03-31 | 1 | -0/+4 | |
| | | ||||||
* | | Move branches API docs to separate file | Dmitriy Zaporozhets | 2014-03-31 | 3 | -167/+168 | |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Put important information at the top of the readme. | dosire | 2014-03-27 | 1 | -27/+26 | |
| |