houdini
houdini copied to clipboard
Free and open source fundraising infrastructure for nonprofits and NGOs
Event documentation for v2
StripeTransactions are the business object equivalent of our current Stripe integration. They represent a Charge on Stripe as well as any associated Disputes or Refunds. Traditionally, to create them we...
**Is your feature request related to a problem? Please describe.** Yes. Following clean code guidelines for ruby provided in [this](https://github.com/uohzxela/clean-code-ruby) repository, it would be nice if some enhancements were made...
## Description getting error root@xxxxxxx:~# curl -sL https://deb.nodesource.com/setup_14.x | bash - ## Installing the NodeSource Node.js 14.x repo... ## Populating apt-get cache... + apt-get update Hit:1 http://ie.archive.ubuntu.com/ubuntu focal InRelease Get:2...
During the release process, it's possible some CommitChange content, either logos, wording or urls, were missed. These need to be removed and, where appropriate, possible to set via Settings. Settings...
**Is your feature request related to a problem? Please describe.** Currently, there's no way to get the last id of the last event that affected an object. As an example,...
**Is your feature request related to a problem? Please describe.** It would be nice to have a permanent record of every event on every object which has ever happened. This...
Given a subject, we need a matcher that evaluates if an event was fired under the expected type, object, order, etc. Reference: [ActiveJob matcher](https://github.com/rspec/rspec-rails/blob/main/lib/rspec/rails/matchers/active_job.rb). ## Criterias The matcher should have...
**Is your feature request related to a problem? Please describe.** In order to make sure a webhook doesn't miss an event or do it in the wrong order, it would...