Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronization between sourceItem and stockItem deletion for defaultSourceId #269

Merged
merged 25 commits into from
Dec 21, 2017

Commits on Dec 12, 2017

  1. Implemented plugins for updating legacy CatalogInventory data on sour…

    …ceItems update/delete
    sinisa86 committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    91ac8ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa3bf14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a558f3d View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. Merge remote-tracking branch 'remotes/origin/develop' into delete_sou…

    …rce_items_stock_items_synchronization
    bartekszymanski committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    11db553 View commit details
    Browse the repository at this point in the history
  2. Fix table names

    bartekszymanski committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    2e3f0a5 View commit details
    Browse the repository at this point in the history
  3. Fix table names

    bartekszymanski committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    8e8535a View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'remotes/origin/develop' into delete_sou…

    …rce_items_stock_items_synchronization
    bartekszymanski committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    b21c33e View commit details
    Browse the repository at this point in the history
  5. Modified DeleteLegacyCatalogInventoryPlugin to update stockItem/stock…

    …Status instead of deleting them
    sinisa86 committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    794c7d0 View commit details
    Browse the repository at this point in the history
  6. fix products fixture

    bartekszymanski committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    453e724 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0d8a5e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    71301d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. Merge remote-tracking branch 'remotes/origin/develop' into delete_sou…

    …rce_items_stock_items_synchronization
    
    # Conflicts:
    #	app/code/Magento/InventoryApi/Test/Api/StockRepository/DeleteTest.php
    #	app/code/Magento/InventoryApi/Test/_files/source_items.php
    bartekszymanski committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    3e93be6 View commit details
    Browse the repository at this point in the history
  2. Skip functional test

    bartekszymanski committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    6c9a6a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49ffa67 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. Configuration menu
    Copy the full SHA
    be62721 View commit details
    Browse the repository at this point in the history
  2. MSI: Synchronization between sourceItem and stockItem deletion for de…

    …faultSourceId #269
    
    -- Set to zero legacy catalocinventory data if deleted source item which is related to default source
    Valeriy Nayda committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    a9eb122 View commit details
    Browse the repository at this point in the history
  3. MSI: Synchronization between sourceItem and stockItem deletion for de…

    …faultSourceId #269
    
    -- set data to legacy catalog inventory at source items related to default source save
    Valeriy Nayda committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    4a2f9c8 View commit details
    Browse the repository at this point in the history
  4. MSI: Synchronization between sourceItem and stockItem deletion for de…

    …faultSourceId #269
    
    -- set data to legacy catalog inventory at source items related to default source save
    Valeriy Nayda committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    71d771a View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/develop' into delete_source_item…

    …s_stock_items_synchronization
    Valeriy Nayda committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    a8d7081 View commit details
    Browse the repository at this point in the history
  6. MSI: Synchronization between sourceItem and stockItem deletion for de…

    …faultSourceId #269
    
    -- Apply inventory data changes  (qty, stock status) to legacy CatalogInventory (cataloginventory_stock_status and
       cataloginventory_stock_item tables) at the time when Reservation(-s) have been appended using MSI APIs,
       and these reservation(-s) correspond to Default Stock
    Valeriy Nayda committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    c821d8c View commit details
    Browse the repository at this point in the history
  7. MSI: Synchronization between sourceItem and stockItem deletion for de…

    …faultSourceId #269
    
    -- Apply inventory data changes  (qty, stock status) to legacy CatalogInventory (cataloginventory_stock_status and
       cataloginventory_stock_item tables) at the time when Reservation(-s) have been appended using MSI APIs,
       and these reservation(-s) correspond to Default Stock
    Valeriy Nayda committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    52cf42b View commit details
    Browse the repository at this point in the history
  8. MSI: Synchronization between sourceItem and stockItem deletion for de…

    …faultSourceId #269
    
    -- Remove legacy code
    Valeriy Nayda committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    a0a3380 View commit details
    Browse the repository at this point in the history
  9. MSI: Synchronization between sourceItem and stockItem deletion for de…

    …faultSourceId #269
    
    -- slight refactoring
    Valeriy Nayda committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    71989ad View commit details
    Browse the repository at this point in the history
  10. MSI: Synchronization between sourceItem and stockItem deletion for de…

    …faultSourceId #269
    
    -- build fixes, new task introducing
    Valeriy Nayda committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    066b080 View commit details
    Browse the repository at this point in the history
  11. MSI: Synchronization between sourceItem and stockItem deletion for de…

    …faultSourceId #269
    
    -- build fixes, new task introducing
    Valeriy Nayda committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    ca6c78a View commit details
    Browse the repository at this point in the history