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
2023-05-17Add latest changes from gitlab-org/gitlab@16-0-stable-eev16.0.0-rc42GitLab Bot
2022-09-20Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot
2022-08-18Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot
2022-06-20Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot
2022-05-19Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot
2021-12-20Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot
2021-08-19Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-03-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-05-31Send notifications to group-specific email addressWei-Meng Lee
2018-12-06Use BFG object maps to clean projectsNick Thomas
2018-08-16Enable frozen in app/mailers/**/*.rbgfyoung
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2016-07-06Simplify HAML code using unless condition and nestingPaco Guzman
2016-07-06Diffs will create button/diff form on demand no on server sideJacob Schatz
2016-06-16fixed merge conflicts on UI branchJames Lopez
2016-06-14adding notifications stuff and more refactoring for exporting projectsJames Lopez
2016-06-14Factorize members mails into a new Emails::Members moduleRémy Coutable
2016-06-14Add request access for groupsRémy Coutable
2016-06-14Initial implementation of user access request to projectsDavid Alexander
2016-05-17Syntax-highlight diffs in push emailsSean McGivern
2016-05-11Only generate repository push email onceSean McGivern
2016-01-19Added X-GitLab-... headers to emails from CI and Email On Push servicesAnton Baklanov
2015-12-08Fix specs by adding forgotten instance variableGrzegorz Bizon
2015-12-08Remove obsolete variables in `repository_push_email`Grzegorz Bizon
2015-12-08Improve Messagee::RepositoryPushGrzegorz Bizon
2015-12-08Refactor RepositoryPush, move to Message namespaceGrzegorz Bizon
2015-12-08Extract repository_push_email to separate classGrzegorz Bizon
2015-10-01Note the original location of a moved project when notifying users of the moveValery Sizov
2015-05-25Prefix EmailsOnPush email subject with `[Git]`.Douwe Maan
2015-05-06Revert "Allow to configure smtp and sendmail in gitlab.yml"Dmitriy Zaporozhets
2015-05-06Allow to configure smtp and sendmail in gitlab.ymlJakub Jirutka
2015-04-24Let commit model know about its project.Douwe Maan
2015-04-15Merge branch 'emailsonpush-replyto' into 'master'Dmitriy Zaporozhets
2015-04-14Follow newline guidelines.Douwe Maan
2015-04-14Set EmailsOnPush reply-to address to committer email when enabled.Douwe Maan
2015-04-14Consistently use "invitation" rather than "invite" in text.Douwe Maan
2015-04-14Let invites be declined.Douwe Maan
2015-04-14Add emails around invitation.Douwe Maan
2015-04-02Fix errors.Douwe Maan
2015-03-23Don't use required keyword arguments to maintain support for Ruby 2.0.Douwe Maan
2015-03-23Clean up code by using keyword arguments.Douwe Maan
2015-03-18Send EmailsOnPush email when branch or tag is created or deleted.Douwe Maan
2015-03-10Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan
2015-02-25Fix EmailsOnPush comparison link to include first commit.Douwe Maan