summaryrefslogtreecommitdiff
path: root/lib/api/files.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-5/+5
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-3/+12
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-2/+2
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+2
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-261-7/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-0/+1
* Add git blame apiOleg Zubchenko2019-07-261-0/+25
* Use read_repository scope on read-only files APIJames Lopez2018-12-041-0/+4
* Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routingImre Farkas2018-11-281-1/+1
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Resolve "500 Internal Server Error: Cherrypick commit with empty branch name"🙈 jacopo beschi 🙉2018-09-111-5/+5
* Extend to PUT requestRobert Schilling2018-08-211-1/+1
* API: Catch empty commit messagesRobert Schilling2018-08-211-1/+1
* Add SHA256 and HEAD on File APIAhmet Demir2018-06-281-11/+45
* fix :file_path - add requirements:Marc Siegfriedt2017-08-301-6/+8
* Fix API responses when dealing with txt filesissue_31790Felipe Artur2017-08-151-0/+3
* Add start_branch to files and commits APIsDouwe Maan2017-08-041-3/+4
* Blob#load_all_data! doesn’t need an argumentblob-load-all-dataDouwe Maan2017-06-071-1/+1
* Introduce optimistic locking support via optional parameter last_commit_id on...Roman Safronov2017-06-061-2/+9
* Refactor changing files in web UIDouwe Maan2017-04-201-2/+2
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+1
* Remove unecessary endpoint from repository, add compatibility endpoints for v...issue_16834Felipe Artur2017-03-071-19/+13
* Update API endpoints for raw filesFelipe Artur2017-03-071-20/+40
* Return 204 for delete endpointsRobert Schilling2017-02-281-4/+1
* Change branch_name param to branch throughout V4 API22132-rename-branch-name-params-to-branchOswaldo Ferreira2017-02-211-4/+4
* Paginate all endpoints that return an arrayRobert Schilling2017-02-161-1/+0
* Rename Files::DeleteService to Files::DestroyServicedixpac2017-02-101-1/+1
* Fix renamingLin Jen-Shin2017-01-071-1/+1
* Merge branch 'cache-last-commit-sha-for-path' into 'master' Yorick Peterse2016-12-221-1/+1
|\
| * Merge two methods.Hiroyuki Sato2016-12-201-1/+1
| * Rename sha to idHiroyuki Sato2016-12-201-1/+1
| * Use Repository#cache_last_commit_sha_for_path in APIHiroyuki Sato2016-12-201-1/+1
* | Allow unauthenticated access to Repositories Files API GET endpointsRémy Coutable2016-12-201-2/+0
|/
* Grapify the files APIgrapify-files-apiRobert Schilling2016-11-301-93/+60
* Add optional 'author' param when making commitsDan Dunckel2016-09-191-5/+7
* WIP lazy blobsJacob Vosmaer2016-02-011-2/+4
* Automatically fork a project when not allowed to edit a file.Douwe Maan2015-12-181-1/+1
* Add ability to fetch the commit ID of the last commit that actually touched a...api_file_touched_atValery Sizov2015-11-021-1/+3
* Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-111-24/+26
* Merge branch 'revert-satellites' into 'master' Dmitriy Zaporozhets2015-08-111-26/+24
|\
| * Revert "Fix editing files via API"Dmitriy Zaporozhets2015-08-111-26/+24
* | Fix corrupted binary files when using API files endpointStan Hu2015-08-091-1/+1
|/
* Fix editing files via APIDmitriy Zaporozhets2015-06-051-24/+26
* Use project.commit convenience method.Douwe Maan2015-04-241-1/+1
* Improve error messages when file editing failsVinnie Okada2015-02-221-1/+2
* Message for api files and groups.Marin Jankovski2014-12-301-2/+2
* Use :message key, not :error for File::Service.Ciro Santilli2014-10-131-3/+3
* fix permissions for files APINihad Abbasov2014-06-061-1/+8