This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
Update module github.com/99designs/gqlgen to v0.17.2 #207
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.16.0
->v0.17.2
Release Notes
99designs/gqlgen
v0.17.2
Compare Source
1f04d38
release v0.17.287fc5f2
Fix #1961][https://github.com/99designs/gqlgen/issues/1961](https://togithub.com/99designs/gqlgen/issues/1961)1) for Go 1.18 ([#2052)f85d59d
fixed modelgen test schema (#2032)d873ff8
v0.17.1 postrelease bumpv0.17.1
Compare Source
5ea50ae
release v0.17.1a493a42
Prepare for new release9f520a28 Update golangci-lint and fix resource leak (#2024)
Fix golangci-lint in CI
Fix resource leak
74baaa1
fixed model gen for multiple implemented type (#2021)d31cf6b
v0.17.0 postrelease bumpv0.17.0
Compare Source
e4be565
release v0.17.0082bbff6 Revert "Update quickstart (#1850](https://togithub.com/99designs/gqlgen/issues/1850))" ([#2014)
This reverts commit
0ab6361
.a58411b
Embed templates instead of inlining them (#2019)839b50d
Test gqlgen generate in CI (#2017)00dc14a
Remove ambient imports (#2016)45e192ea Clean up docs to clarify how to use a particular version (#2015) (closes #1851)
This reverts commit
57a148f
.Update getting-started.md
Update getting-started.md
3a9413f
Fix issue template5236fb09 fix introspection for description to be nullable (#2008)
fixed introspection for description to be nullable
regenerated for integration
regenerated
fixed introspection package
regenerated
82fefdb5 support to generate model for intermediate interface (#1982)
support to generate model for intermediate interface
go generate ./... in example
fixed filepath generation
3ec83635 Bump ajv from 6.10.2 to 6.12.6 in /integration (#2007)
Bumps ajv from 6.10.2 to 6.12.6.
updated-dependencies:
dependency-type: indirect
...
9546de2c Web Socket initialization message timeout (#2006)
Added an optional timeout to the web socket initialization message read operation.
Added a fail message to a web socket init read timeout test.
f6ea6230 fixed introspection for schema description and specifiedByhttps://github.com/99designs/gqlgen (#1986)
fixed introspection for schema description and specifiedByURL
updated to the master latest
fixed Description resolver
updated integration go file
fixed codegen tests for the latest gqlparser
updated go mod in example
go generate
skip specifiedBy
regenerate
fixed schema-expected.graphql for the latest
fixed integration test to use latest tools
fixed integration workflow
use v2.4.0
fixed sum
f17ca15
Fix broken links in docs (#1983) (closes #1734)a0c856b
Added a callback error handling function to the websocket and added tests for it. (#1975)cfea9f0
generate resolvers for input types (#1950)ffa857ef Websocket i/o timeout fix (#1973)
Renamed "pingMesageType" to "pingMessageType" and refactored websocket_graphqlws.go to look more like websocket_graphql_transport_ws.go for the sake of consistency.
Made the keep-alive messages graphql-ws only, and the ping-pong messages graphql-transport-ws only (and added tests for it).
gofmt
d7da5b0d Merge pull request #1958 from 99designs/cleanup-main
Cleanup main
42f32432 Merge pull request #1957 from 99designs/move-init-ci
Upate init CI step
be16474
Cleanup main8ea290c
Upate init CI step56bfb18
Fix 1955: only print message on @key](https://github.com/key) found on interfaces ([#1956)213a085b rename "example" dir to "_examples" (#1734)
rename "example" dir to "_examples"
fix lint
Adjust permissions
9262b358 fix: typo in dataloader code sample (#1954)
fix: typo in dataloader code sample
rename k to key for sample to compile
a054373
remove autobind example (#1949)06bbca37 docs: migrate dataloaders sample to graph-gophers/dataloader (#1871)
docs: add dataloader sample
finish example
add example
simplify method
replace old example
styling
Update docs/content/reference/dataloaders.md
Update docs/content/reference/dataloaders.md
Update docs/content/reference/dataloaders.md
Update docs/content/reference/dataloaders.md
f9fcfa16 Comment out autobind in the sample config file (#1872)
The reason is that many people using it for the first time copy exactly that configuration example and then open the issues to say it doesn't work.
a30b68d
fix: whitelist VERSION and CURRENT_VERSION env vars (#1870)76a533b8 Bump gopkg.in/yaml.v2 from 2.2.4 to 2.2.8 (#1858)
Bumps gopkg.in/yaml.v2 from 2.2.4 to 2.2.8.
updated-dependencies:
dependency-type: direct:production
...
eed4301c Bump node-fetch from 2.6.1 to 2.6.7 in /integration (#1859)
Bumps node-fetch from 2.6.1 to 2.6.7.
updated-dependencies:
dependency-type: direct:development
...
7f5dce6
Fix #1776][https://github.com/99designs/gqlgen/issues/1776](https://togithub.com/99designs/gqlgen/issues/1776)6) : Edit and persist headers in GraphiQL ([#1856)e0b42f9
fix requires directive with nested field when entityResolver directive is used (#1863)25c2cdc
Fix #1636][https://github.com/99designs/gqlgen/issues/1636](https://togithub.com/99designs/gqlgen/issues/1636)6) by updating gqlparser ([#1857)c161ab3
fix #1770][https://github.com/99designs/gqlgen/issues/1770](https://togithub.com/99designs/gqlgen/issues/1770)0) minor error in getting-started.md ([#1771)57a148f6 Remove outdated version reference so example is always for latest (#1851)
Also update version reference to next
Update getting-started.md
0ab6361
Update quickstart (#1850)a8eba26d Fix #1777](https://togithub.com/99designs/gqlgen/issues/1777) by updating version constant and adding release checklist ([#1848)
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.