Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
44b9d9c
Remove task to cleanup action_task_params of failed tasks
mikecote Feb 22, 2023
50fffea
Merge branch 'main' of github.com:elastic/kibana into actions/remove-…
mikecote Mar 10, 2023
7d68b19
Fix failing test
mikecote Mar 10, 2023
8019bc0
Merge branch 'main' of github.com:elastic/kibana into actions/remove-…
mikecote Mar 20, 2023
2f01690
Cleanup code
mikecote Mar 20, 2023
4f9ec78
remove exclusive test
mikecote Mar 20, 2023
60ffa7d
Fix type check
mikecote Mar 20, 2023
468c41f
Merge branch 'main' into actions/remove-cleanup-task
kibanamachine Mar 24, 2023
1fdf616
Merge branch 'main' into actions/remove-cleanup-task
kibanamachine Mar 27, 2023
4e5a7c9
Merge branch 'main' of github.com:elastic/kibana into actions/remove-…
mikecote Mar 27, 2023
69d683d
Merge branch 'main' into actions/remove-cleanup-task
kibanamachine Mar 27, 2023
cfcbd61
Fix flakiness
mikecote Mar 27, 2023
01b5055
Merge branch 'actions/remove-cleanup-task' of github.com:mikecote/kib…
mikecote Mar 27, 2023
b730469
Merge branch 'main' of github.com:elastic/kibana into actions/remove-…
mikecote Mar 28, 2023
f406235
Revert "Fix flakiness"
mikecote Mar 28, 2023
99fd832
Merge branch 'main' into actions/remove-cleanup-task
kibanamachine Mar 28, 2023
a180b60
Merge branch 'main' into actions/remove-cleanup-task
kibanamachine Mar 28, 2023
237bce3
Merge branch 'main' into actions/remove-cleanup-task
kibanamachine Mar 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions x-pack/plugins/actions/server/actions_client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -542,12 +542,6 @@ describe('create()', () => {
proxyOnlyHosts: undefined,
maxResponseContentLength: new ByteSizeValue(1000000),
responseTimeout: moment.duration('60s'),
cleanupFailedExecutionsTask: {
enabled: true,
cleanupInterval: schema.duration().validate('5m'),
idleInterval: schema.duration().validate('1h'),
pageSize: 100,
},
ssl: {
verificationMode: 'full',
proxyVerificationMode: 'full',
Expand Down
7 changes: 0 additions & 7 deletions x-pack/plugins/actions/server/actions_config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* 2.0.
*/

import { schema } from '@kbn/config-schema';
import { ByteSizeValue } from '@kbn/config-schema';
import { ActionsConfig } from './config';
import {
Expand All @@ -30,12 +29,6 @@ const defaultActionsConfig: ActionsConfig = {
rejectUnauthorized: true, // legacy
maxResponseContentLength: new ByteSizeValue(1000000),
responseTimeout: moment.duration(60000),
cleanupFailedExecutionsTask: {
enabled: true,
cleanupInterval: schema.duration().validate('5m'),
idleInterval: schema.duration().validate('1h'),
pageSize: 100,
},
ssl: {
proxyVerificationMode: 'full',
verificationMode: 'full',
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading