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
2018-01-09Add option to disable commit stats to commit APIFrancisco Javier López
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
2017-11-08Use Commit#notes and Note.for_commit_id when possible to make sure we use all...Douwe Maan
2017-10-16Merge branch 'sha-handling' into 'master'Douwe Maan
2017-10-13Move line code generation into Gitlab::GitAlejandro Rodríguez
2017-10-13Create a Gitlab::Git submodule for conlict-related filesAlejandro Rodríguez
2017-10-13Move Gitlab::Diff::LineCode to module Gitlab::GitAlejandro Rodríguez
2017-10-13Adds requirements that supports anything in sha paramsGuilherme Vieira
2017-10-05Remove 'Repo' prefix from API entitesVitaliy @blackst0ne Klachkov
2017-09-06wip: fake its a binary diffmicael.bergeron
2017-08-08Fix the /projects/:id/repository/commits endpoint to handle dots in the ref n...Rémy Coutable
2017-08-04Fix batch commit APIDouwe Maan
2017-08-04Add start_branch to files and commits APIsDouwe Maan
2017-07-04Optimize creation of commit API by using Repository#commit instead of Reposit...Stan Hu
2017-05-31Change no_limits to limitsDouwe Maan
2017-05-30Consistent diff and blob size limit namesDouwe Maan
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-14Ensure dots in project path is allowed in the commits APIRémy Coutable
2017-03-08Returns correct header data for commits endpointOswaldo Ferreira
2017-03-08Fix pagination headers for repository commits api endpointGeorge Andrinopoulos
2017-03-08Manually set total_count when paginating commitsJordan Ryan Reuter
2017-03-03Fix cherry-picking or reverting through an MRDouwe Maan
2017-02-24Consistently create, update, and delete files, taking CRLF settings into accountDouwe Maan
2017-02-23Enable Style/WordArrayDouwe Maan
2017-02-21Change branch_name param to branch throughout V4 APIOswaldo Ferreira
2017-02-20Fix some grammar in the API docsRobert Schilling
2017-02-20Use grape validation for datesRobert Schilling
2017-02-15Ensure only commit comments relevant to target project are returnedMark Fletcher
2017-01-26Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin
2017-01-06Fix renamingLin Jen-Shin
2017-01-05Fix for initial commit and remove unneeded argsLin Jen-Shin
2017-01-03Fix Commits API to accept a Project path upon POSTMark Fletcher
2016-12-13API: Ability to cherry-pick a commitRobert Schilling
2016-11-24Don't convert data which already is the target typeRobert Schilling
2016-11-22Define common helper for describe pagination params in apiSemyon Pupkov
2016-11-14Use declared_params helper in APIRobert Schilling
2016-10-24Added path parameter to Commits APILuis HGO
2016-10-18Use GrapeDSL for commitsZ.J. van de Weg
2016-10-05multi-file commitMarc Siegfriedt
2016-08-03switch from diff_file_collection to diffsPaco Guzman
2016-05-14Extract LegacyDiffNote out of NoteDouwe Maan
2016-04-29API support for the 'since' and 'until' operators on commit requestsPaco Guzman
2016-03-03Use Gitlab::Git::DiffCollectionsJacob Vosmaer
2015-05-08Order commit comments in API chronologicallyMartin Luder
2015-04-24Use project.commit convenience method.Douwe Maan
2015-01-07Add a message when unable to save an object through api.Marin Jankovski
2014-12-30Message for api files and groups.Marin Jankovski
2014-12-30Clearer message if adding comment to commit via api fails.Marin Jankovski
2014-09-26Adds comments to commits in the APIJeroen Jacobs