Rob Harrington
|
bba8b2020c
|
Replace use of 'trigger' in ui_component helper
|
2019-01-16 16:21:30 +00:00 |
|
Rob Harrington
|
23fa57ff6d
|
Update multilingual_spec to work with Selenium
|
2019-01-16 16:21:30 +00:00 |
|
Rob Harrington
|
bbaf6359f3
|
Update shopping_spec to work with Selenium
|
2019-01-16 16:21:30 +00:00 |
|
Rob Harrington
|
1923c0dbc6
|
Update enterprise_fees_spec to work with Selenium
|
2019-01-16 16:21:30 +00:00 |
|
Rob Harrington
|
c2432fab0b
|
Use all_options_absent method instead of poorly written no_options_present
SAVES 30 SECONDS FOR EVERY SPEC THAT IS IT USED IN!
|
2019-01-16 16:21:30 +00:00 |
|
Rob Harrington
|
3e90f9aa1d
|
Update customers_spec to work with Selenium
|
2019-01-16 16:21:30 +00:00 |
|
Rob Harrington
|
189856a92a
|
Reimplement resize helper methods to work with Selenium
|
2019-01-16 16:21:30 +00:00 |
|
Rob Harrington
|
1bad08c1c0
|
Update checkout_workflow and spec_helper to work with Selenium
|
2019-01-16 16:21:30 +00:00 |
|
Rob Harrington
|
3ab7a3d62b
|
Update order_cycles_spec to work with Selenium
|
2019-01-16 16:21:30 +00:00 |
|
Rob Harrington
|
50a8554b55
|
Update enterprises_spec to work with Selenium
|
2019-01-16 16:21:30 +00:00 |
|
Rob Harrington
|
69e44bdeb3
|
Update enterprise_roles_spec to work with Selenium
|
2019-01-16 16:21:30 +00:00 |
|
Rob Harrington
|
5ae33747ea
|
Update enterprise_relationships_spec to work with Selenium
|
2019-01-16 16:21:30 +00:00 |
|
Rob Harrington
|
7dc792b6fe
|
Update enterprise_groups_spec to work with Selenium
|
2019-01-16 16:21:30 +00:00 |
|
Rob Harrington
|
e97f5e36a6
|
Update bulk_order_management_spec to work with Selenium
|
2019-01-16 16:21:30 +00:00 |
|
Rob Harrington
|
2ece6bfb49
|
Update subscriptions_spec to work with Selenium
|
2019-01-16 16:21:30 +00:00 |
|
Rob Harrington
|
8416af4995
|
Update variants_spec to work with Selenium
|
2019-01-16 16:21:30 +00:00 |
|
Rob Harrington
|
8413c5f60a
|
Update variant_overrides_spec to work with Selenium
|
2019-01-16 16:21:30 +00:00 |
|
Rob Harrington
|
5c268e9359
|
Update schedules_spec to work with Selenium
|
2019-01-16 16:21:30 +00:00 |
|
Rob Harrington
|
708e308b7c
|
Update products_spec to work with Selenium
|
2019-01-16 16:21:30 +00:00 |
|
Rob Harrington
|
c6a383aafd
|
Update bulk_product_update_spec to work with Selenium
|
2019-01-16 16:21:30 +00:00 |
|
Rob Harrington
|
cc55f59b00
|
Update tag_rules_spec to work with Selenium
|
2019-01-16 16:21:30 +00:00 |
|
Rob Harrington
|
118d26b2ff
|
Add aynchronous select2 search helper
select2_search from spree times out after 1 second, so this new method just waits for a result to be returned before attempting to select it
|
2019-01-16 16:21:30 +00:00 |
|
Rob Harrington
|
70502a7a32
|
Switch to using selenium as js driver for capybara specs
PhantomJS is no longer being maintained
|
2019-01-16 16:21:30 +00:00 |
|
Rob Harrington
|
6608655e9a
|
Use headless chrome for karma specs instead of PhantomJS
PhantomJS is no longer being maintained
|
2019-01-16 16:21:30 +00:00 |
|
Pau Pérez Fabregat
|
d2325fc7dd
|
Merge pull request #3230 from luisramos0/stock_levels
3222 Improve stock levels calculation code on cart populate and add specs to test handling of variant overrides
|
2019-01-16 12:54:25 +01:00 |
|
Pau Pérez Fabregat
|
5bb327efbd
|
Merge pull request #3234 from openfoodfoundation/dependabot/bundler/oauth2-1.4.1
Bump oauth2 from 1.2.0 to 1.4.1
|
2019-01-16 12:33:39 +01:00 |
|
Maikel
|
54311c2d1b
|
Merge pull request #3304 from HugsDaniel/3288-3291-translation-issues
Add I18n keys for order state and order firstname and lastname filters
|
2019-01-16 09:43:28 +11:00 |
|
Maikel
|
2c197d40bb
|
Merge pull request #3326 from mkllnk/cleanup-specs
Cleanup specs
|
2019-01-16 09:23:06 +11:00 |
|
luisramos0
|
ea61e415e1
|
Add bugsnag notifications to detect potential dead code scenarios in variants_stock_levels and cart_service
|
2019-01-15 13:42:51 +00:00 |
|
luisramos0
|
d926f7c776
|
Reorganize and improve cart controller spec
|
2019-01-15 13:42:51 +00:00 |
|
luisramos0
|
aa603c9a84
|
Make rubocop happy on cart controller, cart service and stock levels service
|
2019-01-15 13:42:51 +00:00 |
|
luisramos0
|
b0449be302
|
Add spec to test cart controller handling of variant overrides on cart populate
|
2019-01-15 13:38:58 +00:00 |
|
luisramos0
|
c0473a4505
|
Extract variants_stock_levels from cart_controller and refactor some names
|
2019-01-15 13:38:58 +00:00 |
|
Maikel
|
e56915e65a
|
Merge pull request #3303 from openfoodfoundation/transifex
Transifex
|
2019-01-15 17:19:21 +11:00 |
|
Maikel
|
8ba0e3b474
|
Merge pull request #3302 from mkllnk/74-bundler-version
Add script to install required bundler version
|
2019-01-15 09:36:18 +11:00 |
|
Pau Pérez Fabregat
|
ccc0a2cf96
|
Merge pull request #3280 from openfoodfoundation/dependabot/bundler/uglifier-4.1.20
Bump uglifier from 4.1.19 to 4.1.20
|
2019-01-11 19:46:04 +01:00 |
|
Maikel Linke
|
4abacb3691
|
Remove unused spec helpers
They all seem to have been used in the past. People forgot to remove
them after removing the using spec code.
|
2019-01-11 18:04:24 +11:00 |
|
Maikel Linke
|
e89a836e72
|
Remove forgotten code from spec
Commit e4ebeb8a29 forgot to remove this
code.
|
2019-01-11 18:04:24 +11:00 |
|
Maikel Linke
|
223982f571
|
Prepare spec for Chrome testing
|
2019-01-11 18:04:24 +11:00 |
|
Maikel Linke
|
cbdda54989
|
DRY specs with new helper
|
2019-01-11 18:04:24 +11:00 |
|
Maikel
|
4920782742
|
Merge pull request #3072 from luisramos0/2-0-calc-line-items-for-take-2
Fix bug on calculator_decorator line_items_for where input is line_item with a nil order
|
2019-01-11 14:49:25 +11:00 |
|
dependabot[bot]
|
1548c7c25a
|
Bump oauth2 from 1.2.0 to 1.4.1
Bumps [oauth2](https://github.com/oauth-xx/oauth2) from 1.2.0 to 1.4.1.
- [Release notes](https://github.com/oauth-xx/oauth2/releases)
- [Changelog](https://github.com/oauth-xx/oauth2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/oauth-xx/oauth2/compare/v1.2.0...v1.4.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2019-01-10 23:46:45 +00:00 |
|
dependabot[bot]
|
7f09112d7b
|
Bump uglifier from 4.1.19 to 4.1.20
Bumps [uglifier](https://github.com/lautis/uglifier) from 4.1.19 to 4.1.20.
- [Release notes](https://github.com/lautis/uglifier/releases)
- [Changelog](https://github.com/lautis/uglifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lautis/uglifier/compare/v4.1.19...v4.1.20)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2019-01-10 23:45:22 +00:00 |
|
Maikel
|
ab14b73e17
|
Merge pull request #3211 from openfoodfoundation/dependabot/bundler/blockenspiel-0.5.0
Bump blockenspiel from 0.4.5 to 0.5.0
|
2019-01-11 10:42:40 +11:00 |
|
Maikel
|
fff054efc1
|
Merge pull request #3169 from luisramos0/hubPermissions
Add guard clause on variant overrides filter in case hub id is not present in the hubPermissions
|
2019-01-11 10:41:57 +11:00 |
|
Maikel
|
6c3d769121
|
Merge pull request #3229 from mkllnk/3127-tax-rates-report
3127 More robust tax rates report
|
2019-01-11 10:41:12 +11:00 |
|
Maikel
|
935e233605
|
Merge pull request #3244 from luisramos0/ruby-racer
Revert to the ruby racer
|
2019-01-11 10:40:02 +11:00 |
|
Hugo Daniel
|
026fe55f1d
|
Add I18n keys for order state and order firstname and lastname filters
|
2019-01-10 15:32:23 +01:00 |
|
Transifex-Openfoodnetwork
|
e70b8c03ce
|
Updating translations for config/locales/nb.yml
|
2019-01-10 22:18:58 +11:00 |
|
Maikel
|
4f5bb96484
|
Merge pull request #3300 from openfoodfoundation/transifex
Transifex
|
2019-01-10 17:52:28 +11:00 |
|