Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | API docs: fix new milestone parameters | Nihad Abbasov | 2013-02-20 | 1 | -1/+0 | |
| | | | ||||||
| * | | Fix private flag for project | Dmitriy Zaporozhets | 2013-02-19 | 1 | -3/+3 | |
| | | | ||||||
* | | | API: fixes return codes, documentation updated with status codes, tests added | Sebastian Ziebell | 2013-02-20 | 1 | -26/+92 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The users API updated with return codes, e.g. if required parameters are missing a `400 Bad Request` error is returned instead of `404`. Fixes return codes of functions, e.g. deletion of a ssh key is an idempotent function now. The API documentation is updated to reflect the current status of the API. Descriptions are more detailed and complete, infos to return values are added to all functions. | |||||
* | | | API documentation expanded with status code information | Sebastian Ziebell | 2013-02-18 | 2 | -0/+18 | |
| | | | | | | | | | | | | Information to return codes added to projects and users documentation. | |||||
* | | | API documentation extended with snippets, tags and commits | Sebastian Ziebell | 2013-02-15 | 1 | -1/+153 | |
| | | | | | | | | | | | | | | | | | | Documentation is updated with information how to handle snippets or how to access tags and commits. Nearly all project specific functions are now described in the documentation. A few previous entries have been updated with status codes, e.g. `401 Unauthorized`. | |||||
* | | | API documentation extended with infos to project branches | Sebastian Ziebell | 2013-02-15 | 1 | -0/+77 | |
| | | | ||||||
* | | | API projects documentation grouped into sections & updated with status codes | Sebastian Ziebell | 2013-02-14 | 1 | -34/+117 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The API documentation for projects now is structured into major sections that describe the different aspects when dealing with projects, e.g. hooks, branches, team members etc. All described methods now contain a list of possible status codes the method can return. A few methods have extra sample JSON responses and a description if a method is idempotent. Idempotent methods can be called multiple times while returning the same status code. | |||||
* | | | Merge branch 'master' into fixes/api | Sebastian Ziebell | 2013-02-13 | 1 | -0/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Changed function to `not_found`. | Sebastian Ziebell | 2013-02-09 | 1 | -0/+3 | |
| | | | | | | | | | | | | Instead of using funtion `error!` the function `not_found!` is used to return 404 error. Adjusted documentation accordingly. | |||||
* | | | Merge branch 'master' into fixes/api | Sebastian Ziebell | 2013-02-08 | 6 | -3/+194 | |
|\ \ \ | |/ / | ||||||
| * | | Add docs/tests for groups api | Christian Simon | 2013-02-01 | 2 | -0/+46 | |
| | | | ||||||
| * | | Merge pull request #2839 from m4tthumphrey/protected-branches-api | Dmitriy Zaporozhets | 2013-01-31 | 1 | -3/+86 | |
| |\ \ | | | | | | | | | Added methods to protect and unprotect branches in from the API | |||||
| | * | | Added methods to protect and unprotect branches | Matt Humphrey | 2013-01-31 | 1 | -3/+86 | |
| | | | | ||||||
| * | | | Merge branch 'extend_user_api' of https://github.com/bladealslayer/gitlabhq ↵ | Dmitriy Zaporozhets | 2013-01-31 | 1 | -0/+43 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into bladealslayer-extend_user_api Conflicts: spec/requests/api/users_spec.rb | |||||
| | * | | | Extended users API to support updating and deleting users. | Boyan Tabakov | 2012-12-18 | 1 | -0/+43 | |
| | | | | | | | | | | | | | | | | | | | | Also added tests. | |||||
| * | | | | add path and path_with_namespace to api project entity | Dmitriy Zaporozhets | 2013-01-31 | 1 | -0/+6 | |
| | | | | | ||||||
| * | | | | missing doc for api | Dmitriy Zaporozhets | 2013-01-31 | 1 | -0/+13 | |
| | |/ / | |/| | | ||||||
* | | | | A few fixes in documentation to notes, updates infos on status codes | Sebastian Ziebell | 2013-02-06 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | A few fixes in the notes URI pattern (`notes` instead of `:notes`), also updated the information to status codes. If `body` attribute is missing from a POST request a status code 400 (Bad request) is returned. This reflects the code changes from the previous commit. | |||||
* | | | | update api documentation for delete team member | Felix Gilcher | 2013-02-01 | 1 | -2/+5 | |
|/ / / | | | | | | | | | | correctly describes the new behavior | |||||
* | | | remove incorrect information about the api version | Felix Gilcher | 2013-01-28 | 1 | -1/+1 | |
| |/ |/| | | | | | | | The API version is currently not equal to the gitlab major version number. Gitlab 4.1 still uses API version 3. Point to the lib/api.rb file instead which contains the autoritative information. | |||||
* | | Remove path parameter from projects API | Riyad Preukschas | 2012-12-22 | 1 | -4/+0 | |
| | | ||||||
* | | Up API version to v3 | Riyad Preukschas | 2012-12-21 | 1 | -1/+1 | |
| | | ||||||
* | | Remove all references tp the project code parameter from the API | Riyad Preukschas | 2012-12-21 | 7 | -44/+44 | |
| | | ||||||
* | | Remove the code parameter from the projects API | Riyad Preukschas | 2012-12-21 | 1 | -4/+0 | |
| | | ||||||
* | | refactoring gfm_autocomplete | Valeriy Sizov | 2012-12-20 | 1 | -0/+1 | |
|/ | ||||||
* | Merge pull request #2286 from nuecho/fix-doc-api-issues | Dmitriy Zaporozhets | 2012-12-15 | 1 | -14/+0 | |
|\ | | | | | Removed delete section in issues API documentation | |||||
| * | Removed delete section in issues API documentation | Matthieu Vachon | 2012-12-14 | 1 | -14/+0 | |
| | | ||||||
* | | Add username to User and UserBasic entities in API and in examples in doc. | Cyril | 2012-12-12 | 7 | -0/+26 | |
|/ | ||||||
* | Validates presence of User#name | Cyril | 2012-12-12 | 1 | -1/+1 | |
| | | | | | | | | | The 2 reasons are : - creation of user fail if name is empty : in after_save, it tries to create a namespace with namespace.name = user.name and namespece validates presence Namespace#name - in the web app links to team members are broken with empty User#name because they are of the form <a href'...'> user.name </a> | |||||
* | API: get a single wall note | Nihad Abbasov | 2012-12-01 | 1 | -0/+13 | |
| | ||||||
* | update contents of API README | Nihad Abbasov | 2012-12-01 | 1 | -1/+2 | |
| | ||||||
* | API: ability to create a wall note | Nihad Abbasov | 2012-11-29 | 1 | -0/+16 | |
| | ||||||
* | API: don't expose 'updated_at' for notes | Nihad Abbasov | 2012-11-29 | 1 | -2/+1 | |
| | ||||||
* | add docs for notes API | Nihad Abbasov | 2012-11-29 | 1 | -0/+121 | |
| | ||||||
* | Merge pull request #1735 from NARKOZ/api | Valeriy Sizov | 2012-11-07 | 1 | -4/+2 | |
|\ | | | | | API fixes | |||||
| * | update API docs | Nihad Abbasov | 2012-10-19 | 1 | -4/+2 | |
| | | ||||||
* | | API: tests for merge_requests | Valeriy Sizov | 2012-10-25 | 1 | -5/+5 | |
| | | ||||||
* | | API: help page and comment | Valeriy Sizov | 2012-10-22 | 1 | -0/+194 | |
|/ | ||||||
* | Update doc/api/projects.md for hooks API | jozefvaclavik | 2012-10-12 | 1 | -2/+34 | |
| | | | Added documentation for getting project hook and editing project hook. | |||||
* | API: add project snippets listing | Nihad Abbasov | 2012-10-08 | 1 | -1/+9 | |
| | ||||||
* | API: fix documentation | Valeriy Sizov | 2012-10-02 | 1 | -1/+1 | |
| | ||||||
* | fix TYPO | Valeriy Sizov | 2012-10-02 | 1 | -2/+2 | |
| | ||||||
* | #1585 Api for user creation: create help | Valeriy Sizov | 2012-10-02 | 1 | -0/+21 | |
| | ||||||
* | fix links in API README | Nihad Abbasov | 2012-09-21 | 1 | -1/+1 | |
| | ||||||
* | separate project repositories API docs | Nihad Abbasov | 2012-09-21 | 2 | -166/+166 | |
| | ||||||
* | API: SSH keys belong to user entity | Nihad Abbasov | 2012-09-21 | 2 | -79/+78 | |
| | ||||||
* | API: commits belong to project repository | Nihad Abbasov | 2012-09-21 | 2 | -38/+34 | |
| | ||||||
* | Merge pull request #1521 from NARKOZ/api | Dmitriy Zaporozhets | 2012-09-21 | 1 | -20/+43 | |
|\ | | | | | API for project team members | |||||
| * | add API for project team members | Nihad Abbasov | 2012-09-21 | 1 | -20/+43 | |
| | | ||||||
* | | APi for commits. Better api docs | Dmitriy Zaporozhets | 2012-09-21 | 1 | -0/+38 | |
|/ |