-
-
Notifications
You must be signed in to change notification settings - Fork 578
4977 add ability to delete unused item categories #5197
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
Merged
dorner
merged 40 commits into
rubyforgood:main
from
someykoku:4977_add_ability_to_delete_unused_item_categories
Jul 4, 2025
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
151506d
4978 rework donation site import
someykoku 618dfc5
Merge branch 'main' into rework_donation_site_import_#4978
someykoku a04f2e2
4978 rework donation site import
someykoku 7584ac1
Merge remote-tracking branch 'origin/rework_donation_site_import_#497…
someykoku 51c95a1
4978 rework donation site import added tests fix
someykoku bf709e4
Merge branch 'main' into rework_donation_site_import_#4978
cielf edb81cf
4978 corrected donation sites csv file, contact name allowed to be bl…
someykoku fad29d7
Merge remote-tracking branch 'origin/rework_donation_site_import_#497…
someykoku 74611d0
4978 added contact name, email, phone to donation_sites csv tests
someykoku dac697c
Merge branch 'main' into rework_donation_site_import_#4978
someykoku 241848b
Fix CSV import logic and error handling
someykoku 6db2c56
Merge remote-tracking branch 'origin/rework_donation_site_import_#497…
someykoku 2713cb5
Merge branch 'main' into rework_donation_site_import_#4978
someykoku 5accdc7
Fix CSV import logic and error handling
someykoku a1a33b0
Fix CSV import logic and error handling
someykoku c4be538
Fix donation sites csv import logic and error handling
someykoku d4e39af
Merge branch 'main' into rework_donation_site_import_#4978
someykoku 8d860e8
Fixed Donation Sites CSV
someykoku 3e9d3fc
Merge branch 'main' into rework_donation_site_import_#4978
someykoku feafcd7
minor updates
someykoku 685484b
Geocoder implemeted in tests, revert of changes in schema and other …
someykoku 550e1e5
4977_add_ability_to_delete_unused_item_categories
someykoku 8df946d
Merge branch 'main' into 4977_add_ability_to_delete_unused_item_categ…
someykoku 9a617e3
4977_added_minor_fix_to_delete_item_category
someykoku f6753b2
Resolve merge conflicts
someykoku 5b81927
Merge branch 'rubyforgood:main' into 4977_add_ability_to_delete_unuse…
someykoku c09977a
Merge branch 'main' into 4977_add_ability_to_delete_unused_item_categ…
someykoku b0ccce7
4977_added_request_spec_and_removed_unnecessary_tables_from_schema
someykoku 177a9bf
Resolve merge conflicts
someykoku 17ebfab
Resolve merge conflict in organizations.rb
someykoku bb8f2ea
changes in schema
someykoku 2119630
minor fixes
someykoku 5795f56
Merge branch 'main' into 4977_add_ability_to_delete_unused_item_categ…
someykoku 054acef
rearranged specs order in item category spec
someykoku 7f5d188
replaced item categories request spec to request spec file
someykoku e4d0638
Merge branch 'main' into 4977_add_ability_to_delete_unused_item_categ…
someykoku 8d570b4
request spec moved to spec/request
someykoku 1824f8a
Merge branch 'main' into 4977_add_ability_to_delete_unused_item_categ…
someykoku 3cd559c
moved redirect out of conditional
someykoku 7a2629a
Merge branch 'main' into 4977_add_ability_to_delete_unused_item_categ…
someykoku File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Non-blocking: A better way to do this would be to change
let(:partner_group)tolet!(:partner_group)so you don't need to call it out this way.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for advice!