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

Implement batch operations for dictionary items #125

Merged
merged 10 commits into from
Jul 22, 2019

Commits on Jul 12, 2019

  1. Initial implementation of the batch operations for dictionary items c…

    …overing create, delete, update and upsert.
    Trent Rosenbaum committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    c5e144e View commit details
    Browse the repository at this point in the history
  2. Updated fixture data

    Trent Rosenbaum committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    c49c588 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Updates repo with an ignore of the .envrc file.

    Trent Rosenbaum committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    c0ab7b1 View commit details
    Browse the repository at this point in the history
  2. Moved the common functions to the fastly_test.go to be used by other …

    …tests.
    Trent Rosenbaum committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    f145324 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Updates the unit tests work independently.

    Trent Rosenbaum committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    6719ab5 View commit details
    Browse the repository at this point in the history
  2. Updates variable name to be clear

    Trent Rosenbaum committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    70bc017 View commit details
    Browse the repository at this point in the history
  3. Refactors the naming and placement of resources. Introduces error for…

    … the maximum operations size.
    Trent Rosenbaum committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    b59d50e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Updates the BatchModifyDictionaryItemsInput items changed to pointers…

    … and duplicates removed from fixtures.
    Trent Rosenbaum committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    b5b3694 View commit details
    Browse the repository at this point in the history
  2. Renamed and update documentation covering BatchModifyMaximumOperation…

    …s constant
    Trent Rosenbaum committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    c77fe02 View commit details
    Browse the repository at this point in the history
  3. Updates the changelog to reflect the PR for batch operations against …

    …dictionaries
    Trent Rosenbaum committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    00e3c83 View commit details
    Browse the repository at this point in the history