Kibana Machine
b1c6f74ef0
remove unused enrollment path ( #117063 ) ( #117201 )
...
Co-authored-by: Bryan Clement <bclement01@gmail.com>
2021-11-05 21:18:05 +00:00
Tyler Smalley
fe908bae95
Updates Github link references from master to main ( #116789 ) ( #116792 )
...
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
# Conflicts:
# .github/ISSUE_TEMPLATE/v8_breaking_change.md
# .github/PULL_REQUEST_TEMPLATE.md
# dev_docs/contributing/best_practices.mdx
# dev_docs/key_concepts/anatomy_of_a_plugin.mdx
# docs/developer/contributing/interpreting-ci-failures.asciidoc
# examples/routing_example/public/app.tsx
# legacy_rfcs/text/0005_route_handler.md
# legacy_rfcs/text/0006_management_section_service.md
# legacy_rfcs/text/0015_bazel.md
# packages/kbn-spec-to-console/README.md
# src/dev/code_coverage/docs/team_assignment/README.md
# src/plugins/embeddable/README.asciidoc
2021-10-29 10:08:30 -07:00
Søren Louv-Jansen
ce08a8ea9a
Rename apm-generator
to apm-synthtrace
( #116075 ) ( #116420 )
2021-10-27 13:29:28 +01:00
Garrett Spong
3a7a7eebc8
[7.x] Fix adding prepackaged rules via fleet plugin ( #114467 ) ( #115693 )
...
* Fix adding prepackaged rules via fleet plugin (#114467 )
Co-authored-by: Garrett Spong <garrett.spong@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
# x-pack/plugins/security_solution/server/endpoint/endpoint_app_context_services.ts
# x-pack/plugins/security_solution/server/lib/detection_engine/routes/__mocks__/index.ts
# x-pack/plugins/security_solution/server/plugin.ts
* Fixing mocks
* skips flaky test
Co-authored-by: Georgii Gorbachev <georgii.gorbachev@elastic.co>
Co-authored-by: Gloria Hornero <snootchie.boochies@gmail.com>
2021-10-20 10:22:06 -04:00
Stacey Gammon
85de60a4a5
Add pluginTeam to plugin API ci stats ( #115007 ) ( #115411 )
...
* Add pluginTeam to ci stats for easier higher level groupings
* Updated docs
# Conflicts:
# api_docs/alerting.json
# api_docs/alerting.mdx
# api_docs/core.json
# api_docs/core.mdx
# api_docs/core_application.mdx
# api_docs/core_chrome.mdx
# api_docs/core_http.mdx
# api_docs/core_saved_objects.mdx
# api_docs/data.mdx
# api_docs/data_autocomplete.mdx
# api_docs/data_query.mdx
# api_docs/data_search.json
# api_docs/data_search.mdx
# api_docs/data_ui.mdx
# api_docs/data_views.json
# api_docs/data_views.mdx
# api_docs/deprecations_by_api.mdx
# api_docs/deprecations_by_plugin.mdx
# api_docs/event_log.json
# api_docs/plugin_directory.mdx
# api_docs/reporting.json
# api_docs/saved_objects.json
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-19 15:12:30 -04:00
Stacey Gammon
95adefa755
api docs ( #114565 ) ( #115002 )
...
# Conflicts:
# api_docs/apm.json
# api_docs/core.json
# api_docs/core.mdx
# api_docs/core_application.mdx
# api_docs/core_chrome.mdx
# api_docs/core_http.mdx
# api_docs/core_saved_objects.mdx
# api_docs/data.json
# api_docs/data.mdx
# api_docs/data_autocomplete.mdx
# api_docs/data_query.mdx
# api_docs/data_search.mdx
# api_docs/data_ui.mdx
# api_docs/data_views.json
# api_docs/data_views.mdx
# api_docs/deprecations_by_api.mdx
# api_docs/event_log.json
# api_docs/interactive_setup.json
# api_docs/interactive_setup.mdx
# api_docs/kbn_config.mdx
# api_docs/kbn_es_query.mdx
# api_docs/plugin_directory.mdx
# api_docs/security_solution.mdx
2021-10-14 12:09:47 -04:00
Kibana Machine
1eb212e7e4
Update dependency @elastic/charts to v37 (master) ( #113968 ) ( #114645 )
...
Co-authored-by: Marco Vettorello <vettorello.marco@gmail.com>
2021-10-12 18:22:11 +00:00
Stacey Gammon
e92a945ab1
Add packages to our API documentation ( #113564 ) ( #114513 )
...
* Add packages
* Update docs
* Fix test and types
* debug heap size
* remove debug heap line
* updated docs
# Conflicts:
# api_docs/alerting.mdx
# api_docs/apm.json
# api_docs/core.mdx
# api_docs/core_application.mdx
# api_docs/core_chrome.mdx
# api_docs/core_http.mdx
# api_docs/core_saved_objects.mdx
# api_docs/custom_integrations.mdx
# api_docs/data.json
# api_docs/data.mdx
# api_docs/data_autocomplete.mdx
# api_docs/data_data_views.json
# api_docs/data_data_views.mdx
# api_docs/data_query.mdx
# api_docs/data_search.mdx
# api_docs/data_ui.mdx
# api_docs/deprecations_by_api.mdx
# api_docs/deprecations_by_plugin.mdx
# api_docs/discover_enhanced.json
# api_docs/embeddable.json
# api_docs/event_log.mdx
# api_docs/fleet.mdx
# api_docs/home.json
# api_docs/index_management.json
# api_docs/interactive_setup.mdx
# api_docs/kibana_legacy.json
# api_docs/kibana_legacy.mdx
# api_docs/observability.mdx
# api_docs/plugin_directory.mdx
# api_docs/security_oss.mdx
2021-10-11 13:58:18 -04:00
Yaroslav Kuznietsov
0058764851
[MetricVis] Move the expression function and renderer to a separate plugin. ( #113427 ) ( #114384 )
...
* Added expressionMetricVis plugin.
* splitted metric vis_type and expression.
* Fixed check errors.
* Fixed plugin docs.
* updated snapshots.
* Added code owner to expressionMetricVis.
* updated chart docs.
* Changed the `Metric` type export.
* Added storybook.
* Added bucket story.
* Added without label story.
* Added "with custom font size" story.
* Added other stories.
* Added DatatableColumn accessors.
* Replaced Metric with MetricOptions.
* Fixed MetricOptions.any
* updated the check of min/max existence.
* Updated function/renderer names.
metricRenderer -> metricVisRenderer
metricFunction -> metricVisFunction
* updated snapshot.
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
# .github/CODEOWNERS
# packages/kbn-optimizer/limits.yml
# src/dev/code_coverage/ingest_coverage/__tests__/enumerate_patterns.test.js
# src/dev/code_coverage/ingest_coverage/__tests__/transforms.test.js
2021-10-08 04:28:29 -04:00
Joe Portner
b63428a70a
[7.x] Remove securityOss plugin ( #113946 ) ( #114322 )
...
* Remove securityOss plugin (#113946 )
# Conflicts:
# .eslintrc.js
# .github/CODEOWNERS
# api_docs/security_oss.mdx
# packages/kbn-optimizer/limits.yml
# scripts/functional_tests.js
# x-pack/plugins/translations/translations/ja-JP.json
# x-pack/plugins/translations/translations/zh-CN.json
* Add unintentionally removed translations
* Fix jest test
2021-10-07 16:45:09 -04:00
Stacey Gammon
2fd5d20ec4
Clean up task manager public setup contract to improve readability and API docs ( #113415 ) ( #113543 )
...
* Improve API docs for task manager
* Update docs
2021-09-30 13:13:54 -04:00
Stacey Gammon
5d1916baae
Add a plugin directory page to the docs build ( #112862 ) ( #113314 )
...
* Write plugin directory doc as part of api docs build.
* Replace service folder with the new name for index patterns
* Updated docs
* small update
* update docs
# Conflicts:
# api_docs/actions.mdx
# api_docs/apm.json
# api_docs/core.mdx
# api_docs/core_application.mdx
# api_docs/core_chrome.mdx
# api_docs/core_http.mdx
# api_docs/core_saved_objects.mdx
# api_docs/data.json
# api_docs/data.mdx
# api_docs/data_autocomplete.mdx
# api_docs/data_data_views.json
# api_docs/data_data_views.mdx
# api_docs/data_query.mdx
# api_docs/data_search.json
# api_docs/data_search.mdx
# api_docs/data_ui.mdx
# api_docs/deprecations_by_api.mdx
# api_docs/deprecations_by_plugin.mdx
# api_docs/event_log.mdx
# api_docs/maps.json
# api_docs/maps.mdx
# api_docs/maps_ems.json
# api_docs/maps_ems.mdx
# api_docs/observability.mdx
# api_docs/saved_objects.json
# api_docs/security_solution.mdx
2021-09-28 16:58:56 -04:00
Stratoula Kalafateli
f3a4520c30
Move timeseries to vis_types folder ( #112228 ) ( #112646 )
...
* Move timeseries to vis_types folder
* Fix jest
* Fix types
* Fix more types
* Fix types
* fix jest tests
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
# .github/CODEOWNERS
# api_docs/data.json
# api_docs/deprecations_by_plugin.mdx
2021-09-21 09:17:56 -04:00
Stratoula Kalafateli
40e0ce8772
Move to vis_types folder part 3 ( #112084 ) ( #112243 )
...
* Move to vis_types folder part 3
* Fix jest tests
# Conflicts:
# .github/CODEOWNERS
# .i18nrc.json
# api_docs/data.json
# api_docs/vis_type_timelion.json
2021-09-15 10:17:34 -04:00
Stacey Gammon
ede34a84a2
Clean up some of the API doc code ( #111635 ) ( #112085 )
...
* Clean up api doc infra
* updated docs
* Update api dics
# Conflicts:
# api_docs/actions.mdx
# api_docs/alerting.json
# api_docs/core.mdx
# api_docs/core_application.mdx
# api_docs/core_chrome.mdx
# api_docs/core_http.mdx
# api_docs/core_saved_objects.mdx
# api_docs/data.json
# api_docs/data.mdx
# api_docs/data_autocomplete.mdx
# api_docs/data_index_patterns.json
# api_docs/data_index_patterns.mdx
# api_docs/data_query.mdx
# api_docs/data_search.mdx
# api_docs/data_ui.mdx
# api_docs/deprecations_by_api.mdx
# api_docs/deprecations_by_plugin.mdx
# api_docs/discover_enhanced.json
# api_docs/expressions.mdx
# api_docs/interactive_setup.json
# api_docs/interactive_setup.mdx
# api_docs/kibana_legacy.json
# api_docs/kibana_legacy.mdx
# api_docs/observability.json
# api_docs/rule_registry.json
# api_docs/saved_objects.json
# api_docs/security_solution.json
# api_docs/security_solution.mdx
# api_docs/timelines.json
# api_docs/timelines.mdx
# api_docs/url_forwarding.json
2021-09-14 10:44:20 -04:00
Uladzislau Lasitsa
7c49a2d7b7
[7.x] Timelion App removal ( #110255 ) ( #111851 )
...
* Timelion App removal (#110255 )
* Remove timelion app and stuff which related to it
* Fix CI
* Fix lint
* Fix tests
* Fix tests
* Fis tests
* Fix some comments
* Clean up
* fix CI
* fix some comments
* Fix deprecation examples
* Return `enabled` property in config for timelion vis
* Remove unused angular lib
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Alexey Antonov <alexwizp@gmail.com>
* Fix CI
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Alexey Antonov <alexwizp@gmail.com>
2021-09-10 15:57:40 -04:00
Stratoula Kalafateli
c13f6ad381
Move to vis_types folder part 2 ( #110574 ) ( #111092 )
...
* Move to vis_types folder part 2
* fix jest tests
* do some tests
* revert
* Test Tiago's fix
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
# .github/CODEOWNERS
2021-09-03 06:47:26 -04:00
Stacey Gammon
53fa5ff3fd
API Doc Fixes ( #109685 ) ( #110466 )
...
* Fixes
- Fix bad formatting of deprecated apis by plugin
- Collect deprecated apis recursively
- Include unreferenced apis in Deprecated apis by API page.
* Fix unreferenced dep list
* check in updated docs
* Fix the issue with saved objects management plugin docs not being included
* adding the new docs after fixing some docs missing
* update api docs
# Conflicts:
# api_docs/apm.json
# api_docs/charts.mdx
# api_docs/core.mdx
# api_docs/core_application.mdx
# api_docs/core_chrome.json
# api_docs/core_chrome.mdx
# api_docs/core_http.mdx
# api_docs/core_saved_objects.mdx
# api_docs/data.json
# api_docs/data.mdx
# api_docs/data_autocomplete.mdx
# api_docs/data_index_patterns.json
# api_docs/data_index_patterns.mdx
# api_docs/data_query.mdx
# api_docs/data_search.json
# api_docs/data_search.mdx
# api_docs/data_ui.mdx
# api_docs/deprecations_by_api.mdx
# api_docs/deprecations_by_plugin.mdx
# api_docs/expression_shape.json
# api_docs/expression_shape.mdx
# api_docs/expressions.json
# api_docs/field_formats.json
# api_docs/fleet.json
# api_docs/kibana_react.json
# api_docs/kibana_react.mdx
# api_docs/lists.json
# api_docs/observability.json
# api_docs/reporting.json
# api_docs/rule_registry.json
# api_docs/rule_registry.mdx
# api_docs/security_solution.json
# api_docs/security_solution.mdx
# api_docs/timelines.json
# api_docs/timelines.mdx
# api_docs/visualizations.mdx
2021-08-30 11:02:04 -04:00
Kibana Machine
9e06a9afcc
[7.x] [Discover] Remove Angular from doc viewer ( #109368 ) ( #109786 )
...
* [Discover] Remove Angular from doc viewer (#109368 )
* Remove angular from doc viewer
* Remove types
* Remove plugin_functional for angular doc_view, since testing angular is no longer necessary
* Update doc_views.ts
* Delete test/plugin_functional/test_suites/doc_views directory
* Update config.ts
Co-authored-by: Matthias Wilhelm <matthias.wilhelm@elastic.co>
Co-authored-by: Matthias Wilhelm <ankertal@gmail.com>
2021-08-26 15:44:38 -04:00
Joe Portner
492de4ecdd
Remove spacesOss plugin ( #109258 ) ( #109649 )
...
# Conflicts:
# .eslintrc.js
# .github/CODEOWNERS
# src/plugins/dashboard/kibana.json
2021-08-23 15:19:50 -04:00
Kibana Machine
32ebd0af7b
[Data cleanup] unify serializable state ( #107745 ) ( #108020 )
...
* Use Serializable from package
* Rename to align with core
* fix
* more replacements
* docssss
* fix
* Move it to @kbn/utility-types and remove core export
* buildy build
* tests
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Liza Katz <lizka.k@gmail.com>
2021-08-10 13:33:44 +00:00
Stacey Gammon
7111bcf5f4
Fix the API docs bug, where optional functions on interfaces were losing their children. ( #107236 ) ( #107905 )
...
* Fix the bug and update tests
* update api docs
* Fix tests
# Conflicts:
# api_docs/charts.mdx
# api_docs/data.json
# api_docs/data.mdx
# api_docs/data_autocomplete.mdx
# api_docs/data_field_formats.mdx
# api_docs/data_index_patterns.mdx
# api_docs/data_query.mdx
# api_docs/data_search.json
# api_docs/data_search.mdx
# api_docs/data_ui.mdx
# api_docs/deprecations_by_api.mdx
# api_docs/deprecations_by_plugin.mdx
# api_docs/es_ui_shared.mdx
# api_docs/fleet.mdx
# api_docs/reporting.json
# api_docs/rule_registry.mdx
# api_docs/security_solution.json
# api_docs/security_solution.mdx
# api_docs/timelines.json
# api_docs/timelines.mdx
# api_docs/visualizations.mdx
2021-08-09 12:51:00 -04:00
Kibana Machine
b1117dce3c
[RAC] integrating rbac search strategy with alert table ( #107242 ) ( #107822 )
...
### Summary
We are integrating alert search strategy with RBAC on top of alert tables for security solution and o11y.
Co-authored-by: Xavier Mouligneau <189600+XavierM@users.noreply.github.com>
2021-08-05 23:31:47 -04:00
Stacey Gammon
0b9be5df45
Remove line numbers from the json files ( #107158 ) ( #107758 )
...
* Stop tracking line numbers
* Updated api docs
* Fix type error and update tests
* wrap label in encodeURIComponent for the links
* Update docs after encodeUriComponent change
# Conflicts:
# api_docs/apm.json
# api_docs/canvas.json
# api_docs/core.json
# api_docs/core_saved_objects.json
# api_docs/data.json
# api_docs/data.mdx
# api_docs/data_autocomplete.mdx
# api_docs/data_field_formats.json
# api_docs/data_field_formats.mdx
# api_docs/data_index_patterns.json
# api_docs/data_index_patterns.mdx
# api_docs/data_query.mdx
# api_docs/data_search.json
# api_docs/data_search.mdx
# api_docs/data_ui.mdx
# api_docs/deprecations_by_api.mdx
# api_docs/deprecations_by_plugin.mdx
# api_docs/home.json
# api_docs/lens.json
# api_docs/monitoring.json
# api_docs/presentation_util.json
# api_docs/security.json
# api_docs/security_solution.json
# api_docs/timelines.json
2021-08-05 12:26:16 -04:00
Madison Caldwell
475e9e8541
[RAC][Security Solution] Add base Security Rule Type ( #105096 ) ( #107755 )
...
* injects bulkCreate and wrapHits to individual rule executors
* WIP create_security_rule_type_factory based on Marshall's work in #d3076ca54526ea0e61a9a99e1c1bce854806977e
* removes ruleStatusService from old rule executors, fixes executor unit tests
* fixes rebase
* Rename reference_rules to rule_types
* Fix type errors
* Fix type errors in base security rule factory
* Additional improvements to types and interfaces
* More type alignment
* Fix remaining type errors in query rule
* Add validation / inject lists plugin
* Formatting
* Improvements to typing
* Static typing on executors
* cleanup
* Hook up params for query/threshold rules... includes exceptionsList and daterange tuple
* Scaffolding for wrapHits and bulkCreate
* Add error handling / status reporting
* Fixup alert type state
* Begin threshold
* Begin work on threshold state
* Organize rule types
* Export base security rule types
* Fixup lifecycle static typing
* WrapHits / bulk changes
* Field mappings (partial)
* whoops
* Remove redundant params
* More flexibile implementation of bulkCreateFactory
* Add mappings
* Finish query rule
* Revert "Remove redundant params"
This reverts commit 87aff9c810
.
* Revert "whoops"
This reverts commit a7771bd392
.
* Fixup return types
* Use alertWithPersistence
* Fix import
* End-to-end rule mostly working
* Fix bulkCreate
* Bug fixes
* Bug fixes and mapping changes
* Fix indexing
* cleanup
* Fix type errors
* Test fixes
* Fix query tests
* cleanup / rename kibana.rac to kibana
* Remove eql/threshold (for now)
* Move technical fields to package
* Add indexAlias and buildRuleMessageFactory
* imports
* type errors
* Change 'kibana.rac.*' to 'kibana.*'
* Fix lifecycle tests
* Single alert instance
* fix import
* Fix type error
* Fix more type errors
* Fix query rule type test
* revert to previous ts-expect-error
* type errors again
* types / linting
* General readability improvements
* Add invariant function from Dmitrii's branch
* Use invariant and constants
* Improvements to field mappings
* More test failure fixes
* Add refresh param for bulk create
* Update more field refs
* Actually use refresh param
* cleanup
* test fixes
* changes to rule creation script
* Fix created signals count
* Use ruleId
* Updates to bulk indexing
* Mapping updates
* Cannot use 'strict' for dynamic setting
Co-authored-by: Marshall Main <marshall.main@elastic.co>
Co-authored-by: Ece Ozalp <ozale272@newschool.edu>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Marshall Main <marshall.main@elastic.co>
Co-authored-by: Ece Ozalp <ozale272@newschool.edu>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-05 12:18:29 -04:00
Stacey Gammon
2fcf3e49ea
Improve deprecated API list, and update api docs ( #106942 ) ( #107441 )
...
* Code to adjust deprecated api list
* updated docs
* fix and update tests
# Conflicts:
# api_docs/core.json
# api_docs/data.json
# api_docs/data.mdx
# api_docs/data_autocomplete.mdx
# api_docs/data_field_formats.mdx
# api_docs/data_index_patterns.json
# api_docs/data_index_patterns.mdx
# api_docs/data_query.mdx
# api_docs/data_search.mdx
# api_docs/data_ui.mdx
# api_docs/deprecations.mdx
# api_docs/kibana_react.mdx
# api_docs/security_solution.json
# api_docs/security_solution.mdx
2021-08-02 16:44:47 -04:00
Tim Roes
cb048c52a5
Make onChange in CodeEditor optional ( #107128 ) ( #107163 )
...
* Make onChang in CodeEditor optional
* Update api docs
# Conflicts:
# api_docs/kibana_react.mdx
2021-07-29 12:10:23 -04:00
Christos Nasikas
7f534165ae
[Cases] Migrate to new Connectors APIs ( #102662 ) ( #107140 )
...
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-29 09:48:36 -04:00
Yuliia Naumenko
2c3734073d
resolved conflicts ( #107009 )
...
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-28 13:19:08 -04:00
spalger
78b3b3b98b
Revert "[i18n] [7.x] Integrate 7.14.0 Translations ( #106359 )"
...
This reverts commit 4d356ed432
.
2021-07-22 13:47:56 -07:00
Ahmad Bamieh
4d356ed432
[i18n] [7.x] Integrate 7.14.0 Translations ( #106359 )
2021-07-22 11:41:06 -04:00
Yuliia Naumenko
bd5032eb3c
[Alerting] Renamed Alerting framework AlertsClient to RulesClient according to the new terminology. ( #106382 ) ( #106508 )
...
* [Alerting] Renamed Alerting framework AlertsClient to RulesClient according to the new terminology.
* fixed path
* fixed type checks
* fixed type checks
2021-07-22 07:49:53 -04:00
Thomas Neirynck
f5fdacc681
[Maps] Auto generate legends and styles from mvt data ( #94811 ) ( #105203 )
2021-07-12 09:28:03 -04:00
Stacey Gammon
3805c55d6e
Update api docs ( #103310 ) ( #103904 )
...
* Update api docs
* update api docs after merge from master
# Conflicts:
# api_docs/core.json
# api_docs/data.json
# api_docs/data_index_patterns.json
# api_docs/licensing.json
# api_docs/saved_objects.json
2021-06-30 13:04:59 -04:00
Kibana Machine
e0f2ed9f1f
Add comments to some alerting plugin public API items ( #101551 ) ( #102130 )
...
* Add comments. Remove ruleType as the second param, not needed.
* Add comments. Remove ruleType as the second param, not needed.
* Fix bad type check and update docs
* update docs
* Remove unused import
* change exports to type to avoid increasing bundle size
* Update x-pack/plugins/alerting/public/plugin.ts
Co-authored-by: ymao1 <ying.mao@elastic.co>
* Update x-pack/plugins/alerting/public/plugin.ts
Co-authored-by: ymao1 <ying.mao@elastic.co>
* Update x-pack/plugins/alerting/public/plugin.ts
Co-authored-by: ymao1 <ying.mao@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: ymao1 <ying.mao@elastic.co>
Co-authored-by: Stacey Gammon <gammon@elastic.co>
Co-authored-by: ymao1 <ying.mao@elastic.co>
2021-06-14 17:51:30 -04:00
Maja Grubic
df392554c3
[Discover] Deangularization of search embeddable ( #100552 ) ( #102027 )
...
* [Discover] Render empty embeddable
* First version of grid embeddable
* More search embeddable
* Almost stable version
* Fixing typescript errors
* Fixing filtering and sorting
* Add data-shared-item to DiscoverGridEmbeddable
* Trigger rerender when title changes
* Fixing incorrectly touched files
* Remove search_embeddable
* Remove lodash
* Fixing imports
* Minor fixes
* Removing unnecessary files
* Minor fix
* Remove unused import
* Applying PR comments
* Applying PR comments
* Removing search embeddable
* Fix missing import
* Addressing PR comments
* Do not memoize saved search component
* Applying Matthias's suggestion
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
# api_docs/deprecations.mdx
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-14 08:30:53 -04:00
Stacey Gammon
d2ee3daa6d
Support owner and description attributes inside the Manifest file, use in API docs ( #101786 ) ( #101841 )
...
* Support owner and description in manifest file, add to mdx output for each plugin
* Update parse_kibana_platform_plugin.ts
* edit a couple kibana.jsons
* Update write_plugin_mdx_docs.ts
* update api docs
* Update core server manifest plugin types
* update core docs
* Fix type_check failure
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-10 15:18:24 -04:00
Kibana Machine
aa3c54879e
Small clean up with Cases plugin API ( #101668 ) ( #101889 )
...
* Clean up public API of cases plugin
1. Don't use export * on index.ts files that define the public API
2. Add comments to the interface show they show up in the API docs
3. Export types that are part of the public API so they show up in the API docs.
4. Fill in information for the up and coming `description` and `owner` items in kibana.json.
* Update returns comments to be more descriptive
* update api docs
* Remove kibana.json attributes, until PR supporting them is merged.
* Change all exports to export type to avoid increase page bundle size
Co-authored-by: Stacey Gammon <gammon@elastic.co>
2021-06-10 14:50:31 +00:00
Quynh Nguyen
0d4edb286a
[7.x] [ML] Move Index Data Visualizer into separate plugin (Part 1) ( #100922 ) ( #101665 )
...
* Resolve merge conflicts
* Make sure CODEOWNERS file is empty
2021-06-09 17:50:33 -04:00
Kibana Machine
083be95600
Improve security server types ( #101661 ) ( #101767 )
...
* Remove RecursiveReadonly wrapper on public API items
* Remove Pick and export some types that are part of the public API
* Udpate api docs
* Export API items that are part of the public API
* Add extra comments
* update api docs
Co-authored-by: Stacey Gammon <gammon@elastic.co>
2021-06-09 16:14:49 +00:00
Stacey Gammon
fba0dcc79e
Improve security plugin return types ( #101492 ) ( #101657 )
...
* Add explicit security types
* Remove sessionTimeout, seems unused
* add comments
* Add comments and fix test since removing the unused APIs
* remove unused import
* wording cleanup
* Export some types that are part of the public API but not exported
* more improvements for api docs
* update security docs
* Update x-pack/plugins/security/public/nav_control/nav_control_service.tsx
Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
* Update x-pack/plugins/security/public/nav_control/nav_control_service.tsx
Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
* Update x-pack/plugins/security/public/plugin.tsx
Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
* Update x-pack/plugins/security/public/plugin.tsx
Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
* remove unneccessary readonly prefix
* Update all api docs
Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
# Conflicts:
# api_docs/data.json
# api_docs/data_index_patterns.json
# api_docs/data_search.json
# api_docs/deprecations.mdx
# api_docs/licensing.json
# api_docs/lists.json
# api_docs/triggers_actions_ui.json
# api_docs/usage_collection.json
2021-06-08 16:26:37 -04:00
Stacey Gammon
2cad521166
Ensure comments on parameters in arrow functions are captured in the docs and ci metrics. ( #100823 ) ( #101087 )
...
* Make sure arrow functions capture parameter comments.
* Update docs
# Conflicts:
# api_docs/apm.json
# api_docs/core.json
# api_docs/data.json
# api_docs/data_index_patterns.json
# api_docs/data_search.json
# api_docs/licensing.json
# api_docs/reporting.json
# api_docs/spaces.json
2021-06-01 17:24:44 -04:00
Alejandro Fernández Gómez
8a62b29374
[Fleet] Remove beats management plugin ( #99789 ) ( #101010 )
...
# Conflicts:
# .github/CODEOWNERS
# api_docs/data.json
# api_docs/data_index_patterns.json
# api_docs/deprecations.mdx
# api_docs/security.json
# api_docs/spaces.json
2021-05-31 13:33:12 -04:00
Kibana Machine
ac96279efe
[Alerting] Passing additional rule fields to rule executor ( #99819 ) ( #100462 )
...
* Passing additional rule fields to rule executor
* Fixing types check
* Api docs
* Adding enabled and actions
* Api docs
* Encapsulating rule information into RuleConfig type
* Functional tests
* Functional tests
* Adding producer, ruleTypeId and ruleTypeName
* Api docs
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: ymao1 <ying.mao@elastic.co>
2021-05-24 12:19:21 -04:00
Kibana Machine
c4b91ace78
Remove circular dependency between features and security ( #100206 ) ( #100341 )
...
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Larry Gregory <larry.gregory@elastic.co>
2021-05-21 16:33:37 -04:00
Stacey Gammon
8ee9c3abc4
Fix a bunch of bugs with APIDocs system ( #99589 ) ( #100417 )
...
* Remove custom code, add in a hack
* remove artifical limit
* Fix arrow functions in interfaces not having children
* Update docs
* Update api docs after merge from master
* update api docs after merge from master
* update api docs
# Conflicts:
# api_docs/core.json
# api_docs/data.json
# api_docs/data_index_patterns.json
# api_docs/deprecations.mdx
# api_docs/features.json
# api_docs/licensing.json
# api_docs/reporting.json
# api_docs/spaces.json
2021-05-20 16:11:31 -04:00
Kibana Machine
1824ef8f77
Sharing saved objects phase 3 ( #94383 ) ( #100158 )
...
Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>
2021-05-14 16:43:17 -04:00
Kibana Machine
198cc09777
Don't retrieve the active space on anonymous pages ( #99514 ) ( #99807 )
...
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Larry Gregory <larry.gregory@elastic.co>
2021-05-11 18:10:11 +00:00
Stacey Gammon
88f9c4ae02
Add support for building a deprecation list with usage ( #99154 ) ( #99538 )
...
* Add support for building a deprecation list with usage
* Update API docs
2021-05-06 17:59:11 -04:00
Alejandro Fernández Haro
47c3e20546
[Usage Collection] Report the number of SOs per type ( #99344 ) ( #99509 )
...
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
# api_docs/core.json
# api_docs/dashboard.json
# api_docs/data.json
# api_docs/data_search.json
# api_docs/fleet.json
# api_docs/infra.json
# api_docs/ml.json
# api_docs/observability.json
# api_docs/presentation_util.json
# api_docs/reporting.json
# api_docs/visualizations.json
2021-05-06 15:08:20 -04:00