chrishil1
|
a9829ba5d9
|
Update _enterprise_relationship.html.haml
|
2020-04-15 17:01:22 -05:00 |
|
Luis Ramos
|
8532fa16cd
|
Merge pull request #5202 from luisramos0/improve_checkout_js
Improve Checkout error handling in JS
|
2020-04-15 22:25:05 +01:00 |
|
chrishil1
|
c3f01be580
|
Fixed display all required tag
|
2020-04-15 19:00:35 +01:00 |
|
Luis Ramos
|
fcc746a1b7
|
Fix long lines in payments_controller_spec
|
2020-04-15 16:18:17 +01:00 |
|
Luis Ramos
|
8f7b3df9b5
|
Make payment controller authorize stripe_sca payments before processing them or advancing order workflow (that also calls payment.process)
|
2020-04-15 16:07:34 +01:00 |
|
jeffrey s hill md
|
e23045b19e
|
Add product translations
|
2020-04-14 14:15:57 -05:00 |
|
jeffrey s hill md
|
5e1dea61a8
|
added missing translations to enterprise_relationship page
|
2020-04-14 11:20:56 -05:00 |
|
Luis Ramos
|
cedf1b26f2
|
If no flash is sent from the server, show the generic error
|
2020-04-14 14:31:34 +01:00 |
|
Luis Ramos
|
47a93568dc
|
Make code simpler by extracting methods
|
2020-04-14 13:55:20 +01:00 |
|
Luis Ramos
|
62471bf2ab
|
Clear Loading spinner when exception is caught
|
2020-04-14 13:50:38 +01:00 |
|
Luis Ramos
|
cdf5bcb7eb
|
Improve unexpected error handling and add test cases for it
|
2020-04-14 13:44:58 +01:00 |
|
Luis Ramos
|
7414047b92
|
Switch from old success/error to modern then/catch structure
Catch() will get a few more errors then errors()
Also, add try/catch inside catch to detect any errors parsing the
response error payload
|
2020-04-14 13:04:28 +01:00 |
|
Pau Pérez Fabregat
|
4ef5dfe430
|
Merge pull request #5199 from openfoodfoundation/dependabot/bundler/rubocop-rails-2.5.2
Bump rubocop-rails from 2.5.1 to 2.5.2
|
2020-04-14 10:17:59 +02:00 |
|
Pau Pérez Fabregat
|
e58a1d080f
|
Merge pull request #5205 from openfoodfoundation/dependabot/bundler/ddtrace-0.34.2
Bump ddtrace from 0.34.1 to 0.34.2
|
2020-04-14 10:17:06 +02:00 |
|
Luis Ramos
|
357a88fa22
|
Merge pull request #4786 from luisramos0/stripe_sca_extra_subs_fix
Make StripeSCA (with new authorize/purchase workflow) work with Subscriptions again
|
2020-04-13 17:21:53 +01:00 |
|
Rob H
|
f71045b3f2
|
Improve naming of variables in VariantOverridesIndexed for readability
|
2020-04-13 22:24:25 +10:00 |
|
Rob H
|
dcdd3f2444
|
Modify interface of VariantOverridesIndexed#indexed
Stop using keyword args and accept variant_ids instead of line_items
|
2020-04-13 22:11:58 +10:00 |
|
Rob H
|
6820919552
|
Rename VariantOverrides class to VariantOverridesIndexed
|
2020-04-13 21:56:37 +10:00 |
|
Rob H
|
4a4173bdc0
|
Move VariantOverrides class to app/services
|
2020-04-13 21:54:10 +10:00 |
|
Rob H
|
9a7e782102
|
Only load up variant overrides for relevant hubs
|
2020-04-13 12:07:17 +10:00 |
|
Transifex-Openfoodnetwork
|
9fa892346e
|
Updating translations for config/locales/es_CR.yml
|
2020-04-13 10:30:00 +10:00 |
|
Transifex-Openfoodnetwork
|
7341912390
|
Updating translations for config/locales/pt_BR.yml
|
2020-04-12 07:14:21 +10:00 |
|
Transifex-Openfoodnetwork
|
d0c797b797
|
Updating translations for config/locales/es_CR.yml
|
2020-04-12 07:12:21 +10:00 |
|
Transifex-Openfoodnetwork
|
cb2e17d7dc
|
Updating translations for config/locales/es_CR.yml
|
2020-04-12 07:09:21 +10:00 |
|
Transifex-Openfoodnetwork
|
147654df41
|
Updating translations for config/locales/es_CR.yml
|
2020-04-12 07:05:59 +10:00 |
|
Rob H
|
14cf168e3b
|
Take sku overrides into account in customer totals report
|
2020-04-11 16:05:15 +10:00 |
|
dependabot-preview[bot]
|
c3ee7b7c64
|
Bump ddtrace from 0.34.1 to 0.34.2
Bumps [ddtrace](https://github.com/DataDog/dd-trace-rb) from 0.34.1 to 0.34.2.
- [Release notes](https://github.com/DataDog/dd-trace-rb/releases)
- [Changelog](https://github.com/DataDog/dd-trace-rb/blob/master/CHANGELOG.md)
- [Commits](https://github.com/DataDog/dd-trace-rb/compare/v0.34.1...v0.34.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-04-10 19:19:13 +00:00 |
|
Matt-Yorkley
|
a6414b6dbe
|
Make sure taggable_type is 'Customer' when querying customer tags
|
2020-04-10 20:14:14 +02:00 |
|
Luis Ramos
|
eafffa2c23
|
Update all locales with the latest Transifex translations
v2.9.2
|
2020-04-10 13:08:11 +01:00 |
|
Luis Ramos
|
82a4753eec
|
Merge pull request #5191 from openfoodfoundation/transifex
Transifex
|
2020-04-10 13:05:30 +01:00 |
|
Matt-Yorkley
|
b92e858448
|
Merge pull request #5197 from Matt-Yorkley/cart-populate-performance
Cart populate performance
|
2020-04-10 11:41:56 +02:00 |
|
Matt-Yorkley
|
4c41c84cc1
|
Refactor tag rules loading for customers
Fixes N+1 queries on customer tags
|
2020-04-10 10:12:32 +02:00 |
|
Matt-Yorkley
|
e53f733966
|
Eager-load addresses in customer serializer
|
2020-04-10 08:20:15 +02:00 |
|
Matt-Yorkley
|
2a8809e6e8
|
Eager-load default card in customer serializer
|
2020-04-10 08:20:15 +02:00 |
|
Matt-Yorkley
|
31a54e49c5
|
Allow User#default_card to work with eager-loading
|
2020-04-10 08:20:13 +02:00 |
|
Luis Ramos
|
b5ba2acb21
|
Merge pull request #5169 from jeduardo824/enhancement/5102-make-shop-names-links
make shop name a link on /account
|
2020-04-09 22:01:34 +01:00 |
|
dependabot-preview[bot]
|
0fabde8849
|
Bump rubocop-rails from 2.5.1 to 2.5.2
Bumps [rubocop-rails](https://github.com/rubocop-hq/rubocop-rails) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/rubocop-hq/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-rails/compare/v2.5.1...v2.5.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-04-09 19:21:30 +00:00 |
|
Transifex-Openfoodnetwork
|
e97a16cb40
|
Updating translations for config/locales/ca.yml
|
2020-04-10 04:14:21 +10:00 |
|
Luis Ramos
|
314fed063d
|
Merge property with property_decorator both in our codebase
|
2020-04-09 19:09:22 +01:00 |
|
Luis Ramos
|
0d5c08c363
|
Remove dead code, there's no Spree::Money in app/models/spree and the Spree::Money in lib/spree already has a class_eval with this function
|
2020-04-09 19:06:05 +01:00 |
|
Matt-Yorkley
|
57d87a8042
|
Eager-load variant stock items
Avoids another N+1
|
2020-04-09 19:55:08 +02:00 |
|
Matt-Yorkley
|
0ca87580e8
|
Load variants in cart in one query
Avoids an N+1
|
2020-04-09 19:55:06 +02:00 |
|
Luis Ramos
|
59f56cb0f6
|
Remove before delivery method in checkout controller, this differentiator is never used in OFN, only in Spree frontend code
|
2020-04-09 17:32:28 +01:00 |
|
Matt-Yorkley
|
cf712e9478
|
Select only enterprise id
|
2020-04-09 17:41:13 +02:00 |
|
Luis Ramos
|
2ff8356c63
|
Delete dead code from products helper
|
2020-04-09 16:33:17 +01:00 |
|
Luis Ramos
|
59e0f3d9f4
|
Merge pull request #5175 from Matt-Yorkley/memoize-scoper
Memoize ScopeProductToHub in product list
|
2020-04-09 14:45:57 +01:00 |
|
Luis Ramos
|
fc5aff8c79
|
Merge pull request #5145 from luisramos0/inv_perf
Performance improvements to Inventory page
|
2020-04-09 13:56:33 +01:00 |
|
Luis Ramos
|
7d82c6a014
|
Update spre revision to a version that doesnt depend on deface, this allows us to upgrade nokogiri (done in another PR in the master branch)
|
2020-04-09 13:51:54 +01:00 |
|
Luis Ramos
|
4aad80c134
|
Update message for capybara with new upgrade blocker
|
2020-04-09 13:39:40 +01:00 |
|
Luis Ramos
|
71ffa6b178
|
Upgrade nokogiri as much as possible (it's not an explicit dependency of OFN and we dont need to control the version now, so I remove it from Gemfile)
|
2020-04-09 13:39:40 +01:00 |
|