Skip to content

Commit

Permalink
Merge branch 'master' into apm-95501-agent-config-fleet-sync-improvem…
Browse files Browse the repository at this point in the history
…ents
  • Loading branch information
kibanamachine authored Jun 10, 2021
2 parents bc83121 + a9a834a commit 2ab24cc
Show file tree
Hide file tree
Showing 1,123 changed files with 29,144 additions and 8,476 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand Down
10 changes: 10 additions & 0 deletions api_docs/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions api_docs/advanced_settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions api_docs/alerting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions api_docs/apm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions api_docs/apm_oss.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions api_docs/banners.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions api_docs/bfetch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions api_docs/canvas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 2ab24cc

Please sign in to comment.