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 support to UpdateItemExpectation for additional properties #38

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Mar 12, 2021

  1. Add support to UpdateItemExpectation for additional properties

     - Adds ConditionExpression support
     - Adds ExpressionAttributeNames support
     - Adds ExpressionAttributeValues support
     - Adds UpdateExpression support
    chicken-cas committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    46a339b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from caldwecr/add_further_update_item_expectations

    Add support to UpdateItemExpectation for additional properties
    caldwecr authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    40eb565 View commit details
    Browse the repository at this point in the history
  3. Move package to fork

    chicken-cas committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    393a4eb View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Revert "Move package to fork"

    This reverts commit 393a4eb.
    chicken-cas committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    6e7d97f View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    8af9886 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from caldwecr/update_UpdateItemWithContext_to_s…

    …upport_newer_assertions
    
    Update UpdateItemWithContext to have same expectation checks
    caldwecr authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    2be9ee8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dd4692 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from caldwecr/update_UpdateItemWithContext_to_s…

    …upport_newer_assertions
    
    Fix module path to caldwecr/go-dynamock
    caldwecr authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    c191a27 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Configuration menu
    Copy the full SHA
    11089ee View commit details
    Browse the repository at this point in the history
  2. Handle DELETE expressions

    chicken-cas committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    06b7a18 View commit details
    Browse the repository at this point in the history
  3. Implement SET expressions

    chicken-cas committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    dcc2a77 View commit details
    Browse the repository at this point in the history
  4. Implement REMOVE

    chicken-cas committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    c73befb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95684b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7ffbd5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4 from caldwecr/add_update_expression_equivalence…

    …_matcher
    
    Add update expression equivalence matcher
    caldwecr authored Apr 30, 2021
    Configuration menu
    Copy the full SHA
    3271acb View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Update Update expectations checker to give specific expectation type …

    …in error
    
     - When one of the various expectation checks fails for an update clause, the message
       that is shown to the user should be unique and differentiated from others. Doing this
       makes it easier to debug which part of a mock failed its expectation.
    chicken-cas committed May 13, 2021
    Configuration menu
    Copy the full SHA
    90a23c8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from caldwecr/add_unique_messages_for_update_ma…

    …tchers
    
    Update Update expectations checker to give specific expectation type …
    caldwecr authored May 13, 2021
    Configuration menu
    Copy the full SHA
    015b18f View commit details
    Browse the repository at this point in the history