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
2019-03-04Merge branch 'security-commit-private-related-mr' into 'master'Yorick Peterse
2019-02-14Add API endpoint to get a commit's GPG signatureBalasankar "Balu" C
2019-01-28Modify MergeRequestsFinder to allow filtering by commitPatrick Bajao
2019-01-28Respond with 403 when non-member requests for private MRsPatrick Bajao
2018-11-28Fix API::Namespaces to accept namepaces with dotsImre Farkas
2018-11-14Revert API is going into 11.5, not 11.6.Robert Speicher
2018-11-09Merge branch 'rs-cherry-pick-api' into 'master'Nick Thomas
2018-11-09Resolve possible cherry pick API race conditionRobert Speicher
2018-11-09Add revert to commits APIRobert Speicher
2018-10-03Includes commit stats in POST project commits APIJacopo
2018-10-03Merge branch '45016-add-web-ide-commits-to-usage-ping' into 'master'Douwe Maan
2018-10-03Implements Web IDE commits counter in RedisTiago Botelho
2018-10-01Adds WebIDE commits to UsagePingTiago Botelho
2018-09-30Enable frozen string in lib/api and lib/backupgfyoung
2018-09-27Adds chmod action to POST /projects/:id/repository/commits APIJacopo
2018-09-13Merge branch 'rubocop-code-reuse' into 'master'Robert Speicher
2018-09-12Resolve "500 Internal Server Error: Cherrypick commit with empty branch name"🙈 jacopo beschi 🙉
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-09-08API: Use find_branch! in all placesRobert Schilling
2018-07-12Allow collaboration with forks through the APIBob Van Landuyt
2018-06-12Added with_statsoption for GET /projects/:id/repository/commitsLeonid Batizhevskii
2018-03-26Allow merge requests related to a commit to be found via APIMark Fletcher
2018-03-01Add specsTiago Botelho
2018-02-23API method /projects/:id/repository/commits now works over every commitTiago Botelho
2018-02-20Add missing pagination on the commit diff endpointMaxime Roussin-Belanger
2018-02-14Refactor commits/refs API to use hash and add pagination headersRobert Schilling
2018-02-09Separate branch and tag namesRobert Schilling
2018-02-09Incorporate feedbackRobert Schilling
2018-02-09Basic ref fetching for commitsRobert Schilling
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