Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | enhance project creation apis to allow setting of public attribute | Angus MacArthur | 2013-07-12 | 1 | -0/+2 | |
| | | | | Change-Id: Ib71ce8cf993627eada63d7d596fb302ec702f36e | |||||
* | Merge pull request #3993 from bke-drewb/3599 | Dmitriy Zaporozhets | 2013-07-11 | 1 | -9/+13 | |
|\ | | | | | Issue 3599: Add snippets_enabled flag to projects for API | |||||
| * | Issue 3599: Add snippets_enabled flag to projects for API | Drew Blessing | 2013-06-11 | 1 | -8/+12 | |
| | | | | | | | | | | | | s 3599: Add snippets_enabled flag to projects for API Replace missing comma | |||||
* | | Additon of apis for fork administration. | Angus MacArthur | 2013-07-08 | 1 | -0/+25 | |
| | | | | | | | | | | Added ability to add and remove the forked from/to relatioinship between existing repos. | |||||
* | | Fix broken API links, fixes #4463 | Robert Schilling | 2013-07-07 | 1 | -12/+12 | |
| | | ||||||
* | | Added client list to API doc | Matt Humphrey | 2013-07-06 | 1 | -0/+5 | |
| | | ||||||
* | | Fix paths to the Contents Markdown pages | Greg Barendt | 2013-06-11 | 1 | -12/+12 | |
|/ | ||||||
* | API: project events | Dmitriy Zaporozhets | 2013-06-06 | 1 | -0/+69 | |
| | ||||||
* | API: Add last_activity_at date to project entity | Dmitriy Zaporozhets | 2013-06-06 | 1 | -3/+6 | |
| | ||||||
* | API: implement retrieve of repository tree | Dmitriy Zaporozhets | 2013-06-06 | 1 | -0/+50 | |
| | ||||||
* | Fix api readme links | Dmitriy Zaporozhets | 2013-06-06 | 1 | -2/+3 | |
| | ||||||
* | Improve api docs | Dmitriy Zaporozhets | 2013-06-06 | 3 | -123/+87 | |
| | ||||||
* | Fix milestone api docs: invalid param for close | Dmitriy Zaporozhets | 2013-06-06 | 1 | -1/+1 | |
| | ||||||
* | Fix wrong documentation for issue close api. Fixes #3548 | Dmitriy Zaporozhets | 2013-06-06 | 1 | -6/+6 | |
| | ||||||
* | Merge pull request #4115 from bke-drewb/apidocs | Dmitriy Zaporozhets | 2013-05-29 | 1 | -8/+8 | |
|\ | | | | | Update api docs and remove old attribute from User entity. | |||||
| * | Update api docs and remove old attribute from User entity. | Drew Blessing | 2013-05-29 | 1 | -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 Zaporozhets | 2013-05-27 | 2 | -0/+210 | |
|\ \ | | | | | | | | | | | | | | | | | | | into former03-feature_teams_api Conflicts: doc/api/README.md | |||||
| * | | [FEATURE] Basic user_teams api | Christian Simon | 2013-05-21 | 2 | -0/+210 | |
| |/ | | | | | | | | | * Closing #3066 * Closing #3609 | |||||
* | | remove branch dependencies where not necessary | Ben Bodenmiller | 2013-05-27 | 1 | -10/+10 | |
|/ | ||||||
* | Fixed typo in project hook documentation | Mathew Winstone | 2013-04-25 | 1 | -1/+1 | |
| | ||||||
* | Paginate users in users api | Dmitriy Zaporozhets | 2013-04-16 | 1 | -0/+1 | |
| | ||||||
* | API docs updated | Alex Denisov | 2013-03-19 | 2 | -1/+16 | |
| | ||||||
* | Result of misspellings run. | Kevin Lyda | 2013-03-17 | 1 | -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_adjustments | Dmitriy Zaporozhets | 2013-03-10 | 1 | -5/+7 | |
|\ | | | | | API: system hook request functions and documentation updated | |||||
| * | API: system hooks API functions and documentation updated | Sebastian Ziebell | 2013-03-07 | 1 | -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 index | Matt Humphrey | 2013-03-08 | 1 | -0/+1 | |
|/ | ||||||
* | API: fixes project creation and removed redundant info | Sebastian Ziebell | 2013-03-07 | 1 | -2/+0 | |
| | ||||||
* | Merge branch 'master' into fixes/api, code clean up and tests fixed | Sebastian Ziebell | 2013-03-07 | 6 | -60/+160 | |
|\ | | | | | | | | | | | Conflicts: doc/api/projects.md spec/requests/api/projects_spec.rb | |||||
| * | Merge pull request #3146 from amacarthur/AdminAPIs | Dmitriy Zaporozhets | 2013-03-06 | 3 | -1/+51 | |
| |\ | | | | | | | Additional Admin APIs | |||||
| | * | Updated documentation for added Admin APIs | Angus MacArthur | 2013-03-05 | 3 | -0/+50 | |
| | | | ||||||
| * | | Merge pull request #3149 from m4tthumphrey/api-deploy-keys | Dmitriy Zaporozhets | 2013-03-06 | 1 | -0/+79 | |
| |\ \ | | | | | | | | | Added methods to manage project deploy keys via API | |||||
| | * | | Project deploy keys API | Matt Humphrey | 2013-03-05 | 1 | -0/+79 | |
| | |/ | ||||||
| * | | System hooks API. | Matt Humphrey | 2013-03-06 | 1 | -0/+47 | |
| |/ | ||||||
* | | API: documentation contains infos to status codes in README file. | Sebastian Ziebell | 2013-03-07 | 11 | -475/+36 | |
| | | | | | | | | All the info to return codes from the API functions are available in the `README.md` file as suggested. | |||||
* | | API: extracted helper method to validate required parameters, code clean up | Sebastian Ziebell | 2013-02-27 | 1 | -1/+2 | |
| | | | | | | | | | | | | Added a helper method to check if required parameters are given in an API call. Can be used to return a `400 Bad Request` return code if a required attribute is missing. Code clean up and fixed tests. | |||||
* | | Merge branch 'feature/api-documentation-fixes' of ↵ | Sebastian Ziebell | 2013-02-27 | 2 | -14/+35 | |
|\ \ | | | | | | | | | | | | | | | | | | | github.com:Xylakant/gitlabhq into fixes/api Conflicts: doc/api/projects.md | |||||
| * | | Update docs to reflect that project names are allowed as ID | Felix Gilcher | 2013-01-28 | 1 | -12/+13 | |
| | | | | | | | | | | | | | | | The API accepts project names in all places where project IDs are expected. Updated the docs to reflect that. | |||||
| * | | describe the project access level | Felix Gilcher | 2013-01-28 | 1 | -0/+12 | |
| | | | | | | | | | | | | | | | the documentation mentions access_level as required parameter, but fails to list accepted values. | |||||
| * | | Added documentation for passing the token as header | Felix Gilcher | 2013-01-28 | 1 | -1/+8 | |
| | | | | | | | | | | | | | | | | | | The documentation was unclear about how to pass the api private token as header. Updated the doc to include the nessesary information bits and added an example using the curl command line client. | |||||
* | | | API: merge request documentation updated, added return codes to functions | Sebastian Ziebell | 2013-02-27 | 2 | -9/+47 | |
| | | | | | | | | | | | | | | | | | | The API documentation of merge requests contains info to status codes for all functions. Required arguments are now checked in the merge requests API functions and a `400 Bad Request` error is returned if they are not given. | |||||
* | | | API: issues documentation and API functions updated | Sebastian Ziebell | 2013-02-27 | 1 | -7/+60 | |
| | | | | | | | | | | | | | | | The issues documentation is updated with infos to status codes and the deprecated `DELETE` function and how to close an issue. A few more tests added to check status codes of API functions. | |||||
* | | | API: session documentation updated and test added | Sebastian Ziebell | 2013-02-27 | 1 | -0/+5 | |
| | | | ||||||
* | | | API: groups documentation updated, functions return different status codes | Sebastian Ziebell | 2013-02-27 | 1 | -5/+25 | |
| | | | | | | | | | | | | | | | | | | Updates the API documentation of groups with infos to return codes. The function calls in the groups API have updated documentation and return `400 Bad Request` status code if a required attribute is missing. | |||||
* | | | API repository documentation updated, includes infos to return codes | Sebastian Ziebell | 2013-02-27 | 1 | -11/+63 | |
| | | | | | | | | | | | | | | | | | | The API documentation of repository is updated and now contains infos to status codes. Code documentation is also adjusted for `GET /projects/:id/repository/commits` and includes infos to pagination attributes. Tests are updated. | |||||
* | | | API documentation updated for project snippets. | Sebastian Ziebell | 2013-02-21 | 1 | -18/+53 | |
| | | | | | | | | | | | | | | | The API Documentation for project snippets got infos to return codes. Tests are added to check status codes when handling project snippets. | |||||
* | | | API documentation update for milestones | Sebastian Ziebell | 2013-02-20 | 1 | -6/+34 | |
| | | | | | | | | | | | | Updated the milestones API documentation and added return codes descriptions. | |||||
* | | | API: fixes return codes for notes, documentation updated | Sebastian Ziebell | 2013-02-20 | 1 | -40/+153 | |
| | | | | | | | | | | | | | | | | | | The notes API documentation updated with return codes. API now returns `400 Bad Request` if required attributes are not present. Return codes are documented now, also tested in added tests. The documentation now reflects the current state of the API. | |||||
* | | | Merge branch 'master' into fixes/api | Sebastian Ziebell | 2013-02-20 | 1 | -1/+1 | |
|\ \ \ | | |/ | |/| | | | | | | | Conflicts: spec/requests/api/projects_spec.rb | |||||
| * | | Fix RESTfulness of project hook deletions by API | Matt Humphrey | 2013-02-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'master' into fixes/api | Sebastian Ziebell | 2013-02-20 | 2 | -4/+3 | |
|\ \ \ | |/ / | | | | | | | | | | Conflicts: spec/requests/api/projects_spec.rb |