summaryrefslogtreecommitdiff
path: root/app/views/notify/pipeline_failed_email.html.haml
Commit message (Expand)AuthorAgeFilesLines
* Optimise trace handling code to use streaming instead of full readKamil TrzciƄski2017-04-061-1/+1
* Clearly show who triggered the pipeline in emailtc-fix-pipeline-recipientToon Claes2017-04-061-15/+48
* extract pipeline mails layoutAlexis Reigel2017-02-221-175/+105
* HAMLLint: Fix `UnnecessaryStringOutput` offencesKushal Pandya2017-01-241-1/+1
* HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya2016-12-311-68/+68
* HAMLLint: fix `AltText` offencesKushal Pandya2016-12-311-3/+3
* Move partials to links directory, feedback:fix-failed-email-for-external-jobsLin Jen-Shin2016-11-221-1/+1
* Use partials instead of simple switch case:Lin Jen-Shin2016-11-221-6/+1
* Use has_trace? instead of case switch, feedback:Lin Jen-Shin2016-11-211-3/+2
* External jobs do not have show page nor tracesLin Jen-Shin2016-11-211-4/+12
* 17492 Update link color for more accessible contrast17492-link-contrasttauriedavis2016-11-071-7/+7
* Use Hash rocket syntax to maintain Ruby 2.1 compatibilityStan Hu2016-10-181-2/+2
* Introduce more GitLab routing helpers, feedback:Lin Jen-Shin2016-10-141-4/+4
* invert if statement orderMike Greiling2016-10-131-4/+4
* de-duplicate project namespace markupMike Greiling2016-10-121-6/+4
* Use helpers from GitlabRoutingHelper, feedback:Lin Jen-Shin2016-10-131-2/+2
* New hash syntax, feedback:Lin Jen-Shin2016-10-131-69/+69
* add message subject to the title tagMike Greiling2016-10-081-1/+1
* manually generate XHTML doctype since haml :format config cannot be overriddenMike Greiling2016-10-081-1/+1
* remove corporate address from email footer and add reference to domain of originMike Greiling2016-10-071-1/+4
* update subject and email header messageMike Greiling2016-10-061-1/+1
* update pipeline failed email marginsMike Greiling2016-10-051-4/+6
* move merge request link next to the commit sha and expose reference numberMike Greiling2016-10-051-4/+4
* Show open merge request against default branch if existsLin Jen-Shin2016-09-261-3/+4
* Use string interpolation if possible (better performance)Lin Jen-Shin2016-09-261-1/+1
* We already checked commit.author is not nil, so it must be thereLin Jen-Shin2016-09-261-1/+1
* We need to use URL in the emailLin Jen-Shin2016-09-261-1/+1
* fix some remaining linksMike Greiling2016-09-231-7/+12
* Fix url routesLin Jen-Shin2016-09-231-1/+1
* Only show last 10 lines from traceLin Jen-Shin2016-09-231-1/+1
* tabs to spacesLin Jen-Shin2016-09-231-1/+1
* implement ci notification email template (first pass)Mike Greiling2016-09-221-42/+167
* Fix the templateLin Jen-Shin2016-09-131-2/+1
* Add mock email templatesLin Jen-Shin2016-09-011-0/+44