feat(agent): Adding graphql introspection to agent #6438
pull-request.yaml
on: pull_request
Build docker image
4m 22s
config-e2e
0s
CLI unit tests
26s
API Server unit tests
34s
Agent unit tests
32s
WebUI unit tests
2m 1s
Tracetesting API Server (InMemory)
0s
Tracetesting API Server (NATS)
0s
Matrix: CLI e2e tests
Matrix: CLI smoke tests
Matrix: Test examples
Matrix: WebUI End-to-end tests
Annotations
20 errors and 14 warnings
CLI unit tests
undefined: GraphqlRequest
|
CLI unit tests
undefined: GraphqlResponse
|
CLI unit tests
undefined: GraphqlRequest
|
CLI unit tests
undefined: GraphqlResponse
|
CLI unit tests
Process completed with exit code 2.
|
Agent unit tests
undefined: GraphqlRequest
|
Agent unit tests
undefined: GraphqlResponse
|
Agent unit tests
undefined: GraphqlRequest
|
Agent unit tests
undefined: GraphqlResponse
|
Agent unit tests
Process completed with exit code 2.
|
API Server unit tests
undefined: GraphqlRequest
|
API Server unit tests
undefined: GraphqlResponse
|
API Server unit tests
undefined: GraphqlRequest
|
API Server unit tests
undefined: GraphqlResponse
|
API Server unit tests
Process completed with exit code 2.
|
Build docker image:
agent/workers/trigger/trigger.go#L26
undefined: GraphqlRequest
|
Build docker image:
agent/workers/trigger/trigger.go#L36
undefined: GraphqlResponse
|
Build docker image:
agent/workers/trigger/trigger_json.go#L17
undefined: GraphqlRequest
|
Build docker image:
agent/workers/trigger/trigger_json.go#L126
undefined: GraphqlResponse
|
Build docker image
The process '/opt/hostedtoolcache/goreleaser-action/2.0.1-pro/x64/goreleaser' failed with exit code 1
|
CLI unit tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Agent unit tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
API Server unit tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
WebUI unit tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
WebUI unit tests:
web/src/components/TestConnectionStatus/hooks/useTestConnnectionStatus.ts#L38
React Hook useMemo has a missing dependency: 'form'. Either include it or remove the dependency array
|
WebUI unit tests:
web/src/components/TestConnectionStatus/hooks/useTestConnnectionStatus.ts#L67
React Hook useEffect has missing dependencies: 'onReset' and 'onStartPolling'. Either include them or remove the dependency array
|
WebUI unit tests:
web/src/components/TestOutputForm/TestOutputForm.tsx#L62
React Hook useEffect has a missing dependency: 'onCancel'. Either include it or remove the dependency array. If 'onCancel' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
WebUI unit tests:
web/src/components/TestSpecForm/TestSpecForm.tsx#L77
React Hook useEffect has missing dependencies: 'assertions', 'name', 'onCancel', 'onValuesChange', and 'selector'. Either include them or remove the dependency array. If 'onCancel' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
WebUI unit tests:
web/src/components/Visualization/components/Timeline/VerticalResizer/VerticalResizer.tsx#L18
The ref value 'draggerRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'draggerRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
WebUI unit tests:
web/src/models/Trigger.model.ts#L65
'request' is defined but never used
|
WebUI unit tests:
web/src/models/Trigger.model.ts#L71
'request' is defined but never used
|
WebUI unit tests:
web/src/models/Trigger.model.ts#L77
'request' is defined but never used
|
WebUI unit tests:
web/src/pages/CreateTest/Content.tsx#L54
React Hook useEffect has missing dependencies: 'initialValues' and 'onValidateTest'. Either include them or remove the dependency array
|
Build docker image
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/setup-go@v3, goreleaser/goreleaser-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|