Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into 2021-06-07-alert-comments-api-cleanup
Browse files Browse the repository at this point in the history
kibanamachine authored Jun 10, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 625c1c5 + 7dfb086 commit a95515b
Showing 2,934 changed files with 50,082 additions and 24,307 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1370,7 +1370,7 @@ module.exports = {
{
// Source files only - allow `any` in test/mock files
files: ['x-pack/plugins/enterprise_search/**/*.{ts,tsx}'],
excludedFiles: ['x-pack/plugins/enterprise_search/**/*.{test,mock}.{ts,tsx}'],
excludedFiles: ['x-pack/plugins/enterprise_search/**/*.{test,mock,test_helper}.{ts,tsx}'],
rules: {
'@typescript-eslint/no-explicit-any': 'error',
},
46 changes: 24 additions & 22 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -130,6 +130,8 @@

# ML team owns and maintains the transform plugin despite it living in the Data management section.
/x-pack/plugins/transform/ @elastic/ml-ui
/x-pack/plugins/data_visualizer/ @elastic/ml-ui
/x-pack/plugins/file_upload/ @elastic/ml-ui
/x-pack/test/accessibility/apps/transform.ts @elastic/ml-ui
/x-pack/test/api_integration/apis/transform/ @elastic/ml-ui
/x-pack/test/api_integration_basic/apis/transform/ @elastic/ml-ui
@@ -306,28 +308,28 @@
/x-pack/plugins/enterprise_search/server/saved_objects/workplace_search/ @elastic/workplace-search-frontend

# Stack Management
/src/plugins/dev_tools/ @elastic/kibana-stack-management
/src/plugins/console/ @elastic/kibana-stack-management
/src/plugins/es_ui_shared/ @elastic/kibana-stack-management
/x-pack/plugins/cross_cluster_replication/ @elastic/kibana-stack-management
/x-pack/plugins/index_lifecycle_management/ @elastic/kibana-stack-management
/x-pack/plugins/console_extensions/ @elastic/kibana-stack-management
/x-pack/plugins/grokdebugger/ @elastic/kibana-stack-management
/x-pack/plugins/index_management/ @elastic/kibana-stack-management
/x-pack/plugins/license_api_guard/ @elastic/kibana-stack-management
/x-pack/plugins/license_management/ @elastic/kibana-stack-management
/x-pack/plugins/painless_lab/ @elastic/kibana-stack-management
/x-pack/plugins/remote_clusters/ @elastic/kibana-stack-management
/x-pack/plugins/rollup/ @elastic/kibana-stack-management
/x-pack/plugins/searchprofiler/ @elastic/kibana-stack-management
/x-pack/plugins/snapshot_restore/ @elastic/kibana-stack-management
/x-pack/plugins/upgrade_assistant/ @elastic/kibana-stack-management
/x-pack/plugins/watcher/ @elastic/kibana-stack-management
/x-pack/plugins/ingest_pipelines/ @elastic/kibana-stack-management
/packages/kbn-ace/ @elastic/kibana-stack-management
/packages/kbn-monaco/ @elastic/kibana-stack-management
#CC# /x-pack/plugins/console_extensions/ @elastic/kibana-stack-management
#CC# /x-pack/plugins/cross_cluster_replication/ @elastic/kibana-stack-management
/src/plugins/dev_tools/ @elastic/kibana-stack-management
/src/plugins/console/ @elastic/kibana-stack-management
/src/plugins/es_ui_shared/ @elastic/kibana-stack-management
/x-pack/plugins/cross_cluster_replication/ @elastic/kibana-stack-management
/x-pack/plugins/index_lifecycle_management/ @elastic/kibana-stack-management
/x-pack/plugins/console_extensions/ @elastic/kibana-stack-management
/x-pack/plugins/grokdebugger/ @elastic/kibana-stack-management
/x-pack/plugins/index_management/ @elastic/kibana-stack-management
/x-pack/plugins/license_api_guard/ @elastic/kibana-stack-management
/x-pack/plugins/license_management/ @elastic/kibana-stack-management
/x-pack/plugins/painless_lab/ @elastic/kibana-stack-management
/x-pack/plugins/remote_clusters/ @elastic/kibana-stack-management
/x-pack/plugins/rollup/ @elastic/kibana-stack-management
/x-pack/plugins/searchprofiler/ @elastic/kibana-stack-management
/x-pack/plugins/snapshot_restore/ @elastic/kibana-stack-management
/x-pack/plugins/upgrade_assistant/ @elastic/kibana-stack-management
/x-pack/plugins/watcher/ @elastic/kibana-stack-management
/x-pack/plugins/ingest_pipelines/ @elastic/kibana-stack-management
/packages/kbn-ace/ @elastic/kibana-stack-management
/packages/kbn-monaco/ @elastic/kibana-stack-management
#CC# /x-pack/plugins/console_extensions/ @elastic/kibana-stack-management
#CC# /x-pack/plugins/cross_cluster_replication/ @elastic/kibana-stack-management

# Security Solution
/x-pack/test/endpoint_api_integration_no_ingest/ @elastic/security-solution
10 changes: 10 additions & 0 deletions api_docs/actions.mdx
Original file line number Diff line number Diff line change
@@ -11,6 +11,16 @@ warning: This document is auto-generated and is meant to be viewed inside our ex

import actionsObj from './actions.json';





**Code health stats**

| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 116 | 0 | 116 | 7 |

## Server

### Setup
10 changes: 10 additions & 0 deletions api_docs/advanced_settings.mdx
Original file line number Diff line number Diff line change
@@ -11,6 +11,16 @@ warning: This document is auto-generated and is meant to be viewed inside our ex

import advancedSettingsObj from './advanced_settings.json';





**Code health stats**

| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 23 | 0 | 22 | 1 |

## Client

### Setup
10 changes: 10 additions & 0 deletions api_docs/alerting.mdx
Original file line number Diff line number Diff line change
@@ -11,6 +11,16 @@ warning: This document is auto-generated and is meant to be viewed inside our ex

import alertingObj from './alerting.json';





**Code health stats**

| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 213 | 0 | 213 | 15 |

## Client

### Setup
10 changes: 10 additions & 0 deletions api_docs/apm.mdx
Original file line number Diff line number Diff line change
@@ -11,6 +11,16 @@ warning: This document is auto-generated and is meant to be viewed inside our ex

import apmObj from './apm.json';





**Code health stats**

| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 37 | 0 | 37 | 30 |

## Client

### Setup
10 changes: 10 additions & 0 deletions api_docs/apm_oss.mdx
Original file line number Diff line number Diff line change
@@ -11,6 +11,16 @@ warning: This document is auto-generated and is meant to be viewed inside our ex

import apmOssObj from './apm_oss.json';





**Code health stats**

| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 4 | 0 | 4 | 0 |

## Server

### Setup
10 changes: 10 additions & 0 deletions api_docs/banners.mdx
Original file line number Diff line number Diff line change
@@ -11,6 +11,16 @@ warning: This document is auto-generated and is meant to be viewed inside our ex

import bannersObj from './banners.json';





**Code health stats**

| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 9 | 0 | 9 | 0 |

## Common

### Interfaces
10 changes: 10 additions & 0 deletions api_docs/bfetch.mdx
Original file line number Diff line number Diff line change
@@ -11,6 +11,16 @@ warning: This document is auto-generated and is meant to be viewed inside our ex

import bfetchObj from './bfetch.json';

Considering using bfetch capabilities when fetching large amounts of data. This services supports batching HTTP requests and streaming responses back.

Contact [App Services](https://github.com/orgs/elastic/teams/kibana-app-services) for questions regarding this plugin.

**Code health stats**

| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 73 | 1 | 62 | 2 |

## Client

### Start
10 changes: 10 additions & 0 deletions api_docs/canvas.mdx
Original file line number Diff line number Diff line change
@@ -11,6 +11,16 @@ warning: This document is auto-generated and is meant to be viewed inside our ex

import canvasObj from './canvas.json';





**Code health stats**

| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 6 | 0 | 5 | 3 |

## Client

### Setup
Loading

0 comments on commit a95515b

Please sign in to comment.