Dmitriy Zaporozhets
dacf9f9f86
Add contributors API docs
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-02 19:17:56 +03:00
Ciro Santilli
8e7a5cda30
Typo.
2014-06-25 09:06:39 +02:00
Dmitriy Zaporozhets
a7345e368a
Fix gravatar size and update docs for new users API
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-13 18:02:42 +03:00
Dmitriy Zaporozhets
1355ede49d
Wipe wall notes feature
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-13 14:24:54 +03:00
Ciro Santilli
fd348de76d
Update docs to markdown style guide.
2014-06-03 23:16:31 +02:00
Dmitriy Zaporozhets
6fdd900827
Merge pull request #7014 from asedge/api_create_tag
...
Add CreateTagService. Use new service to allow tag creation through API.
2014-05-29 15:37:42 +03:00
Sean Edge
a8f2977c6a
More fixup for HoundCI. Fix up some small issues in docs.
2014-05-27 08:22:04 -04:00
Marin Jankovski
f22c709539
Add titles to doc pages.
2014-05-27 14:12:15 +02:00
Dmitriy Zaporozhets
10ee137e9c
Expose timeout and same_ref compare fields
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-27 11:16:50 +03:00
Dmitriy Zaporozhets
f441436e53
Add compare branches endpoint to API
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-26 16:08:22 +03:00
Sean Edge
2490cfbcca
Update documentaiton for create_tag method.
2014-05-23 18:58:49 -04:00
Dmitriy Zaporozhets
d575ee3e90
Improve branch deletion via API
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-23 15:34:02 +03:00
Jacob Vosmaer
3199ef079c
Merge branch 'deploy-key-projects' into 'master'
...
Deploy key in multiple projects
Add doc on adding a deploy key easily to multiple projects through the API.
2014-05-20 16:19:09 +00:00
Job van der Voort
ea109704d1
everything in header
2014-05-19 20:35:59 +02:00
Scooletz
d7cee6ed76
.NET client introduced to docs
2014-05-17 00:04:09 +02:00
Dmitriy Zaporozhets
0c62170865
Merge branch 'api-mr-merge' into 'master'
...
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
2014-05-13 11:27:19 +00:00
Dmitriy Zaporozhets
e0fdb4262a
Merge pull request #6823 from milgner/api_expose_project_archived_status
...
Expose archive status of projects in API
2014-05-13 12:24:44 +03:00
Dmitriy Zaporozhets
5880d7df62
Docs for merge api
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-12 18:01:22 +03:00
Dmitriy Zaporozhets
1ba865c6a6
Merge branch 'master' into 'master'
...
Added Laravel API Wrapper
2014-05-08 18:21:49 +00:00
Job van der Voort
23665d2506
add loop to deploy key to multiple projects
2014-05-05 17:04:19 +02:00
dosire
5bf12bbb1d
Make clear that notes also serve as comments.
2014-04-30 17:28:05 +02:00
Manfred Touron
274d6db187
Added Node.js library link
2014-04-28 22:20:33 +02:00
Adam Engebretson
ccdf7a329a
Added Laravel API Wrapper
2014-04-25 03:38:54 +00:00
Dmitriy Zaporozhets
cf2058c0f1
Merge pull request #6781 from thekid/master
...
Complete admin APIs for SSH Keys
2014-04-23 10:03:25 +03:00
Hidde Boomsma
2a944b1d9f
added target_project_id to merge_requests.md
...
Added description about optional field target_project_id for merge requests.
2014-04-22 15:35:09 +02:00
Marcus Ilgner
61e6863403
Add info about exposed Project::archived to API docs
2014-04-20 12:01:55 +02:00
Timm Friebe
05e792b4c4
Implement GET /users/:uid/keys for admin users
...
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./
2014-04-18 14:16:19 +02:00
Job van der Voort
f0a4f62c7e
start writing deploy key to multiple projects
2014-04-18 11:13:15 +02:00
dosire
b2b2989f7f
Endpoints are for RPC interfaces, we have resources.
2014-04-15 14:52:02 +02:00
Stuart Pook
66209fbc76
Add optional parameter to list merge requests
...
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.
2014-04-07 16:18:25 +02:00
Johannes Schleifenbaum
49addad7b5
Api-Doc JSON lint
...
Fixes : #5505
2014-04-05 08:37:42 +02:00
Dmitriy Zaporozhets
1069ffb873
Merge branch 'branch-via-api' into 'master'
...
Create branch via API
Fixes #1096
2014-04-01 09:27:46 +00:00
dosire
9ae11007fe
Mention search options.
2014-04-01 10:41:57 +02:00
Dmitriy Zaporozhets
d7afdab7a5
Add docs for create branch via api
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-04-01 10:44:58 +03:00
Dmitriy Zaporozhets
83941ca208
Merge branch 'pagination-link-header-doc' into 'master'
...
Pagination-link-header-doc
2014-03-31 16:04:28 +00:00
Dmitriy Zaporozhets
8f3701eff0
Move branches API docs to separate file
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-31 16:43:45 +03:00
dosire
24f64e65a6
Add documentation for https://github.com/gitlabhq/gitlabhq/pull/5469
2014-03-31 13:16:52 +02:00
dosire
b04c343311
Put important information at the top of the readme.
2014-03-27 10:53:26 +01:00
Dmitriy Zaporozhets
17fd0e5c72
Merge pull request #6569 from criteo/api_merge_request_comments
...
Add method to get the comments on a merge request
2014-03-26 10:06:51 +02:00
Ábner Silva de Oliveira
19938156d8
documentation for api method which get labels of a project
2014-03-23 19:20:17 -03:00
Stuart Pook
9886998f24
Add method to get the comments on a merge request
...
Add method to get the comments for a merge request and
document that you can change the status of a merge request.
2014-03-19 19:07:51 +01:00
Sytse Sijbrandij
16f18227a8
Merge pull request #6535 from docwhat/sys-hooks-eols
...
Switched line endings to LF for system_hooks.md
2014-03-19 15:23:37 +01:00
Dmitriy Zaporozhets
86c76eccea
Add more api docs
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-17 15:22:39 +02:00
Christian Höltje
901976d972
Switched line endings to LF for system_hooks.md
...
It was checked in with Windows style line endings.
2014-03-14 14:53:43 -04:00
Dmitriy Zaporozhets
99966b6069
Merge branch 'namespace-api-doc' into 'master'
...
Namespace Api Doc
2014-02-18 14:50:13 +00:00
dosire
0007db8352
Doesn't exist for user endpoint.
2014-02-18 15:38:07 +01:00
Dmitriy Zaporozhets
6cf39fe10d
Extract commits API to separate file
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-02-18 12:41:21 +02:00
Dmitriy Zaporozhets
ddbe978041
Complete api files CRUD
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-02-18 12:27:02 +02:00
dosire
dac0e2f174
Add namespace for projects to docs.
2014-02-14 11:13:52 +01:00
Marin Jankovski
441e6dcf0d
Update api project documentation to include project name as attribute.
2014-02-11 11:44:08 +01:00