solidus
solidus copied to clipboard
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
Building the Docker app image fails. Some basic Googling indicates that the [Debian image no longer offers the MySQL package](https://stackoverflow.com/questions/57048428/e-package-mysql-client-has-no-installation-candidate-in-php-fpm-image-build-u). **Solidus Version**: **To Reproduce** 1. Clone repo 2. Build Docker...
i18n-tasks gem helps in managing translations. For now we don't use the tasks in our test pipeline. Added config and test for `api/` and `core/`. Taking over #4187 Closes #3978
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...
### Discussed in https://github.com/solidusio/solidus/discussions/4501 Originally posted by **Louvivien** August 10, 2022 **To Reproduce** 1. I go on the github and i click on the deploy app Heroku button 2. it...
## ❗ TODO - [ ] Add radio buttons for TaxRate#level enum to admin - [ ] Tweak descriptions for TaxRate#rate and TaxRate#calculator in admin - [ ] Add specs...
also refactor method parts for easier overwriting, in a way that also encourages the use of super for the main method **Description** [We](https://github.com/suvie-eng) were having this same issue, and I...
## Summary While working on the promotion system, I realized that unit cancels use `Spree::Adjustment#recalculate`. This is unfortunate, as that method does not work well for the improved promotions system,...
Let solidus_auth_devise add and maintain the fields it needs. _Extracted from #3923_ **Description** **Checklist:** - [ ] I have followed [Pull Request guidelines](https://github.com/solidusio/solidus/blob/master/CONTRIBUTING.md#pull-request-guidelines) - [ ] I have added a...
## Summary This adds an extension point for a configurable promotion adjuster to the app configuration, and uses that extension point to point to a new `Spree::Promotion::LegacyAdjuster`. This LegacyAdjuster does...
After talking with @elia and @jacobherrington about how we should tackle #3126, I think it's better for everybody to have a say on this particular issue. (I think #2221 is...