Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 536983e
Merge: d54067c 9bb8276
Author: Daniel I. Khan Ramiro <di.khan.r@gmail.com>
Date:   Fri Sep 3 09:09:56 2021 -0700

    Merge pull request dikhan#310 from dikhan/release-v2.2.0

    [NewRelease] v2.2.0

commit 9bb8276
Author: dikhan <di.khan.r@gmail.com>
Date:   Fri Sep 3 09:01:49 2021 -0700

    Release v2.2.0

commit d54067c
Merge: 382dda8 0f63ea1
Author: Daniel I. Khan Ramiro <di.khan.r@gmail.com>
Date:   Fri Sep 3 08:49:30 2021 -0700

    Merge pull request dikhan#309 from dikhan/integrate-terraform-sdk-v2.7.1

    [TechDebt: Issue dikhan#308] Integrate Terraform SDK 2.7.1

commit 0f63ea1
Author: dikhan <di.khan.r@gmail.com>
Date:   Wed Sep 1 19:00:55 2021 -0700

    Integrate Terraform SDK 2.7.1

commit 382dda8
Merge: f4718a1 e945e54
Author: Daniel I. Khan Ramiro <di.khan.r@gmail.com>
Date:   Wed Jul 21 22:22:33 2021 -0700

    Merge pull request dikhan#306 from bradthebuilder/master

    [FeatureRequest: Issue dikhan#305] Support colon characters in field names

commit e945e54
Merge: 2067311 f4718a1
Author: Daniel I. Khan Ramiro <di.khan.r@gmail.com>
Date:   Mon Jul 19 16:06:53 2021 -0700

    Merge branch 'master' into master

commit f4718a1
Merge: 6d8b909 21f5806
Author: Daniel I. Khan Ramiro <di.khan.r@gmail.com>
Date:   Thu Jul 15 11:19:40 2021 -0700

    Merge pull request dikhan#307 from dikhan/release-v2.1.0

    [NewRelease] v2.1.0

commit 21f5806
Author: dikhan <di.khan.r@gmail.com>
Date:   Thu Jul 15 11:11:23 2021 -0700

    Releasing v2.1.0

commit 6d8b909
Merge: 5a7c1e3 ec9d88c
Author: Daniel I. Khan Ramiro <di.khan.r@gmail.com>
Date:   Thu Jul 15 07:59:05 2021 -0700

    Merge pull request dikhan#295 from dikhan/feature/support-for-post-input-model-without-id-2

    [FeatureRequest: Issue dikhan#100] Add support for POST with request schema only containing inputs (required/optional) and response only containing outputs (computed properties)

commit ec9d88c
Author: dikhan <di.khan.r@gmail.com>
Date:   Wed Jul 14 11:29:41 2021 -0700

    go mod dep updates

commit 237d338
Author: dikhan <di.khan.r@gmail.com>
Date:   Wed Jul 14 11:29:33 2021 -0700

    Fix monitor int tests assertions that before were actually resolving to an actual domain

    - The monitor int tests rely on the error output to confirm the API call was made
    against the right reginal endpoint

commit f0f7cf4
Author: Daniel Isaac Khan Ramiro <di.khan.r@gmail.com>
Date:   Mon Jul 12 21:54:55 2021 -0700

    Add more test coverage

commit c4f84e5
Author: Daniel Isaac Khan Ramiro <di.khan.r@gmail.com>
Date:   Mon Jul 12 21:45:59 2021 -0700

    Remove erorr return from isResourceInstanceEndPoint signature

    - The function was never returning any error and therefore consumers of the method
    would check for an error for no reason.

commit a39b4c1
Author: Daniel Isaac Khan Ramiro <di.khan.r@gmail.com>
Date:   Mon Jun 14 21:30:13 2021 -0700

    Add more test coverage for validateRootPath method

commit 9252e2f
Author: Daniel Isaac Khan Ramiro <di.khan.r@gmail.com>
Date:   Wed Feb 10 19:19:33 2021 -0800

    Add support for POST with request schema only containing inputs and
    response model containing computed properties
  • Loading branch information
bradthebuilder committed Sep 21, 2021
1 parent 54cd998 commit c6e6693
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 38 deletions.
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@ require (
github.com/go-openapi/loads v0.0.0-20171207192234-2a2b323bab96
github.com/go-openapi/spec v0.19.0
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/terraform-plugin-sdk/v2 v2.4.3
github.com/hashicorp/terraform-plugin-sdk/v2 v2.7.1
github.com/iancoleman/strcase v0.0.0-20180726023541-3605ed457bf7
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/hashstructure v1.0.0
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
github.com/stretchr/testify v1.7.0
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/tools v0.1.5 // indirect
gopkg.in/yaml.v2 v2.2.4
gopkg.in/yaml.v2 v2.3.0
)
Loading

0 comments on commit c6e6693

Please sign in to comment.