summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #6569 from criteo/api_merge_request_commentsDmitriy Zaporozhets2014-03-261-0/+42
|\ | | | | Add method to get the comments on a merge request
| * Add method to get the comments on a merge requestStuart Pook2014-03-191-0/+42
| | | | | | | | | | Add method to get the comments for a merge request and document that you can change the status of a merge request.
* | documentation for api method which get labels of a projectÁbner Silva de Oliveira2014-03-231-0/+26
|/
* Merge pull request #6535 from docwhat/sys-hooks-eolsSytse Sijbrandij2014-03-191-70/+70
|\ | | | | Switched line endings to LF for system_hooks.md
| * Switched line endings to LF for system_hooks.mdChristian Höltje2014-03-141-70/+70
| | | | | | | | It was checked in with Windows style line endings.
* | Add more api docsDmitriy Zaporozhets2014-03-171-0/+10
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'namespace-api-doc' into 'master'Dmitriy Zaporozhets2014-02-181-0/+1
|\ | | | | | | Namespace Api Doc
| * Doesn't exist for user endpoint.dosire2014-02-181-1/+0
| |
| * Add namespace for projects to docs.dosire2014-02-141-0/+2
| |
* | Extract commits API to separate fileDmitriy Zaporozhets2014-02-183-93/+96
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Complete api files CRUDDmitriy Zaporozhets2014-02-183-41/+103
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update api project documentation to include project name as attribute.Marin Jankovski2014-02-111-15/+15
|
* Merge branch 'add_website_url_to_user' of ↵Dmitriy Zaporozhets2014-01-192-0/+7
|\ | | | | | | | | | | | | | | | | https://github.com/jeromedalbert/gitlabhq into jeromedalbert-add_website_url_to_user Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
| * Add website url to userJerome Dalbert2014-01-182-0/+7
| |
* | Mention base64 encoding for files APIDmitriy Zaporozhets2014-01-161-0/+2
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Dropped expiration date from the snippet APIJeroen van Baarsen2014-01-111-2/+0
|
* Merge pull request #5799 from criteo/import_url_apiDmitriy Zaporozhets2014-01-061-0/+1
|\ | | | | Add import_url param in API projects create
| * Add import_url in API docsMaxime Brugidou2013-12-301-0/+1
| |
* | Merge pull request #5823 from bobot/feature/api_parent_idsDmitriy Zaporozhets2014-01-061-1/+6
|\ \ | | | | | | [API] add parent_ids to specific commit informations
| * | [API] add parent_ids to specific commit informationsFrançois Bobot2013-12-111-1/+6
| |/
* | Add api support for raw blob searchThom Gerdes2013-12-261-2/+16
|/ | | | | See issue http://feedback.gitlab.com/forums/176466-general/suggestions/4566001-expose-raw-object-search-via-the-gitlab-api
* ProjectHook API supports new event fieldsDmitriy Zaporozhets2013-12-041-0/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* We welcome everyone to contribute.Sytse Sijbrandij2013-12-011-1/+1
|
* Adding authenticated public mode (internal).Jason Hollingsworth2013-11-261-2/+7
| | | | | | Added visibility_level icons to project view (rather than just text). Added public projects to search results. Added ability to restrict visibility levels standard users can set.
* Improve consistency: use file_path for API create/update/delete filesDmitriy Zaporozhets2013-11-201-2/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* API: delete file from repositoryDmitriy Zaporozhets2013-11-191-0/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* better wording for api docDmitriy Zaporozhets2013-11-181-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* update projects api docsDmitriy Zaporozhets2013-11-181-1/+17
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* API: Edit file in repositoryDmitriy Zaporozhets2013-11-111-0/+13
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix type in API docDmitriy Zaporozhets2013-11-101-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add docs for create file APIDmitriy Zaporozhets2013-11-091-1/+16
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove default_branch support from API project creationDmitriy Zaporozhets2013-11-061-1/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add an example.Marin Jankovski2013-10-181-2/+2
|
* Update project api doc.Marin Jankovski2013-10-171-1/+1
|
* Explain iid in APIDmitriy Zaporozhets2013-10-144-1/+24
|
* System hooks docs links to admin area.Sytse Sijbrandij2013-10-141-0/+2
|
* Fix a bug where the tgz returned got encoded utf8Izaak Alpert2013-10-101-1/+1
| | | | | | | Conflicts: doc/api/repositories.md Change-Id: I7ebc39b47ff860813d9622ba6776583536e6e384
* feature API call to download repo archiveIzaak Alpert2013-10-101-0/+13
| | | | | | | | | defaults to HEAD Conflicts: spec/requests/api/repositories_spec.rb Change-Id: Id114aca6c59d75f18e49bf9f33809a04e010bfb6
* API: docs for remove projectDmitriy Zaporozhets2013-10-091-0/+12
|
* Expose votes in merge request apiIslam Amer2013-10-081-0/+8
| | | | Signed-off-by: Islam Amer <islam.amer@jollamobile.com>
* API: new feature - remove groupDmitriy Zaporozhets2013-10-071-0/+13
|
* Merge pull request #5230 from cmckni3/patch-1Dmitriy Zaporozhets2013-10-062-15/+14
|\ | | | | Fix invalid json in API docs
| * Fix json keys in groups API documentationChris McKnight2013-09-301-14/+14
| |
| * Fix invalid json in issues API docChris McKnight2013-09-301-6/+5
| |
* | Update group access levels in docs.Marin Jankovski2013-10-022-12/+13
| |
* | Removed user teams api docs.Marin Jankovski2013-10-022-210/+1
| |
* | Update deploy keys, groups and system hooks api docs.Marin Jankovski2013-10-023-8/+30
| |
* | Update issues, milestones, notes api docs.Marin Jankovski2013-10-023-16/+97
| |
* | Update snippets and merge request api documentationMarin Jankovski2013-10-022-20/+15
| |
* | Update project api docs.Marin Jankovski2013-10-011-52/+132
| |