forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
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 alerting/np-migration
* master: (60 commits) [SIEM] Create template timeline (elastic#63136) load react component lazily in so management section (elastic#64285) Cleanup .eslingignore and add target (elastic#64617) [Ingest] Support yaml variables in datasource (elastic#64459) typescript-ify portions of src/optimize (elastic#64688) [ngSanitize] add explicit dependencies to all uses of `ngSanitize` angular module (elastic#64546) Consolidate downloading plugin bundles to bootstrap script (elastic#64685) [Maps] disable edit layer button when flyout is open for add layer or map settings (elastic#64230) chore(NA): add async import into infra plugin to reduce apm bundle size (elastic#63292) [Maps] fix edit filter (elastic#64586) [SIEM][Detections] Adds large list support using REST endpoints Replace a number of any-ed styled(eui*) with accurate types (elastic#64555) [Endpoint] Recursive resolver children (elastic#61914) [ML] Fix new job wizard with multiple indices (elastic#64567) Use short URLs for legacy plugin deprecation warning (elastic#64540) [Uptime] Update uptime ml job id to limit to 64 char (elastic#64394) [Ingest] Fix GET /enrollment-api-keys/null error (elastic#64595) Consolidate cross-cutting concerns between region & coordinate maps in new maps_legacy plugin (elastic#64123) ES UI new platform cleanup (elastic#64332) [Event Log] use @timestamp field for queries (elastic#64391) ...
- Loading branch information
Showing
3,220 changed files
with
95,144 additions
and
79,503 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,48 @@ | ||
node_modules | ||
bower_components | ||
/data | ||
/optimize | ||
/build | ||
/target | ||
**/*.js.snap | ||
**/graphql/types.ts | ||
/.es | ||
/plugins | ||
/build | ||
/built_assets | ||
/data | ||
/html_docs | ||
/src/plugins/data/common/es_query/kuery/ast/_generated_/** | ||
/src/plugins/vis_type_timelion/public/_generated_/** | ||
src/legacy/core_plugins/vis_type_vislib/public/vislib/__tests__/lib/fixtures/mock_data | ||
/src/legacy/ui/public/flot-charts | ||
/optimize | ||
/plugins | ||
/test/fixtures/scenarios | ||
/src/legacy/core_plugins/console/public/webpackShims | ||
/x-pack/build | ||
node_modules | ||
target | ||
|
||
!/.eslintrc.js | ||
|
||
# plugin overrides | ||
/src/core/lib/kbn_internal_native_observable | ||
/src/legacy/core_plugins/console/public/tests/webpackShims | ||
/src/legacy/core_plugins/console/public/webpackShims | ||
/src/legacy/plugin_discovery/plugin_pack/__tests__/fixtures/plugins/broken | ||
/src/legacy/ui/public/flot-charts | ||
/src/legacy/ui/public/utils/decode_geo_hash.js | ||
/src/plugins/data/common/es_query/kuery/ast/_generated_/** | ||
/src/plugins/vis_type_timelion/public/_generated_/** | ||
/src/plugins/vis_type_timelion/public/webpackShims/jquery.flot.* | ||
/src/core/lib/kbn_internal_native_observable | ||
/packages/*/target | ||
/packages/eslint-config-kibana | ||
/packages/kbn-pm/dist | ||
/packages/kbn-plugin-generator/sao_template/template | ||
/packages/kbn-ui-framework/dist | ||
/packages/kbn-ui-framework/doc_site/build | ||
/packages/kbn-ui-framework/generator-kui/*/templates/ | ||
/packages/kbn-test/src/functional_test_runner/__tests__/fixtures/ | ||
/packages/kbn-test/src/functional_test_runner/lib/config/__tests__/fixtures/ | ||
/x-pack/legacy/plugins/maps/public/vendor/** | ||
/x-pack/coverage | ||
/x-pack/build | ||
/x-pack/legacy/plugins/**/__tests__/fixtures/** | ||
/packages/kbn-interpreter/src/common/lib/grammar.js | ||
/x-pack/legacy/plugins/apm/e2e/cypress/**/snapshots.js | ||
/x-pack/legacy/plugins/canvas/canvas_plugin | ||
/x-pack/legacy/plugins/canvas/canvas_plugin_src/lib/flot-charts | ||
/x-pack/legacy/plugins/canvas/shareable_runtime/build | ||
/x-pack/legacy/plugins/canvas/storybook | ||
/x-pack/legacy/plugins/canvas/canvas_plugin_src/lib/flot-charts | ||
/x-pack/legacy/plugins/infra/common/graphql/types.ts | ||
/x-pack/legacy/plugins/infra/public/graphql/types.ts | ||
/x-pack/legacy/plugins/infra/server/graphql/types.ts | ||
/x-pack/legacy/plugins/apm/e2e/cypress/**/snapshots.js | ||
/src/legacy/plugin_discovery/plugin_pack/__tests__/fixtures/plugins/broken | ||
**/graphql/types.ts | ||
**/*.js.snap | ||
!/.eslintrc.js | ||
/x-pack/legacy/plugins/maps/public/vendor/** | ||
|
||
# package overrides | ||
/packages/eslint-config-kibana | ||
/packages/kbn-interpreter/src/common/lib/grammar.js | ||
/packages/kbn-plugin-generator/sao_template/template | ||
/packages/kbn-pm/dist | ||
/packages/kbn-test/src/functional_test_runner/__tests__/fixtures/ | ||
/packages/kbn-test/src/functional_test_runner/lib/config/__tests__/fixtures/ | ||
/packages/kbn-ui-framework/dist | ||
/packages/kbn-ui-framework/doc_site/build | ||
/packages/kbn-ui-framework/generator-kui/*/templates/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.