8000 Tags · nautilus/gateway · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: nautilus/gateway

Tags

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement parallel handling of batch query #218 (#219)

* Implement parallel handling of batch query #218

* Add test for parallel handling of batch query #218

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Resolve Node IDs in dependent steps & run response middleware on part…

…ial success (#216)

* Add failing test for partial success with unresolved Node IDs
* Resolve Node IDs in dependent steps, even on partial successes
* Add failing test for partial success not scrubbing unrequested fields from response
* Fix builtin middleware not running on partial success

Fixes #214

v0.3.20

Toggle v0.3.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Skip processing on closed result channel, fix panic (#215)

v0.3.19

Toggle v0.3.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Include data alongside errors for a service's partial success (#213)

* Bump nautilus/graphql to pick up partial success changes
* Add failing tests for partial success with one service
* Fix tests
    - Remove unused field
    - Extract channel sending from execution of a single step
    - Extract wait group handling from single step execution
    - Remove impossible condition with nil result

Fixes #212

v0.3.18

Toggle v0.3.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update logrus to address vulnerability (#211)

sirupsen/logrus#1370

Co-authored-by: John Starich <johnstarich@johnstarich.com>

v0.3.17

Toggle v0.3.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump nautilus/graphql to latest to pick up default arg value fix (#210)

v0.3.16

Toggle v0.3.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump github.com/vektah/gqlparser/v2 in /examples/auth (#209)

Bumps [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser) from 2.4.8 to 2.5.15.
- [Release notes](https://github.com/vektah/gqlparser/releases)
- [Commits](vektah/gqlparser@v2.4.8...v2.5.15)

---
updated-dependencies:
- dependency-name: github.com/vektah/gqlparser/v2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.3.15

Toggle v0.3.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump github.com/vektah/gqlparser/v2 from 2.4.8 to 2.5.14, fix issues (#…

…208)

* Remove execute permission from files that do not need it
* Bumps [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser) from 2.4.8 to 2.5.14.
  - [Release notes](https://github.com/vektah/gqlparser/releases)
  - [Commits](vektah/gqlparser@v2.4.8...v2.5.14)
* Update formatting to match new gqlparser formatter behavior
* Fix tests using invalid GraphQL schemas

---
updated-dependencies:
- dependency-name: github.com/vektah/gqlparser/v2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: John Starich <johnstarich@johnstarich.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.3.14

Toggle v0.3.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix introspection results for Unions and query fragments (#207)

Bumps github.com/nautilus/graphql to pick up bug fixes.

Fixes #197
67F4

v0.3.13

Toggle v0.3.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Include variables passed to directives in query plan steps (#206)

* gofmt -s
* Add failing test for variables passed to @include
* Fix test
0