Commit graph

1501 commits

Author SHA1 Message Date
Eric Schultz
a7b9486425 Update to Rails 6.1.2.1 2021-02-11 18:37:14 -06:00
Eric Schultz
092f9baa7f Removed apparently unused CC specific SVG 2021-02-11 17:15:55 -06:00
Eric Schultz
dad2873314 Move some common elements of TransactionAssignments to a single module 2021-02-11 11:42:54 -06:00
Eric Schultz
d0197eb62e campaign_gift_purchase.* events can be published 2021-02-11 11:28:03 -06:00
Eric Schultz
a7244f97ec Fix for serialization bug in CampaignGiftOption 2021-02-11 11:28:03 -06:00
Eric Schultz
52817d29b9 campaign_gift.* events can be published 2021-02-11 11:28:03 -06:00
Eric Schultz
84ae414355 Adding callbacks and object_events 2021-02-11 11:28:03 -06:00
Eric Schultz
d27b0b66f4 Some of the model work done for CGP 2021-02-11 11:28:03 -06:00
Eric Schultz
34627681a2 Create definitions for CampaignGift and CampaignGiftOptions 2021-02-11 11:28:03 -06:00
Eric Schultz
8ee309c1f2 Make various ID related types in Typescript consistently named 2021-02-10 16:31:26 -06:00
Clarissa Borges
c676e70a49 Adds a Webhook adapter and includes OpenFn support 2021-02-09 11:55:22 -06:00
Eric Schultz
6ab7473ef7 donation.* event publishing 2021-02-09 11:18:14 -06:00
Eric Schultz
a401f4bea4 Correct a tense bug in app/models/tag_master.rb 2021-02-09 11:03:45 -06:00
Eric Schultz
db8e9771e4 Correct typo in CustomFieldDefinition event definitions 2021-02-08 11:16:47 -06:00
Eric Schultz
2ab6c9bf27 Add custom_field_definition.* events 2021-02-05 11:15:14 -06:00
Eric Schultz
109d18e4d7 Remove two unused utility functions 2021-02-05 10:59:39 -06:00
Eric Schultz
8af714efff Remove parallel_tests 2021-02-04 12:59:19 -06:00
Eric Schultz
4c1d7ddd4e Remove unused gmail integration 2021-02-04 12:22:36 -06:00
Eric Schultz
fae212b842 Remove unused coupon class 2021-02-04 12:08:26 -06:00
Eric Schultz
175c00f459 Update NOTICE-ruby 2021-02-04 11:13:21 -06:00
Eric Schultz
59ef8d1bde Remove latitude and longitude from database 2021-02-04 11:13:21 -06:00
Eric Schultz
16a6b63e05 Remove everything related to mapping nonprofits and supporters 2021-02-04 11:13:21 -06:00
Eric Schultz
ed177e03d6 Remove the use of coordinates in the dashboard since we're not actually creating them. 2021-02-04 11:13:21 -06:00
Eric Schultz
825feea620 Initial removal of geocoding, need to remove db 2021-02-04 11:13:21 -06:00
Eric Schultz
d47c80594c ticket.deleted is published 2021-02-04 10:58:38 -06:00
Eric Schultz
b7a8f16de6 ticket.updated object event now published 2021-02-04 10:58:38 -06:00
Eric Schultz
f1dc1c234d Remove some trailing whitespace 2021-02-04 10:58:38 -06:00
Eric Schultz
512672a174 Verifies that all the events related to ticket_creation are fired 2021-02-04 10:58:38 -06:00
Eric Schultz
6c233bc2f9 InsertTickets tests pass while creating the new entities 2021-02-04 10:58:38 -06:00
Eric Schultz
09b5edaaf8 Ticket purchase json works correctly 2021-02-04 10:58:38 -06:00
Eric Schultz
65c56410f1 Fix a typo in the Supporter Typescript definition 2021-02-02 11:58:10 -06:00
Eric Schultz
a52b539449 Convert all the external uses of tag_master to tag_definitions 2021-02-02 11:58:10 -06:00
Eric Schultz
29ae298393 Rename event_definition Typescript for TagMaster -> TagDefinition 2021-02-02 11:58:10 -06:00
Eric Schultz
e6f83f388b Correct the tense of a method on SupporterNote 2021-02-01 17:40:34 -06:00
Eric Schultz
f6ffa42659 Add 'supporter.*' events to event_definitions 2021-02-01 17:40:34 -06:00
Eric Schultz
869f819ba0 Change to HouID because it's closer to GUID and easier to say. 2021-01-28 12:33:51 -06:00
Eric Schultz
169dbc5987 Correct another bug in the template license comments 2021-01-27 12:57:31 -06:00
Eric Schultz
b4c7dd114b Fix typo in generated license headers 2021-01-22 15:29:42 -06:00
Eric Schultz
e806d8764f Create HoudIDs for stringy ids 2021-01-22 11:56:58 -06:00
Eric Schultz
a7a4ce1f50 Create the shell of a Transaction object 2021-01-21 13:03:02 -06:00
Eric Schultz
69b6141652 Allow a string id for HoudiniObjects 2021-01-21 11:53:08 -06:00
Eric Schultz
9f4c94d5a5 Update the Typescript definition for SupporterAddress 2021-01-20 13:01:01 -06:00
Eric Schultz
cab6465e30 Support for SupporterAddress events and some Supporter events 2021-01-20 13:01:01 -06:00
Eric Schultz
4271334311 Set supporters.anonymous to default to false 2021-01-20 13:01:01 -06:00
Eric Schultz
6097ad68b7 Support for campaign_gift_option events 2021-01-17 18:05:43 -06:00
Eric Schultz
0a1f07e76b Set boolean on CampaignGiftOption to default to false 2021-01-17 18:05:43 -06:00
Eric Schultz
0748980bf8 Correct SupporterNote Activity.attachment_type typo 2021-01-17 17:08:52 -06:00
Eric Schultz
70d18591c3 Add support for supporter_note.* events 2021-01-17 17:08:52 -06:00
Eric Schultz
5011f2d748 Set supporter_notes.deleted default to false 2021-01-17 17:08:52 -06:00
Eric Schultz
9aec278449 Create a current_supporter to include in controllers 2021-01-15 11:59:51 -06:00