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

Task 290 import export source code #307

Merged
merged 45 commits into from
Dec 27, 2017
Merged

Commits on Dec 14, 2017

  1. MSI: issue #290

    - Adapted SourceItem Import/Export to use Source Code instead of SourceId;
    - Fixed issue when in Stock Sources export process all fields ware excluded;
    - Fixed type of return value for SourceItem->getSourceId method to int(was string);
    - Adapted integrational test to the new Export/Import system(with source code).
    System User committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    8548525 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/task-288-add-source-code' into t…

    …ask-290-import-export-source-code
    
    Conflicts:
    	app/code/Magento/InventoryApi/Test/_files/source.php
    	app/code/Magento/InventoryApi/Test/_files/sources.php
    System User committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    273860e View commit details
    Browse the repository at this point in the history
  3. MSI: issue #290

    - Fixed integration test.
    System User committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    32c1a3e View commit details
    Browse the repository at this point in the history
  4. MSI: issue #290

    - Fixed DependencyTest error.
    Алексей Якимович authored and Алексей Якимович committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    ad090a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. MSI: issue #290

    - Changed SourceItem->getSourceId method.
    deadlexus committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    81fc718 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2017

  1. MSI: issue #290

    - MEQP2 fixes;
    deadlexus committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    6cdfe6e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. Configuration menu
    Copy the full SHA
    fcc8334 View commit details
    Browse the repository at this point in the history
  2. MSI: issue #290

    - modified Source Item database structure(source_id changed to source_code);
    - SourceId was replaced by SourceCode in MSI Extensions;
    Alex Yakimovich committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    1b85ca7 View commit details
    Browse the repository at this point in the history
  3. MSI: issue #290

    - source_id field usings ware replaced by source_code field - part;
    deadlexus committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    fb9480d View commit details
    Browse the repository at this point in the history
  4. MSI: issue #290

    - fixed foreign key issue with source_item_configuration setup schema;
    - tests fixes - part;
    deadlexus committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    c070521 View commit details
    Browse the repository at this point in the history
  5. MSI: issue #290

    - Fixed setup schema script for creatind default source;
    - Tests fexes - part;
    deadlexus committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    bb971db View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. MSI: issue #290

    - fixed install schema/data issues;
    - fixed issues on Source grid;
    - identity field returned to source_id on Source mode;
    deadlexus committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    8461023 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/develop' into task-290-import-ex…

    …port-source-code
    
    Conflicts:
    	app/code/Magento/Inventory/Controller/Adminhtml/Stock/StockSourceLinkProcessor.php
    deadlexus committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    8cf6711 View commit details
    Browse the repository at this point in the history
  3. MSI: issue #290

    - Fixed issue with with incorrect query on product edit page;
    deadlexus committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    044bc6f View commit details
    Browse the repository at this point in the history
  4. MSI: issue #290

    - Fixed issue with source item UIcomponent on product edit page
    deadlexus committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    ac3175b View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/develop' into task-290-import-ex…

    …port-source-code
    
    Conflicts:
    	app/code/Magento/InventoryApi/Test/_files/products.php
    deadlexus committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    9e92360 View commit details
    Browse the repository at this point in the history
  6. MSI: issue #290

    - Fixed issued with UI Components on stock edit page;
    deadlexus committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    b7af836 View commit details
    Browse the repository at this point in the history
  7. MSI: issue #290

    - Integration test fixes - part;
    deadlexus committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    e506891 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

  1. MSI: issue #290

    - Integration tests fixes - part;
    deadlexus committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    988655a View commit details
    Browse the repository at this point in the history
  2. MSI: issue #290

    - Test fixes -part;
    Alex Yakimovich committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    7bbd6a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94ae490 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfb2611 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    622438b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f425473 View commit details
    Browse the repository at this point in the history
  7. MSI: issue #290

    - MEQP2 fixes;
    - SourceImportExport integration tests fixes - part;
    - Stock Source Import: modified sample file;
    Alex Yakimovich committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    f819625 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'task-290-import-export-source-code' of https://github.c…

    …om/magento-engcom/msi into task-290-import-export-source-code
    
    Conflicts:
    	app/code/Magento/InventoryImportExport/Files/Sample/stock_sources.csv
    Alex Yakimovich committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    3dfe677 View commit details
    Browse the repository at this point in the history
  9. Fix conflicts with develop

    maghamed committed Dec 22, 2017
    Configuration menu
    Copy the full SHA
    de53a75 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5e7fcae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dac634d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5364986 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2017

  1. Configuration menu
    Copy the full SHA
    c6e0ebf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abacf95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ce881b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54f6e59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    948d4f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2017

  1. Configuration menu
    Copy the full SHA
    e8f84d4 View commit details
    Browse the repository at this point in the history
  2. Fixed integration test

    Alex Yakimovich committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    b9de5f5 View commit details
    Browse the repository at this point in the history
  3. Fixed static test

    Alex Yakimovich committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    5e93ef5 View commit details
    Browse the repository at this point in the history
  4. MSI: Task 290 import export source code

    Valeriy Nayda committed Dec 26, 2017
    1 Configuration menu
    Copy the full SHA
    580e823 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. MSI: Task 290 import export source code

    Valeriy Nayda committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    79972ce View commit details
    Browse the repository at this point in the history
  2. MSI: Task 290 import export source code

    Valeriy Nayda committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    9f210cd View commit details
    Browse the repository at this point in the history
  3. MSI: Task 290 import export source code

    Valeriy Nayda committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    902ca87 View commit details
    Browse the repository at this point in the history
  4. MSI: Task 290 import export source code

    Valeriy Nayda committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    6d7782b View commit details
    Browse the repository at this point in the history
  5. MSI: Task 290 import export source code

    Valeriy Nayda committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    8b8ee98 View commit details
    Browse the repository at this point in the history
  6. MSI: Task 290 import export source code

    Valeriy Nayda committed Dec 27, 2017
    Configuration menu
    Copy the full SHA
    16948bd View commit details
    Browse the repository at this point in the history