David Rodríguez
c526e72539
Improve enterprise removal (failure case)
...
Make sure failure to delete due to dependent objects is handled through
activemodel errors and not by rescuing
`ActiveRecord::DeleteRestrictionError` exceptions.
Previously we would display two alert prompts, and we would weirdly
display the content of our 500 error page on top of the screen.
Now, we display a flash error message explaining the reason to fail to
remove it.
2025-11-27 19:10:15 +01:00
David Rodríguez
e217a6fca8
Make enterprise unit specs about removal consistent
...
And not dependent on implementation details.
2025-11-27 19:09:45 +01:00
David Rodríguez
6aa7ef3c21
Improve enterprise removal (success case)
...
Make enterprise removal use turbo, which provides the following
benefits:
* More responsive removal since there's no full page reload.
* A success flash message (previously nothing was displayed).
* No double alert prompt.
It also goes in the direction of removing mrujs in favor of turbo.
2025-11-27 19:09:35 +01:00
dependabot[bot]
77121dfacf
Bump pagy from 9.3.4 to 9.4.0
...
Bumps [pagy](https://github.com/ddnexus/pagy ) from 9.3.4 to 9.4.0.
- [Release notes](https://github.com/ddnexus/pagy/releases )
- [Changelog](https://github.com/ddnexus/pagy/blob/9.4.0/CHANGELOG.md )
- [Commits](https://github.com/ddnexus/pagy/compare/9.3.4...9.4.0 )
---
updated-dependencies:
- dependency-name: pagy
dependency-version: 9.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-27 09:02:19 +00:00
David Cook
04323388ad
Merge pull request #13766 from openfoodfoundation/dependabot/bundler/combine_pdf-1.0.31
...
Bump combine_pdf from 1.0.26 to 1.0.31
2025-11-27 10:35:15 +11:00
David Rodríguez
bf0e5c0d44
Let "Tag Rule" and "Voucher" be translated in flash messages
2025-11-26 12:18:06 +01:00
David Rodríguez
6bd2f5af8d
Use Spree.t directly for translating the successfully_removed flash message
...
Since none of the current keys have a `%{resource}` parameter.
2025-11-26 12:18:06 +01:00
David Rodríguez
7bf54088a6
Use Spree.t directly for translating the not_found message
...
Since none of the current keys interpolate a `%{resource}` parameter.
2025-11-26 12:18:06 +01:00
David Rodríguez
4792040240
Cover tax category removal with a spec
2025-11-26 12:18:05 +01:00
dependabot[bot]
700be792e5
Bump turbo-rails from 2.0.5 to 2.0.20
...
Bumps [turbo-rails](https://github.com/hotwired/turbo-rails ) from 2.0.5 to 2.0.20.
- [Release notes](https://github.com/hotwired/turbo-rails/releases )
- [Commits](https://github.com/hotwired/turbo-rails/compare/v2.0.5...v2.0.20 )
---
updated-dependencies:
- dependency-name: turbo-rails
dependency-version: 2.0.20
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-26 09:04:01 +00:00
dependabot[bot]
9f2ece379a
Bump combine_pdf from 1.0.26 to 1.0.31
...
Bumps [combine_pdf](https://github.com/boazsegev/combine_pdf ) from 1.0.26 to 1.0.31.
- [Release notes](https://github.com/boazsegev/combine_pdf/releases )
- [Changelog](https://github.com/boazsegev/combine_pdf/blob/master/CHANGELOG.md )
- [Commits](https://github.com/boazsegev/combine_pdf/compare/v1.0.26...v1.0.31 )
---
updated-dependencies:
- dependency-name: combine_pdf
dependency-version: 1.0.31
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-26 09:02:07 +00:00
Maikel
2662371507
Merge pull request #13755 from deivid-rodriguez/no-default-stylesheet-media
...
Pass media attribute explicitly to stylesheet link tags
2025-11-26 15:45:46 +11:00
Gaetan Craig-Riou
172647f1cd
Rework group to enable variant tag and inventory
...
To make it easier to manage, enterprises with no inventory will have
variant tag enabled, and enterprises with inventory will have inventory
enabled.
Add migration to disable old group and enabled new group
2025-11-26 13:29:40 +11:00
Maikel
24fc3e9e86
Merge pull request #13748 from mkllnk/connector
...
Bump DFC version from 1.14 to 1.16 with new country and phone format
2025-11-26 12:32:02 +11:00
Gaetan Craig-Riou
b064173b7a
Merge pull request #13758 from openfoodfoundation/dependabot/bundler/debug-1.11.0
...
Bump debug from 1.9.2 to 1.11.0
2025-11-26 10:58:07 +11:00
Gaetan Craig-Riou
f95581cd1f
Merge pull request #13756 from openfoodfoundation/dependabot/bundler/whenever-1.1.0
...
Bump whenever from 1.0.0 to 1.1.0
2025-11-26 10:57:13 +11:00
Konrad
b113fe08e1
Add a unique translatable string for the button that cancels an order (button at the top of the edit order page) to allow a different translation than the regular 'Cancel' button.
2025-11-25 10:20:16 +01:00
dependabot[bot]
93d73f4763
Bump debug from 1.9.2 to 1.11.0
...
Bumps [debug](https://github.com/ruby/debug ) from 1.9.2 to 1.11.0.
- [Release notes](https://github.com/ruby/debug/releases )
- [Commits](https://github.com/ruby/debug/compare/v1.9.2...v1.11.0 )
---
updated-dependencies:
- dependency-name: debug
dependency-version: 1.11.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-25 09:06:09 +00:00
dependabot[bot]
154d17969c
Bump whenever from 1.0.0 to 1.1.0
...
Bumps [whenever](https://github.com/javan/whenever ) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/javan/whenever/releases )
- [Changelog](https://github.com/javan/whenever/blob/main/CHANGELOG.md )
- [Commits](https://github.com/javan/whenever/compare/v1.0.0...v1.1.0 )
---
updated-dependencies:
- dependency-name: whenever
dependency-version: 1.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-25 09:01:45 +00:00
David Rodríguez
e32dcd53b5
Pass media attribute explicitly to stylesheet link tags
...
So that we can enable Rails default behavior for potential future such link
tags without changing current behavior.
2025-11-25 08:08:59 +01:00
David Rodríguez
dc631026d4
Properly handle changes in code attribute when a customer is deleted
...
Previously, `null` and empty value would be confused when a customer is
removed, resulting in incorrect pending changes being added, and thus a
"You have unsaved changes" message getting displayed and the save button
not getting disabled.
2025-11-25 07:44:00 +01:00
David Cook
44c4a66970
Merge pull request #13741 from mkllnk/gem-coop
...
Replace rubygems.org with gem.coop
2025-11-25 13:01:03 +11:00
Gaetan Craig-Riou
d05834b896
Merge pull request #13751 from openfoodfoundation/dependabot/bundler/dotenv-3.1.8
...
Bump dotenv from 3.1.2 to 3.1.8
2025-11-25 11:39:29 +11:00
Gaetan Craig-Riou
854e136d09
Merge pull request #13750 from openfoodfoundation/dependabot/bundler/flipper-active_record-1.3.6
...
Bump flipper-active_record from 1.3.0 to 1.3.6
2025-11-25 11:37:19 +11:00
Gaetan Craig-Riou
7f3fc4ff91
Merge pull request #13749 from openfoodfoundation/dependabot/bundler/view_component-4.1.1
...
Bump view_component from 3.12.1 to 4.1.1
2025-11-25 11:32:31 +11:00
David Rodríguez
c05532c166
Always generate <button> tags, rather than <input> of type "button"
2025-11-24 12:11:03 +01:00
dependabot[bot]
62ae62db5a
Bump dotenv from 3.1.2 to 3.1.8
...
Bumps [dotenv](https://github.com/bkeepers/dotenv ) from 3.1.2 to 3.1.8.
- [Release notes](https://github.com/bkeepers/dotenv/releases )
- [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md )
- [Commits](https://github.com/bkeepers/dotenv/compare/v3.1.2...v3.1.8 )
---
updated-dependencies:
- dependency-name: dotenv
dependency-version: 3.1.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-24 09:13:22 +00:00
dependabot[bot]
a6fc49abce
Bump flipper-active_record from 1.3.0 to 1.3.6
...
Bumps [flipper-active_record](https://github.com/flippercloud/flipper ) from 1.3.0 to 1.3.6.
- [Release notes](https://github.com/flippercloud/flipper/releases )
- [Changelog](https://github.com/flippercloud/flipper/blob/main/Changelog.md )
- [Commits](https://github.com/flippercloud/flipper/compare/v1.3.0...v1.3.6 )
---
updated-dependencies:
- dependency-name: flipper-active_record
dependency-version: 1.3.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-24 09:12:40 +00:00
dependabot[bot]
528c5a3593
Bump view_component from 3.12.1 to 4.1.1
...
Bumps [view_component](https://github.com/viewcomponent/view_component ) from 3.12.1 to 4.1.1.
- [Release notes](https://github.com/viewcomponent/view_component/releases )
- [Changelog](https://github.com/ViewComponent/view_component/blob/main/docs/CHANGELOG.md )
- [Commits](https://github.com/viewcomponent/view_component/compare/v3.12.1...v4.1.1 )
---
updated-dependencies:
- dependency-name: view_component
dependency-version: 4.1.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-24 09:12:02 +00:00
Maikel Linke
81165cd82b
Replace country names with standard ISO code concepts
...
The DFC version 1.16.0 introduced this new standardisation.
2025-11-24 16:59:41 +11:00
Maikel Linke
faf50a1922
Bump datafoodconsortium-connector from 1.1.0 to 1.2.0
2025-11-24 16:45:06 +11:00
Maikel Linke
5f237adda2
Publish phone numbers as objects
...
The standard introduced this a while ago but I didn't notice.
We have to update integrations like Disco Regen now.
2025-11-24 16:44:23 +11:00
Maikel Linke
2e09a96c4b
Document new managedBy attribute on DFC API
2025-11-24 15:19:34 +11:00
Gaetan Craig-Riou
6ae47c208a
Per review, don't use one line rescue
...
One line rescue will rescue any exception and doesn't allow for rescuing
specific exception: https://thoughtbot.com/blog/don-t-inline-rescue-in-ruby
2025-11-24 13:47:32 +11:00
Gaetan Craig-Riou
82139a9ac0
Merge pull request #13747 from mkllnk/doc-reset
...
Show reset tasks in task list `./bin/rails -T`
2025-11-24 13:19:33 +11:00
Gaetan Craig-Riou
6d9946c3c6
Merge pull request #13738 from openfoodfoundation/dependabot/bundler/aws-sdk-s3-1.205.0
...
Bump aws-sdk-s3 from 1.151.0 to 1.205.0
2025-11-24 13:17:41 +11:00
Maikel Linke
f58b6bcada
Show reset tasks in task list ./bin/rails -T
...
I wrote them a while ago but noticed only now that they don't show up in
the overview.
2025-11-24 12:59:41 +11:00
Maikel
dc13ef4162
Merge pull request #13743 from deivid-rodriguez/bump-prettier
...
Bump prettier and let Dependabot handle further updates
2025-11-24 12:06:19 +11:00
Maikel
dcb48272f5
Merge pull request #13746 from rioug/security-255-code-injection
...
[Security] Fix potential code injection
2025-11-24 12:01:44 +11:00
Gaetan Craig-Riou
08bc374576
Merge pull request #13740 from openfoodfoundation/dependabot/bundler/image_processing-1.14.0
...
Bump image_processing from 1.12.2 to 1.14.0
2025-11-24 09:48:37 +11:00
Gaetan Craig-Riou
afbf0a5d0e
Merge pull request #13739 from openfoodfoundation/dependabot/bundler/database_cleaner-2.1.0
...
Bump database_cleaner from 2.0.2 to 2.1.0
2025-11-24 09:32:45 +11:00
Gaetan Craig-Riou
7e034a3037
Merge pull request #13737 from openfoodfoundation/dependabot/npm_and_yarn/webpack-4.47.0
...
Bump webpack from 4.46.0 to 4.47.0
2025-11-24 09:21:11 +11:00
Ahmed Ejaz
2db2fb2f11
Update all locales with the latest Transifex translations
v5.3.6
2025-11-24 03:07:32 +05:00
Gaetan Craig-Riou
74d2a94181
Add input validation to prevent code injection
...
Plus spec
2025-11-23 13:46:36 +11:00
rahsheen
7a5b273e71
update specs
2025-11-22 10:51:17 -05:00
rahsheen
0b6e7593db
Set oc.opened at nil when cloning service
2025-11-22 10:51:17 -05:00
David Rodríguez
6d0d91c56a
Let prettier updates be handled by Dependabot
2025-11-21 12:49:44 +01:00
David Rodríguez
a509d49ec6
Bump prettier to 3.6.2
...
And fix new style issues.
2025-11-21 12:49:06 +01:00
Filipe
dddc945c42
Merge pull request #13679 from deivid-rodriguez/customer-edition
...
Improve `/admin/customers` form handling
2025-11-21 10:51:55 +00:00
Filipe
12c0363b7e
Merge pull request #13716 from chahmedejaz/bugfix/13554-sorting-on-demand-products
...
"On hand" value influences sorting of "on demand" products/variants
2025-11-21 10:05:44 +00:00