dependabot[bot]
|
41afad73e4
|
Bump karma-chrome-launcher from 3.1.1 to 3.2.0
Bumps [karma-chrome-launcher](https://github.com/karma-runner/karma-chrome-launcher) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/karma-runner/karma-chrome-launcher/releases)
- [Changelog](https://github.com/karma-runner/karma-chrome-launcher/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma-chrome-launcher/compare/v3.1.1...v3.2.0)
---
updated-dependencies:
- dependency-name: karma-chrome-launcher
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-21 09:57:29 +00:00 |
|
Gaetan Craig-Riou
|
2f17a02974
|
Merge pull request #10726 from mkllnk/spec-email-helper
Remove useless email test setup
|
2023-04-21 15:43:19 +10:00 |
|
Gaetan Craig-Riou
|
3810d79cad
|
Merge pull request #10695 from macanudo527/rename_inversables
Rename Inversable Method Names
|
2023-04-21 11:38:58 +10:00 |
|
Maikel Linke
|
4960402643
|
Update translations
v4.3.4
|
2023-04-21 09:45:45 +10:00 |
|
jibees
|
3557c10cd6
|
Merge pull request #10730 from openfoodfoundation/dependabot/bundler/stringex-2.8.6
Bump stringex from 2.8.5 to 2.8.6
|
2023-04-20 15:50:19 +02:00 |
|
jibees
|
45dd421f1f
|
Merge pull request #10729 from openfoodfoundation/dependabot/bundler/aws-sdk-s3-1.121.0
Bump aws-sdk-s3 from 1.120.1 to 1.121.0
|
2023-04-20 15:48:46 +02:00 |
|
Filipe
|
11653c9430
|
Merge pull request #10575 from jibees/10559-allow-upload-of-custom-header-logo
White Label: can upload a custom header logo
|
2023-04-20 13:27:52 +01:00 |
|
dependabot[bot]
|
d068094044
|
Bump stringex from 2.8.5 to 2.8.6
Bumps [stringex](https://github.com/rsl/stringex) from 2.8.5 to 2.8.6.
- [Release notes](https://github.com/rsl/stringex/releases)
- [Commits](https://github.com/rsl/stringex/compare/v2.8.5...v2.8.6)
---
updated-dependencies:
- dependency-name: stringex
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-20 10:06:33 +00:00 |
|
dependabot[bot]
|
b892bf726e
|
Bump aws-sdk-s3 from 1.120.1 to 1.121.0
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.120.1 to 1.121.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/commits)
---
updated-dependencies:
- dependency-name: aws-sdk-s3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-20 10:00:05 +00:00 |
|
Jean-Baptiste Bellet
|
ba45dd84dd
|
Solves rubocop linter errors
|
2023-04-20 08:46:19 +02:00 |
|
Jean-Baptiste Bellet
|
92e2a83e0e
|
Use Rails7 command for image variant syntax
|
2023-04-20 08:45:03 +02:00 |
|
Jean-Baptiste Bellet
|
f42f513f8c
|
Display white_label_logo image when hide_ofn_navigation is set to true
for both desktop and mobile view
|
2023-04-20 08:45:03 +02:00 |
|
Jean-Baptiste Bellet
|
54342254b6
|
Do not show white label logo is hide_ofn_navigation is not checked
They are both strongly linked
|
2023-04-20 08:45:03 +02:00 |
|
Jean-Baptiste Bellet
|
470761da86
|
Add a simple CheckboxDisplay controller that show/hide content
depending on the checkbox state (checked or not)
|
2023-04-20 08:45:03 +02:00 |
|
Jean-Baptiste Bellet
|
6fdf9fa038
|
Add/Remove white label logo in enterprise preferences panel
|
2023-04-20 08:45:03 +02:00 |
|
Jean-Baptiste Bellet
|
bbec01a9cb
|
Create a concern for reflexes that handle Enterprise update
|
2023-04-20 08:45:03 +02:00 |
|
Jean-Baptiste Bellet
|
e3001cc8c4
|
Add white_label_logo to enterprise model as attachment
Co-Authored-By: Maikel <maikel@email.org.au>
|
2023-04-20 08:45:03 +02:00 |
|
Jean-Baptiste Bellet
|
ad0d0e393e
|
ConfirmModalComponent is ready to receive data-reflex
And not only `data-action`
|
2023-04-20 08:45:03 +02:00 |
|
Jean-Baptiste Bellet
|
2690ff5eb5
|
Add comment, which links these two files together
|
2023-04-20 08:45:03 +02:00 |
|
jibees
|
2594382488
|
Merge pull request #10723 from openfoodfoundation/dependabot/bundler/sidekiq-7.0.9
Bump sidekiq from 7.0.8 to 7.0.9
|
2023-04-20 08:31:46 +02:00 |
|
Maikel Linke
|
9b3cfe80ff
|
Remove useless clearing of test emails
They are cleared by the test environment anyway.
|
2023-04-20 13:35:40 +10:00 |
|
Maikel Linke
|
04d33adaf2
|
Remove duplicate declaration of test mail delivery
Our test environment sets the mail delivery method already. We don't
have to do it in individual spec files.
|
2023-04-20 13:28:59 +10:00 |
|
Maikel Linke
|
915bd19d7b
|
Remove useless email test setup
We always deliver emails these days.
|
2023-04-20 12:18:04 +10:00 |
|
Maikel Linke
|
9998025687
|
Remove useless test header setup for emails
Once upon a time we needed a helper to set the `from` header of emails.
This is now set in the ApplicationMailer and not necessary any more.
|
2023-04-20 12:15:34 +10:00 |
|
Maikel
|
89cb3b7c14
|
Merge pull request #10707 from mkllnk/mailer-previews
Fix ShipmentMailer preview autoload path
|
2023-04-20 11:30:25 +10:00 |
|
Filipe
|
3e0b358370
|
Merge pull request #10461 from vviekk/9978
Updating price, on_hand, on_demand validations for product import
|
2023-04-19 16:09:49 +01:00 |
|
Filipe
|
f206b7ed9e
|
Merge pull request #10661 from mkllnk/report-download
[Hidden] Provide download link for reports generated in the background
|
2023-04-19 11:53:14 +01:00 |
|
dependabot[bot]
|
946b69242c
|
Bump sidekiq from 7.0.8 to 7.0.9
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.0.8 to 7.0.9.
- [Release notes](https://github.com/sidekiq/sidekiq/releases)
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](https://github.com/sidekiq/sidekiq/compare/v7.0.8...v7.0.9)
---
updated-dependencies:
- dependency-name: sidekiq
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-19 09:58:13 +00:00 |
|
Filipe
|
a409d3b97e
|
Merge pull request #10201 from saunmanoj888/fix-invalid-image-upload
Fix corrupt and invalid image upload issue
|
2023-04-19 10:45:04 +01:00 |
|
Maikel
|
1f661c1e69
|
Merge pull request #10716 from jibees/10048-stimulusreflex-caching-warning
Adds caching by default in development environment to avoid StimulusReflex warning
|
2023-04-19 16:22:37 +10:00 |
|
saunmanoj888
|
97f51d24b8
|
Validate image on creating product from products/new
|
2023-04-19 16:11:46 +10:00 |
|
saunmanoj888
|
c3d274c84f
|
Fix corrupt and invalid image upload issue
|
2023-04-19 16:11:46 +10:00 |
|
Maikel
|
0b03152f3b
|
Merge pull request #10697 from mkllnk/rubocop-config-update
Update Rubocop config and replace deprecated TimeWithZone#to_s with argument
|
2023-04-19 11:23:34 +10:00 |
|
Maikel
|
6f492d868c
|
Merge pull request #10688 from mkllnk/application-mailer
Apply Rails standard to base mailer class
|
2023-04-19 10:29:16 +10:00 |
|
jibees
|
dab2a4af75
|
Merge pull request #10693 from jibees/10658-move-all-managed-instances-to-fully-enabled-split_checkout-toggle
Activate `split_checkout` feature by default
|
2023-04-18 17:33:48 +02:00 |
|
Jean-Baptiste Bellet
|
f7935bde34
|
Enable caching dy default, to avoid StimulusReflex warning
```
Heads up! 🔥
👉 StimulusReflex requires caching to be enabled. Caching allows the session to be modified during ActionCable requests.
To enable caching in development, run:
rails dev:cache
```
Documentation: https://docs.stimulusreflex.com/hello-world/setup.html#manual-configuration
|
2023-04-18 16:02:02 +02:00 |
|
Jean-Baptiste Bellet
|
61850f7e92
|
Remove duplicate line
Probably due to a bad merge conflict resolution
Line is already on line `#25`
|
2023-04-18 16:01:04 +02:00 |
|
Neal Chambers
|
4e32bfd70b
|
Rename Inversable Method Names
|
2023-04-18 22:58:06 +09:00 |
|
jibees
|
7df456c1e3
|
Merge pull request #10715 from openfoodfoundation/dependabot/bundler/puma-6.2.2
Bump puma from 6.2.1 to 6.2.2
|
2023-04-18 15:04:17 +02:00 |
|
Konrad
|
2fa86492d1
|
Merge pull request #10653 from openfoodfoundation/10645-pagination-in-bom-not-aggregating-results-when-clicking-a-productvariant
BOM: When selecting a specific variant, trigger a new search that avoid pagination issues
|
2023-04-18 14:49:14 +02:00 |
|
dependabot[bot]
|
85860692ae
|
Bump puma from 6.2.1 to 6.2.2
Bumps [puma](https://github.com/puma/puma) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v6.2.1...v6.2.2)
---
updated-dependencies:
- dependency-name: puma
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-18 09:59:41 +00:00 |
|
jibees
|
8ad4d2cc2e
|
Merge pull request #10708 from openfoodfoundation/dependabot/npm_and_yarn/webpack-dev-server-4.13.3
Bump webpack-dev-server from 4.13.2 to 4.13.3
|
2023-04-18 10:15:01 +02:00 |
|
David Cook
|
c967eca9c4
|
Merge pull request #10713 from openfoodfoundation/dependabot/npm_and_yarn/ansi-regex-4.1.1
Bump ansi-regex from 4.1.0 to 4.1.1 (security patch)
|
2023-04-18 15:34:24 +10:00 |
|
David Cook
|
7fff82eec3
|
Merge pull request #10710 from openfoodfoundation/dependabot/bundler/rubocop-1.50.2
Bump rubocop from 1.50.1 to 1.50.2
|
2023-04-18 15:24:40 +10:00 |
|
dependabot[bot]
|
c30ed0f7c8
|
Bump rubocop from 1.50.1 to 1.50.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.50.1 to 1.50.2.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.50.1...v1.50.2)
---
updated-dependencies:
- dependency-name: rubocop
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-18 04:51:38 +00:00 |
|
David Cook
|
cde420716b
|
Merge pull request #10709 from openfoodfoundation/dependabot/bundler/rubocop-rails-2.19.1
Bump rubocop-rails from 2.19.0 to 2.19.1
|
2023-04-18 14:50:11 +10:00 |
|
David Cook
|
ee37c5d4a3
|
Merge pull request #10699 from dacook/sass-deprecations
Sass deprecations
|
2023-04-18 11:48:56 +10:00 |
|
dependabot[bot]
|
e9d236f761
|
Bump ansi-regex from 4.1.0 to 4.1.1
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1)
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-18 00:05:00 +00:00 |
|
Gaetan Craig-Riou
|
8b78c28feb
|
Merge pull request #10702 from openfoodfoundation/dependabot/npm_and_yarn/cable_ready-5.0.0
Bump cable_ready from 5.0.0-rc2 to 5.0.0
|
2023-04-18 10:02:59 +10:00 |
|
Filipe
|
871b2f8816
|
Merge pull request #10696 from mkllnk/login-as-admin
Simplify login test helpers
|
2023-04-17 12:14:06 +01:00 |
|