-
-
Notifications
You must be signed in to change notification settings - Fork 493
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
#4217 kit factory refactor #4585
base: main
Are you sure you want to change the base?
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a351cd - Browse repository at this point
Copy the full SHA 7a351cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ceec002 - Browse repository at this point
Copy the full SHA ceec002View commit details -
REFACTOR replace kit :with_item with KitCreateService, hard code rspec
* Replace :with_item trait with calls to KitCreateService to make it easy to change line_item itemizable behavior later * Remove unnecessary :with_item traits * Hard code all rspecs matching against kit values, finishes rubyforgood#4217 for kits
Configuration menu - View commit details
-
Copy full SHA for 4e1bc8b - Browse repository at this point
Copy the full SHA 4e1bc8bView commit details -
FIX typo in params in donation and purchase controllers
* Another typo in docs
Configuration menu - View commit details
-
Copy full SHA for 7cabfa6 - Browse repository at this point
Copy the full SHA 7cabfa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1109170 - Browse repository at this point
Copy the full SHA 1109170View commit details -
REFACTOR rename Item:kits scope to :housing_a_kit, add rspecs
* Clearer name * Add rspecs to test :housing_a_kit and :loose scopes
Configuration menu - View commit details
-
Copy full SHA for b9b8755 - Browse repository at this point
Copy the full SHA b9b8755View commit details -
REFACTOR DRY up kit base_item, seed_base_items, prevent kit base_item…
… deletion * Move seed_base_items code into one static function * Move kit base item creation code into one static function * Add code to prevent calling destroy on kit base item and corresponding rspec * Added comments - not sure about whether other base item request specs are useful or what the purpose of destroy is in the controller if it can't be called
Configuration menu - View commit details
-
Copy full SHA for 8c18e42 - Browse repository at this point
Copy the full SHA 8c18e42View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1e2c31 - Browse repository at this point
Copy the full SHA e1e2c31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f166cc - Browse repository at this point
Copy the full SHA 7f166ccView commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2c5ed05 - Browse repository at this point
Copy the full SHA 2c5ed05View commit details
Commits on Aug 15, 2024
-
REFACTOR remove unused code childrenservedreportservice
* All SQL code is duplicated in AcquisitionReportService * RSpec is close enough to what is in AcquisitionReportService Spec that it can be removed without merging in (only difference is Diapers - Adult Briefs category is not created, but that shouldn't matter because the SQL looks for %diaper% so this category isn't testing anything different)
Configuration menu - View commit details
-
Copy full SHA for 141d959 - Browse repository at this point
Copy the full SHA 141d959View commit details -
Configuration menu - View commit details
-
Copy full SHA for 080721e - Browse repository at this point
Copy the full SHA 080721eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e26f441 - Browse repository at this point
Copy the full SHA e26f441View commit details
Commits on Sep 24, 2024
-
Revert "REFACTOR clean up unused line item trait introduced in rubyfo…
…rgood#4163" This reverts commit ceec002.
Configuration menu - View commit details
-
Copy full SHA for a111f74 - Browse repository at this point
Copy the full SHA a111f74View commit details -
Revert "FIX typo in params in donation and purchase controllers"
This reverts commit 7cabfa6.
Configuration menu - View commit details
-
Copy full SHA for 81c99af - Browse repository at this point
Copy the full SHA 81c99afView commit details -
Revert "DOCS add comment clarifying itemizable works with line items"
This reverts commit 1109170.
Configuration menu - View commit details
-
Copy full SHA for 7b4da7d - Browse repository at this point
Copy the full SHA 7b4da7dView commit details -
Revert "REFACTOR rename Item:kits scope to :housing_a_kit, add rspecs"
This reverts commit b9b8755.
Configuration menu - View commit details
-
Copy full SHA for 04917ba - Browse repository at this point
Copy the full SHA 04917baView commit details -
Revert "REFACTOR DRY up kit base_item, seed_base_items, prevent kit b…
…ase_item deletion" This reverts commit 8c18e42.
Configuration menu - View commit details
-
Copy full SHA for e4de92c - Browse repository at this point
Copy the full SHA e4de92cView commit details -
Revert "Add rspec for item.is_in_kit?"
This reverts commit e1e2c31.
Configuration menu - View commit details
-
Copy full SHA for 96b3ceb - Browse repository at this point
Copy the full SHA 96b3cebView commit details -
Revert "REFACTOR remove unused code childrenservedreportservice"
This reverts commit 141d959.
Configuration menu - View commit details
-
Copy full SHA for af1dfd5 - Browse repository at this point
Copy the full SHA af1dfd5View commit details -
Revert "Fix bin/setup so it's working with seed_base_item move"
This reverts commit 080721e.
Configuration menu - View commit details
-
Copy full SHA for 6b50518 - Browse repository at this point
Copy the full SHA 6b50518View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 730371a - Browse repository at this point
Copy the full SHA 730371aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51f0585 - Browse repository at this point
Copy the full SHA 51f0585View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0cfc8de - Browse repository at this point
Copy the full SHA 0cfc8deView commit details