summaryrefslogtreecommitdiff
path: root/doc/api/repository_files.md
Commit message (Collapse)AuthorAgeFilesLines
* Updates from last code review:38356-add-last_commit_sha-to-the-commit-apiRubén Dávila2017-12-201-0/+1
| | | | | | - Apply some refactoring for code reuse - Add file status validation for Files::DeleteService - Write additional specs
* Add start_branch to files and commits APIsDouwe Maan2017-08-041-3/+6
|
* Fix curl example paths (missing the 'files' segment)Joe Marty2017-06-301-3/+3
|
* Introduce optimistic locking support via optional parameter last_commit_id ↵Roman Safronov2017-06-061-0/+1
| | | | on File Update API
* Add "API" to all respective headings (h1s)Marcia Ramos2017-05-181-1/+1
|
* Update API endpoints for raw filesFelipe Artur2017-03-071-12/+27
|
* Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-011-4/+4
|
* Change branch_name param to branch throughout V4 API22132-rename-branch-name-params-to-branchOswaldo Ferreira2017-02-211-12/+12
|
* Merge branch 'fix-api-delete-file-example' into 'master'Rémy Coutable2017-02-081-1/+1
|\ | | | | | | | | Fix the curl command for deleting files (DELETE instead of PUT) See merge request !8245
| * Fix the curl command for deleting files (DELETE instead of PUT)Bruno Melli2016-12-211-1/+1
| |
* | Rename example from file_name to file_path Rick Gudmundson2017-02-031-3/+3
|/ | | | | Applied in example response for create, update, and delete operations Fixes #27643
* Allow unauthenticated access to Repositories Files API GET endpointsRémy Coutable2016-12-201-1/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Grapify the files APIgrapify-files-apiRobert Schilling2016-11-301-2/+2
|
* Add optional 'author' param when making commitsDan Dunckel2016-09-191-3/+9
|
* use long options for curl examples in API documentation (!5703)winniehell2016-08-091-4/+4
|
* Add examples to repository files API (!5465)winniehell2016-08-051-0/+16
|
* Add ability to fetch the commit ID of the last commit that actually touched ↵api_file_touched_atValery Sizov2015-11-021-1/+2
| | | | a file
* Fix Md style for API.Ciro Santilli2014-08-151-4/+2
|
* Add comments.Sytse Sijbrandij2014-08-061-0/+2
|
* List API file edit failure conditions in docsJacob Vosmaer2014-08-061-0/+7
|
* Update docs to markdown style guide.Ciro Santilli2014-06-031-19/+17
|
* Add titles to doc pages.Marin Jankovski2014-05-271-1/+3
|
* Api-Doc JSON lintJohannes Schleifenbaum2014-04-051-3/+3
| | | | Fixes: #5505
* Complete api files CRUDDmitriy Zaporozhets2014-02-181-0/+102
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>