filipefurtad0
|
bfb2fc528e
|
Update all locales with the latest Transifex translations
v4.4.3
|
2023-07-14 17:37:22 +01:00 |
|
Konrad
|
bddc10626b
|
Merge pull request #11148 from cillian/fix-duplicate-rows-in-customer-addresses-report
Don't return duplicate rows in the customer addresses report
|
2023-07-13 20:32:01 +02:00 |
|
Filipe
|
9e0aa1854f
|
Merge pull request #11159 from abdellani/remove-split-checkout-from-feature_toggle
Remove split checkout from feature toggle
|
2023-07-13 17:20:18 +01:00 |
|
Filipe
|
308ce9263d
|
Merge pull request #11170 from jibees/11160-bulk-actions-function-not-working-on-safari-mac-browser
Admin, Orders: Make bulk actions dropdown re-enabled for Safari browser
|
2023-07-13 17:17:18 +01:00 |
|
Filipe
|
2f8a056bee
|
Merge pull request #11187 from jibees/10975-white-label-remember-custom-tab-activation-after-error-message
Admin, White Label: check the custom tab checkbox if any errors on custom tab (ie. title is blank)
|
2023-07-13 16:43:18 +01:00 |
|
Filipe
|
60c75097d3
|
Merge pull request #11145 from mkllnk/dfc-create-response
DFC API return SuppliedProduct after creation
|
2023-07-13 16:15:22 +01:00 |
|
Filipe
|
448d5ea017
|
Merge pull request #11135 from Matt-Yorkley/vouchers
Vouchers part 2
|
2023-07-13 12:50:32 +01:00 |
|
jibees
|
9f86218a83
|
Merge pull request #11202 from openfoodfoundation/dependabot/bundler/view_component-3.4.0
chore(deps): bump view_component from 3.3.0 to 3.4.0
|
2023-07-12 16:00:48 +02:00 |
|
dependabot[bot]
|
e03ffa0405
|
chore(deps): bump view_component from 3.3.0 to 3.4.0
Bumps [view_component](https://github.com/viewcomponent/view_component) from 3.3.0 to 3.4.0.
- [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.3.0...v3.4.0)
---
updated-dependencies:
- dependency-name: view_component
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-12 09:25:11 +00:00 |
|
jibees
|
f22b8db462
|
Merge pull request #11191 from openfoodfoundation/dependabot/npm_and_yarn/semver-5.7.2
chore(deps): bump semver from 5.7.1 to 5.7.2
|
2023-07-11 17:38:28 +02:00 |
|
dependabot[bot]
|
90ad6ce19d
|
chore(deps): bump semver from 5.7.1 to 5.7.2
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-11 09:43:07 +00:00 |
|
Matt-Yorkley
|
4884a8c368
|
Merge pull request #11179 from openfoodfoundation/dependabot/npm_and_yarn/cable_ready-5.0.1
chore(deps): bump cable_ready from 5.0.0 to 5.0.1
|
2023-07-11 10:42:37 +01:00 |
|
David Cook
|
d03b88cf83
|
Rename variables
To make it clear they are arrays
|
2023-07-11 10:48:52 +02:00 |
|
Jean-Baptiste Bellet
|
0fdf7876a6
|
Instanciate instance variable + use spread operator to be more concise
and efficient ;)
|
2023-07-11 10:48:52 +02:00 |
|
Jean-Baptiste Bellet
|
4bcba86fc8
|
Avoid error when testing through jest about removing event listenner
Avoid:
```
TypeError: Cannot read properties of null (reading 'removeEventListener')
at extended.disconnect (/home/runner/work/openfoodnetwork/openfoodnetwork/app/webpacker/controllers/dropdown_controller.js:32:14)
at Context.disconnect (/home/runner/work/openfoodnetwork/openfoodnetwork/node_modules/stimulus/dist/stimulus.umd.js:1441:25)
```
|
2023-07-11 10:48:52 +02:00 |
|
Jean-Baptiste Bellet
|
6143f4ce6f
|
Use dropdown controller to manager actions dropdown in orders page
|
2023-07-11 10:48:52 +02:00 |
|
Jean-Baptiste Bellet
|
7084c53f38
|
Do not display menu is the dropdown is 'disabled'
ie. classList contains `disabled`
|
2023-07-11 10:48:52 +02:00 |
|
Jean-Baptiste Bellet
|
02aea989be
|
Add on_click_outside behavior on dropdown_controller
"It's a Surprise Tool That Will Help Us Later"
|
2023-07-11 10:48:52 +02:00 |
|
Jean-Baptiste Bellet
|
d78af187e0
|
Allow dropdown controller to toggle more than one class
"It's a Surprise Tool That Will Help Us Later"
|
2023-07-11 10:48:51 +02:00 |
|
David Cook
|
bb1d053825
|
Merge pull request #11162 from dacook/DropSpreePromotionTables
Drop unused Spree Promotion Tables
|
2023-07-11 10:16:45 +10:00 |
|
Jean-Baptiste Bellet
|
a8b9d9d8af
|
Check the custom tab checkbox if any errors (ie. title is blank)
|
2023-07-10 16:31:33 +02:00 |
|
Gaetan Craig-Riou
|
9f1b4f56c0
|
Merge pull request #11181 from openfoodfoundation/dependabot/npm_and_yarn/tough-cookie-4.1.3
chore(deps): bump tough-cookie from 4.0.0 to 4.1.3
|
2023-07-10 12:03:02 +10:00 |
|
David Cook
|
b6d10df332
|
DropSpreePromotionTables
|
2023-07-10 10:51:44 +10:00 |
|
dependabot[bot]
|
c299f891e0
|
chore(deps): bump tough-cookie from 4.0.0 to 4.1.3
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3)
---
updated-dependencies:
- dependency-name: tough-cookie
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-09 11:11:55 +00:00 |
|
Jean-Baptiste Bellet
|
dab595f17f
|
Update all locales with the latest Transifex translations
v4.4.2
|
2023-07-07 17:11:40 +02:00 |
|
Filipe
|
f0bcb79c09
|
Merge pull request #11169 from openfoodfoundation/11164-admin-orders-actions-dropdown-is-not-well-placed
Fix container issues introduced by #11123
|
2023-07-07 11:15:14 +01:00 |
|
jibees
|
967c5a99c3
|
Merge pull request #11167 from openfoodfoundation/dependabot/bundler/faraday-2.7.10
chore(deps): bump faraday from 2.7.9 to 2.7.10
|
2023-07-07 11:50:01 +02:00 |
|
jibees
|
72fa132c17
|
Merge pull request #11172 from openfoodfoundation/dependabot/bundler/sanitize-6.0.2
chore(deps): bump sanitize from 6.0.1 to 6.0.2
|
2023-07-07 11:44:16 +02:00 |
|
dependabot[bot]
|
2310c665c3
|
chore(deps): bump cable_ready from 5.0.0 to 5.0.1
Bumps [cable_ready](https://github.com/stimulusreflex/cable_ready) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/stimulusreflex/cable_ready/releases)
- [Changelog](https://github.com/stimulusreflex/cable_ready/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stimulusreflex/cable_ready/compare/v5.0.0...v5.0.1)
---
updated-dependencies:
- dependency-name: cable_ready
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-07 09:35:52 +00:00 |
|
dependabot[bot]
|
9f539df5e0
|
chore(deps): bump sanitize from 6.0.1 to 6.0.2
Bumps [sanitize](https://github.com/rgrove/sanitize) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/rgrove/sanitize/releases)
- [Changelog](https://github.com/rgrove/sanitize/blob/main/HISTORY.md)
- [Commits](https://github.com/rgrove/sanitize/compare/v6.0.1...v6.0.2)
---
updated-dependencies:
- dependency-name: sanitize
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-07 09:06:31 +00:00 |
|
dependabot[bot]
|
74ef681607
|
chore(deps): bump faraday from 2.7.9 to 2.7.10
Bumps [faraday](https://github.com/lostisland/faraday) from 2.7.9 to 2.7.10.
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lostisland/faraday/compare/v2.7.9...v2.7.10)
---
updated-dependencies:
- dependency-name: faraday
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-07 09:06:22 +00:00 |
|
David Cook
|
17da66b72a
|
Update contents of variable directly
Also, it makes the line shorter, allowing us to use one-line if syntax :)
|
2023-07-07 14:22:36 +10:00 |
|
Gaetan Craig-Riou
|
fb3c99e52c
|
Merge pull request #11121 from filipefurtad0/cart_state_orders_not_appearing_orders_page
Cart state orders not appearing orders page
|
2023-07-07 09:27:36 +10:00 |
|
Matt-Yorkley
|
eb71c65fc0
|
Merge pull request #11138 from Matt-Yorkley/variant-timestamps
Add timestamps to variants table
|
2023-07-06 18:22:19 +01:00 |
|
Matt-Yorkley
|
bbf53133cb
|
Add timestamps to variants table
|
2023-07-06 16:16:03 +01:00 |
|
jibees
|
2e9442a7ab
|
Merge pull request #11127 from openfoodfoundation/dependabot/bundler/vcr-6.2.0
chore(deps-dev): bump vcr from 6.1.0 to 6.2.0
|
2023-07-06 16:43:49 +02:00 |
|
dependabot[bot]
|
de384ac261
|
chore(deps-dev): bump vcr from 6.1.0 to 6.2.0
Bumps [vcr](https://github.com/vcr/vcr) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/vcr/vcr/releases)
- [Changelog](https://github.com/vcr/vcr/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vcr/vcr/compare/v6.1.0...v6.2.0)
---
updated-dependencies:
- dependency-name: vcr
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-06 14:22:55 +00:00 |
|
Filipe
|
ba1ba6dbec
|
Merge pull request #11092 from mkllnk/bye-datadog
Remove datadog gem, too expensive
|
2023-07-06 15:20:20 +01:00 |
|
Filipe
|
99ed019413
|
Merge pull request #11136 from Matt-Yorkley/remove-available-on
Remove :available_on attribute from Product
|
2023-07-06 15:20:08 +01:00 |
|
jibees
|
3f070d7152
|
Merge pull request #11166 from openfoodfoundation/dependabot/npm_and_yarn/floating-ui/dom-1.4.4
chore(deps): bump @floating-ui/dom from 1.4.3 to 1.4.4
|
2023-07-06 16:13:35 +02:00 |
|
jibees
|
5f54c7fe56
|
Merge pull request #11146 from openfoodfoundation/dependabot/bundler/rails-7.0.6
chore(deps): bump rails from 7.0.5 to 7.0.6
|
2023-07-06 16:04:16 +02:00 |
|
jibees
|
9c035c6114
|
Merge pull request #11128 from openfoodfoundation/dependabot/bundler/view_component-3.3.0
chore(deps): bump view_component from 3.2.0 to 3.3.0
|
2023-07-06 16:00:51 +02:00 |
|
Matt-Yorkley
|
42a3087cdb
|
Remove :available_on attribute from Product class
|
2023-07-06 14:36:35 +01:00 |
|
Jean-Baptiste Bellet
|
6ee388fe51
|
Fix container issues
|
2023-07-06 11:41:54 +02:00 |
|
dependabot[bot]
|
5c56c9b60b
|
chore(deps): bump @floating-ui/dom from 1.4.3 to 1.4.4
Bumps [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom) from 1.4.3 to 1.4.4.
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/dom@1.4.4/packages/dom)
---
updated-dependencies:
- dependency-name: "@floating-ui/dom"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-06 09:10:25 +00:00 |
|
David Cook
|
05a22b80bc
|
Merge pull request #11123 from dacook/buu-products-table
[admin_style_v3] Products table with variants
|
2023-07-06 09:37:31 +10:00 |
|
Filipe
|
39b597096c
|
Merge pull request #11137 from Matt-Yorkley/remove-product-permalink
Remove :permalink attribute from Product
|
2023-07-05 18:35:48 +01:00 |
|
Matt-Yorkley
|
652beac73f
|
Drop valid? check from zero_priced_order? method
|
2023-07-05 15:31:05 +01:00 |
|
Mohamed ABDELLANI
|
17b71b0f8d
|
remove split checkout context from customer spec
We don't need to enable split checkout, as this is default and unique mode.
|
2023-07-05 14:54:07 +01:00 |
|
Mohamed ABDELLANI
|
a89451e667
|
remove splitcheckout from feature toggle list
|
2023-07-05 14:53:40 +01:00 |
|