-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/readme updates #1591
Closed
camckin10
wants to merge
1,747
commits into
houdiniproject:main
from
CommitChange:fix/readme-updates
Closed
Fix/readme updates #1591
camckin10
wants to merge
1,747
commits into
houdiniproject:main
from
CommitChange:fix/readme-updates
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [dalli](https://github.com/petergoldstein/dalli) from 2.7.6 to 3.2.3. - [Release notes](https://github.com/petergoldstein/dalli/releases) - [Changelog](https://github.com/petergoldstein/dalli/blob/main/CHANGELOG.md) - [Commits](petergoldstein/dalli@v2.7.6...v3.2.3) --- updated-dependencies: - dependency-name: dalli dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.13.10. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.13.9...v1.13.10) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
This reverts commit 00c4557.
Bumps [loofah](https://github.com/flavorjones/loofah) from 2.18.0 to 2.19.1. - [Release notes](https://github.com/flavorjones/loofah/releases) - [Changelog](https://github.com/flavorjones/loofah/blob/main/CHANGELOG.md) - [Commits](flavorjones/loofah@v2.18.0...v2.19.1) --- updated-dependencies: - dependency-name: loofah dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.4.3 to 1.4.4. - [Release notes](https://github.com/rails/rails-html-sanitizer/releases) - [Changelog](https://github.com/rails/rails-html-sanitizer/blob/master/CHANGELOG.md) - [Commits](rails/rails-html-sanitizer@v1.4.3...v1.4.4) --- updated-dependencies: - dependency-name: rails-html-sanitizer dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…it::Profile:Module
…e, not subtransaction_payment (#672) * get created date from the paymentable, not subtransaction_payment * revert jbuilder change * pass created date in from legacy_payment when creating new subtransaction payment * add specs * add insert ticket spec * Update spec/lib/insert/insert_tickets_spec.rb Co-authored-by: Eric Schultz <[email protected]> --------- Co-authored-by: Software for Good <[email protected]> Co-authored-by: Eric Schultz <[email protected]>
* Update rspec and rspec-rails * Fix a spec bug
* Get /api_new/users/:user_id/current_nonprofit_object_events implemented and tested for successful response * Redirect * Assert redirected to api_new/object_events#index * Use rails route helper method, check for nil nonprofit * address comments * address comments * revert formatting * actually revert * pass query params * tweak comment to be up to date --------- Co-authored-by: Eric Schultz <[email protected]>
Improve performance of payments query by adding ctes for nonprofit and payments themselves
Co-authored-by: Chelsey McKinney <[email protected]>
* Remove unused format_sql_array function * Remove unused toSentence function * Remove unused sanitizeHtml function
* Add a dollarsToCentsSafe function * Add better return types * Add some documentation to dollarsToCentsSafe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The one-time Mac setup instructions for CC needed to be updated.
This PR contains the following changes:
Ruby Version changes
Node Version changes
Postgresql Changes