Skip to content

feat: recordings ordering #93804

feat: recordings ordering

feat: recordings ordering #93804

Triggered via pull request September 5, 2024 14:30
Status Failure
Total duration 7m 40s
Artifacts

ci-frontend.yml

on: pull_request
Determine need to run frontend checks
6s
Determine need to run frontend checks
Code quality checks
6m 59s
Code quality checks
Matrix: jest
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 8 warnings
Code quality checks: frontend/src/scenes/session-recordings/filters/OrderingFilters.tsx#L12
Type 'Omit<DurationType | "start_time" | "console_error_count" | "click_count" | "keypress_count" | "mouse_activity_count" | "random_sample", "random_sample">' is not assignable to type 'Key | undefined'.
Code quality checks: frontend/src/scenes/session-recordings/filters/OrderingFilters.tsx#L13
Type '(orderBy: Omit<DurationType | "start_time" | "console_error_count" | "click_count" | "keypress_count" | "mouse_activity_count" | "random_sample", "random_sample">) => void' is not assignable to type '(newValue: Key) => void'.
Code quality checks: frontend/src/scenes/session-recordings/playlist/SessionRecordingPreview.tsx#L280
Argument of type 'Omit<DurationType | "start_time" | "console_error_count" | "click_count" | "keypress_count" | "mouse_activity_count" | "random_sample", "random_sample">' is not assignable to parameter of type 'DurationType | "start_time" | "console_error_count" | "click_count" | "keypress_count" | "mouse_activity_count" | "random_sample"'.
Code quality checks: frontend/src/scenes/session-recordings/playlist/SessionRecordingsPlaylistSettings.tsx#L84
Type 'Omit<DurationType | "start_time" | "console_error_count" | "click_count" | "keypress_count" | "mouse_activity_count" | "random_sample", "random_sample">' is not assignable to type 'string | number | boolean | null | undefined'.
Code quality checks: frontend/src/scenes/session-recordings/playlist/SessionRecordingsPlaylistSettings.tsx#L85
Type '(orderBy: Omit<DurationType | "start_time" | "console_error_count" | "click_count" | "keypress_count" | "mouse_activity_count" | "random_sample", "random_sample">) => void' is not assignable to type '((newValue: string | number | boolean | null) => void) | ((newValue: string | number | boolean | null) => void) | undefined'.
Code quality checks: frontend/src/scenes/session-recordings/playlist/sessionRecordingsPlaylistLogic.ts#L727
Argument of type 'Omit<DurationType | "start_time" | "console_error_count" | "click_count" | "keypress_count" | "mouse_activity_count" | "random_sample", "random_sample">' is not assignable to parameter of type 'DurationType | "start_time" | "console_error_count" | "click_count" | "keypress_count" | "mouse_activity_count" | "random_sample"'.
Code quality checks: frontend/src/scenes/session-recordings/playlist/sessionRecordingsPlaylistLogic.ts#L741
Type '"random_sample" | Omit<DurationType | "start_time" | "console_error_count" | "click_count" | "keypress_count" | "mouse_activity_count" | "random_sample", "random_sample">' is not assignable to type 'DurationType | "start_time" | "console_error_count" | "click_count" | "keypress_count" | "mouse_activity_count" | "random_sample"'.
Code quality checks
Process completed with exit code 1.
Determine need to run frontend checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Jest test (FOSS - 2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Jest test (FOSS - 3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Jest test (FOSS - 1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Jest test (EE - 2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Jest test (EE - 1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Jest test (EE - 3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Code quality checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/