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 ExpectedDiffChanges to assert expected diff change type in acceptance test steps #329

Closed

Commits on Mar 13, 2020

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

Commits on Mar 15, 2020

  1. Configuration menu
    Copy the full SHA
    787385c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a500ee View commit details
    Browse the repository at this point in the history
  3. Merge pull request hashicorp#355 from hashicorp/auto-configure-acctest

    auto-configure providers during binary acctests
    kmoe authored Mar 15, 2020
    Configuration menu
    Copy the full SHA
    d3b1ac9 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Update to tfplugin 5.2

    paultyng committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    2dac39a View commit details
    Browse the repository at this point in the history
  2. Remove missing proto

    paultyng committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    cda78b1 View commit details
    Browse the repository at this point in the history
  3. Bump grpc

    paultyng committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    823c4b8 View commit details
    Browse the repository at this point in the history
  4. gofmt -s

    paultyng committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    917ef1b View commit details
    Browse the repository at this point in the history
  5. Map new proto fields

    Borrows some core code from 23acb02cb846fd002e7a0b52904ee88019b33211
    paultyng committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    348b6b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46f5c10 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Merge pull request hashicorp#353 from hashicorp/tfplugin5.2-v1

    Update to tfplugin 5.2, map new protocol fields (v1)
    paultyng authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    7963e72 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    paultyng authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    b33ad10 View commit details
    Browse the repository at this point in the history
  3. Makefile: Update fmt target to include gofmt -s flag

    The gofmtcheck.sh script uses the gofmt -s flag for reporting simplication issues, so the fixing command must also include this flag.
    bflad committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    e8dd384 View commit details
    Browse the repository at this point in the history
  4. Merge pull request hashicorp#366 from bflad/td-gofmt-s

    Makefile: Update fmt target to include gofmt -s flag
    paultyng authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    3aac227 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. v1.9.0 [skip ci]

    Terraform SDK CircleCI committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    9d28501 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Configuration menu
    Copy the full SHA
    54e2473 View commit details
    Browse the repository at this point in the history
  2. add hashicorp#378 to CHANGELOG

    kmoe committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    dbe9175 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Merge pull request hashicorp#378 from hashicorp/binary-acctests-tidy-…

    …up-tmpdirs
    
    Binary testing: Fix cleanup of temporary directories
    kmoe authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    b8e75fe View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. v1.9.1 [skip ci]

    Terraform SDK CircleCI committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    30b80e2 View commit details
    Browse the repository at this point in the history
  2. Added implementation for AllOf validation and moved validation functi…

    …ons after checking of an optional element has a value
    Thomas Meckel authored and tmeckel committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    81ae466 View commit details
    Browse the repository at this point in the history
  3. Added tests for AllOf setting and corrected tests for AtLeastOneOf in…

    … helper\schema\schema_test.go
    Thomas Meckel authored and tmeckel committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    6cc84bf View commit details
    Browse the repository at this point in the history
  4. Corrected formatting of helper/schema/schema.go

    Thomas Meckel authored and tmeckel committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    0b04412 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61abb29 View commit details
    Browse the repository at this point in the history
  6. Renamed AllOf to RequiredWith and made RequiredWith usable with other…

    … property constraints; updated tests accordingly
    tmeckel committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    e193bdb View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Moved validateExactlyOneAttribute and validateAtLeastOneAttribute bac…

    …k to their old positions as requested by review in helper/schema/schema.go
    tmeckel committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    e65a621 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

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

Commits on Apr 14, 2020

  1. Update CHANGELOG.md

    appilon authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    aa2faf7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hashicorp#342 from tmeckel/allof

    RequiredWith schema check and changes in validation for optional schema fields
    appilon authored Apr 14, 2020
    Configuration menu
    Copy the full SHA
    e1ddbee View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Update acctest/doc.go

    Co-Authored-By: appilon <apilon@hashicorp.com>
    paultyng and appilon authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    ea41365 View commit details
    Browse the repository at this point in the history
  2. Update acctest/doc.go

    Co-Authored-By: appilon <apilon@hashicorp.com>
    paultyng and appilon authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    1170507 View commit details
    Browse the repository at this point in the history
  3. Update acctest/doc.go

    Co-Authored-By: appilon <apilon@hashicorp.com>
    paultyng and appilon authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    a332433 View commit details
    Browse the repository at this point in the history
  4. Update acctest/doc.go

    Co-Authored-By: kmoe <5575356+kmoe@users.noreply.github.com>
    paultyng and kmoe authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    062e33f View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Merge pull request hashicorp#385 from hashicorp/paultyng-patch-1

    Add package docs for binary test driver
    appilon authored Apr 16, 2020
    Configuration menu
    Copy the full SHA
    d76cf67 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. Merge pull request hashicorp#356 from hashicorp/omit-test-cleanup-whe…

    …n-no-state
    
    Binary testing: omit test cleanup when state is empty
    kmoe authored Apr 19, 2020
    Configuration menu
    Copy the full SHA
    6d8f88b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d4d2fd View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

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