fix(deps): update module github.com/99designs/gqlgen to v0.17.13 - autoclosed #11
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.17.2
->v0.17.13
Release Notes
99designs/gqlgen
v0.17.13
Compare Source
What's Changed
github.com/matryer/moq
dependency intools.go
from importers by @danielwhite in https://github.com/99designs/gqlgen/pull/2287New Contributors
Full Changelog: 99designs/gqlgen@v0.17.12...v0.17.13
v0.17.12
Compare Source
94c02b0
release v0.17.127eb8ba9
Fix CreateTodo (#2256)0b0e5ce4 Replace use of strings.Title with cases.Title (#2268)
github: Test more go versions
github: Fix ci tests
github: Increase verbosity, sleep
github: Drop bash
github: Test go 1.18 and newer node verisons
github: Pull out node 16 for now
github: Only lint 1.16 for now
cases: Use cases.Title over strings.Title which is deprecated
gqlgen: Remove use of deprecated strings.Title
0c11e5f
parse at beginning of do function (#2269)edb1c58
Update Changelog for v0.17.115e6b52f
v0.17.11 postrelease bumpv0.17.11
Compare Source
ea294c4
release v0.17.118ebf75c
Update gqlparser (#2270)b8497f52 github: Fix CI pipelines (#2266)
github: Test more go versions
github: Fix ci tests
github: Increase verbosity, sleep
github: Drop bash
github: Test go 1.18 and newer node verisons
github: Pull out node 16 for now
github: Only lint 1.16 for now
c287a7b0 codegen: fix resolvers execution order (#2267)
codegen: fix run order of resolver
fix: update code generate
fix: update stub, root to generate resolver for input
fix: added unit-test for input field order
fix: added test for singlefile
8481457f gqlgen: Add resolver comment generation and preservation (#2263)
gqlgen: Add resolver comment generation and preservation
gqlgen: Regenerate
532d46a
Make uploads content seekable (#2247)34bbc450 Use the go:embed API to lookup templates (#2262)
Users are expected to pass in the FS by using the embed API.
Update all usages of templates.Render to use the TemplateFS option
Fix unit tests
Fix linter error
Commit generated changes
Doesn't look like anything has changed though. Maybe just a different
whitespace character.
53ca207a Fix PR links in CHANGELOG.md (#2257)
fix "PR" regex in CHANGELOG-full-history.tpl.md
regenerate CHANGELOG.md
53ada82e Replace deprecated ioutil pkg with os & io (#2254)
As of Go 1.16, the same functionality is now provided by package io or
package os, and those implementations should be preferred in new code.
So replacing all usage of ioutil pkg with io & os.
a8f112e
update changelog82fbbe4
v0.17.10 postrelease bumpv0.17.10
Compare Source
4ff9ea9
release v0.17.10cac4f40
update gqlparser (#2239)d07ec12
Use exact capitalization from field names overridden in config (#2237)3a64078
fix: #2234 (#2235) Response.Errors in DispatchError function is not PresentedErrorc355df9e fix #1876: Optional Any type should allow nil values (#2231)
Anonymous func that checks value of arg type interface for nil
Added unit test for
CallArgs()
Fixed type of argument in unit test
65e6810
Add config boolean for whether resolvers return pointers (#2175)ddd825e
Only make cyclical struct fields pointers (#2174)5a87fe2
Update websocket.go (#2223)e2edda5
Update dataloaders.MD (#2221)3de7d2c
fix: chat example frontend race condition (#2219)11f4057
Update Changelogcaca01f
v0.17.9 postrelease bumpv0.17.9
Compare Source
7f0611b
release v0.17.9738209b
Update gqlparser (#2216)6855b729 fix: prevent goroutine leak and CPU spinning at websocket transport (#2209) (closes #2168)
Added goroutine leak test for chat example
Improved chat example with proper concurrency
This reverts commit
eef7bfa
.Improved subscription channel usage
Regenerated examples and codegen
Add support for subscription keepalives in websocket client
Update chat example test
if else chain to switch
Revert "Add support for subscription keepalives in websocket client"
This reverts commits
64b882c
and670cf22
.Fixed chat example race condition
Fixed chatroom#Messages type
5f5bfcb9 fix #2204 - don't try to embed builtin sources (#2214)
dont't try to embed builtins
add test
generated code
fix error message string
8d9d3f1
Check only direct dependencies (#2205)b262e40
v0.17.8 postrelease bumpv0.17.8
Compare Source
25367e0
release v0.17.85a56b69
Add security workflow with nancy (#2202)482f4ce
Run CI tests on windows (#2199)656045d
This works on Windows too! (#2197)f6aeed6
Merge branch 'master' of github.com:99designs/gqlgend91080b
Update changelog752d2d7
v0.17.7 postrelease bumpv0.17.7
Compare Source
2b1dff1
release v0.17.7b2087f9
Update module dependencies (#2192)8825ac46 Fix misprint (#2187)
Fix misprint
Fix misprint
Re-generate
41daa5d
fix #2190 - don't use backslash for "embed" paths on windows (#2191)0cce554
Update Changelog2664454
v0.17.6 postrelease bumpv0.17.6
Compare Source
358d45d
release v0.17.67c95938
Improve operation error handling (#2184)2526f68
Correct identation (#2182)f7bf453c Bump dset from 3.1.1 to 3.1.2 in /integration (#2176)
Bumps dset from 3.1.1 to 3.1.2.
updated-dependencies:
dependency-type: indirect
...
4cdf7026 Update getting-started.md (#2157)
Fix getting-started missing fields resolver config
eef7bfa
fix: prevents goroutine leak at websocket transport (#2168)b8ec51d
go: update gqlparser to latest (#2149)ec3e597
Fix docs bug in field collection (#2141)f6b35231 Add argument to WebsocketErrorFunc (#2124)
to determine whether the error ocured on read or write to the websocket.
0f016df
Fix invalid query parameter for playground subscription endpoint (#2148)fb5751ab use "embed" in generated code (#2119)
use "embed" in generated code
don't use embed for builtins
working poc
handle no embeddable sources
fix dir
comment
add test for embedding
improve error handling
d38911f1 Allow absolute https://github.com/99designs/gqlgens to the GraphQL playground (#2142)
Allow absolute URLs to the GraphQL playground
Add test for playground URLs
Close res.Body in playground test
3228f36f Update getting-started.md (#2140)
function rand.Int requires two parameters and returns two value in golang version 1.18.1.
Highlight the package used so people don't pick crypto/rand
Revert to original
Remove extra space
33fe0b9b Update package.json (#2138)
I added
graphql-ws
because there is no graphql-ws in package.jsonf8e837b8 Use MultipartReader to parse file uploads (#2135)
Use a streaming MultipartReader to parse requests with file
uploads. The GraphQL multipart request specification guarantees
that the operations and map form fields will come first.
There are two reasons motivating this change:
filename.
file. Go's ParseForm already copies the request's body into
memory or on disk. We were also doing this manually as a second
step.
05bfc1f
Upddate Changelog62f694f
v0.17.5 postrelease bumpv0.17.5
Compare Source
fd97e74
release v0.17.59250f9ac Feature: Add FTV1 Support via Handler (#2132)
initial support for ftv1 traces via handler
remove testing json extension
remove binary from commit and add to .gitignore
updating go.mod
updating examples go.sum
rerunning generate within the examples folder
fce3a11a feat: added graphql.UnmarshalInputFromContext (#2131)
feat: added graphql.UnmarshalInputFromContext
chore: run go generate for _examples
fix: apply suggestions from code review
fix: update error cases
fix: fixed unit-test by update root_.gotpl
fix: apply suggestions from code review
fix: update graphql/input.go
6a24e881 update instructions to specify package of Role (#2130)
Can't compile with the example unless I also include
model.
for Role.ccfa245
Ignore protobuf files in coverage (#2133)0465dcb
Update federation.md (#2129)8f0631d
Update Changelog4161156
v0.17.4 postrelease bumpv0.17.4
Compare Source
d6de831
release v0.17.42a2a3dcb Feature: Adds Federation 2 Support (#2115)
fed2 rough support
autodetection of fed2
adding basic tests for changes
fixing docs
Update plugin/federation/federation.go
removing custom scalar since it was causing issues
fixing lint test
should fix for real this time
fixing test failures
77260e88 shorten some generated code (#2120)
shorten some generated code
generate examples
4da17e1c update modules except mapstructure (#2118)
Update modules
Update modules except for mapstructure
Try to update to v1.3.1
cddbf02
Update Changelog file8f80f4e
v0.17.3 postrelease bumpv0.17.3
Compare Source
0bb262d
release v0.17.38d0bd22a Update gqlparser (#2109)
Update gqlparser
Update tests to be NoError
ec0dea88 Fix the ability of websockets to get errors (#2097)
Because DispatchOperation creates tempResponseContext,
which is passed into Exec, which is then used in _Subscription to
generate the next function. Inside the various subscription functions
when generating next the context was captured there.
Which means later when the returned function from DispatchOperation is
called. The responseContext which accumulates the errors is the
tempResponseContext which we no longer have access to to read the errors
out of it.
Instead add a context to next() so that it can be passed through and
accumulated the errors as expected.
Added a unit test for this as well.
e3f04b42 Change the error message to be consumer targeted (#2096)
Change the error message to be slightly more clear
Rebase on updated origin/master.
Fix the test to not be sensitive to array ordering.
Re-generate on master as there was a schema change.
5a497649 Fix websocket subscriptions to not double close. (#2095)
We were closing at the end of the loop and also in the defer.
a15a9bf
Update test.yml to be valida1538928 Use Github API to update the docs (#2101)
Instead of a hard-coded version of the docs we want to realease, this
uses the Github API to get the last 20 versions and publish those. This
will allow any script invoking this to make sure to always have the
latest version of the docs
3bf437c
Update golangci-lint (#2103)12c6d0bf Fix misprint (#2102)
Fix misprint
Update websocket_graphql_transport_ws.go
9f5fad13 Bump minimist from 1.2.5 to 1.2.6 in /integration (#2085)
Bumps minimist from 1.2.5 to 1.2.6.
updated-dependencies:
dependency-type: indirect
...
035e1d6e Add AllowedMethods field to transport.Options (#2080)
to enable users to specify allowed HTTP methods.
f0fdb11
Add instructions for enabling autobinding (#2079)12b0b385 Bump Playground version (#2078)
update playground
enables tabs
update shas
1324c3ff Merge pull request #2062 from a8m/childfield
graphql: add FieldContext.Child field function and enable it in codegen
bf9caea
graphql: add FieldContext.ChildArgs field and enable it in codegen36fb3dc
codegen: allow binding methods with optional variadic arguments (#2066)fba5edd
Update Changelog48b2b7e
v0.17.2 postrelease bumpConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.