- 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
-
- 26 Apr, 2017 1 commit
-
-
Sean McGivern authored
- Ignore JS fixtures - Ignore qa directory - Rewrite concern specs to put concern name first
-
- 21 Mar, 2017 1 commit
-
-
Robert Speicher authored
This shared example was only used by this spec so having it in a separate file provided no benefit, at the cost of clarity. This also reduces the three `it` blocks into a single test with `aggregate_failures`.
-
- 17 Mar, 2017 1 commit
-
-
Kamil Trzciński authored
-
- 18 Nov, 2016 1 commit
-
-
Lin Jen-Shin authored
This would fix long standing failures running tests on my development machine, which set `Gitlab.config.gitlab.host` to another host because it's not my local computer. Now I finally cannot withstand it and decided to fix them once and for all.
-
- 22 Oct, 2016 1 commit
-
-
Jared Ready authored
-
- 12 Aug, 2016 1 commit
-
-
Douwe Maan authored
-
- 09 Aug, 2016 1 commit
-
-
tiagonbotelho authored
-
- 15 Mar, 2016 1 commit
-
-
Rémy Coutable authored
Related to #2235. This is done by: 1. Delaying the notification sending after the SSH key is commited in DB 2. Gracefully exit the mailer method if the record cannot be found
-
- 12 Feb, 2016 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
This also extracts shared examples for notification emails to separate file.
-