Releases: rubyforgood/human-essentials
Releases · rubyforgood/human-essentials
2024.11.03
What's Changed
- Resolves #4681 csv export for donation sites by @Nisuha in #4732
- Fix scanning new barcode item issue (#4592) by @coalest in #4731
- Resolves #4728 by @jorgecoutinhobr in #4734
- #4743 extend all time date range to future by @jorgecoutinhobr in #4750
- Fix typo : "Quantity Per Indivudual" should be "Quantity per Individual" by @wanguiwaweru in #4751
- Allow Organization and Partner Profile edit when associated records have validation errors by @jp524 in #4737
- Validate issued_at field to prevent future dates further than 1 year by @tatheerf02 in #4749
- Resolves #4740 - Add new default date range by @jorgecoutinhobr in #4752
Internal / System
- Clock backup fix by @awwaiid in #4748
- build(deps): bump delayed_job_active_record from 4.1.8 to 4.1.10 by @dependabot in #4758
- build(deps-dev): bump erb_lint from 0.6.0 to 0.7.0 by @dependabot in #4756
- build(deps-dev): bump rubocop-performance from 1.21.1 to 1.22.1 by @dependabot in #4757
- build(deps): bump terser from 1.2.3 to 1.2.4 by @dependabot in #4759
- build(deps): bump flipper from 1.3.0 to 1.3.1 by @dependabot in #4761
- build(deps): bump flipper-ui from 1.3.0 to 1.3.1 by @dependabot in #4762
New Contributors
- @Nisuha made their first contribution in #4732
- @jorgecoutinhobr made their first contribution in #4734
Full Changelog: 2024.10.27...2024.11.03
2024.10.27
What's Changed
- Display errors taking place during import partner process by @jp524 in #4707
- #4283 period supplies by @jadekstewart3 in #4582
- Fix bug where org_admins couldn't promote users by @coalest in #4729
- #4672 header alignment by @inane-pixel in #4730
- Minor css improvements by @coalest in #4735
Internal
- Add RDS backup script by @dorner in #4725
- User docs -- First words pass is done, working on todos by @cielf in #4736
New Contributors
- @coalest made their first contribution in #4729
- @inane-pixel made their first contribution in #4730
Full Changelog: 2024.10.20...2024.10.27
2024.10.20
What's Changed
- Add feature to print unfulfilled requests as a picklists PDF by @norrismei in #4598
- Renames diaper acquisition to diapers by @sbpipb in #4702
- Discarded Storage Location and Inactive Item by @lit-poks in #4713
- Resolves #4689 - Update seeds: mark users
invitation_status
as "accepted" by @lsfernandes92 in #4705 - [Resolves #4633] Improve confirmation text when saving new audit by @tatheerf02 in #4721
Internal / Beta
New Contributors
- @lsfernandes92 made their first contribution in #4705
- @tatheerf02 made their first contribution in #4721
Full Changelog: 2024.10.13...2024.10.20
2024.10.13
What's Changed
- #4655: [BUG] If you have an error on entering a partner group, the Item Categories changes to a yes/no! Obviously wrong! by @victorhwmn in #4668
- #4516 fix child requests for inactive children by @SansSeryph in #4699
- Change State to Status on Distribution Table by @lit-poks in #4670
- Resolves #4677 - Require Business Name for Vendors by @cassieemb in #4704
- Change button from 'Promote to Admin' to 'Edit User' by @leslie-seeberger in #4701
- Resolves #4676 - Add import partners on getting started by @AthiraKadampatta in #4710
- Add view password functionality to login form by @princekumarg12 in #4714
Internal / System updates
- Add partner group to organization. Add new partner for seed by @lit-poks in #4708
- Add annotation to rendered views for easier development by @edwinthinks in #4709
- user docs cont v: draft inventory section of user guide by @cielf in #4706
- User docs cont vi: draft exports section of user guide by @cielf in #4718
System Upgrades
- build(deps): bump redis from 5.2.0 to 5.3.0 by @dependabot in #4626
- build(deps): bump puma from 6.4.2 to 6.4.3 by @dependabot in #4698
New Contributors
- @SansSeryph made their first contribution in #4699
- @lit-poks made their first contribution in #4670
- @cassieemb made their first contribution in #4704
- @leslie-seeberger made their first contribution in #4701
- @AthiraKadampatta made their first contribution in #4710
- @princekumarg12 made their first contribution in #4714
Full Changelog: 2024.10.06...2024.10.13
2024.10.06
What's Changed
- #4644 disable buttons after clicking confirm on distribution/request by @jimmyli97 in #4667
- chore: Change title on window tab of annual survey by @ChinoUkaegbu in #4690
Internal Upgrades
- build(deps-dev): bump rspec-rails from 6.1.4 to 7.0.1 by @dependabot in #4691
- build(deps): bump dotenv-rails from 3.1.2 to 3.1.4 by @dependabot in #4692
- build(deps): bump turbo-rails from 2.0.6 to 2.0.10 by @dependabot in #4693
- build(deps): bump omniauth-google-oauth2 from 1.1.3 to 1.2.0 by @dependabot in #4694
- build(deps): bump jbuilder from 2.12.0 to 2.13.0 by @dependabot in #4695
- build(deps-dev): bump webmock from 3.23.1 to 3.24.0 by @dependabot in #4696
New Contributors
- @ChinoUkaegbu made their first contribution in #4690
Full Changelog: 2024.09.29...2024.10.06
2024.09.29
What's Changed
- User docs cont iv by @cielf in #4662
- Fix for error on complex case involving multiple distribution destroy… by @dorner in #4669
Full Changelog: 2024.09.22...2024.09.29
2024.09.22
What's Changed
- #4604 - Add Total Quantity header in Distribution Request by @Aaryanpal in #4651
- Change profile terminology by @italomatos in #4659
- #4635: Comment is missing from purchase details by @victorhwmn in #4642
- Export In Kind in donations csv by @jparcill in #4661
- Add restriction non negative partner quota by @italomatos in #4658
- #4634 - Add the Delete button on the Partner Group Page by @Aaryanpal in #4649
- #4486: address pickup email issues by @dariuspirvulescu in #4648
Internal / WIP
- [USER_GUIDE]: Add donation sites user guide by @wanguiwaweru in #4660
New Contributors
- @victorhwmn made their first contribution in #4642
- @jparcill made their first contribution in #4661
Full Changelog: 2024.09.15...2024.09.22
2024.09.15
What's Changed
- #4515 - Deactivated partners should not appear in the dropdown when producing a new distribution. by @ewoknock in #4639
- Handling old/stale account requests by @manuel1280 in #4622
Internal / WIP
- [USER_GUIDE]: Add Community Manufacturers User Guide by @wanguiwaweru in #4641
- User docs cont iii by @cielf in #4645
- #4476: Add partner waiting for approval to seeds by @dariuspirvulescu in #4646
- Update PULL_REQUEST_TEMPLATE.md by @dorner in #4652
New Contributors
- @dariuspirvulescu made their first contribution in #4646
- @manuel1280 made their first contribution in #4622
Full Changelog: 2024.09.08...2024.09.15
2024.09.08
What's Changed
- #4593 Fix distribution export, item columns in alphabetically order by @auliafaizahr in #4617
- #4636 - Relocate product drives menu items under Community by @Aaryanpal in #4640
- Resolves #4544. filter manufacturer donations summary report by date by @guswhitten in #4558
Internal and Updates
- build(deps): bump omniauth-google-oauth2 from 1.1.2 to 1.1.3 by @dependabot in #4623
- build(deps-dev): bump rspec-rails from 6.1.3 to 6.1.4 by @dependabot in #4625
- build(deps-dev): bump standard from 1.39.2 to 1.40.0 by @dependabot in #4630
- build(deps): bump newrelic_rpm from 9.12.0 to 9.13.0 by @dependabot in #4631
- build(deps): bump stimulus-rails from 1.3.3 to 1.3.4 by @dependabot in #4632
- build(deps-dev): bump brakeman from 6.1.2 to 6.2.1 by @dependabot in #4628
- Enable read-events feature in dev/staging by default by @awwaiid in #4591
New Contributors
- @auliafaizahr made their first contribution in #4617
- @Aaryanpal made their first contribution in #4640
- @guswhitten made their first contribution in #4558
Full Changelog: 2024.09.01...2024.09.08
2024.09.01
What's Changed
- Adds required to Payment Total To Purchase form #4614 by @isaiah3031 in #4616
- Add data migration to fix errant distribution+event by @awwaiid in #4619
- Production hotfix by @awwaiid in #4620
Custom Units Upcoming Feature
Internal
- Adds wsl install note to CONTRIBUTING.md by @isaiah3031 in #4618
New Contributors
- @isaiah3031 made their first contribution in #4616
Full Changelog: 2024.08.25...2024.09.01