Matt-Yorkley
|
5f3abbf00e
|
Refactor BaseController
|
2020-01-22 12:17:23 +01:00 |
|
luisramos0
|
1e203ae419
|
Remove destroy with js format in variants controller, we dont use this endpoint in OFN and it avoids having to bring additional code from spree_backend
|
2020-01-16 11:59:36 +00:00 |
|
Matt-Yorkley
|
a059c11d0f
|
Update post/delete calls in credit_cards_controller_spec.rb
ActionController::UrlGenerationError:
No route matches {:action=>"new_from_token", :cc_type=>"visa", :controller=>"spree/credit_cards", :exp_month=>12, :exp_year=>2020, :format=>:json, :last4=>4242, :token=>"tok_234bd2c22"}
# ./spec/controllers/spree/credit_cards_controller_spec.rb:36:in `block (5 levels) in <top (required)>'
# ./spec/controllers/spree/credit_cards_controller_spec.rb:36:in `block (4 levels) in <top (required)>'
|
2020-01-15 12:57:38 +01:00 |
|
luisramos0
|
9404aacfb2
|
run rubocop --auto-correct
|
2019-11-10 18:42:43 +00:00 |
|
Luis Ramos
|
ea8eb0ee14
|
Merge pull request #4371 from luisramos0/payment_methods
Move Payment methods from spree_backend to OFN
|
2019-11-08 14:26:21 +00:00 |
|
Luis Ramos
|
52ab6c52bf
|
Merge pull request #4057 from luisramos0/remove_spree_api_2
Remove dependency to spree_api - step 2 - routes and views
|
2019-11-06 13:23:32 +00:00 |
|
Luis Ramos
|
3e7bd7dc19
|
Merge pull request #4376 from luisramos0/ghosts
Remove product from Order Cycles if product supplier changes
|
2019-10-28 21:17:48 +00:00 |
|
luisramos0
|
bf291ec318
|
Move spree/api/base_controller_spec to api/base_controller_spec
|
2019-10-28 16:00:36 +00:00 |
|
Luis Ramos
|
02c0b89fa0
|
Merge pull request #4345 from Matt-Yorkley/shopfront_pagination
Shopfront pagination
|
2019-10-21 16:02:12 +01:00 |
|
Matt-Yorkley
|
ab330e882e
|
Remove product cache
|
2019-10-18 21:15:11 +01:00 |
|
luisramos0
|
49f98422fd
|
Remove product from Order Cycles if supplier changes as with a new supplier the rules/permissions to add a product to an Order Cycle may be different
|
2019-10-17 17:47:15 +01:00 |
|
Luis Ramos
|
d7223c508a
|
Merge pull request #4289 from luisramos0/spree_be_config_general
Move general_settings, mail_methods and image_settings from spree_backend to OFN
|
2019-10-16 12:08:36 +01:00 |
|
luisramos0
|
1eafb1a3fe
|
Bring specs from spree_backend to payment methods controller spec
|
2019-10-15 18:49:35 +01:00 |
|
luisramos0
|
e48ac64d37
|
Prepare spec to integrate some specs coming from spree_backend
|
2019-10-14 23:17:43 +01:00 |
|
luisramos0
|
713769b497
|
Fix rubocop issues in mail_methods_controller_spec
|
2019-10-02 21:26:09 +01:00 |
|
luisramos0
|
495de37620
|
Fix more rubocop issues in image_settings_controller_spec
|
2019-10-02 21:26:09 +01:00 |
|
luisramos0
|
05d24cf11a
|
Transpec image_setting_controller_spec
|
2019-10-02 21:26:09 +01:00 |
|
luisramos0
|
edd84530af
|
Fix simle rubocopo issues in image_settings ctrl spec
|
2019-10-02 21:26:09 +01:00 |
|
luisramos0
|
6677543de0
|
bring 2 specs from spree_backend to cover image_settings page and mail_methods page
|
2019-10-02 21:26:09 +01:00 |
|
luisramos0
|
24afa21885
|
Revert "Change products controller to clear variants unit description if variant_unit is items"
This reverts commit 1a4e83d633.
|
2019-09-22 16:31:26 +01:00 |
|
luisramos0
|
7cec24f1d4
|
Move shipments route, controller and ctrl spec from spree/api to api
|
2019-09-08 12:17:36 +01:00 |
|
luisramos0
|
26f5ece7c0
|
Add a few relevant attributes to shipment serializer and fix some details in shipment controller spec
|
2019-09-08 12:15:33 +01:00 |
|
luisramos0
|
a21a4aba5d
|
Convert spree/api/shipments from rabl to AMS and adapt its spec
|
2019-09-08 12:15:33 +01:00 |
|
Luis Ramos
|
e3ce2a7486
|
Merge pull request #4104 from luisramos0/convert_taxons_to_ams
Convert spree/api/taxons views from rabl to AMS
|
2019-09-06 00:04:10 +01:00 |
|
Pau Pérez Fabregat
|
369a5a8a2f
|
Merge pull request #4101 from luisramos0/remove_variants_rabl
Convert spree/api/products and spree/api/variants views from rabl to AMS
|
2019-09-02 12:14:26 +02:00 |
|
luisramos0
|
4ca8feeef1
|
Move api/taxons route and controller out of spree namespace into /api and move the ctrl spec as well
|
2019-08-28 22:06:56 +01:00 |
|
luisramos0
|
367932a767
|
Make spree/api/taxons_controller use AMS serializer instead of rabl
|
2019-08-28 22:06:56 +01:00 |
|
luisramos0
|
e591658f48
|
Keep only used api/taxons index action, delete all others as not required right now
|
2019-08-28 22:06:56 +01:00 |
|
Luis Ramos
|
cd263b761c
|
Merge pull request #4055 from luisramos0/remove_spree_api
Remove dependency to spree_api - step 1 - controllers and routes
|
2019-08-28 15:34:08 +01:00 |
|
luisramos0
|
758394464b
|
Add bugsnag notification to products_controller create and update when on_hand or on_demand update fails with exception
|
2019-08-17 19:15:32 +01:00 |
|
luisramos0
|
b9ddb39edc
|
Re-add taxons jstree action to make taxonomies config page work again
|
2019-08-14 16:31:34 +01:00 |
|
luisramos0
|
31bac9641f
|
Move api products and variants routes and ctrl out of spree namespace
|
2019-08-01 14:28:55 +01:00 |
|
luisramos0
|
4497173213
|
Adapt spree/api/products_controller_spec to AMS serializer
|
2019-07-31 11:23:18 +01:00 |
|
luisramos0
|
4d74d246e8
|
Remove spree/api/products_controller index and new actions, not used
|
2019-07-31 10:32:45 +01:00 |
|
luisramos0
|
07aececdcf
|
Remove unused route api/products managed
|
2019-07-31 09:50:31 +01:00 |
|
luisramos0
|
c3fbf9cdf9
|
Remove unused pagination from index and respective specs, fix spec for search by sku by adding sku to the serializer and adapt a few specs to pass with AMS attrivbutes,
|
2019-07-31 09:40:19 +01:00 |
|
luisramos0
|
180598c603
|
Convert spree/api/variants_controller to AMS by changing base_controller, using render json instad of respond with, deleting rabl templates and adapting specs
Delete unused pagination spec
|
2019-07-31 09:40:19 +01:00 |
|
luisramos0
|
a3c179bd3f
|
Fix some more simple rubocop issues
|
2019-07-31 09:36:48 +01:00 |
|
luisramos0
|
25451eed6b
|
Bring api spec helpers from spree_api into ofn/api_helper
|
2019-07-31 09:36:48 +01:00 |
|
luisramos0
|
18aa16650d
|
Remove dependency to Spree::ApiConfiguration, overall requires_authentication? is true, exceptions will be endpoint specific
|
2019-07-31 09:35:46 +01:00 |
|
luisramos0
|
8bc9985edb
|
Transpec and fix rubocop issues in spree/api/variants_controller_spec
|
2019-07-31 09:32:33 +01:00 |
|
luisramos0
|
6dfc927730
|
Make spree/api/variant_controllers_spec pass
|
2019-07-31 09:32:33 +01:00 |
|
luisramos0
|
3771e26eba
|
Bring tests from spree/api/variants_controller_spec from spree_api
|
2019-07-31 09:32:33 +01:00 |
|
luisramos0
|
fd21d35aee
|
Transpec and fix rubocop issues in spree/api/shipments_controller_spec
|
2019-07-31 09:32:33 +01:00 |
|
luisramos0
|
1417b924d2
|
Bring and adapt tests from spree/api/shipments_controller_spec and mix them with exiting tests in OFN
|
2019-07-31 09:32:33 +01:00 |
|
luisramos0
|
2912c1b87d
|
Transpec and fix rubocop issues in spree/api/product_controller_spec
|
2019-07-31 09:32:33 +01:00 |
|
luisramos0
|
e746a0db7d
|
Bring tests from spree/api/products_controller_spec and add them to existing ones on the ofn side
Adapt these tests to have a green build
|
2019-07-31 09:32:33 +01:00 |
|
luisramos0
|
84a2886003
|
Improve auth code in spree/api/taxons_controller_spec
|
2019-07-31 09:32:33 +01:00 |
|
luisramos0
|
c668677b8a
|
Bring spree/api/taxons_controller_spec from spree_api, adapt it, transpec it and fix rubocop issues
|
2019-07-31 09:32:33 +01:00 |
|
luisramos0
|
2490cbfccb
|
Transpec and fix rubocop issues in spree/api/base_controller_spec
|
2019-07-31 09:32:33 +01:00 |
|