Merge branch 'develop' into FearlessKiwis-MAGETWO-59785-IncorrectUrls-in-sitemap
* develop: (136 commits) MAGETWO-58174: When catalog is being indexed it should index in place or leverage an index alias so store can still function during a long index run MTO-92: [Variation] Check Shipping Amount if not base currency MTO-92: [Variation] Check Shipping Amount if not base currency MAGETWO-61829: SOAP/REST tests fail on develop branch but builds are green MAGETWO-62387: Travis Build Fail - 2.2.0 MAGETWO-61902: API for price update: Base, Cost, Tier price MTO-96: PR2 stabilization MAGETWO-58174: When catalog is being indexed it should index in place or leverage an index alias so store can still function during a long index run MAGETWO-58174: When catalog is being indexed it should index in place or leverage an index alias so store can still function during a long index run MAGETWO-58174: When catalog is being indexed it should index in place or leverage an index alias so store can still function during a long index run MAGETWO-58174: When catalog is being indexed it should index in place or leverage an index alias so store can still function during a long index run MTO-96: PR2 stabilization MAGETWO-58174: When catalog is being indexed it should index in place or leverage an index alias so store can still function during a long index run MTO-96: PR2 stabilization MTO-96: PR2 stabilization MTO-96: PR2 stabilization MAGETWO-58174: When catalog is being indexed it should index in place or leverage an index alias so store can still function during a long index run MTO-96: PR2 stabilization MTO-96: PR2 stabilization MTO-96: PR2 stabilization ...
Showing
- app/code/Magento/Bundle/Model/Product/Type.php 1 addition, 0 deletionsapp/code/Magento/Bundle/Model/Product/Type.php
- app/code/Magento/Bundle/Test/Unit/Model/Product/PriceTest.php 48 additions, 21 deletions...code/Magento/Bundle/Test/Unit/Model/Product/PriceTest.php
- app/code/Magento/Catalog/Api/BasePriceStorageInterface.php 30 additions, 0 deletionsapp/code/Magento/Catalog/Api/BasePriceStorageInterface.php
- app/code/Magento/Catalog/Api/CostStorageInterface.php 39 additions, 0 deletionsapp/code/Magento/Catalog/Api/CostStorageInterface.php
- app/code/Magento/Catalog/Api/Data/BasePriceInterface.php 84 additions, 0 deletionsapp/code/Magento/Catalog/Api/Data/BasePriceInterface.php
- app/code/Magento/Catalog/Api/Data/CostInterface.php 84 additions, 0 deletionsapp/code/Magento/Catalog/Api/Data/CostInterface.php
- app/code/Magento/Catalog/Api/Data/TierPriceInterface.php 134 additions, 0 deletionsapp/code/Magento/Catalog/Api/Data/TierPriceInterface.php
- app/code/Magento/Catalog/Api/TierPriceStorageInterface.php 46 additions, 0 deletionsapp/code/Magento/Catalog/Api/TierPriceStorageInterface.php
- app/code/Magento/Catalog/Model/Config/Source/Product/Options/Price.php 1 addition, 1 deletion...nto/Catalog/Model/Config/Source/Product/Options/Price.php
- app/code/Magento/Catalog/Model/Config/Source/Product/Options/TierPrice.php 27 additions, 0 deletions...Catalog/Model/Config/Source/Product/Options/TierPrice.php
- app/code/Magento/Catalog/Model/Product/Price/BasePrice.php 79 additions, 0 deletionsapp/code/Magento/Catalog/Model/Product/Price/BasePrice.php
- app/code/Magento/Catalog/Model/Product/Price/BasePriceStorage.php 227 additions, 0 deletions.../Magento/Catalog/Model/Product/Price/BasePriceStorage.php
- app/code/Magento/Catalog/Model/Product/Price/Cost.php 79 additions, 0 deletionsapp/code/Magento/Catalog/Model/Product/Price/Cost.php
- app/code/Magento/Catalog/Model/Product/Price/CostStorage.php 218 additions, 0 deletionsapp/code/Magento/Catalog/Model/Product/Price/CostStorage.php
- app/code/Magento/Catalog/Model/Product/Price/PricePersistence.php 228 additions, 0 deletions.../Magento/Catalog/Model/Product/Price/PricePersistence.php
- app/code/Magento/Catalog/Model/Product/Price/TierPrice.php 127 additions, 0 deletionsapp/code/Magento/Catalog/Model/Product/Price/TierPrice.php
- app/code/Magento/Catalog/Model/Product/Price/TierPriceFactory.php 169 additions, 0 deletions.../Magento/Catalog/Model/Product/Price/TierPriceFactory.php
- app/code/Magento/Catalog/Model/Product/Price/TierPricePersistence.php 166 additions, 0 deletions...ento/Catalog/Model/Product/Price/TierPricePersistence.php
- app/code/Magento/Catalog/Model/Product/Price/TierPriceStorage.php 323 additions, 0 deletions.../Magento/Catalog/Model/Product/Price/TierPriceStorage.php
- app/code/Magento/Catalog/Model/Product/Price/TierPriceValidator.php 351 additions, 0 deletions...agento/Catalog/Model/Product/Price/TierPriceValidator.php
Please register or sign in to comment