Skip to content

Commit ded6efd

Browse files
Merge branch 'master' into maps/ems_doc
2 parents 409c727 + a81918c commit ded6efd

1,669 files changed

Lines changed: 42136 additions & 26558 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc.js

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,18 @@ module.exports = {
643643
// '@typescript-eslint/unbound-method': 'error',
644644
},
645645
},
646+
// {
647+
// // will introduced after the other warns are fixed
648+
// // typescript and javascript for front end react performance
649+
// files: ['x-pack/legacy/plugins/siem/public/**/!(*.test).{js,ts,tsx}'],
650+
// plugins: ['react-perf'],
651+
// rules: {
652+
// // 'react-perf/jsx-no-new-object-as-prop': 'error',
653+
// // 'react-perf/jsx-no-new-array-as-prop': 'error',
654+
// // 'react-perf/jsx-no-new-function-as-prop': 'error',
655+
// // 'react/jsx-no-bind': 'error',
656+
// },
657+
// },
646658
{
647659
// typescript and javascript for front and back end
648660
files: ['x-pack/legacy/plugins/siem/**/*.{js,ts,tsx}'],
@@ -747,8 +759,6 @@ module.exports = {
747759
// will introduced after the other warns are fixed
748760
// 'react/sort-comp': 'error',
749761
'react/void-dom-elements-no-children': 'error',
750-
// will introduced after the other warns are fixed
751-
// 'react/jsx-no-bind': 'error',
752762
'react/jsx-no-comment-textnodes': 'error',
753763
'react/jsx-no-literals': 'error',
754764
'react/jsx-no-target-blank': 'error',

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
/src/legacy/core_plugins/kibana/public/dev_tools/ @elastic/kibana-app
1616
/src/legacy/core_plugins/metrics/ @elastic/kibana-app
1717
/src/legacy/core_plugins/vis_type_vislib/ @elastic/kibana-app
18+
/src/legacy/core_plugins/vis_type_xy/ @elastic/kibana-app
1819
# Exclude tutorials folder for now because they are not owned by Kibana app and most will move out soon
1920
/src/plugins/home/public @elastic/kibana-app
2021
/src/plugins/home/server/*.ts @elastic/kibana-app

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@ Summarize your PR. If it involves visual changes include a screenshot or gif.
44

55
### Checklist
66

7-
Use ~~strikethroughs~~ to remove checklist items you don't feel are applicable to this PR.
7+
Delete any items that are not applicable to this PR.
88

9-
- [ ] This was checked for cross-browser compatibility, [including a check against IE11](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#cross-browser-compatibility)
109
- [ ] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/master/packages/kbn-i18n/README.md)
1110
- [ ] [Documentation](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#writing-documentation) was added for features that require explanation or tutorials
1211
- [ ] [Unit or functional tests](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#cross-browser-compatibility) were updated or added to match the most common scenarios
1312
- [ ] This was checked for [keyboard-only and screenreader accessibility](https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Cross_browser_testing/Accessibility#Accessibility_testing_checklist)
13+
- [ ] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server)
14+
- [ ] This was checked for cross-browser compatibility, [including a check against IE11](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#cross-browser-compatibility)
1415

1516
### For maintainers
1617

1718
- [ ] This was checked for breaking API changes and was [labeled appropriately](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#release-notes-process)
18-
- [ ] This includes a feature addition or change that requires a release note and was [labeled appropriately](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#release-notes-process)
19-

.github/workflows/pr-project-assigner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Assign a PR to project based on label
99
steps:
1010
- name: Assign to project
11-
uses: elastic/github-actions/project-assigner@v1.0.1
11+
uses: elastic/github-actions/project-assigner@v1.0.2
1212
id: project_assigner
1313
with:
1414
issue-mappings: |

.github/workflows/project-assigner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Assign issue or PR to project based on label
99
steps:
1010
- name: Assign to project
11-
uses: elastic/github-actions/project-assigner@v1.0.1
11+
uses: elastic/github-actions/project-assigner@v1.0.2
1212
id: project_assigner
1313
with:
1414
issue-mappings: '[{"label": "Team:AppArch", "projectName": "kibana-app-arch", "columnId": 6173895}, {"label": "Feature:Lens", "projectName": "Lens", "columnId": 6219363}, {"label": "Team:Canvas", "projectName": "canvas", "columnId": 6187593}]'

.i18nrc.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,18 @@
2222
"interpreter": "src/legacy/core_plugins/interpreter",
2323
"kbn": "src/legacy/core_plugins/kibana",
2424
"kbnDocViews": "src/legacy/core_plugins/kbn_doc_views",
25-
"management": ["src/legacy/core_plugins/management", "src/plugins/management"],
25+
"management": [
26+
"src/legacy/core_plugins/management",
27+
"src/plugins/management"
28+
],
29+
"advancedSettings": "src/plugins/advanced_settings",
2630
"kibana_react": "src/legacy/core_plugins/kibana_react",
2731
"kibana-react": "src/plugins/kibana_react",
2832
"kibana_utils": "src/plugins/kibana_utils",
2933
"navigation": "src/plugins/navigation",
3034
"newsfeed": "src/plugins/newsfeed",
3135
"regionMap": "src/legacy/core_plugins/region_map",
36+
"savedObjects": "src/plugins/saved_objects",
3237
"server": "src/legacy/server",
3338
"statusPage": "src/legacy/core_plugins/status_page",
3439
"telemetry": "src/legacy/core_plugins/telemetry",
@@ -43,6 +48,7 @@
4348
"visTypeTimeseries": ["src/legacy/core_plugins/vis_type_timeseries", "src/plugins/vis_type_timeseries"],
4449
"visTypeVega": "src/legacy/core_plugins/vis_type_vega",
4550
"visTypeVislib": "src/legacy/core_plugins/vis_type_vislib",
51+
"visTypeXy": "src/legacy/core_plugins/vis_type_xy",
4652
"visualizations": [
4753
"src/plugins/visualizations",
4854
"src/legacy/core_plugins/visualizations"

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.18.0
1+
10.19.0

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.18.0
1+
10.19.0

.sass-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ files:
33
- 'src/legacy/core_plugins/metrics/**/*.s+(a|c)ss'
44
- 'src/legacy/core_plugins/timelion/**/*.s+(a|c)ss'
55
- 'src/legacy/core_plugins/vis_type_vislib/**/*.s+(a|c)ss'
6+
- 'src/legacy/core_plugins/vis_type_xy/**/*.s+(a|c)ss'
67
- 'x-pack/legacy/plugins/rollup/**/*.s+(a|c)ss'
78
- 'x-pack/legacy/plugins/security/**/*.s+(a|c)ss'
89
- 'x-pack/legacy/plugins/canvas/**/*.s+(a|c)ss'

NOTICE.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ which is available under a "MIT" license. The files based on this license are:
162162
- windows_priv_escalation_via_accessibility_features.json
163163
- windows_persistence_via_application_shimming.json
164164
- windows_execution_via_trusted_developer_utilities.json
165-
- windows_execution_via_net_com_assemblies.json
166-
- windows_execution_via_connection_manager.json
167165

168166
MIT License
169167

0 commit comments

Comments
 (0)