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

Feature: add bulk mutations to manage products and tags #5404

Merged
merged 15 commits into from
Aug 13, 2019

Commits on Aug 1, 2019

  1. feature: add bulkAddTagsToProducts mutation to support bulk tag

    management.
    
    Signed-off-by: Will Lopez <[email protected]>
    willopez committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    0b3750c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of github.com:/reactioncommerce/reaction into …

    …willopez-products-bulk-tagging
    willopez committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    440c4ae View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. feature: add bulkRemoveTagsFromProducts mutation

    Signed-off-by: Will Lopez <[email protected]>
    willopez committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    0d39a2c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of github.com:/reactioncommerce/reaction into …

    …willopez-products-bulk-tagging
    willopez committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    7bee3ef View commit details
    Browse the repository at this point in the history
  3. chore: add test for bulkAddTagsToProducts

    Signed-off-by: Will Lopez <[email protected]>
    willopez committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    ffd80ae View commit details
    Browse the repository at this point in the history
  4. chore: add test for bulkRemoveTagsFromProducts

    Signed-off-by: Will Lopez <[email protected]>
    willopez committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    f72b285 View commit details
    Browse the repository at this point in the history
  5. chore: fix lint error

    Signed-off-by: Will Lopez <[email protected]>
    willopez committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    0ea81a5 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' of github.com:/reactioncommerce/reaction into …

    …willopez-products-bulk-tagging
    willopez committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    904f422 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. chore: fix invalid prop

    Signed-off-by: Will Lopez <[email protected]>
    willopez committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    54deb48 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Merge branch 'develop' of github.com:/reactioncommerce/reaction into …

    …willopez-products-bulk-tagging
    willopez committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    b090b73 View commit details
    Browse the repository at this point in the history
  2. refactor: remove bulk prefix

    Signed-off-by: Will Lopez <[email protected]>
    willopez committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    eb5bb5c View commit details
    Browse the repository at this point in the history
  3. refactor: name anonymous function, added some formatting

    Signed-off-by: Will Lopez <[email protected]>
    willopez committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    92bcadb View commit details
    Browse the repository at this point in the history
  4. refactor: clean up bulk operation error messages

    Signed-off-by: Will Lopez <[email protected]>
    willopez committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    b964f3a View commit details
    Browse the repository at this point in the history
  5. fix: fix failing test

    Signed-off-by: Will Lopez <[email protected]>
    willopez committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    d40a3c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

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