Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into ftr/improve-failing…
Browse files Browse the repository at this point in the history
…-on-NoSuchSessionError
  • Loading branch information
dmlemeshko committed Jul 3, 2023
2 parents 0ec0550 + 933a366 commit 57aea91
Show file tree
Hide file tree
Showing 977 changed files with 12,489 additions and 5,597 deletions.
13 changes: 0 additions & 13 deletions .buildkite/pipelines/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,6 @@ steps:
- exit_status: '-1'
limit: 3

- command: SERVERLESS_ENVIRONMENT=common .buildkite/scripts/steps/functional/serverless_ftr.sh
label: 'Serverless Common Tests'
agents:
queue: n2-4-spot
depends_on: build
timeout_in_minutes: 40
retry:
automatic:
- exit_status: '-1'
limit: 3
- exit_status: '*'
limit: 1

- command: SERVERLESS_ENVIRONMENT=observability .buildkite/scripts/steps/functional/serverless_ftr.sh
label: 'Serverless Observability Tests'
agents:
Expand Down
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ examples/response_stream @elastic/ml-ui
packages/kbn-rison @elastic/kibana-operations
x-pack/plugins/rollup @elastic/platform-deployment-management
examples/routing_example @elastic/kibana-core
packages/kbn-rrule @elastic/response-ops
packages/kbn-rule-data-utils @elastic/security-detections-response @elastic/actionable-observability @elastic/response-ops
x-pack/plugins/rule_registry @elastic/response-ops @elastic/actionable-observability
x-pack/plugins/runtime_fields @elastic/platform-deployment-management
Expand Down
25 changes: 25 additions & 0 deletions api_docs/actions.devdocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2412,6 +2412,17 @@
"path": "x-pack/plugins/actions/server/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "actions",
"id": "def-server.ActionResult.isSystemAction",
"type": "boolean",
"tags": [],
"label": "isSystemAction",
"description": [],
"path": "x-pack/plugins/actions/server/types.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
Expand Down Expand Up @@ -2651,6 +2662,20 @@
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "actions",
"id": "def-server.ActionType.isSystemAction",
"type": "CompoundType",
"tags": [],
"label": "isSystemAction",
"description": [],
"signature": [
"boolean | undefined"
],
"path": "x-pack/plugins/actions/server/types.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "actions",
"id": "def-server.ActionType.renderParameterTemplates",
Expand Down
4 changes: 2 additions & 2 deletions api_docs/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/actions
title: "actions"
image: https://source.unsplash.com/400x175/?github
description: API docs for the actions plugin
date: 2023-06-30
date: 2023-07-03
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
---
import actionsObj from './actions.devdocs.json';
Expand All @@ -21,7 +21,7 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o

| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 268 | 10 | 263 | 27 |
| 270 | 10 | 265 | 27 |

## Client

Expand Down
2 changes: 1 addition & 1 deletion api_docs/advanced_settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/advancedSettings
title: "advancedSettings"
image: https://source.unsplash.com/400x175/?github
description: API docs for the advancedSettings plugin
date: 2023-06-30
date: 2023-07-03
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
---
import advancedSettingsObj from './advanced_settings.devdocs.json';
Expand Down
2 changes: 1 addition & 1 deletion api_docs/aiops.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiops
title: "aiops"
image: https://source.unsplash.com/400x175/?github
description: API docs for the aiops plugin
date: 2023-06-30
date: 2023-07-03
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
---
import aiopsObj from './aiops.devdocs.json';
Expand Down
258 changes: 25 additions & 233 deletions api_docs/alerting.devdocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7144,239 +7144,6 @@
],
"initialIsOpen": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord",
"type": "Interface",
"tags": [],
"label": "RRuleRecord",
"description": [],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false,
"children": [
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.dtstart",
"type": "string",
"tags": [],
"label": "dtstart",
"description": [],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.tzid",
"type": "string",
"tags": [],
"label": "tzid",
"description": [],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.freq",
"type": "CompoundType",
"tags": [],
"label": "freq",
"description": [],
"signature": [
"0 | 2 | 6 | 5 | 4 | 3 | 1 | undefined"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.until",
"type": "string",
"tags": [],
"label": "until",
"description": [],
"signature": [
"string | undefined"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.count",
"type": "number",
"tags": [],
"label": "count",
"description": [],
"signature": [
"number | undefined"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.interval",
"type": "number",
"tags": [],
"label": "interval",
"description": [],
"signature": [
"number | undefined"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.wkst",
"type": "CompoundType",
"tags": [],
"label": "wkst",
"description": [],
"signature": [
"WeekdayStr",
" | undefined"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.byweekday",
"type": "Array",
"tags": [],
"label": "byweekday",
"description": [],
"signature": [
"(string | number)[] | undefined"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.bymonth",
"type": "Array",
"tags": [],
"label": "bymonth",
"description": [],
"signature": [
"number[] | undefined"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.bysetpos",
"type": "Array",
"tags": [],
"label": "bysetpos",
"description": [],
"signature": [
"number[] | undefined"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.bymonthday",
"type": "Array",
"tags": [],
"label": "bymonthday",
"description": [],
"signature": [
"number[]"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.byyearday",
"type": "Array",
"tags": [],
"label": "byyearday",
"description": [],
"signature": [
"number[]"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.byweekno",
"type": "Array",
"tags": [],
"label": "byweekno",
"description": [],
"signature": [
"number[]"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.byhour",
"type": "Array",
"tags": [],
"label": "byhour",
"description": [],
"signature": [
"number[]"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.byminute",
"type": "Array",
"tags": [],
"label": "byminute",
"description": [],
"signature": [
"number[]"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord.bysecond",
"type": "Array",
"tags": [],
"label": "bysecond",
"description": [],
"signature": [
"number[]"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false
}
],
"initialIsOpen": false
},
{
"parentPluginId": "alerting",
"id": "def-common.Rule",
Expand Down Expand Up @@ -10247,6 +10014,31 @@
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RRuleRecord",
"type": "Type",
"tags": [],
"label": "RRuleRecord",
"description": [],
"signature": [
"Omit<",
"Options",
", \"wkst\" | \"byweekday\" | \"dtstart\" | \"until\"> & { dtstart: string; byweekday?: (string | number)[] | undefined; wkst?: ",
{
"pluginId": "@kbn/rrule",
"scope": "common",
"docId": "kibKbnRrulePluginApi",
"section": "def-common.WeekdayStr",
"text": "WeekdayStr"
},
" | undefined; until?: string | undefined; }"
],
"path": "x-pack/plugins/alerting/common/rrule_type.ts",
"deprecated": false,
"trackAdoption": false,
"initialIsOpen": false
},
{
"parentPluginId": "alerting",
"id": "def-common.RuleActionAlertsFilterProperty",
Expand Down
4 changes: 2 additions & 2 deletions api_docs/alerting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/alerting
title: "alerting"
image: https://source.unsplash.com/400x175/?github
description: API docs for the alerting plugin
date: 2023-06-30
date: 2023-07-03
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
---
import alertingObj from './alerting.devdocs.json';
Expand All @@ -21,7 +21,7 @@ Contact [@elastic/response-ops](https://github.com/orgs/elastic/teams/response-o

| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 635 | 1 | 611 | 47 |
| 619 | 1 | 595 | 47 |

## Client

Expand Down
Loading

0 comments on commit 57aea91

Please sign in to comment.