summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update user api documentationMarin Jankovski2013-10-011-2/+4
|/
* Fixed typo in groups.mdTobias Bieniek2013-09-301-1/+1
|
* Extended User API to expose admin and can_create_group for user ↵Boyan Tabakov2013-09-291-15/+24
| | | | | | | 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).
* Used pagnation function from api helpersIzaak Alpert2013-09-241-2/+2
| | | | Change-Id: I1bdd3608d3b46924b5da3ae282c99f85ee4e0dab
* Added missing API documentationIzaak Alpert2013-09-231-0/+15
| | | | Change-Id: I1337ee7ff51d018d6f62d447345032597e84269f
* API: admin users can sudo commands as other usersIzaak Alpert2013-09-091-0/+36
| | | | -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
* Add group membership apiIzaak Alpert2013-09-041-0/+62
| | | | Change-Id: I5b174bba02856ede788dcb51ec9b0d598ea7d0df
* add missing comma(s) in api examplesJohannes Schleifenbaum2013-08-303-12/+12
|
* Standardize commit diff api url, change blob api url, add get single commitAlex Van't Hof2013-08-271-2/+27
| | | | | | | | | | | | 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"
* Adds feature: get a diff via API.Gabor Nagy2013-08-251-0/+28
|
* add link on realisation api for java clientMegaDiablo2013-08-201-0/+1
|
* added python api wrapperItxaka Serrano2013-08-071-0/+1
|
* Fix typosJohannes Schleifenbaum2013-07-293-3/+3
|
* Adding links to the merge requests and group documentation.TJ Biddle2013-07-261-0/+1
|
* Update README.mdSean Zicari2013-07-171-12/+12
| | | Updated the relative links in ## Contents to point to the correct documents.
* Update docsDmitriy Zaporozhets2013-07-161-1/+4
|
* enhance project creation apis to allow setting of public attributeAngus MacArthur2013-07-121-0/+2
| | | | Change-Id: Ib71ce8cf993627eada63d7d596fb302ec702f36e
* Merge pull request #3993 from bke-drewb/3599Dmitriy Zaporozhets2013-07-111-9/+13
|\ | | | | Issue 3599: Add snippets_enabled flag to projects for API
| * Issue 3599: Add snippets_enabled flag to projects for APIDrew Blessing2013-06-111-8/+12
| | | | | | | | | | | | s 3599: Add snippets_enabled flag to projects for API Replace missing comma
* | Additon of apis for fork administration.Angus MacArthur2013-07-081-0/+25
| | | | | | | | | | Added ability to add and remove the forked from/to relatioinship between existing repos.
* | Fix broken API links, fixes #4463Robert Schilling2013-07-071-12/+12
| |
* | Added client list to API docMatt Humphrey2013-07-061-0/+5
| |
* | Fix paths to the Contents Markdown pagesGreg Barendt2013-06-111-12/+12
|/
* API: project eventsDmitriy Zaporozhets2013-06-061-0/+69
|
* API: Add last_activity_at date to project entityDmitriy Zaporozhets2013-06-061-3/+6
|
* API: implement retrieve of repository treeDmitriy Zaporozhets2013-06-061-0/+50
|
* Fix api readme linksDmitriy Zaporozhets2013-06-061-2/+3
|
* Improve api docsDmitriy Zaporozhets2013-06-063-123/+87
|
* Fix milestone api docs: invalid param for closeDmitriy Zaporozhets2013-06-061-1/+1
|
* Fix wrong documentation for issue close api. Fixes #3548Dmitriy Zaporozhets2013-06-061-6/+6
|
* Merge pull request #4115 from bke-drewb/apidocsDmitriy Zaporozhets2013-05-291-8/+8
|\ | | | | Update api docs and remove old attribute from User entity.
| * Update api docs and remove old attribute from User entity.Drew Blessing2013-05-291-8/+8
| | | | | | | | | | | | 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
* | Merge branch 'feature_teams_api' of https://github.com/former03/gitlabhq ↵Dmitriy Zaporozhets2013-05-272-0/+210
|\ \ | | | | | | | | | | | | | | | | | | into former03-feature_teams_api Conflicts: doc/api/README.md
| * | [FEATURE] Basic user_teams apiChristian Simon2013-05-212-0/+210
| |/ | | | | | | | | * Closing #3066 * Closing #3609
* | remove branch dependencies where not necessaryBen Bodenmiller2013-05-271-10/+10
|/
* Fixed typo in project hook documentationMathew Winstone2013-04-251-1/+1
|
* Paginate users in users apiDmitriy Zaporozhets2013-04-161-0/+1
|
* API docs updatedAlex Denisov2013-03-192-1/+16
|
* Result of misspellings run.Kevin Lyda2013-03-171-1/+1
| | | | | | | | | Most of these are comments but a few are strings for users. Might be an idea to run this from time to time: https://github.com/lyda/misspell-check It runs mostly clean now.
* Merge pull request #3170 from Asquera/api/system_hooks_adjustmentsDmitriy Zaporozhets2013-03-101-5/+7
|\ | | | | API: system hook request functions and documentation updated
| * API: system hooks API functions and documentation updatedSebastian Ziebell2013-03-071-5/+7
| | | | | | | | | | | | * updated system hooks documentation and code comments * fixed access to system hooks if no user given resulting in a `500 Server Error` * added tests
* | Added system hooks link to doc indexMatt Humphrey2013-03-081-0/+1
|/
* API: fixes project creation and removed redundant infoSebastian Ziebell2013-03-071-2/+0
|
* Merge branch 'master' into fixes/api, code clean up and tests fixedSebastian Ziebell2013-03-076-60/+160
|\ | | | | | | | | | | Conflicts: doc/api/projects.md spec/requests/api/projects_spec.rb
| * Merge pull request #3146 from amacarthur/AdminAPIsDmitriy Zaporozhets2013-03-063-1/+51
| |\ | | | | | | Additional Admin APIs
| | * Updated documentation for added Admin APIsAngus MacArthur2013-03-053-0/+50
| | |
| * | Merge pull request #3149 from m4tthumphrey/api-deploy-keysDmitriy Zaporozhets2013-03-061-0/+79
| |\ \ | | | | | | | | Added methods to manage project deploy keys via API
| | * | Project deploy keys APIMatt Humphrey2013-03-051-0/+79
| | |/
| * | System hooks API.Matt Humphrey2013-03-061-0/+47
| |/
* | API: documentation contains infos to status codes in README file.Sebastian Ziebell2013-03-0711-475/+36
| | | | | | | | All the info to return codes from the API functions are available in the `README.md` file as suggested.