This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/github-actions
branch
from
February 22, 2022 08:52
6a970c2
to
3daf623
Compare
Codecov Report
@@ Coverage Diff @@
## main #117 +/- ##
=======================================
Coverage 36.54% 36.54%
=======================================
Files 301 301
Lines 27239 27239
=======================================
Hits 9955 9955
Misses 16359 16359
Partials 925 925 |
renovate
bot
force-pushed
the
renovate/github-actions
branch
4 times, most recently
from
February 28, 2022 18:02
b20e9c0
to
c96582e
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
from
March 2, 2022 03:14
c96582e
to
b67db3e
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: go.sum
|
renovate
bot
force-pushed
the
renovate/github-actions
branch
2 times, most recently
from
March 3, 2022 00:24
6de3c29
to
0b28f4f
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
from
March 3, 2022 21:09
0b28f4f
to
e10d771
Compare
yk-eukarya
changed the title
ci: update github actions dependencies
ci: update dependencies
Mar 4, 2022
- fix go.sum file
rot1024
approved these changes
Mar 7, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
v1.20.0
->v1.21.0
v0.16.0
->v0.17.1
v4.6.3
->v4.7.0
v0.4.1
->v0.5.1
v2.3.1
->v2.4.1
v1.8.3
->v1.8.4
v1.4.0
->v1.4.1
v1.4.0
->v1.4.1
v0.68.0
->v0.70.0
Release Notes
99designs/gqlgen
v0.17.1
Compare Source
9f520a28 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)
labstack/echo
v4.7.0
Compare Source
Enhancements
Fixes
General
go
directive ingo.mod
to 1.17 #2049ravilushqa/otelgqlgen
v0.5.1
Compare Source
What's Changed
Full Changelog: ravilushqa/otelgqlgen@v0.5.0...v0.5.1
v0.5.0
Compare Source
What's Changed
Full Changelog: ravilushqa/otelgqlgen@v0.4.1...v0.5.0
vektah/gqlparser
v2.4.1
Compare Source
What's Changed
Full Changelog: vektah/gqlparser@v2.4.0...v2.4.1
v2.4.0
Compare Source
What's Changed
New Contributors
Full Changelog: vektah/gqlparser@v2.3.1...v2.4.0
mongodb/mongo-go-driver
v1.8.4
Compare Source
The MongoDB Go driver team is pleased to release version 1.8.4 of the official Go driver.
This release resolves a bug that prevented an empty
readPreferenceTags
value in a connection string from acting as a "fail-safe" read preference tag that matches any eligible member (see documentation here).Documentation can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver Jira where a list of current issues can be found.
Release Notes
For a full list of tickets included in this release, please see the links below:
open-telemetry/opentelemetry-go
v1.4.1
Compare Source
Fixed
BatchSpanProcessor
. (#2615)googleapis/google-api-go-client
v0.70.0
Compare Source
Features
v0.69.0
Compare Source
Features
Bug Fixes
Configuration
📅 Schedule: "before 3am on Monday" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.