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

Add moveOrderItems mutation #5018

Merged
merged 14 commits into from
Mar 14, 2019
Merged

Commits on Mar 5, 2019

  1. feat: create moveOrderItems internal mutation

    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    087e7e6 View commit details
    Browse the repository at this point in the history
  2. feat: create moveOrderItems GraphQL mutation

    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    6a55635 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

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

Commits on Mar 12, 2019

  1. Configuration menu
    Copy the full SHA
    ba2677e View commit details
    Browse the repository at this point in the history
  2. docs: fix jsdoc comments

    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    18d7794 View commit details
    Browse the repository at this point in the history
  3. fix: properly update groups after move order items

    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    dd3790d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. lint fix

    Signed-off-by: Erik Kieckhafer <[email protected]>
    kieckhafer committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    2f14d76 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. fix: naming issue caused taxes to not be calculated

    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    fdc1cbf View commit details
    Browse the repository at this point in the history
  2. fix: ensure latest cart returned

    after select fulfillment option
    
    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    37f78c5 View commit details
    Browse the repository at this point in the history
  3. test: load tax schema extensions

    to fix integration test
    
    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    ca5f509 View commit details
    Browse the repository at this point in the history
  4. test: fix random int test failures

    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    45bff61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    314d394 View commit details
    Browse the repository at this point in the history
  6. test: fix unit test expectation

    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    80f24f6 View commit details
    Browse the repository at this point in the history
  7. test: fix random test failures

    Signed-off-by: Eric Dobbertin <[email protected]>
    aldeed committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    0e8227a View commit details
    Browse the repository at this point in the history