- 02 Oct, 2017 1 commit
-
-
Gustav Ernberg authored
-
- 23 Sep, 2017 1 commit
-
-
Brett Walker authored
Send a confirmation email when the user adds a secondary email address. Utilizes the Devise `confirmable` capabilities. Issue #37385
-
- 27 Jul, 2017 1 commit
-
-
Alexis Reigel authored
-
- 05 Jul, 2017 1 commit
-
-
Douwe Maan authored
-
- 20 Jun, 2017 1 commit
-
-
Sean McGivern authored
-
- 25 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 23 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 17 May, 2017 1 commit
-
-
Lin Jen-Shin authored
Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller
-
- 10 May, 2017 1 commit
-
-
Sean McGivern authored
-
- 04 May, 2017 1 commit
-
-
Valery Sizov authored
-
- 27 Apr, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 09 Apr, 2017 1 commit
-
-
mhasbini authored
-
- 06 Apr, 2017 2 commits
-
-
Kamil Trzciński authored
-
Toon Claes authored
Show who triggered the pipeline. And also show the commit committer if it's different from the author.
-
- 05 Apr, 2017 6 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 29 Mar, 2017 1 commit
-
-
Clement Ho authored
-
- 17 Mar, 2017 1 commit
-
-
Kamil Trzciński authored
-
- 22 Feb, 2017 1 commit
-
-
Alexis Reigel authored
-
- 03 Feb, 2017 1 commit
-
-
Filipa Lacerda authored
Rename Build to Job Replace "Builds" by "Jobs" and fix broken specs Replace "Builds" by "Jobs" Fix broken spinach test Fix broken test Remove `˙` at the beginning of the file Fix broken spinach test Fix broken tests Changes after review
-
- 25 Jan, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 24 Jan, 2017 2 commits
-
-
Kushal Pandya authored
-
Kushal Pandya authored
-
- 18 Jan, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 31 Dec, 2016 4 commits
-
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
- 06 Dec, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 28 Nov, 2016 2 commits
-
-
Sean McGivern authored
-
Sean McGivern authored
-
- 25 Nov, 2016 4 commits
-
-
hhoopes authored
* Added keyword arguments to truncated_diff_lines method to allow for using highlighting or not (html templates vs. text) * Tweaked templates for consistency and format appropriateness
-
hhoopes authored
Previously the `truncated_diff_lines` method for outputting a discussion diff took in already highlighted lines, which meant it wasn't reuseable for truncating ANY lines. In the way it was used, it also meant that for any email truncation, the whole diff was being highlighted before being truncated, meaning wasted time highlighting lines that wouldn't even be used (granted, they were being memoized, so perhaps this wasn't that great of an issue). I refactored truncation away from highlighting, in order to truncate formatted diffs for text templates in email, using `>`s to designate each line, but otherwise retaining the parsing already done to create `diff_lines`. Additionally, while notes on merge requests or commits had already been tested, there was no existing test for notes on a diff on an MR or commit. Added mailer tests for such, and a unit test for truncating diff lines.
-
hhoopes authored
Currently comments on commits and merge requests do not require merge request- or commit-specific information, but can use the same template. Rather than change the method which calls the template, I opted to keep the templates separate and create a new template to highlight their identicality, while preserving the option to distinguish them from each other in the future. Also removed some of the inconsistencies between text and html email versions. Still needed is a text-only version of git diffs and testing.
-
hhoopes authored
Added diff hunks to notification emails of messages on merge requests. This provides code context to the note. Uses existing template for formatting a diff for email (from repository push notifications).
-