Commit graph

1152 commits

Author SHA1 Message Date
Eric Schultz
9fbcbbea53
Merge pull request #245 from houdiniproject/dependabot/bundler/puma-3.12.4
Bump puma from 3.12.2 to 3.12.4
2020-02-28 16:07:17 -06:00
dependabot[bot]
79533a070f
Bump puma from 3.12.2 to 3.12.4
Bumps [puma](https://github.com/puma/puma) from 3.12.2 to 3.12.4.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v3.12.2...v3.12.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-28 21:45:48 +00:00
Eric Schultz
15f7dc8d48
Merge pull request #240 from houdiniproject/wwahammy-patch-1
Create issue templates
2020-02-21 13:23:07 -06:00
Eric Schultz
a951d08814
Create config.yml 2020-02-19 14:53:00 -06:00
Eric Schultz
6fd85eafa9 Create issue templates 2020-02-19 14:49:57 -06:00
Eric Schultz
6a9ed8ff59
Merge pull request #1 from wwahammy/feat/wisper
Feat/wisper
2020-02-10 14:27:42 -06:00
Eric Schultz
c2abc274fa Remove unused code 2020-02-10 14:21:17 -06:00
Eric Schultz
762eba6aad Remove unused code 2020-02-10 14:19:56 -06:00
Eric Schultz
e1b2ac4d28 All stats pass with listeners 2020-02-10 14:01:49 -06:00
Eric Schultz
2a20b9f381 ticket_create event working 2020-01-07 11:20:28 -06:00
Eric Schultz
6f087c76b8 Remove unused PaymentNotificationJob 2020-01-07 11:08:54 -06:00
Eric Schultz
31e4a69a22 Added refund create and recurring donation create 2020-01-07 11:07:48 -06:00
Eric Schultz
985f14688e Initial event publishing support 2020-01-06 16:30:28 -06:00
Eric Schultz
98a30de793
Bump puma from 3.11.2 to 3.12.2 (#230)
Bump puma from 3.11.2 to 3.12.2
2019-12-06 12:46:34 -06:00
dependabot[bot]
78b2e3016f
Bump puma from 3.11.2 to 3.12.2
Bumps [puma](https://github.com/puma/puma) from 3.11.2 to 3.12.2.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v3.11.2...v3.12.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-06 04:01:21 +00:00
Eric Schultz
238dfec1ac Add .nvmrc so nvm just works 2019-11-27 16:15:27 -06:00
Eric Schultz
12cfba734f
Reinstall package (#228)
Reinstall package
2019-11-22 15:36:55 -06:00
Eric Schultz
e8649caf8c Audit fix 2019-11-22 15:18:27 -06:00
Eric Schultz
2b022bc63d Fix for broken build 2019-11-22 15:16:52 -06:00
Eric Schultz
4bd0a4823f Merge branch 'update_migrations' into rails-v5 2019-11-14 14:53:14 -06:00
Eric Schultz
a8fa708913 Properly define migrations 2019-11-14 14:52:29 -06:00
Eric Schultz
2a7f6d035c Remove unneeded job worker for procfile 2019-11-14 14:23:37 -06:00
Eric Schultz
27aeb2aae7 Merge branch 'feat/activejob' into rails-v5 2019-11-08 16:29:24 -06:00
Eric Schultz
bfa3e2db3b Additional email_job_spec cleanup 2019-11-08 16:19:34 -06:00
Eric Schultz
bef544bf63 Fix missing code direct_debit_create_notify_nonprofit_job.rb 2019-11-08 16:13:03 -06:00
Eric Schultz
c2226c9893 Add EmailJob 2019-11-08 16:13:03 -06:00
Eric Schultz
d544242ae7 Correct bugs in how payment notification jobs are enqueued 2019-11-08 16:13:03 -06:00
Eric Schultz
b77a59ba24 Add the rails helper to .rspec 2019-11-08 16:13:03 -06:00
Eric Schultz
207adfc42b Fix bugs in ExportPaymentsSpec 2019-11-08 16:13:03 -06:00
Eric Schultz
f0e4c74d58 Fix bug in insert_tag_joins 2019-11-08 16:13:03 -06:00
Eric Schultz
afae51ab4e Fixes to ExpectRecurringDonations spec 2019-11-08 16:13:03 -06:00
Eric Schultz
3f04f70171 Fix spec problem where queued jobs were never cleared 2019-11-08 16:13:03 -06:00
Eric Schultz
6e04c84aa1 Remove redundant tier bug 2019-11-08 16:13:03 -06:00
Eric Schultz
28d1c11af4 Add test queue adapter 2019-11-08 16:13:03 -06:00
Eric Schultz
f76bff6cbb Fix typo in spec 2019-11-08 16:13:03 -06:00
Eric Schultz
b84f3fc2ef Fix some typos! 2019-11-08 16:13:03 -06:00
Eric Schultz
094af949a5 Remove delayed_job_active_record 2019-11-08 16:13:03 -06:00
Eric Schultz
3c0c1bada4 Fix delayed_job_helper straggler 2019-11-08 16:13:03 -06:00
Eric Schultz
2483ca86b2 Removed DelayedJobConfig 2019-11-08 16:13:03 -06:00
Eric Schultz
378d2fb44c Remove DelayedJobHelper 2019-11-08 16:13:03 -06:00
Eric Schultz
cfa5fb8b0f Add SupportersExportCreateJob 2019-11-08 16:13:03 -06:00
Eric Schultz
1422b5907e Add RecurringDonationsExportCreateJob 2019-11-08 16:13:03 -06:00
Eric Schultz
016e69283c Add SupporterNotesExportCreateJob 2019-11-08 16:13:03 -06:00
Eric Schultz
bc959425c5 Add PaymentExportCreateJob 2019-11-08 16:13:03 -06:00
Eric Schultz
e073b9a7d0 Add PayRecurringDonation(s)Job 2019-11-08 16:13:03 -06:00
Eric Schultz
0144372084 Remove non-working SupporterEmail call 2019-11-08 16:13:03 -06:00
Eric Schultz
9c9e6bd861 Add StripeAccountCreateJob 2019-11-08 16:13:03 -06:00
Eric Schultz
34a75711f9 Move Recurring Donation Messages to emails 2019-11-08 16:13:03 -06:00
Eric Schultz
84b1960a9d Add MailchimpSupporterSyncJob 2019-11-08 16:13:03 -06:00
Eric Schultz
626e01b035 Remove unneeded delays in InsertSupporter 2019-11-08 16:13:03 -06:00