Commit graph

681 commits

Author SHA1 Message Date
Alejandro Fernández Haro
fbc8a7176b
[EBT] Split @elastic/analytics package (#130574)
Co-authored-by: Spencer <spencer@elastic.co>
2022-04-20 15:45:37 +02:00
Kfir Peled
b658a4ada9
fixing codeowners for cloud-security-posture team after group renaming (#130585) 2022-04-20 11:25:33 +03:00
Spencer
9ed9c02bae
[kbn/pm] reduce responsibilities (#130592)
* [kbn/pm] reduce responsibilities

* [CI] Auto-commit changed files from 'node scripts/generate packages_build_manifest'

* [CI] Auto-commit changed files from 'yarn kbn run build -i @kbn/pm'

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-04-19 20:43:01 -05:00
Yara Tercero
67304849f5
[Security Solution][Codeowners] - Update threat intel ownership to platform (#130597)
Update threat intel ownership to platform.
2022-04-19 20:28:12 +02:00
Spencer
d8b5f37737
fix missing testing dep for windows dev (#130579) 2022-04-19 10:41:44 -07:00
Clint Andrew Hall
e47bf4b205
[Shared UX] Adopt multi-package strategy - ExitFullScreenButton (#130355)
* [Shared UX] Adopt multi-package strategy - ExitFullScreenButton

* Fixing checks errors

* Fix i18n

* Remove SharedUX deps from Maps

Co-authored-by: Spencer <spencer@elastic.co>
2022-04-15 19:12:46 -05:00
Yuliia Naumenko
a77f340570
[Security Solution] Updated security_solution plugin code owners for sub folders (#128218)
* [Security Solution] Updated security solution codeowners

* fixed due to comments

* fixed due to comments

* added more detection alerts owner folders

* changed ownership for alerts

* changed ownership

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-04-15 14:17:53 -07:00
Michael Dokolin
3627b866a3
[Screenshotting] Documentation (#129794)
* Provide defaults for the screenshotting options to make usage closer to the zero-conf
* Add screenshotting example integration
* Add integration tests to cover screenshotting example
* Add screenshotting plugin readme
* Add tutorial to the developer guide
2022-04-15 08:29:05 +02:00
mgiota
623070bbde
Codeowners observability change (#129980)
* remove observability-ui from Observability Shared

* observability rules page owned by actionable observability
2022-04-12 12:46:20 +02:00
Frank Hassanabad
ce2f6171c1
[Security Solutions] Removes POC transforms (#129673)
## Summary

Removes the `metrics_entities` plugin and POC. As a different direction will be taken and people can look back at the git history for it as they see fit if they need to refer to it. Once it's re-added it it will be through an RFC process and re-discussed.

Earlier PR's which added the POC:

https://github.com/elastic/kibana/pull/96446
https://github.com/elastic/kibana/pull/104559

### Checklist

- [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
2022-04-11 13:41:09 -06:00
Joe Portner
27ff7d3424
Test config settings that are exposed to the browser (#129438) 2022-04-09 07:04:14 -07:00
Tiago Costa
eb0ef19583
chore(NA): upgrades bazel rules nodejs to v5 (#129522)
* chore(NA): upgrade bazel into v5

* chore(NA): initial work to upgrade to rules v5

* chore(NA): remove @elastic/datemath jest unit test for eslint plugin imports

* chore(NA): removed packager tsc_wrapped added my mistake
2022-04-08 20:42:37 +01:00
Stacey Gammon
29b3622d71
Update CODEOWNERS (#129737) 2022-04-07 09:31:02 -04:00
Clint Andrew Hall
d92b7feeff
[typescript] Create Ambient Types package (#129368)
* WIP

* tweak @kbn/ambient-ui-types for special usecase

* remove @types/ for ambient-ui-types, the package is a types package

* Split types; remove duplicate types in packages

* Adjust README

* Update CODEOWNERS

* Addressing feedback

* Move to tsconfig.base.json

* Fix missing types array in kbn/field-types

* Addressing errors

* Return declaration

* move storybook types to storybook specific package

* add codeowner for new package

Co-authored-by: spalger <spencer@elastic.co>
2022-04-06 19:21:24 -05:00
Alejandro Fernández Haro
fcf862220b
Create @elastic/analytics package (#128407)
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-04-05 08:21:57 -07:00
Nodir Latipov
3e2761d981
[Unified search] Create unified search plugin (#127651)
* [Unified search] Create unified search plugin

* add unified_search into USES_STYLED_COMPONENTS

* fix JEST group 4

* update limits for data plugin

* fix: remove unifiedSearch plugin from x-pack/plugins/file_upload

* feat: updated .github/CODEOWNERS and set @elastic/kibana-app-services as a code owner

* apply PR comments

* [CI] Auto-commit changed files from 'node scripts/build_plugin_list_docs'

* feat: moved filter bar, apply filters folders and apply filter action from Data plugin to unified search plugin

* fix Checks

* fix Checks

* fix Linting and Default CI Group #16

* fix Checks

* fix Checks

* fix Linting (with types)

* fix show FILTER_BAR

* fix Jest Tests

* feat replece indexPatternsContranct in setIndexPatterns to DataViewsContract

* feat: removed unnecessary interface in unified search

* fix Checks

* fix Checks

* fix Jest Tests, Checks

* fix Checks

* resolve comments

Co-authored-by: Alexey Antonov <alexwizp@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-04-05 12:23:31 +05:00
Spencer
2ad2a4c271
[eslint] ensure that all imports are resolvable (#129002) 2022-04-04 15:37:06 -04:00
Clint Andrew Hall
77002799c4
Fix typo in CODEOWNERS (#129115)
Blames to #129109
2022-03-31 14:30:57 -04:00
Clint Andrew Hall
1f91eb936b
[shared-ux] Update CODEOWNERS (#129109) 2022-03-31 12:57:38 -05:00
Spencer
92d65484a5
[plugin-discovery] move logic to a package (#128684) 2022-03-29 13:19:58 -06:00
Christos Nasikas
6c27fb8c2a
[Cases] Add more e2e tests (#128347)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-03-29 10:32:45 -07:00
Yaroslav Kuznietsov
072fe63c0b
[XY] Expression chart. (#127150)
* added xy plugin.

* Added expressionXY limits.

* Added xy expression functions to the expression_xy plugin.

* Moved xy to a separate plugin.

* Fixed bugs, caused by the refactoring process.

* Fixed lens snapshots.

* Removed new line.

* Fixed xy_chart tests.

* Added lazy loading for xy chart.

* Fixed xy chart test.

* Fixed broken chart selectors.

* Fixed dashboard tests.

* dashboard test fixed.

* Fixed heatmap vis.

* Smokescreen test fixed.

* more fixes.

* async dashboard tests fixed.

* Fixed xy smokescreen tests selectors.

* fixed show_underlying_data tests.

* Updated snapshots.

* updated limits.

* Fixed more selectors

* Fixed persistent context test.

* Fixed some more test at ml.

* Fixed types and imports

* Fixed handlers.inspectorAdapters.tables.logDatatable

* Fixed logDatatable

* Translations fixed.

* Fixed "Visualize App ... cleans filters and query" test.

* Fixed "lens disable auto-apply tests" test.

* Updated dashboard tests.

* Fixed translations.

* Expression tests fixed.

* Cleaned up expression_xy.

* cleaned up lens xy_visualization.

* Moved XY state types to lens.

* Update src/plugins/chart_expressions/expression_xy/README.md

Co-authored-by: Marta Bondyra <marta.bondyra@gmail.com>

* [CI] Auto-commit changed files from 'node scripts/build_plugin_list_docs'

* Removed yConfig from *Layers types

* Removed not used utils and styles.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Marta Bondyra <marta.bondyra@gmail.com>
2022-03-28 18:17:36 +03:00
Emmanuelle Raffenne
d3d36cf0c1
Action to add issue to AO project (#127312)
* Action to add issue to AO project

* Switch to using richkuz projectnext-assigner as per jasonrhodes suggestion

* Add condition to run only on issues labeled as AO

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-03-23 09:08:49 +00:00
Brian Seeders
a4856b47fa
[failed-test] Auto-label failed-test issues whenever possible (#128089) 2022-03-18 14:44:07 -04:00
Josh Dover
1297d7da56
[Fleet] Update CODEOWNERS for fleet (#127895) 2022-03-16 14:48:09 -04:00
Spencer
6b4e01fc34
Define codeowner for @kbn/type-summarizer 2022-03-14 18:56:35 -06:00
Spencer
1b30d982a0
[kbn/generate] fix type deps and --web help (#127354) 2022-03-09 16:18:39 -06:00
Spencer
cdeea9f0e0
[kbn/bazel-packages] rename (#127350) 2022-03-09 15:10:56 -07:00
Clint Andrew Hall
c4f8fc5995
[shared-ux] CODEOWNERS update (#127169)
Co-authored-by: Spencer <spencer@elastic.co>
2022-03-08 12:00:53 -05:00
Ari Aviran
04f956da3d
[Cloud Posture] Update cloud security posture code owners (#127004) 2022-03-07 15:58:24 +02:00
Jason Rhodes
9514e6be38
Update and rename project-infra-monitoring-ui.yml to add-to-imui-project.yml (#126963)
The previous action was failing with an obscure JSON error, so I've copied the APM and Fleet actions instead.
2022-03-04 16:07:45 -05:00
Jason Rhodes
1ed4aea9e4
Adds workflow for infra monitoring ui team (#126921)
* Adds workflow for infra monitoring ui team

* Adds other labels for our team

* Updates token to general use one

@tylersmalley mentioned this one exists, so it seems like a safer choice for now. Ultimately we may want a single one from the Elastic org that is enabled for every repo that needs it.
2022-03-04 11:23:35 -08:00
Tyler Smalley
70a4f7930f
Revert "Testing project_assigner action for beta projects" (#126952)
This reverts commit eed64fda74.
2022-03-04 11:19:58 -08:00
Jason Rhodes
eed64fda74
Testing project_assigner action for beta projects (#126950)
We suspect this action will not work with GH beta projects, so let's confirm.
2022-03-04 11:17:01 -08:00
Tyler Smalley
646c15c1de
[Github] Remove Security & Ops project assigner (#126939) 2022-03-04 10:01:56 -08:00
Paulo Henrique
e397dabe62
[Security Solution] Session View Plugin (#124575)
Co-authored-by: mitodrummer <karlgodard@elastic.co>
Co-authored-by: Jan Monschke <janmonschke@fastmail.com>
Co-authored-by: Paulo Henrique <paulo.scape@gmail.com>
Co-authored-by: Jack <zizhou.wang@elastic.co>
Co-authored-by: Karl Godard <karl.godard@elastic.co>
Co-authored-by: Jiawei Wu <jiawei.wu@cmd.com>
Co-authored-by: Jiawei Wu <74562234+JiaweiWu@users.noreply.github.com>
Co-authored-by: Ricky Ang <ricky.ang@cmd.com>
Co-authored-by: Rickyanto Ang <rickyangwyn@gmail.com>
Co-authored-by: Jack <wang.zizhou@outlook.com>
Co-authored-by: Maxwell Borden <maxwellborden@gmail.com>
Co-authored-by: Maxwell Borden <Tacklebox@users.noreply.github.com>
2022-03-04 13:54:37 -03:00
Josh Dover
1174ac0cfc
[Fleet] Fix matrix configuration in QA labeling job (#126906) 2022-03-04 14:25:34 +01:00
Josh Dover
91f30ed366
[Fleet] Fix json marshalling in QA labeling job (#126905) 2022-03-04 14:11:37 +01:00
Søren Louv-Jansen
8b994478cb
[backport] Use new backport action (#126542) 2022-03-03 13:36:50 +01:00
Josh Dover
f125202d64
[Fleet] Remove automation for old project board (#126591) 2022-03-01 14:57:07 +00:00
Josh Dover
a228d60864
Fix types for graphql actions (#126589) 2022-03-01 09:17:49 -05:00
Gil Raphaelli
0d75ca6649
Update APM Add to Project Parameter Types (#126533) 2022-02-28 16:52:56 -05:00
Ari Aviran
b95f891ea2 [Security Solution] Initial version of the Cloud Security Posture app (#124816)
Co-authored-by: Ido Cohen <ido.cohen@elastic.co>
Co-authored-by: Or Ouziel <or.ouziel@elastic.co>
Co-authored-by: Yarden Shalom <yarden.shalom@elastic.co>
2022-02-28 13:33:25 -06:00
Josh Dover
9ddb3e8756
[Fleet] Fix event condition in QA label action (#126447) 2022-02-28 12:30:41 +01:00
Josh Dover
e2dd796bdf
[Fleet] Fix github token fetching in QA label action (#126445) 2022-02-28 12:25:15 +01:00
Josh Dover
b00831cedd
Add back Fleet QA labeling automation (#126327)
* Revert "Remove Fleet QA labeling automation (#126244)"

This reverts commit 324245c94c.

* Use pull_request_target event instead

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-02-28 11:37:15 +01:00
Søren Louv-Jansen
4155f166f3
Bump backport to 7.3.0 (#126149) 2022-02-25 01:01:20 +01:00
Josh Dover
324245c94c
Remove Fleet QA labeling automation (#126244) 2022-02-23 14:28:22 +01:00
Vadim Kibana
454f3270d0
remove url generators service (#125927) 2022-02-17 17:07:40 +01:00
Josh Dover
3ff03fcdf9
[Fleet] Fix GITHUB_TOKEN for Fleet QA labeling action (#125918) 2022-02-17 11:57:32 +01:00