[Backport 2.x] Hide query assist UI if PPL agent is not created #332
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
14 warnings
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, lots0logs/gh-action-get-changed-files@2.2.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint:
public/components/event_analytics/explorer/explorer.tsx#L203
React Hook useMemo has a missing dependency: 'dataSourcePluggables'. Either include it or remove the dependency array
|
Lint:
public/components/event_analytics/explorer/explorer.tsx#L291
React Hook useEffect has a missing dependency: 'http'. Either include it or remove the dependency array
|
Lint:
public/components/event_analytics/explorer/explorer.tsx#L294
Unexpected any. Specify a different type
|
Lint:
public/components/event_analytics/explorer/explorer.tsx#L409
React Hook useEffect has missing dependencies: 'callback', 'callbackInApp', and 'prepareAvailability'. Either include them or remove the dependency array. Mutable values like 'appBasedRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
Lint:
public/components/event_analytics/explorer/explorer.tsx#L418
React Hook useEffect has a missing dependency: 'routerContext'. Either include it or remove the dependency array
|
Lint:
public/components/event_analytics/explorer/explorer.tsx#L425
React Hook useEffect has a missing dependency: 'updateTabData'. Either include it or remove the dependency array
|
Lint:
public/components/event_analytics/explorer/explorer.tsx#L499
React Hook useMemo has missing dependencies: 'isLiveTailOn' and 'liveHits'. Either include them or remove the dependency array
|
Lint:
public/components/event_analytics/explorer/explorer.tsx#L630
React Hook useMemo has missing dependencies: 'appLogEvents', 'dispatch', 'endTime', 'getCountVisualizations', 'getErrorHandler', 'getPatterns', 'handleTimeRangePickerRefresh', 'http', 'isDefaultDataSourceType', 'liveTimestamp', 'pplService', 'requestParams', 'startTime', 'tabId', 'timeIntervalOptions', and 'totalHits'. Either include them or remove the dependency array. Mutable values like 'isLiveTailOnRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
Lint:
public/components/event_analytics/explorer/explorer.tsx#L661
React Hook useMemo has missing dependencies: 'appLogEvents', 'explorerData', 'http', 'pplService', and 'visualizationSettings'. Either include them or remove the dependency array
|
Lint:
public/components/event_analytics/explorer/explorer.tsx#L691
React Hook useMemo has missing dependencies: 'appLogEvents', 'callbackForConfig', 'handleOverrideTimestamp', 'isDefaultDataSourceType', and 'queryManager'. Either include them or remove the dependency array
|