dependabot[bot]
|
cb15e28cef
|
Bump factory_bot_rails from 6.1.0 to 6.2.0
Bumps [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases)
- [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/master/NEWS.md)
- [Commits](https://github.com/thoughtbot/factory_bot_rails/compare/v6.1.0...v6.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-10 05:55:18 +00:00 |
|
Andy Brett
|
cbefa5f882
|
Merge pull request #7589 from andrewpbrett/order-adjustments-spec
[Rails 6.0] Fix order adjustments spec
|
2021-05-09 10:38:19 -07:00 |
|
Andy Brett
|
231f01dad2
|
fix order adjustments spec
|
2021-05-09 10:09:22 -07:00 |
|
Andy Brett
|
a0476be2c9
|
Merge pull request #7568 from andrewpbrett/stripe-mock-js
[Rails 6.0] Use raw to render stripe mock js file
|
2021-05-08 17:46:24 -07:00 |
|
Matt-Yorkley
|
24a5407c8f
|
Merge pull request #7565 from luisramos0/rails6_success
[Rails 6.0] Replace be_success on test_response with status 200
|
2021-05-09 02:33:49 +02:00 |
|
Andy Brett
|
66da72ccc2
|
use raw to render stripe mock js
|
2021-05-08 17:29:38 -07:00 |
|
Andy Brett
|
2910cbf15c
|
Merge pull request #7582 from openfoodfoundation/transifex
Transifex
v3.7.0
|
2021-05-08 13:55:11 -07:00 |
|
Transifex-Openfoodnetwork
|
d24d7fce56
|
Updating translations for config/locales/de_DE.yml
|
2021-05-09 05:16:39 +10:00 |
|
Andy Brett
|
5a16954bf6
|
Merge pull request #7572 from openfoodfoundation/transifex
Transifex
|
2021-05-07 06:46:56 -07:00 |
|
Matt-Yorkley
|
39156ec988
|
Merge pull request #7574 from Matt-Yorkley/dfc-routes
Update DFC routes
|
2021-05-07 11:27:50 +02:00 |
|
Matt-Yorkley
|
c71d4bce6a
|
Update DFC routes
|
2021-05-07 09:42:35 +01:00 |
|
Pau Pérez Fabregat
|
8d8abed529
|
Merge pull request #7496 from jibees/4957-flaky-specs
Uncomment flaky spec on variant_overrides_spec.rb
|
2021-05-07 10:29:36 +02:00 |
|
Transifex-Openfoodnetwork
|
55018260df
|
Updating translations for config/locales/en_FR.yml
|
2021-05-07 17:53:34 +10:00 |
|
Transifex-Openfoodnetwork
|
cbdeef064a
|
Updating translations for config/locales/fr.yml
|
2021-05-07 17:53:20 +10:00 |
|
Transifex-Openfoodnetwork
|
ac2c02a983
|
Updating translations for config/locales/es.yml
|
2021-05-07 16:40:26 +10:00 |
|
Transifex-Openfoodnetwork
|
c71a4918a0
|
Updating translations for config/locales/ca.yml
|
2021-05-07 16:40:03 +10:00 |
|
Andy Brett
|
dbd0d4a795
|
Merge pull request #7570 from openfoodfoundation/release/v3.6.10
Update all locales with the latest Transifex translations
|
2021-05-06 20:41:25 -07:00 |
|
Andy Brett
|
328381b732
|
Update all locales with the latest Transifex translations
|
2021-05-06 20:38:41 -07:00 |
|
Luis Ramos
|
a2de86c23e
|
Replace be_success on test_reponse with status 200
In rails 6 response.success? is not supported.
|
2021-05-06 23:51:30 +01:00 |
|
Andy Brett
|
415d86bff0
|
Merge pull request #7562 from coopdevs/fix-failed-sca-auth
Fix failed SCA authentication on subs. order payment not reflected in OFN
|
2021-05-06 15:25:16 -07:00 |
|
Andy Brett
|
8b9083d28f
|
Merge pull request #7560 from openfoodfoundation/dependabot/bundler/rails-5.2.6
Bump rails from 5.2.5 to 5.2.6
|
2021-05-06 15:14:06 -07:00 |
|
dependabot[bot]
|
7f5dddffa0
|
Bump rails from 5.2.5 to 5.2.6
Bumps [rails](https://github.com/rails/rails) from 5.2.5 to 5.2.6.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v5.2.5...v5.2.6)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-06 17:35:58 +00:00 |
|
Andy Brett
|
cfa4bde965
|
Merge pull request #7559 from openfoodfoundation/dependabot/bundler/rubocop-rails-2.10.1
Bump rubocop-rails from 2.10.0 to 2.10.1
|
2021-05-06 10:34:20 -07:00 |
|
Andy Brett
|
9e6ede4072
|
Merge pull request #7561 from openfoodfoundation/dependabot/bundler/rubocop-1.14.0
Bump rubocop from 1.13.0 to 1.14.0
|
2021-05-06 10:33:40 -07:00 |
|
Pau Perez
|
9a63f38790
|
I18n-ize error messages.
|
2021-05-06 16:34:29 +02:00 |
|
Pau Perez
|
69b91ea136
|
Wait until the end to mark payment as processed
This gives us the opportunity to retry the operation in case the
processing fails.
|
2021-05-06 16:19:01 +02:00 |
|
Pau Perez
|
dea6a01e61
|
Handle SCA payments that can't complete
|
2021-05-06 16:19:01 +02:00 |
|
Pau Perez
|
2147584daf
|
Validate intents against Stripe and display errors
Now the existing validation is redundant. It's Stripe's API who does
that now. It's up to them to decide what's a valid intent.
|
2021-05-06 16:19:01 +02:00 |
|
Pau Perez
|
b723ed4a98
|
Skip Stripe logic when no payment data is passed
|
2021-05-06 16:19:01 +02:00 |
|
dependabot[bot]
|
ccfe352d62
|
Bump rubocop from 1.13.0 to 1.14.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.13.0 to 1.14.0.
- [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.13.0...v1.14.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-06 05:22:38 +00:00 |
|
dependabot[bot]
|
76fb157518
|
Bump rubocop-rails from 2.10.0 to 2.10.1
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.10.0 to 2.10.1.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.10.0...v2.10.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-06 05:18:52 +00:00 |
|
Andy Brett
|
a7331efd67
|
Merge pull request #7477 from luisramos0/require_dependency
Remove require_dependency or use require
|
2021-05-05 13:24:19 -07:00 |
|
Pau Pérez Fabregat
|
b57755398c
|
Merge pull request #7531 from openfoodfoundation/dependabot/bundler/daemons-1.4.0
Bump daemons from 1.3.1 to 1.4.0
|
2021-05-05 21:42:25 +02:00 |
|
dependabot[bot]
|
076081929f
|
Bump daemons from 1.3.1 to 1.4.0
Bumps [daemons](https://github.com/thuehlinger/daemons) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/thuehlinger/daemons/releases)
- [Changelog](https://github.com/thuehlinger/daemons/blob/master/Releases)
- [Commits](https://github.com/thuehlinger/daemons/compare/v1.3.1...v1.4.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-05 18:07:37 +00:00 |
|
Andy Brett
|
4b183bb6c1
|
Merge pull request #7555 from openfoodfoundation/dependabot/bundler/rubocop-rails-2.10.0
Bump rubocop-rails from 2.9.1 to 2.10.0
|
2021-05-05 11:06:43 -07:00 |
|
Andy Brett
|
d2f3cdd6b9
|
Merge pull request #7546 from openfoodfoundation/dependabot/bundler/activerecord-session_store-2.0.0
Bump activerecord-session_store from 1.1.3 to 2.0.0
|
2021-05-05 11:06:10 -07:00 |
|
Andy Brett
|
baf3d4b2cd
|
Merge pull request #6488 from openfoodfoundation/dependabot/bundler/pg-1.2.3
Bump pg from 0.21.0 to 1.2.3
|
2021-05-05 11:05:52 -07:00 |
|
Andy Brett
|
f8f3cb78e3
|
Merge pull request #7549 from openfoodfoundation/dependabot/bundler/roadie-rails-2.2.0
Bump roadie-rails from 1.3.0 to 2.2.0
|
2021-05-05 11:05:24 -07:00 |
|
dependabot[bot]
|
18373533e6
|
Bump roadie-rails from 1.3.0 to 2.2.0
Bumps [roadie-rails](https://github.com/Mange/roadie-rails) from 1.3.0 to 2.2.0.
- [Release notes](https://github.com/Mange/roadie-rails/releases)
- [Changelog](https://github.com/Mange/roadie-rails/blob/master/Changelog.md)
- [Commits](https://github.com/Mange/roadie-rails/compare/v1.3.0...v2.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-05 17:40:59 +00:00 |
|
dependabot[bot]
|
679ceaead7
|
Bump pg from 0.21.0 to 1.2.3
Bumps [pg](https://github.com/ged/ruby-pg) from 0.21.0 to 1.2.3.
- [Release notes](https://github.com/ged/ruby-pg/releases)
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.rdoc)
- [Commits](https://github.com/ged/ruby-pg/compare/v0.21.0...v1.2.3)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-05 17:40:49 +00:00 |
|
Pau Pérez Fabregat
|
64baebd791
|
Merge pull request #7545 from openfoodfoundation/dependabot/bundler/ransack-2.4.1
Bump ransack from 2.3.0 to 2.4.1
|
2021-05-05 19:39:42 +02:00 |
|
dependabot[bot]
|
31adbdbf7a
|
Bump activerecord-session_store from 1.1.3 to 2.0.0
Bumps [activerecord-session_store](https://github.com/rails/activerecord-session_store) from 1.1.3 to 2.0.0.
- [Release notes](https://github.com/rails/activerecord-session_store/releases)
- [Commits](https://github.com/rails/activerecord-session_store/compare/v1.1.3...v2.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-05 17:15:11 +00:00 |
|
Pau Pérez Fabregat
|
819479f05c
|
Merge pull request #7552 from luisramos0/rails525
Upgrade to rails 5.2.5 with "bundle update rails"
|
2021-05-05 19:14:04 +02:00 |
|
Pau Pérez Fabregat
|
324999494b
|
Merge pull request #7523 from openfoodfoundation/transifex
Transifex
|
2021-05-05 18:31:30 +02:00 |
|
Andy Brett
|
82845e1cfc
|
Merge pull request #7528 from Matt-Yorkley/has_many_through
Reorder has_many relationship with :through option
|
2021-05-05 08:08:15 -07:00 |
|
Andy Brett
|
3e714b1539
|
Merge pull request #7527 from Matt-Yorkley/dead-code-deleted
Remove #deleted? method from Product and Variant
|
2021-05-05 08:07:39 -07:00 |
|
Andy Brett
|
002420304d
|
Merge pull request #7526 from Matt-Yorkley/dead-currency
Remove currency from OrderContents
|
2021-05-05 08:06:53 -07:00 |
|
dependabot[bot]
|
aa90c4f34f
|
Bump rubocop-rails from 2.9.1 to 2.10.0
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.9.1 to 2.10.0.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.9.1...v2.10.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-05 05:14:36 +00:00 |
|
Luis Ramos
|
63e2122593
|
Upgrade to rails 5.2.5 with a bundle update rails
|
2021-05-04 21:31:09 +01:00 |
|
Andy Brett
|
35671e2464
|
Merge pull request #7548 from openfoodfoundation/dependabot/bundler/rspec-rails-5.0.1
Bump rspec-rails from 4.1.2 to 5.0.1
|
2021-05-04 13:22:48 -07:00 |
|