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 (Collapse)Author
2020-01-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-11-07Apply patches when creating MR via emailBob Van Landuyt
This allows users to add patches as attachments to merge request created via email. When an email to create a merge request is sent, all the attachments ending in `.patch` will be applied to the branch specified in the subject of the email. If the branch did not exist, it will be created from the HEAD of the repository. When the patches could not be applied, the error message will be replied to the user. The patches can have a maximum combined size of 2MB for now.
2018-08-10Freeze string literalsPeter Leitzen
See Danger's suggestions: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6869#note_93730253
2018-08-10Let Commits::TagService return a result hashPeter Leitzen
2018-08-10Rename Commits::UpdateService to Commits::TagServicePeter Leitzen
2018-08-10Refactor spec for Commits::UpdateServicePeter 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