-
Notifications
You must be signed in to change notification settings - Fork 2k
refactor: Graph Manager (Engine) reporting "extensions" become "plugins". #3998
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
abernix
merged 36 commits into
release-2.14.0
from
abernix/migrate-engine-reporting-exts-to-plugin-api
May 12, 2020
Merged
Changes from 3 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
de7ba72
refactor: Graph Manager (Engine) reporting "extensions" become "plugi…
abernix 78a4cb7
fix: Keep special-cased errors (e.g. APQ not found) as unreported.
abernix c67a6df
eliminate!: Remove now deprecated `EngineReportingExtension`.
abernix dce4a24
fix!: Rename AERs `newExtension` to `newPlugin` to match new usage.
abernix a8ab841
no-op: Add back comment about `ftv1` trace format.
abernix fc05e8d
Use optional chaining when accessing optional `request.http.headers`.
abernix 48eab7e
Ensure `metrics` is present before plugin initialization.
abernix 8ca5d11
Remove guard around `metrics` which is unnecessary after 48eab7efa.
abernix 0658df5
Move `Trace.HTTP` init inside of `ensurePreflight`.
abernix fc966a4
Remove unnecessary `queryString` assignment and related comment.
abernix 766c738
Destructure some `requestContext` properties for brevity.
abernix f4aad30
chore!: Use `document` / `source` rather than `documentAST` / `queryS…
abernix 6b0c83c
Expand on comment about the `ftv1` extension.
abernix 48b8c95
Merge branch 'abernix/add-willResolveField-and-didResolveField' into …
abernix 283e82f
Tweak err. message when `ftv1` is already present in `extensions` res…
abernix e0949ec
Remove `TODO` comment I suggested I'd remove!
abernix 0a0bd14
Merge branch 'abernix/add-willResolveField-and-didResolveField' into …
abernix 1756b37
Merge branch 'abernix/add-schema-and-schemaHash-to-requestContext' in…
abernix e813e5b
refactor(tests): Better helpers for APQ tests in intgr. testsuite.
abernix d913589
wip didResolveSource
abernix 39ff086
other stuff
abernix 4be279d
Merge branch 'abernix/add-schema-and-schemaHash-to-requestContext' in…
abernix ba37e68
changelog: #3998
abernix e9edd9a
types(e-r): Improve the typings of `didEnd`.
abernix b981b59
chore(e-r): Eliminate `ensurePreflight` by using (new) `didResolveSou…
abernix 6d4777d
changelog: Add note that I believe some new APQ errors are now traced.
abernix bacbb17
Revert "changelog: Add note that I believe some new APQ errors are no…
abernix 59b4013
fix(e-r): Do not keep traces unless we resolve the "source".
abernix 16e471e
Merge branch 'abernix/add-schema-and-schemaHash-to-requestContext' in…
abernix b0948a8
fix: Preserve client-requested `operationName` on op. name resolution…
abernix 7c8b8e3
Merge branch 'abernix/add-schema-and-schemaHash-to-requestContext' in…
abernix 62fc270
Switch to new `willResolveField` object parameter, rather position.
abernix c73cd16
nit: Add missing closing paren on comment
abernix af2d6d8
Merge branch 'abernix/add-willResolveField-and-didResolveField' into …
abernix 1144c7a
Merge branch 'release-2.14.0' into abernix/migrate-engine-reporting-e…
abernix 3ccccad
Merge remote-tracking branch 'origin/release-2.14.0' into abernix/mig…
abernix File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.