Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-30fix :file_path - add requirements:Marc Siegfriedt
2017-08-15Fix API responses when dealing with txt filesFelipe Artur
2017-08-04Add start_branch to files and commits APIsDouwe Maan
2017-06-07Blob#load_all_data! doesn’t need an argumentDouwe Maan
2017-06-06Introduce optimistic locking support via optional parameter last_commit_id on...Roman Safronov
2017-04-20Refactor changing files in web UIDouwe Maan
2017-03-16Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable
2017-03-08Remove unecessary endpoint from repository, add compatibility endpoints for v...Felipe Artur
2017-03-08Update API endpoints for raw filesFelipe Artur
2017-02-28Return 204 for delete endpointsRobert Schilling
2017-02-21Change branch_name param to branch throughout V4 APIOswaldo Ferreira
2017-02-16Paginate all endpoints that return an arrayRobert Schilling
2017-02-10Rename Files::DeleteService to Files::DestroyServicedixpac
2017-01-06Fix renamingLin Jen-Shin
2016-12-22Merge branch 'cache-last-commit-sha-for-path' into 'master' Yorick Peterse
2016-12-20Allow unauthenticated access to Repositories Files API GET endpointsRémy Coutable
2016-12-20Merge two methods.Hiroyuki Sato
2016-12-20Rename sha to idHiroyuki Sato
2016-12-20Use Repository#cache_last_commit_sha_for_path in APIHiroyuki Sato
2016-11-30Grapify the files APIRobert Schilling
2016-09-19Add optional 'author' param when making commitsDan Dunckel
2016-02-01WIP lazy blobsJacob Vosmaer
2015-12-18Automatically fork a project when not allowed to edit a file.Douwe Maan
2015-11-02Add ability to fetch the commit ID of the last commit that actually touched a...Valery Sizov
2015-08-11Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets
2015-08-11Merge branch 'revert-satellites' into 'master' Dmitriy Zaporozhets
2015-08-11Revert "Fix editing files via API"Dmitriy Zaporozhets
2015-08-10Fix corrupted binary files when using API files endpointStan Hu
2015-06-05Fix editing files via APIDmitriy Zaporozhets
2015-04-24Use project.commit convenience method.Douwe Maan
2015-02-23Improve error messages when file editing failsVinnie Okada
2014-12-30Message for api files and groups.Marin Jankovski
2014-10-13Use :message key, not :error for File::Service.Ciro Santilli
2014-06-06fix permissions for files APINihad Abbasov
2014-02-18Complete api files CRUDDmitriy Zaporozhets
2014-01-17 Merge branch 'refactoring/context_into_services' into 'master'Dmitriy Zaporozhets
2014-01-16Replace context with service in libDmitriy Zaporozhets
2014-01-16Accept encoding attribute in files APIDmitriy Zaporozhets
2013-11-20Improve consistency: use file_path for API create/update/delete filesDmitriy Zaporozhets
2013-11-19API: delete file from repositoryDmitriy Zaporozhets
2013-11-11API: Edit file in repositoryDmitriy Zaporozhets
2013-11-10Fix type in API docDmitriy Zaporozhets
2013-11-07New API: create file in repoDmitriy Zaporozhets