Maikel
|
229e6fa0a3
|
Merge pull request #4073 from luisramos0/kill_more_rabl
Replace update_prod_image.rabl with ImageSerializer in api/product_image_controller
|
2019-08-06 15:00:33 +10:00 |
|
Matt-Yorkley
|
8a069787d1
|
Cart dropdown now closes when clicking outside it.
|
2019-08-05 21:48:37 +01:00 |
|
Pau Pérez Fabregat
|
64d21969f0
|
Merge pull request #4064 from luisramos0/convert_search_Rabl
Replace views/admin/variants/search.rabl with Api::Admin::VariantSerializer
|
2019-08-05 15:07:10 +02:00 |
|
Matt-Yorkley
|
c07df6a5a6
|
Fix table column alignments
|
2019-08-04 20:45:00 +01:00 |
|
Matt-Yorkley
|
a7d109833d
|
Add SKU to order confirmation email
|
2019-08-04 20:43:55 +01:00 |
|
Matt-Yorkley
|
0364a14073
|
Add navigation bottom border on mobile view
|
2019-08-04 16:56:43 +01:00 |
|
Matt-Yorkley
|
ddc8d33356
|
Update border colour on navigation bar
|
2019-08-04 16:56:03 +01:00 |
|
luisramos0
|
006c6e6b7b
|
Add comment to explain method in weight calculator
|
2019-08-02 21:02:33 +01:00 |
|
luisramos0
|
41aa4ff479
|
Improve code readability and fix rubocop complexity issue in weight calculator
|
2019-08-02 20:54:41 +01:00 |
|
Pau Pérez Fabregat
|
6a41d9be87
|
Merge pull request #4092 from coopdevs/remove-admin-products-N+1
Remove N+1 while fetching distributors of OCs
|
2019-08-01 19:50:49 +02:00 |
|
luisramos0
|
4aa6c673ff
|
Adapt api products and variants controllers to new namespace outside of Spree
|
2019-08-01 18:34:19 +01:00 |
|
luisramos0
|
aa3c1aa0fe
|
Remove Spree module declaration from these files as they were moved out of the spree namespace
|
2019-08-01 14:30:11 +01:00 |
|
luisramos0
|
31bac9641f
|
Move api products and variants routes and ctrl out of spree namespace
|
2019-08-01 14:28:55 +01:00 |
|
Hugo Daniel
|
60bdde6349
|
Convert variants/new from erb to haml and import new.js.erb
|
2019-08-01 11:23:44 +02:00 |
|
Hugo Daniel
|
5faf33fabe
|
Import variants/new.html.erb from spree_backend
|
2019-08-01 10:50:13 +02:00 |
|
Hugo Daniel
|
f3b1a5dd35
|
Convert variants/edit from erb to haml
|
2019-08-01 10:45:04 +02:00 |
|
Matt-Yorkley
|
5ae61017f5
|
Merge pull request #4091 from Matt-Yorkley/missing_css
Move CSS rule to SCSS and remove broken css file reference
|
2019-07-31 23:48:52 +01:00 |
|
Hugo Daniel
|
07ccbf7f98
|
Import variants/edit.html.erb from spree_backend
|
2019-07-31 16:55:47 +02:00 |
|
Luis Ramos
|
f9fabd088c
|
Merge pull request #4075 from HugsDaniel/defacepocalypse-payment-methods
[Defacepocalypse] De-deface payment methods index
|
2019-07-31 15:49:48 +01:00 |
|
Hugo Daniel
|
a3af6617a9
|
Convert payments/show from erb to haml
|
2019-07-31 16:20:32 +02:00 |
|
Hugo Daniel
|
9f7fb654c8
|
Import payments/show.html.erb from spree_backend
|
2019-07-31 16:16:26 +02:00 |
|
Hugo Daniel
|
b4a6686eac
|
Convert payments/_list from erb to haml
|
2019-07-31 16:15:38 +02:00 |
|
Hugo Daniel
|
ac13ff114c
|
Import payments/_list.html.erb from spree_backend
|
2019-07-31 16:09:48 +02:00 |
|
Hugo Daniel
|
af9187947f
|
Convert erb to haml
|
2019-07-31 16:02:48 +02:00 |
|
luisramos0
|
b7f7038934
|
Remove api/enterprises rabl template, it was only used as a member in the now removed rabl variants/products templates
|
2019-07-31 14:36:36 +01:00 |
|
Hugo Daniel
|
f0fdbf7cf4
|
Import payments/index from spree_backend
|
2019-07-31 14:33:38 +02:00 |
|
Hugo Daniel
|
74ab31c0e6
|
Import gateway.html.erb and convert to haml
|
2019-07-31 14:28:15 +02:00 |
|
luisramos0
|
6c054e6078
|
Add bulk_products and overridable to skip_authorization_check so these endpoints work with AMS
|
2019-07-31 12:18:27 +01:00 |
|
luisramos0
|
18974c68e1
|
Remove orphan price check from price model
This is a quick fix. This check is breaking product deletion in some situations and orphan Prices are not really a problem in the DB
|
2019-07-31 11:24:55 +01:00 |
|
luisramos0
|
78ab852141
|
Make spree/api/products_controller work with AMS
|
2019-07-31 11:23:43 +01:00 |
|
luisramos0
|
4d74d246e8
|
Remove spree/api/products_controller index and new actions, not used
|
2019-07-31 10:32:45 +01:00 |
|
luisramos0
|
cc51537e93
|
Convert spree/api/products_controller from rabl to ams
|
2019-07-31 09:50:34 +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
|
e4a6b3880f
|
Fix some more simple rubocop issues
|
2019-07-31 09:36:48 +01:00 |
|
luisramos0
|
a3c179bd3f
|
Fix some more simple rubocop issues
|
2019-07-31 09:36:48 +01:00 |
|
luisramos0
|
50765563f8
|
Bring spree/api_helpers from spree_api
|
2019-07-31 09:35:46 +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
|
314ed50e0f
|
Fix a rubocop issue in spree/api/products_controller
|
2019-07-31 09:34:20 +01:00 |
|
luisramos0
|
5182286218
|
Add necessary spree api routes related to api keys for users and bring respective implementations from spree_api
|
2019-07-31 09:34:20 +01:00 |
|
luisramos0
|
a267848394
|
Remove unused api routes from views/spree/admin/shared/routes view
|
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
|
0e4fe08ac4
|
Fix logical problem in spree/api/base_controller and in spree/checkout_controller
See this stack overflow post for more info: https://stackoverflow.com/questions/39629976/ruby-return-vs-and-return
|
2019-07-31 09:32:33 +01:00 |
|
luisramos0
|
cf0f716534
|
Fix easy rubocop issues in spree/api/taxons_controller
|
2019-07-31 09:32:33 +01:00 |
|
luisramos0
|
b70cfa5968
|
Bring spree/api/taxons controller from spree_api as it is needed in OFN admin
|
2019-07-31 09:32:33 +01:00 |
|
luisramos0
|
f77beb50ff
|
Fix class scope in spree/api/products_controller, should not use Spree namespace here
Also, add missing dependency to spree/admin/products_controller_decorator
|
2019-07-31 09:32:33 +01:00 |
|
luisramos0
|
a941280982
|
Fix easy rubocop issues in spree/api/base_controller
|
2019-07-31 09:32:33 +01:00 |
|
luisramos0
|
9d40ee49e6
|
Bring spree/api/base_controller from spree_api
|
2019-07-31 09:32:33 +01:00 |
|
luisramos0
|
6abbdecb97
|
Fix the easy rubocop issues in the new spree api controllers
|
2019-07-31 09:32:33 +01:00 |
|