Marin Jankovski
1712406f8a
Add an example.
2013-10-18 09:11:37 +02:00
Marin Jankovski
7c3fd6941f
Update project api doc.
2013-10-17 12:16:57 +02:00
Dmitriy Zaporozhets
02693b72a4
Explain iid in API
2013-10-14 16:40:16 +03:00
Sytse Sijbrandij
3888d94adc
System hooks docs links to admin area.
2013-10-14 09:24:38 +02:00
Izaak Alpert
a00c534c4c
Fix a bug where the tgz returned got encoded utf8
...
Conflicts:
doc/api/repositories.md
Change-Id: I7ebc39b47ff860813d9622ba6776583536e6e384
2013-10-10 09:19:28 -04:00
Izaak Alpert
ce21d8688d
feature API call to download repo archive
...
defaults to HEAD
Conflicts:
spec/requests/api/repositories_spec.rb
Change-Id: Id114aca6c59d75f18e49bf9f33809a04e010bfb6
2013-10-10 09:19:28 -04:00
Dmitriy Zaporozhets
51825e434e
API: docs for remove project
2013-10-09 14:43:18 +03:00
Islam Amer and Jacob Vosmaer
29c807ced3
Expose votes in merge request api
...
Signed-off-by: Islam Amer <islam.amer@jollamobile.com >
2013-10-08 09:32:00 +02:00
Dmitriy Zaporozhets
f141711cfd
API: new feature - remove group
2013-10-07 13:10:01 +03:00
Dmitriy Zaporozhets
073c8a2966
Merge pull request #5230 from cmckni3/patch-1
...
Fix invalid json in API docs
2013-10-06 22:44:03 -07:00
Marin Jankovski
da54a1e644
Update group access levels in docs.
2013-10-02 16:41:01 +02:00
Marin Jankovski
d7ec7c794a
Removed user teams api docs.
2013-10-02 12:51:43 +02:00
Marin Jankovski
55880751aa
Update deploy keys, groups and system hooks api docs.
2013-10-02 12:50:01 +02:00
Marin Jankovski
f1253fa710
Update issues, milestones, notes api docs.
2013-10-02 12:08:07 +02:00
Marin Jankovski
5e96d07021
Update snippets and merge request api documentation
2013-10-02 11:04:51 +02:00
Marin Jankovski
f22e6c917d
Update project api docs.
2013-10-01 23:13:09 +02:00
Marin Jankovski
1b205cbc39
Update user api documentation
2013-10-01 13:52:57 +02:00
Chris McKnight
4ee7834266
Fix json keys in groups API documentation
2013-09-30 21:45:15 -05:00
Chris McKnight
979dd2603c
Fix invalid json in issues API doc
2013-09-30 17:39:33 -05:00
Tobias Bieniek
4692612b84
Fixed typo in groups.md
2013-09-30 11:01:57 +02:00
Boyan Tabakov
479631aafc
Extended User API to expose admin and can_create_group for user creation/updating.
...
Also, is_admin and can_create_group are exposed in the user information.
Fixed attributes_for_keys to process properly keys with boolean values (since false.present? is false).
2013-09-29 11:47:29 +03:00
Izaak Alpert
04c7c262a7
Used pagnation function from api helpers
...
Change-Id: I1bdd3608d3b46924b5da3ae282c99f85ee4e0dab
2013-09-24 09:22:46 -04:00
Izaak Alpert
9d06921ffb
Added missing API documentation
...
Change-Id: I1337ee7ff51d018d6f62d447345032597e84269f
2013-09-23 19:36:39 -04:00
Izaak Alpert and Izaak Alpert
e86e881832
API: admin users can sudo commands as other users
...
-Specifying a header of SUDO or adding a :sudo with either user id, or username of the user will set the current_user to be that user if your identifying private_token/PRIVATE_TOKEN is an administrator token
2013-09-09 12:04:38 -04:00
Izaak Alpert
8248e1f2b8
Add group membership api
...
Change-Id: I5b174bba02856ede788dcb51ec9b0d598ea7d0df
2013-09-04 13:17:17 -04:00
Johannes Schleifenbaum
cbae8097c0
add missing comma(s) in api examples
2013-08-30 21:10:26 +02:00
Alex Van't Hof
59f428dca2
Standardize commit diff api url, change blob api url, add get single commit
...
Use "/commits/:sha/diff" as opposed to "/commit/:sha", keeping in line
with existing api urls (e.g. "/projects/:id", etc.)
Fix 500 error resulting from a diff api call with an invalid commit hash
Move "/commits/:sha/blob" to "/blobs/:sha", leaving the old path for
backwards compatibility.
Add ability to get a single commit via "/commits/:sha"
2013-08-27 21:22:42 -04:00
Gabor Nagy
d139cc6b32
Adds feature: get a diff via API.
2013-08-25 23:48:11 +02:00
MegaDiablo
90af8aa6fe
add link on realisation api for java client
2013-08-20 14:35:49 +03:00
Itxaka Serrano
bc3a4d3194
added python api wrapper
2013-08-07 09:40:26 +02:00
Johannes Schleifenbaum
cd19f82e51
Fix typos
2013-07-29 12:47:06 +02:00
TJ Biddle
4261a5a1ea
Adding links to the merge requests and group documentation.
2013-07-26 07:53:35 -07:00
Sean Zicari
87e8c2dc3d
Update README.md
...
Updated the relative links in ## Contents to point to the correct documents.
2013-07-17 13:51:12 -07:00
Dmitriy Zaporozhets
247e095186
Update docs
2013-07-16 11:50:00 +03:00
Angus MacArthur
ace5c54ab9
enhance project creation apis to allow setting of public attribute
...
Change-Id: Ib71ce8cf993627eada63d7d596fb302ec702f36e
2013-07-12 12:10:42 -04:00
Dmitriy Zaporozhets
8cdfa86b57
Merge pull request #3993 from bke-drewb/3599
...
Issue 3599: Add snippets_enabled flag to projects for API
2013-07-11 09:54:15 -07:00
Angus MacArthur
ea5a006f27
Additon of apis for fork administration.
...
Added ability to add and remove the forked from/to relatioinship
between existing repos.
2013-07-08 17:34:00 -04:00
Robert Schilling
4de11c2009
Fix broken API links, fixes #4463
2013-07-07 12:35:37 +02:00
Matt Humphrey
4bba945437
Added client list to API doc
2013-07-06 10:14:06 +01:00
Drew Blessing
31b06ebd01
Issue 3599: Add snippets_enabled flag to projects for API
...
s 3599: Add snippets_enabled flag to projects for API
Replace missing comma
2013-06-11 21:38:02 -05:00
Greg Barendt
ad0f1276db
Fix paths to the Contents Markdown pages
2013-06-11 11:36:54 -03:00
Dmitriy Zaporozhets
8df699a336
API: project events
2013-06-06 19:19:17 +03:00
Dmitriy Zaporozhets
543506f3c5
API: Add last_activity_at date to project entity
2013-06-06 18:40:05 +03:00
Dmitriy Zaporozhets
da6f4f06c7
API: implement retrieve of repository tree
2013-06-06 18:01:03 +03:00
Dmitriy Zaporozhets
beb0adf202
Fix api readme links
2013-06-06 15:40:26 +03:00
Dmitriy Zaporozhets
68d146b4a6
Improve api docs
2013-06-06 13:19:23 +03:00
Dmitriy Zaporozhets
963f475daf
Fix milestone api docs: invalid param for close
2013-06-06 12:32:05 +03:00
Dmitriy Zaporozhets
a4e671dc31
Fix wrong documentation for issue close api. Fixes #3548
2013-06-06 11:31:40 +03:00
Dmitriy Zaporozhets
cd5685ca8c
Merge pull request #4115 from bke-drewb/apidocs
...
Update api docs and remove old attribute from User entity.
2013-05-29 23:25:40 -07:00
Drew Blessing
07fd95f384
Update api docs and remove old attribute from User entity.
...
The API docs incorrectly referenced a few attributes associated with users. The 'blocked' attribute has been replaced with 'state'. Also, 'dark_scheme' seems to no longer be available in the User model so it should be removed from the exposed attributes in the API User entity.
Add color scheme ID to API User entity
2013-05-29 05:40:17 -05:00