Commit graph

1101 commits

Author SHA1 Message Date
Yaroslav Kuznietsov
6046f4633b
[PieVis] Chart expressions pie. (#121612)
* Moved pie_vis to the other.

* Removed not used types.

* Changed docs.

* Fixed labels.

* Fixed more translation labels.

* Changed types of buildExpressionFunction.

* Added limits and extraPublicDir.

* Fixed i18n checks.

* Fixed translations checks.

* Added codeowners to expression_pie.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-01-04 18:01:04 +02:00
Joe Portner
6185ddc94f
Update project assigner actions (#122142) 2021-12-29 12:08:54 -05:00
Brian Seeders
9d46b40c72
Fix step name in skip-failed-test 2021-12-28 13:08:07 -05:00
Brian Seeders
e490cfd9ce
Add token to skip-failed-test action 2021-12-28 12:59:44 -05:00
Brian Seeders
a0e750de97
Add a github action for skipping failed tests via comment (#122088) 2021-12-28 12:34:49 -05:00
Anton Dosov
d154bb29a6
Update app services code owners (#121530) 2021-12-17 17:31:35 +01:00
David Sánchez
6e703d5298
Update codeowners paths for OLM team (#121319) 2021-12-16 10:30:24 +01:00
Marta Bondyra
4dc3643ee3
[Lens] move gauge to chart expression plugin (#120623)
* gauge_expression

* fix

* CI fix

* make plugin required to use its methods

* move non-types from types

* share icon

* bundle, plugin

* load gaugeComponent async

* fix types

* async heatmap

* don't use d3

* optimizations

* feedback

* types

* adjusting the tests to the new max

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-12-15 09:15:41 +01:00
Dima Arnautov
8201bc016e
[ML] API integration tests for ML Anomaly detection alerting rule (#118726)
* WIP AD alerts tests

* update assertion

* delete jobs in afterEach

* add sleep and increase topN buckets

* remove console.log

* update CODEOWNERS
2021-12-07 04:10:38 -07:00
Pierre Gayvallet
c6e9da2810
change ownership of advanced_settings to core team (#120331) 2021-12-03 11:25:11 +01:00
Stratoula Kalafateli
fea4d2acfb
[Visualize] New heatmap implementation with elastic-charts (#118338)
* [WIP][Heatmap] Creates implementation with elastic-charts

* Fix types and connection with vislib

* Add coloring options

* Brush, click events, coloring etc

* Cleaning up the expression function

* Add legend picker, fix sorting and other fixes

* Further fixes

* Use the shared expression to Lens and cleanup

* PrepareLogTables for new expression function

* Use common renderer and expression function with lens

* Fix i18n

* Small tweaks

* Add unit tests

* Adds a unit test to the heatmap component

* update plugin list

* Fix types

* Fix types

* update limits

* Change to the expression function

* Cleanup translations

* Refactor to use vis

* Fix types

* further cleanup of the translations

* register new setting

* Fix sorting for histogram

* Adds functional tests for the new nisualize heatmap

* Cleanup

* Fix

* Apply PR comments

* Address PR comments

* Fix i18n

* Fix i18n

* Makes the <Heatmap /> id dynamic

* reverse

* fix translation file

* Apply design PR comments

* Fix package

* More fixes

* Fix brush problem

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-30 19:40:02 +02:00
Stratoula Kalafateli
8498fefb35
Fix codeowners file (#119564) 2021-11-24 10:49:52 +02:00
Stratoula Kalafateli
cccc54fd6d
Removes the kibana_legacy plugin (#118672)
* Removes kibana_legacy plugin

* Update translations

* Move functions to canvas and monitpring plugins

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-24 10:33:04 +02:00
Matthew Kime
67ebc5df26
rename index pattern editor to data view editor (#119264)
* rename index pattern editor to data view editor
2021-11-23 07:10:23 -06:00
Matthew Kime
25ddd37cba
rename index pattern management to data view management (#119260)
* rename index pattern management to data view management
2021-11-22 10:56:32 -06:00
Matthew Kime
124a3d9db7
IndexPatternFieldEditor => DataViewFieldEditor (#119261)
* rename indexPatternFieldEditor
2021-11-22 09:12:33 -06:00
Joe Reuter
998a0db2cf
move management app to stack management team (#119172) 2021-11-19 20:25:27 +01:00
Christos Nasikas
ed4feb8f35
[Cases] Rename functional tests folder (#118490) 2021-11-15 21:45:16 +02:00
Pete Hampton
a8e81401dd
Add security telemetry codeowners to sec telemetry server code files. (#118506)
* Add security telemetry codeowners to sec telemetry server code files.

* Update comment heading.
2021-11-15 17:40:41 +00:00
Gloria Hornero
f564268c40
fixes (#118089)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-15 18:16:37 +01:00
Alejandro Fernández Gómez
195ea913fd
Refine CODEOWNERS for the observability plugin (#118157) 2021-11-11 16:43:07 +01:00
Anton Dosov
ed7faa8524
Update app services code owners (#118194)
* Be regular code-owner for previously CC directories
* Remove /x-pack/plugins/drilldowns as there is no such path anymore
* Add /examples/search_examples/ as CO
* Remove any duplicates
2021-11-11 11:51:15 +01:00
Gloria Hornero
92e462c5e1
adds 'sec-eng-prod' as owners from some of the security solution cypress tests (#118055)
Co-authored-by: Gloria Hornero <gloria.hornero@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-09 12:28:15 -06:00
Anton Dosov
bc56e60d58
[kibana_react] Extract <FieldButton /> and <FieldIcon/> to a package (#115377) 2021-11-08 17:33:14 +01:00
Mikhail Shustov
41216f2f88
add Core team as owner for typings folder (#117349) 2021-11-03 17:35:58 +01:00
Gil Raphaelli
a0aee5b714
add the "UI" team label to APM project issues (#116844) 2021-10-29 16:32:36 -04:00
Brian Seeders
19f4b6801f
Revert "add the "UI" team label to APM project issues (#116710)"
This reverts commit dc7410edbe.
2021-10-29 15:57:31 -04:00
Gil Raphaelli
dc7410edbe
add the "UI" team label to APM project issues (#116710) 2021-10-29 15:56:32 -04:00
Tyler Smalley
c4815d319e
Updates Github link references from master to main (#116789)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2021-10-29 09:53:08 -07:00
Brian Seeders
ba367bca40
Change all references of master branch to main (#116654) 2021-10-29 12:29:48 -04:00
Tyler Smalley
d295156eb8
Removes master>main sync (#116553)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2021-10-28 08:45:58 -07:00
Søren Louv-Jansen
01503c5d5d
Add stale bot for APM issues (#116432)
* Add stale bot for APM issues

* Update stale.yml

* Update stale.yml
2021-10-28 04:14:40 -04:00
Thom Heymann
99d07acfce
Interactive setup functional tests (#115274) 2021-10-26 19:03:00 +01:00
Gil Raphaelli
6f779c6d17
use separate token for APM (#116315) 2021-10-26 08:35:26 -07:00
Gil Raphaelli
0dff7d0223
APM project automation (#116306) 2021-10-26 11:16:04 -04:00
Jason Rhodes
fd659b762f
Change to infra-monitoring-ui for CODEOWNERS (#116234)
logs-metrics-ui and stack-monitoring ui teams have merged into one infra-monitoring-ui team inside of observability
2021-10-26 12:29:29 +09:00
Aleh Zasypkin
025861c189
Add API integration tests for Interactive Setup. (#111879) 2021-10-14 20:14:01 +02:00
Luke Elmers
e1e1830f15
[Breaking] Remove /api/settings & the xpack_legacy plugin. (#114730) 2021-10-13 21:20:56 +01:00
Matthew Kime
bfc790ae92
fix codeowners file (#114783) 2021-10-13 12:46:11 -05:00
Yaroslav Kuznietsov
2498b6212c
[MetricVis] Move the expression function and renderer to a separate plugin. (#113427)
* 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>
2021-10-08 08:42:44 +03:00
Joe Portner
64f37e7414
Remove securityOss plugin (#113946) 2021-10-07 17:57:37 +02:00
Pierre Gayvallet
a4b74bd398
[8.0] Remove legacy logging (#112305)
* remove kbn-legacy-logging package

* remove legacy service

* remove legacy appender

* remove LegacyObjectToConfigAdapter

* gix types

* remove @hapi/good / @hapi/good-squeeze / @hapi/podium

* remove `default` appender validation for `root` logger

* remove old config key from kibana-docker

* fix FTR config

* fix dev server

* remove reference from readme

* fix unit test

* clean CLI args and remove quiet option

* fix type

* fix status test config

* remove from test config

* fix snapshot

* use another regexp

* update generated doc

* fix createRootWithSettings

* fix some integration tests

* another IT fix

* yet another IT fix

* (will be reverted) add assertion for CI failure

* Revert "(will be reverted) add assertion for CI failure"

This reverts commit 78d5560f9e.

* switch back to json layout for test

* remove legacy logging config deprecations

* address some review comments

* update documentation

* update kibana.yml config examples

* add config example for `metrics.ops`

Co-authored-by: Tyler Smalley <tyler.smalley@elastic.co>
2021-10-05 13:30:56 +02:00
Caroline Horn
2fad6e92c6
[Getting Started] Added “Add data” button to Global Nav Drawer (#113648)
* Adding EUI as code-owners to KibanaPageTemplate
2021-10-04 15:25:24 -04:00
Matthew Kime
bbb2e96dd5
[data views] Move data views api from data plugin and into its own (#113497)
* initial pass at moving data views into own plugin

* require expressions plugin, fix META_FIELDS reference

* bundle limits and localization

* fix integration test

* update plugin list and jest config

* type fixes

* search fixes

* fix localization

* fix mocks

* fix mocks

* fix stub

* type fixes

* fix import on test file

* path fixes

* remove shorted dotted from data plugin

* more todo removal

* eslint fixes

* eslint fix

* simplify data views server plugin

* simplify data views server plugin

* simplify data views server plugin

* fix imports on api routes

* fix imports on api routes

* update plugin list

* ts fixes

* ts fixes

* add deprecation notice

* fix circular dependency and api integration test

* fix circular dependency and api integration test

* rename types for better clarity

* path fixes

* jest.config and tsconfig cleanup

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-04 12:05:22 -05:00
Tyler Smalley
7a0c2f6244
[CI] Require Tech Lead approval for license overrides (#113349)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2021-09-28 19:57:51 -07:00
Michael Dokolin
16aa9bf85f
[Expressions] Partial results example plugin (#113001)
* Update mapColumn expression function implementation to support partial results
* Add partial results example plugin
2021-09-27 18:54:05 +02:00
Jonathan Buttner
3124f47fa7
Revert "Adding cases team to directories (#112835)" (#112914)
This reverts commit 48b126a2ea.
2021-09-23 11:57:13 -04:00
Jonathan Buttner
48b126a2ea
Adding cases team to directories (#112835) 2021-09-22 11:50:07 -04:00
Stratoula Kalafateli
60500c20af
Move timeseries to vis_types folder (#112228)
* 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>
2021-09-21 13:45:49 +03:00
Spencer
eaf70a0b4e
[kbn/ui-shared-deps] split into two packages (#110558)
* [kbn/ui-shared-deps] split into two packages

* fix asset categorizer

* update snapshots

* reference npm dll from optimizer

Co-authored-by: spalger <spalger@users.noreply.github.com>
2021-09-16 12:06:46 -07:00