Luis Ramos
|
0138f04506
|
Add spec to cover new customer balances on customers list
|
2020-10-29 13:38:36 +00:00 |
|
Luis Ramos
|
4a2684e3d9
|
Fix rubocop issues
|
2020-10-29 13:38:36 +00:00 |
|
Luis Ramos
|
e860e2ca57
|
Add label to customer balance so it's clear to the manager what's the balance status: credit owed or balance due
|
2020-10-29 13:38:36 +00:00 |
|
Luis Ramos
|
da69dca471
|
Make customer balance serialize with the currency
|
2020-10-29 13:38:36 +00:00 |
|
Luis Ramos
|
e4f3aae7c0
|
Add customer balance to customer list
|
2020-10-29 13:38:36 +00:00 |
|
Luis Ramos
|
72ae7ea8a2
|
Merge pull request #6267 from jhsu802701/rubocop_shopworkflow_2
Removed variant argument from click_add_bulk_max_to_cart
|
2020-10-29 13:36:58 +00:00 |
|
Jason Hsu
|
8f95de10bc
|
Removed variant argument from click_add_bulk_max_to_cart; updated spec/features/consumer/shopping/shopping_spec.rb to reflect this
|
2020-10-29 00:35:49 -05:00 |
|
Jason Hsu
|
cbe1b53189
|
Exempted spec/support/request/web_helper.rb from Metrics/AbcSize; reduces the number of offenses from 122 to 121
|
2020-10-29 00:23:30 -05:00 |
|
Transifex-Openfoodnetwork
|
9c30c3c0ed
|
Updating translations for config/locales/ar.yml
|
2020-10-29 11:15:12 +11:00 |
|
Luis Ramos
|
9a03428412
|
Merge pull request #6197 from cillian/reset-on-demand-on-absent-products
When resetting stock to 0 on absent products in product import also reset the on demand setting
|
2020-10-29 00:09:49 +00:00 |
|
Luis Ramos
|
76afc0b407
|
Merge pull request #6202 from cillian/sort-admin-products-by-name-fix
Fix sorting of admin products by name
|
2020-10-29 00:09:31 +00:00 |
|
Luis Ramos
|
200e9c5078
|
Merge pull request #6246 from tsara27/fix-shipping-method-translation
Add new translation for shipping method
|
2020-10-29 00:09:14 +00:00 |
|
Luis Ramos
|
caea5b2aa8
|
Merge pull request #6264 from openfoodfoundation/dependabot/bundler/bugsnag-6.18.0
Bump bugsnag from 6.17.0 to 6.18.0
|
2020-10-28 21:11:15 +00:00 |
|
Luis Ramos
|
3730d76b44
|
Merge pull request #6155 from arku/perf/model-specs
Improve model specs' performance
|
2020-10-28 21:06:10 +00:00 |
|
Transifex-Openfoodnetwork
|
28c25cff2c
|
Updating translations for config/locales/en_IE.yml
|
2020-10-29 07:08:18 +11:00 |
|
Pau Pérez Fabregat
|
20edcfab26
|
Merge pull request #6217 from santakadev/docker-open-db-port
Open PostgreSQL port in docker-compose
|
2020-10-28 17:56:49 +01:00 |
|
Pau Pérez Fabregat
|
642787b95a
|
Merge branch 'master' into reset-on-demand-on-absent-products
|
2020-10-28 17:28:53 +01:00 |
|
Transifex-Openfoodnetwork
|
a1438d3b2e
|
Updating translations for config/locales/ru.yml
|
2020-10-29 02:23:55 +11:00 |
|
dependabot-preview[bot]
|
fc8e3d1ece
|
Bump bugsnag from 6.17.0 to 6.18.0
Bumps [bugsnag](https://github.com/bugsnag/bugsnag-ruby) from 6.17.0 to 6.18.0.
- [Release notes](https://github.com/bugsnag/bugsnag-ruby/releases)
- [Changelog](https://github.com/bugsnag/bugsnag-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bugsnag/bugsnag-ruby/compare/v6.17.0...v6.18.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-10-27 17:41:49 +00:00 |
|
Transifex-Openfoodnetwork
|
21991515df
|
Updating translations for config/locales/ar.yml
|
2020-10-27 22:56:03 +11:00 |
|
Luis Ramos
|
3534559fbf
|
Merge pull request #6235 from Matt-Yorkley/flaky-tag-rules
[Flaky Specs] Fix tag_rules and select2 issues
|
2020-10-27 11:40:04 +00:00 |
|
Matt-Yorkley
|
f1373b902c
|
Merge pull request #6256 from luisramos0/rubocop_specs
Relax ModuleLength rubocop rule for specs
|
2020-10-26 22:41:30 +01:00 |
|
Luis Ramos
|
e5e67fbdf0
|
Merge pull request #6255 from jhsu802701/fix_docker_up
Added yarn install to docker-compose up
|
2020-10-26 21:16:09 +00:00 |
|
Transifex-Openfoodnetwork
|
f1e80e92de
|
Updating translations for config/locales/it.yml
|
2020-10-27 07:18:57 +11:00 |
|
Luis Ramos
|
c5186c2412
|
Fix rubocop_specs file path
|
2020-10-26 17:27:38 +00:00 |
|
Luis Ramos
|
52f56baa8c
|
Remove specs with more than 100 lines but less than 300 from rubocop exceptions list
|
2020-10-26 17:03:54 +00:00 |
|
Luis Ramos
|
0b51d8b297
|
Add rubocop config to allow specs to be 300 lines long
|
2020-10-26 17:03:50 +00:00 |
|
Luis Ramos
|
0f5aa11f05
|
Nest spec in module declaration
|
2020-10-26 16:50:29 +00:00 |
|
Jason Hsu
|
00624d1b96
|
Added yarn install to docker-compose up; allows the app to work properly in the Docker environment
|
2020-10-26 11:07:01 -05:00 |
|
Transifex-Openfoodnetwork
|
7e8aaaa5f9
|
Updating translations for config/locales/fr.yml
|
2020-10-27 01:27:40 +11:00 |
|
Transifex-Openfoodnetwork
|
49b8dcb880
|
Updating translations for config/locales/en_FR.yml
|
2020-10-27 01:24:49 +11:00 |
|
Transifex-Openfoodnetwork
|
479520bf97
|
Updating translations for config/locales/fr.yml
|
2020-10-27 01:24:35 +11:00 |
|
Luis Ramos
|
b66b50cd56
|
Merge pull request #6125 from tsara27/fix-translation
Fix translation for password reset instruction mailer subject
|
2020-10-26 12:01:47 +00:00 |
|
Matt-Yorkley
|
a296710f78
|
Update all locales *again* with the latest translations, before publishing
v3.3.0
|
2020-10-26 10:55:17 +00:00 |
|
Transifex-Openfoodnetwork
|
50cbc971a1
|
Updating translations for config/locales/pt_BR.yml
|
2020-10-26 10:13:53 +11:00 |
|
Transifex-Openfoodnetwork
|
7178a69a54
|
Updating translations for config/locales/pt_BR.yml
|
2020-10-26 10:10:47 +11:00 |
|
Luis Ramos
|
ebd7e9599b
|
Merge pull request #6248 from Matt-Yorkley/s3-credentials
Fix #s3_credentials
|
2020-10-25 19:47:57 +00:00 |
|
Matt-Yorkley
|
df3ac0394c
|
Fix #s3_credentials
|
2020-10-25 14:04:33 +00:00 |
|
Matt-Yorkley
|
822c82fa9d
|
Merge pull request #6204 from jhsu802701/remove_docker_md
Removed DOCKER.md (redundant)
|
2020-10-25 13:20:35 +01:00 |
|
Matt-Yorkley
|
e06e8fc460
|
Improve flaky form interaction process in #fill_in_tag
|
2020-10-25 10:17:16 +00:00 |
|
Matt-Yorkley
|
ee402db734
|
Refactor and DRY tag-rule-filling-in to #fill_in_tag method
|
2020-10-25 09:01:04 +00:00 |
|
Matt-Yorkley
|
3f1e496731
|
Fix select2 capybara issues
|
2020-10-24 23:53:02 +01:00 |
|
Matt-Yorkley
|
f22c7fcdfb
|
Merge pull request #6151 from luisramos0/stripe_save_cards
Stripe Feature Tests: checkout with saved a card
|
2020-10-24 23:29:29 +02:00 |
|
Transifex-Openfoodnetwork
|
494f0d8ff6
|
Updating translations for config/locales/ru.yml
|
2020-10-24 23:18:00 +11:00 |
|
Transifex-Openfoodnetwork
|
15715f9bb4
|
Updating translations for config/locales/it.yml
|
2020-10-24 22:28:59 +11:00 |
|
Tsara Sudrajat
|
4baf53a0a9
|
Add new translation for shipping method
|
2020-10-24 17:06:19 +07:00 |
|
Transifex-Openfoodnetwork
|
8041111886
|
Updating translations for config/locales/ar.yml
|
2020-10-24 07:34:19 +11:00 |
|
Transifex-Openfoodnetwork
|
adc2bcb442
|
Updating translations for config/locales/es.yml
|
2020-10-24 01:40:48 +11:00 |
|
Transifex-Openfoodnetwork
|
8a51c5cb5d
|
Updating translations for config/locales/es.yml
|
2020-10-24 01:37:39 +11:00 |
|
Transifex-Openfoodnetwork
|
e114d58ff2
|
Updating translations for config/locales/ca.yml
|
2020-10-24 01:36:14 +11:00 |
|