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

feat: add product and productVariant related GraphQL mutations #5562

Merged

Commits on Sep 16, 2019

  1. feat: add product and productVariant GraphQL schemas

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 16, 2019
    Copy the full SHA
    245b658 View commit details
    Browse the repository at this point in the history
  2. feat: add product and productVariant GraphQL schemas

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 16, 2019
    Copy the full SHA
    d65b257 View commit details
    Browse the repository at this point in the history
  3. feat: add GQL version of isAncestorDeleted helpter

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 16, 2019
    Copy the full SHA
    34820d4 View commit details
    Browse the repository at this point in the history
  4. feat: add createProductVariant mutation

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 16, 2019
    Copy the full SHA
    e888a7e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. feat: add getSlug helper outside of Reaction

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 17, 2019
    Copy the full SHA
    bafaa88 View commit details
    Browse the repository at this point in the history
  2. feat: add no-meteor createProduct function

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 17, 2019
    Copy the full SHA
    bdcd716 View commit details
    Browse the repository at this point in the history
  3. refactor: return new variant

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 17, 2019
    Copy the full SHA
    bee5e6b View commit details
    Browse the repository at this point in the history
  4. feat: add createProduct mutation

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 17, 2019
    Copy the full SHA
    af3a2de View commit details
    Browse the repository at this point in the history
  5. docs: doc updates

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 17, 2019
    Copy the full SHA
    ac2f93c View commit details
    Browse the repository at this point in the history
  6. refactor: rename createProduct helper to createProductOrVariant

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 17, 2019
    Copy the full SHA
    cc822a9 View commit details
    Browse the repository at this point in the history
  7. feat: add mutation schemas for cloning

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 17, 2019
    Copy the full SHA
    e69ee3f View commit details
    Browse the repository at this point in the history
  8. style: fix linting issues in graphql

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 17, 2019
    Copy the full SHA
    ba657e8 View commit details
    Browse the repository at this point in the history
  9. feat: add files for cloneProductVariants

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 17, 2019
    Copy the full SHA
    24ec4b9 View commit details
    Browse the repository at this point in the history
  10. add input information for cloneVariant

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 17, 2019
    Copy the full SHA
    be30942 View commit details
    Browse the repository at this point in the history
  11. feature: cloneProductVariants mutation

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 17, 2019
    Copy the full SHA
    da09afc View commit details
    Browse the repository at this point in the history
  12. feat: add cloneProduct mutation

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 17, 2019
    Copy the full SHA
    ef27b7e View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'origin/develop' into refactor-kieckhafe…

    …r-createProductBasedGraphQLMethods
    kieckhafer committed Sep 17, 2019
    Copy the full SHA
    b59cec7 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. refactor: return full product document instead of only ID

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 18, 2019
    Copy the full SHA
    afe6fdb View commit details
    Browse the repository at this point in the history
  2. tests: basic error tests

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 18, 2019
    Copy the full SHA
    3ba16cf View commit details
    Browse the repository at this point in the history
  3. refactor: remove method call from currently unused component

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 18, 2019
    Copy the full SHA
    ea4444d View commit details
    Browse the repository at this point in the history
  4. refactor: add resetAccountPassword GraphQL mutation

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 18, 2019
    Copy the full SHA
    2070749 View commit details
    Browse the repository at this point in the history
  5. refactor: remove old Blaze template that called createProduct method

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 18, 2019
    Copy the full SHA
    b78600f View commit details
    Browse the repository at this point in the history
  6. refactor: add all fields which simpleschema added by default to creat…

    …eProduct mutation
    
    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 18, 2019
    Copy the full SHA
    4642b51 View commit details
    Browse the repository at this point in the history
  7. refactor: use useMutation instead of withCreateProdoctHOC in products…

    … table
    
    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 18, 2019
    Copy the full SHA
    c24fc28 View commit details
    Browse the repository at this point in the history
  8. refactor: remove withCreateProduct HOC

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 18, 2019
    Copy the full SHA
    c6d4f84 View commit details
    Browse the repository at this point in the history
  9. refactor: remove products/createProduct meteor method

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 18, 2019
    Copy the full SHA
    34e3d61 View commit details
    Browse the repository at this point in the history
  10. refactor: update client code to use createProductVariant

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 18, 2019
    Copy the full SHA
    9437f7a View commit details
    Browse the repository at this point in the history
  11. style: various lint fixes

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 18, 2019
    Copy the full SHA
    7e19e9f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. refactor: use new mutations in the UI instead of meteor methods

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 19, 2019
    Copy the full SHA
    76a883b View commit details
    Browse the repository at this point in the history
  2. refactor: remove code no longer used with this GQL update

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 19, 2019
    Copy the full SHA
    fefb567 View commit details
    Browse the repository at this point in the history
  3. refactor: use GQL mutations instead of meteor methods

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 19, 2019
    Copy the full SHA
    6bdd347 View commit details
    Browse the repository at this point in the history
  4. style: lint fixes

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 19, 2019
    Copy the full SHA
    716dd02 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/develop' into refactor-kieckhafe…

    …r-createProductBasedGraphQLMethods
    kieckhafer committed Sep 19, 2019
    Copy the full SHA
    fb40b76 View commit details
    Browse the repository at this point in the history
  6. style: var locations

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 19, 2019
    Copy the full SHA
    0b61fa7 View commit details
    Browse the repository at this point in the history
  7. add variants and options to product schema

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 19, 2019
    Copy the full SHA
    8571f56 View commit details
    Browse the repository at this point in the history
  8. refactor: update shcema to match catalog

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 19, 2019
    Copy the full SHA
    7c49b1e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. feat: add custom field resovlers on Product and ProductVariant

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 20, 2019
    Copy the full SHA
    6c424e3 View commit details
    Browse the repository at this point in the history
  2. refactor: add shopId, change parentId to productId

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 20, 2019
    Copy the full SHA
    fdf3049 View commit details
    Browse the repository at this point in the history
  3. refactor: add shopId to input

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 20, 2019
    Copy the full SHA
    822ca32 View commit details
    Browse the repository at this point in the history
  4. tests: update test snapshots

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 20, 2019
    Copy the full SHA
    3c35a11 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. refactor: update function name

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 23, 2019
    Copy the full SHA
    777ecd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. feat: add decodeOpaqueId util for the client

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 24, 2019
    Copy the full SHA
    92d0b32 View commit details
    Browse the repository at this point in the history
  2. style: fix proptype error

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 24, 2019
    Copy the full SHA
    4de812a View commit details
    Browse the repository at this point in the history
  3. style: lint fix of missing semi-colon

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 24, 2019
    Copy the full SHA
    d5dc52a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Merge remote-tracking branch 'origin/develop' into refactor-kieckhafe…

    …r-createProductBasedGraphQLMethods
    kieckhafer committed Sep 25, 2019
    Copy the full SHA
    f5c94ab View commit details
    Browse the repository at this point in the history
  2. tests: createProduct integration test

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 25, 2019
    Copy the full SHA
    dd44977 View commit details
    Browse the repository at this point in the history
  3. tests: integration test for createProductVariant mutation

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 25, 2019
    Copy the full SHA
    7f5714f View commit details
    Browse the repository at this point in the history
  4. tests: cloneProductVariants integration tests

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 25, 2019
    Copy the full SHA
    8e668cb View commit details
    Browse the repository at this point in the history
  5. tests: cloneProducts integration tests

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 25, 2019
    Copy the full SHA
    73dda42 View commit details
    Browse the repository at this point in the history
  6. chore: update package-lock.json

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 25, 2019
    Copy the full SHA
    1a6d6bd View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/develop' into refactor-kieckhafe…

    …r-createProductBasedGraphQLMethods
    kieckhafer committed Sep 25, 2019
    Copy the full SHA
    fb2ede0 View commit details
    Browse the repository at this point in the history
  8. refactor: update UI with new input fields

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 25, 2019
    Copy the full SHA
    e7542b6 View commit details
    Browse the repository at this point in the history
  9. refactor: add offset to paginatin

    Signed-off-by: Erik Kieckhafer <ek@ato.la>
    kieckhafer committed Sep 25, 2019
    Copy the full SHA
    9fd5fe6 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. fix: use correct type for variant options

    Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
    aldeed committed Sep 30, 2019
    Copy the full SHA
    8b6e3d1 View commit details
    Browse the repository at this point in the history
  2. docs: gql docs fixes and improvements

    Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
    aldeed committed Sep 30, 2019
    Copy the full SHA
    6b9d502 View commit details
    Browse the repository at this point in the history