Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add optional signup. | Marin Jankovski | 2013-01-18 | 1 | -0/+30 |
| | |||||
* | more tests fixed | Dmitriy Zaporozhets | 2013-01-15 | 1 | -2/+3 |
| | |||||
* | Bit of cleanup and improving mailer | Dmitriy Zaporozhets | 2012-12-31 | 1 | -1/+1 |
| | |||||
* | Fixing requests after namespaces. Fixed admin bug with access to project | Dmitriy Zaporozhets | 2012-11-23 | 1 | -3/+1 |
| | |||||
* | Remove backward compatibility of factories. | Vincent Bonmalais | 2012-11-13 | 1 | -20/+20 |
| | |||||
* | Make Note methods saner | Riyad Preukschas | 2012-10-13 | 1 | -1/+1 |
| | |||||
* | Spec fixed | Alex Denisov | 2012-09-06 | 1 | -1/+1 |
| | |||||
* | Issue_status_changed email added | Alex Denisov | 2012-08-29 | 1 | -0/+23 |
| | |||||
* | Send notifiation on create UserProject relation (access granted) | Alex Denisov | 2012-08-27 | 1 | -0/+20 |
| | |||||
* | Remove some duplication in the Notify mailer | Robert Speicher | 2012-08-20 | 1 | -3/+3 |
| | |||||
* | Fully embrace Ruby 1.9 hash syntax | Robert Speicher | 2012-08-10 | 1 | -13/+13 |
| | | | | Didn't bother with files in db/, config/, or features/ | ||||
* | Update notifications mails and notify specs for GFM | Riyad Preukschas | 2012-08-06 | 1 | -6/+8 |
| | |||||
* | Disable issues sort. Recent issues on top. Fixed tests | Dmitriy Zaporozhets | 2012-07-02 | 1 | -16/+12 |
| | |||||
* | Epic: Gitlab configuration with default values | Dmitriy Zaporozhets | 2012-07-02 | 1 | -1/+1 |
| | |||||
* | Update Notify spec to use host set in config/gitlab.yml | Robb Kidd | 2012-05-16 | 1 | -1/+1 |
| | | | | Fixes failing tests introduced in pull request #824 | ||||
* | Make Notify#new_merge_request_email resque friendly. | Robb Kidd | 2012-05-15 | 1 | -1/+1 |
| | |||||
* | Make Notify#new_issue_email resque friendly. | Robb Kidd | 2012-05-15 | 1 | -1/+1 |
| | |||||
* | Make Notify#note_wall_email resque friendly | Robb Kidd | 2012-05-15 | 1 | -1/+1 |
| | | | | | Update method to take ids and then perform #finds itself during mailer queue worker kick-off. | ||||
* | Make Notify#note_commit_email resque friendly | Robb Kidd | 2012-05-15 | 1 | -2/+3 |
| | | | | | | Update method to take ids and then perform #finds itself during mailer queue worker kick-off. Also, the faux SHA1 cannot have underscores or it will not match the commit pattern defined in the routes. | ||||
* | Make Notify#note_issue_email resque friendly | Robb Kidd | 2012-05-15 | 1 | -1/+2 |
| | | | | | Update method to take ids and then perform #finds itself during mailer queue worker kick-off. | ||||
* | Make Notify#note_merge_request_email resque friendly | Robb Kidd | 2012-05-15 | 1 | -2/+6 |
| | | | | | Update method to take ids and then perform #finds itself during mailer queue worker kick-off. | ||||
* | Rename changed_mr_email to reassigned_mr_email & make resque friendly | Robb Kidd | 2012-05-15 | 1 | -3/+3 |
| | | | | | | | | #changed_merge_request_email was really sending emails about merge request reassignments. Updated method name to reflect that. Update method to take ids and then perform #finds itself during mailer queue worker kick-off. | ||||
* | Rename changed_issue_email to reassigned_issue_email & make resque friendly | Robb Kidd | 2012-05-15 | 1 | -4/+4 |
| | | | | | | | | #changed_issue_email was really sending emails about issue reassignments. Updated method name to reflect that. Update method to take ids and then perform #finds itself during mailer queue worker kick-off. | ||||
* | Update new_user_email to take id for User and perform find itself. | Robb Kidd | 2012-05-15 | 1 | -2/+2 |
| | |||||
* | Add specs for all of the emails. | Robb Kidd | 2012-05-15 | 1 | -33/+194 |
| | |||||
* | Add specs for Notify ActionMailer emails. | Robb Kidd | 2012-05-15 | 1 | -0/+82 |
Covers new user, new issue and wall note emails. Depends on email_spec (https://github.com/bmabey/email-spec/) for friendly matchers. |