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-05-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-27Bring text mail for new issue & MR more in lineToon Claes
Make these templates for mail notifications for a new issue and a new merge request more similar. Also remove some leading whitespace in text mails.
2019-07-23Update author prefix on merge request notificationGeorge Tsiolis
2019-07-15Move document to new location, split in 3Marcia Ramos
- Move steps to new doc - Move all concepts to different docs
2019-07-01Move colon on merge request notificationGeorge Tsiolis
2019-06-21Uniform html and text emailsFrank van Rest
Uniform new_issue_email html and text emails Uniform note_email html and text emails Uniform new_merge_request_email html and text emails
2019-06-07Merge branch 'improve-email-text-part' into 'master'Dmitriy Zaporozhets
Improve email text part See merge request gitlab-org/gitlab-ce!29111
2019-06-05Sync text part of email with the HTML partHaunui Saint-sevin
The text part was missing the condition to change the first message. Borrow the code from the HTML part.
2019-06-05Remove html tag from the text part of emailHaunui Saint-sevin
Instead of calling single function emitting HTML tags in the HTML part of email, directly output HTML tags or raw text.
2019-06-04Change s_() calls to _() callsMichał Zając
There are no namespaces in the strings so we don't need those
2019-05-16Include MR information if possible when emailing notification of closing an ↵Michał Zając
issue
2019-05-03Add leave link to access_granted emailLuke Bennett
Allows users to leave a project/group that they have been added to. Add function to leave a namespace by url param If the `leave` param is present on a project/group show page, click the leave link.
2019-04-25Merge branch 'security-id-email-xss' into 'master'GitLab Release Tools Bot
Escape path in new merge request mail See merge request gitlab/gitlabhq!3066
2019-04-17Include link to raw job log in plain-text emailsToon Claes
People who prefer plain text email also might prefer the raw job log files. So include the link directly to there. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56849
2019-04-16Escape path in new merge request mailIgor Drozdov
2019-04-09Mark unverified pages domains for removalVladimir Shushlin
Set pages_domain.remove_at when disabling it Add specs for marking pages domain for removal Notify user that domain is being removed Add documentation
2019-04-09[CE] Support multiple assignees for merge requestsOswaldo Ferreira
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
2019-03-28Display link to review note in text emailMark Chao
similar with HTML email
2019-02-20Remove link after issue move when no permissionsJarka Košanová
Don't show new issue link after move when a user does not have permissions to display the new issue
2019-01-31Use `sanitize_name` to sanitize URL in user full nameKushal Pandya
2019-01-07Improve email messagesHeinrich Lee Yu
Also refactored cleanup view to use the same localized string
2019-01-07Import CSV BackendHeinrich Lee Yu
Process CSV uploads async using a worker then email results
2018-12-21Merge branch '53933-include-dates-in-milestone-change-email' into 'master'Lin Jen-Shin
Add date range to milestone changed emails Closes #53933 See merge request gitlab-org/gitlab-ce!23762
2018-12-21Add date range to milestone changed emailsHeinrich Lee Yu
Also refactored issues and MRs to use the same email template file
2018-12-20Always use colon at end of discussion notification email headlineDouwe Maan
2018-12-20Don't include diff lines in image diff note notification emailDouwe Maan
2018-12-12Send a notification email on mirror update errorsAlejandro Rodríguez
The email is sent to project maintainers containing the last mirror update error. This will allow maintainers to set alarms and react accordingly.
2018-12-07Backports changes made to One notification per code reviewTiago Botelho
The EE merge request can be found here: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8442
2018-12-06Use BFG object maps to clean projectsNick Thomas
2018-11-29Merge branch 'security-guest-comments' into 'master'Cindy Pallares
[master]Fixed ability to comment on and edit/delete comments on locked or confidential issues See merge request gitlab/gitlabhq!2612
2018-11-02Add email for milestone changeChantal Rollison
2018-09-24Ports new refactor from EE to CETiago Botelho
2018-09-06Automatically disable Auto DevOps for project upon first pipeline failureMayra Cabrera
2018-06-20Notify only when unmergeable due to conflictMark Chao
There is still the edge case when 'no commits' changes to 'conflict' would not trigger notification, which we ignore for now. Calling can_be_merged? can cause exception (e.g. non-UTF8) Ignore those by rescueing. Remove unmergeable_reason as now only conflict is notified Update spec
2018-06-18Remove EE-specific code from new MR emailSean McGivern
2018-06-01Merge branch '46840-fix-merge-request-unmergeable-email-plural' into 'master'Sean McGivern
Resolve "Unmergeable merge request notification text interpolation" Closes #46840 See merge request gitlab-org/gitlab-ce!19160