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
2021-06-16Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-03-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-18Add start_sha to commits APIMarkus Koller
2019-03-06Accept force option on commit via APIPatrick Bajao
2019-02-27Fix misspellings in app/spec executable linesTakuya Noguchi
2018-12-31Add releases APIAlessio Caiazza
2018-11-21Eliminate duplicated wordsTakuya Noguchi
2018-11-08Correct error message returned by ChangeServiceRobert Speicher
2018-11-07Apply patches when creating MR via emailBob Van Landuyt
2018-08-10Let Commits::TagService return a result hashPeter Leitzen
2018-08-10Remove "TODO authorize"Peter Leitzen
2018-08-10Rename Commits::UpdateService to Commits::TagServicePeter Leitzen
2018-08-10Create a system note after tagging a commitPeter Leitzen
2018-08-10Tag a commit via `/tag 1.2.3 message`Peter Leitzen
2018-08-10Create empty Commits::UpdateService and wire it upPeter Leitzen
2018-07-16Enable frozen string in apps/services/**/*.rbgfyoung
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-06-11Don't use Gitlab::Utils.nlbr in Gitlab::GitJacob Vosmaer (GitLab)
2017-09-19Prepare cherry-pick and revert for migration to GitalyJacob Vosmaer (GitLab)
2017-09-01Move GitOperationService to Gitlab::GitJacob Vosmaer
2017-08-23Move GitHooksService to Gitlab::GitJacob Vosmaer
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
2017-04-20Refactor changing files in web UIDouwe Maan
2017-03-03Remove useless assignmentDouwe Maan
2017-03-03Use separate error class for cherry-pick and revert tree errorsDouwe Maan
2017-03-03Fix cherry-picking or reverting through an MRDouwe Maan
2017-03-01Enable and autocorrect the CustomErrorClass copSean McGivern
2017-01-06Rename from base to start because base could mean merge baseLin Jen-Shin
2017-01-06Rename source to base to avoid confusion from MRLin Jen-Shin
2017-01-05Prefer leading dots over trailing dotsLin Jen-Shin
2017-01-05Fix for initial commit and remove unneeded argsLin Jen-Shin
2017-01-05Just trust set_commit_variables to set everything!Lin Jen-Shin
2017-01-04Merge branch 'master' into fix-git-hooks-when-creating-fileLin Jen-Shin
2016-12-13Fix source_project and also pass source_projectLin Jen-Shin
2016-12-10fix awkward verb conjugation in cherry-pick and revert errorsMike Greiling
2016-12-09Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati...Lin Jen-Shin
2016-12-09Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan
2016-12-08Cleanup parameters, easier to understand andLin Jen-Shin
2016-12-07Pass source_branch properly for cherry-pick/revertLin Jen-Shin
2016-11-14Add `source_branch` option for various git operationsLin Jen-Shin
2016-11-14Revert "Don't execute git hooks if you create branch as part of other change"Lin Jen-Shin
2016-11-02Don't execute git hooks if you create branch as part of other changeKamil Trzcinski
2016-09-15Reduce duplication in Commits::{CherryPickService,RevertService}Rémy Coutable