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

Improved Stock Item configuration #2297

Closed
wants to merge 11 commits into from
Closed

Commits on May 11, 2019

  1. Configuration menu
    Copy the full SHA
    3f62ec7 View commit details
    Browse the repository at this point in the history
  2. Remove all the command methods out of StockItemConfigurationInterface

    This change is intended to make the StockItem configuration pure immutable, representing the indexed and aggregated data.
    Refer to https://github.com/magento-engcom/msi/wiki/Stock-and-Source-Configuration-design#programming-interface-query-api
    aleron75 committed May 11, 2019
    Configuration menu
    Copy the full SHA
    18c50bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6aa6d80 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2019

  1. Update nullable field of inventory_configuration table

    This update sets the `nullable` attribute of `value` column to `true` so that it can be possible to nullify values once they are saved.
    aleron75 committed May 12, 2019
    Configuration menu
    Copy the full SHA
    4e86729 View commit details
    Browse the repository at this point in the history
  2. Add (uncomplete) service classes for backorders configuration

    This commit adds the declaration for the `GetBackorderStatusConfigurationValue` and `SetBackorderStatusConfigurationValue` service.
    The `SetBackorderStatusConfigurationValue` has been implemented (still to refine), next step is adding integration tests.
    aleron75 committed May 12, 2019
    Configuration menu
    Copy the full SHA
    df9ef98 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Configuration menu
    Copy the full SHA
    ba1219a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1510f07 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. Configuration menu
    Copy the full SHA
    db2ea80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    947707a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Configuration menu
    Copy the full SHA
    b4c106c View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2019

  1. Configuration menu
    Copy the full SHA
    bdd2c7d View commit details
    Browse the repository at this point in the history