1. 14 Jan, 2016 1 commit
  2. 13 Jan, 2016 1 commit
  3. 07 Jan, 2016 2 commits
  4. 05 Jan, 2016 4 commits
  5. 04 Jan, 2016 2 commits
  6. 03 Jan, 2016 2 commits
  7. 01 Jan, 2016 5 commits
  8. 31 Dec, 2015 7 commits
  9. 30 Dec, 2015 14 commits
  10. 29 Dec, 2015 2 commits
    • Robert Speicher's avatar
      Merge branch 'fix-transfer-project-email' into 'master' · 961e38ac
      Robert Speicher authored
      Fix project transfer e-mail sending incorrect paths in e-mail notification
      
      The introduction of ActiveJob and `deliver_now` in 7f214cee caused a race
      condition where the mailer would be invoked before the project was committed
      to the database, causing the transfer e-mail notification to show the old
      path instead of the new one.
      
      Closes #4670
      
      See merge request !2235
      961e38ac
    • Stan Hu's avatar
      Fix project transfer e-mail sending incorrect paths in e-mail notification · 59533d47
      Stan Hu authored
      The introduction of ActiveJob and `deliver_now` in 7f214cee caused a race
      condition where the mailer would be invoked before the project was committed
      to the database, causing the transfer e-mail notification to show the old
      path instead of the new one.
      
      Closes #4670
      59533d47