Skip to content

Commit

Permalink
Merge branch 'master' into issue_104154
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Aug 9, 2021
2 parents 13b6df5 + 21f4de8 commit 0b7b4d9
Show file tree
Hide file tree
Showing 1,225 changed files with 24,745 additions and 21,652 deletions.
5 changes: 0 additions & 5 deletions .eslintrc.js
Expand Up @@ -470,11 +470,6 @@ module.exports = {
errorMessage:
'Server modules cannot be imported into client modules or shared modules.',
},
{
target: ['src/**/*'],
from: ['x-pack/**/*'],
errorMessage: 'OSS cannot import x-pack files.',
},
{
target: ['src/core/**/*'],
from: ['plugins/**/*', 'src/plugins/**/*'],
Expand Down
2 changes: 2 additions & 0 deletions .i18nrc.json
Expand Up @@ -9,6 +9,7 @@
"data": "src/plugins/data",
"embeddableApi": "src/plugins/embeddable",
"embeddableExamples": "examples/embeddable_examples",
"fieldFormats": "src/plugins/field_formats",
"uiActionsExamples": "examples/ui_action_examples",
"share": "src/plugins/share",
"home": "src/plugins/home",
Expand All @@ -35,6 +36,7 @@
"monaco": "packages/kbn-monaco/src",
"esQuery": "packages/kbn-es-query/src",
"presentationUtil": "src/plugins/presentation_util",
"indexPatternEditor": "src/plugins/index_pattern_editor",
"indexPatternFieldEditor": "src/plugins/index_pattern_field_editor",
"indexPatternManagement": "src/plugins/index_pattern_management",
"interactiveSetup": "src/plugins/interactive_setup",
Expand Down
2 changes: 1 addition & 1 deletion api_docs/timelines.json
Expand Up @@ -10918,7 +10918,7 @@
"label": "alertConsumers",
"description": [],
"signature": [
"ALERTS_CONSUMERS",
"AlertConsumers",
"[] | undefined"
],
"path": "x-pack/plugins/timelines/common/search_strategy/timeline/index.ts",
Expand Down

0 comments on commit 0b7b4d9

Please sign in to comment.