[TT-11684] OAS-to-UDG converter - import paths & cleanup#6181
Conversation
|
API Changes no api changes detected |
|
PR Description updated to latest commit (60ab66c) |
PR Review
Code feedback:
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
💥 CI tests failed 🙈git-statediff --git a/apidef/adapter/openapi.go b/apidef/adapter/openapi.go
index dd5b054..fa7278b 100644
--- a/apidef/adapter/openapi.go
+++ b/apidef/adapter/openapi.go
@@ -9,11 +9,12 @@ import (
"net/url"
"path"
+ "github.com/getkin/kin-openapi/openapi3"
+
"github.com/TykTechnologies/graphql-go-tools/pkg/astprinter"
"github.com/TykTechnologies/graphql-go-tools/pkg/operationreport"
"github.com/TykTechnologies/graphql-translator/openapi"
"github.com/TykTechnologies/tyk/apidef"
- "github.com/getkin/kin-openapi/openapi3"
)
const defaultRequestBodyMimeType = "application/json"Please look at the run or in the Checks tab. |
1 similar comment
💥 CI tests failed 🙈git-statediff --git a/apidef/adapter/openapi.go b/apidef/adapter/openapi.go
index dd5b054..fa7278b 100644
--- a/apidef/adapter/openapi.go
+++ b/apidef/adapter/openapi.go
@@ -9,11 +9,12 @@ import (
"net/url"
"path"
+ "github.com/getkin/kin-openapi/openapi3"
+
"github.com/TykTechnologies/graphql-go-tools/pkg/astprinter"
"github.com/TykTechnologies/graphql-go-tools/pkg/operationreport"
"github.com/TykTechnologies/graphql-translator/openapi"
"github.com/TykTechnologies/tyk/apidef"
- "github.com/getkin/kin-openapi/openapi3"
)
const defaultRequestBodyMimeType = "application/json"Please look at the run or in the Checks tab. |
💥 CI tests failed 🙈git-statediff --git a/apidef/adapter/openapi.go b/apidef/adapter/openapi.go
index dd5b054..fa7278b 100644
--- a/apidef/adapter/openapi.go
+++ b/apidef/adapter/openapi.go
@@ -9,11 +9,12 @@ import (
"net/url"
"path"
+ "github.com/getkin/kin-openapi/openapi3"
+
"github.com/TykTechnologies/graphql-go-tools/pkg/astprinter"
"github.com/TykTechnologies/graphql-go-tools/pkg/operationreport"
"github.com/TykTechnologies/graphql-translator/openapi"
"github.com/TykTechnologies/tyk/apidef"
- "github.com/getkin/kin-openapi/openapi3"
)
const defaultRequestBodyMimeType = "application/json"Please look at the run or in the Checks tab. |
1 similar comment
💥 CI tests failed 🙈git-statediff --git a/apidef/adapter/openapi.go b/apidef/adapter/openapi.go
index dd5b054..fa7278b 100644
--- a/apidef/adapter/openapi.go
+++ b/apidef/adapter/openapi.go
@@ -9,11 +9,12 @@ import (
"net/url"
"path"
+ "github.com/getkin/kin-openapi/openapi3"
+
"github.com/TykTechnologies/graphql-go-tools/pkg/astprinter"
"github.com/TykTechnologies/graphql-go-tools/pkg/operationreport"
"github.com/TykTechnologies/graphql-translator/openapi"
"github.com/TykTechnologies/tyk/apidef"
- "github.com/getkin/kin-openapi/openapi3"
)
const defaultRequestBodyMimeType = "application/json"Please look at the run or in the Checks tab. |
|




User description
See https://tyktech.atlassian.net/browse/TT-11684
Type
enhancement, dependencies
Description
graphql-translatorlibrary.graphql-go-toolsdependency to the latest version.graphql-translatoras a new dependency.go.sumfor the updated and new dependencies.Changes walkthrough
asyncapi.go
Update AsyncAPI Import Path to Use graphql-translatorapidef/adapter/asyncapi.go
graphql-go-tools/pkg/asyncapiimport withgraphql-translator/asyncapi.openapi.go
Update OpenAPI Import Path and Reorder Importsapidef/adapter/openapi.go
graphql-go-tools/pkg/openapiimport.graphql-translator/openapiimport.getkin/kin-openapi/openapi3at the end.go.mod
Update graphql-go-tools and Add graphql-translator Dependencygo.mod
graphql-go-toolsdependency to a newer version.graphql-translatordependency.go.sum
Update Checksums for Dependenciesgo.sum
graphql-go-tools.graphql-translator.