Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use camel case for context providers #11

Closed
wants to merge 46 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
d5c4156
Update dependency elastic-apm-node to ^3.37.0 (#136657)
renovate[bot] Jul 19, 2022
ef3213a
[Fleet] Use checkmark icon in download sources table to indicate defa…
criamico Jul 19, 2022
f862943
[Fleet] Fleet Server flyout fixes (#136566)
kpollich Jul 19, 2022
4a06e45
Refactoring overview network to use useSearchStrategy (#136212)
angorayc Jul 19, 2022
88d6440
Bump postcss to ^8 (#136303)
jbudz Jul 19, 2022
5fd5b27
Refactoring network TLS to use useSearchStrategy (#136187)
angorayc Jul 19, 2022
8c844d8
skip flaky suite (#136152)
mistic Jul 19, 2022
bca30a8
[APM] Breadcrumbs not updating from service jump on service map (#13…
cauemarcondes Jul 19, 2022
5644e20
skip flaky suite (#136679)
mistic Jul 19, 2022
f128db1
[Canvas] Switch from style-it to emotion (#114393)
Jul 19, 2022
a2c3323
[Data Views] Remove remaining "any" usage (#136343)
tsullivan Jul 19, 2022
17b7cd7
[Reporting] Unskip flaky png visual match test again (#136483)
tsullivan Jul 19, 2022
aaa3107
[Security Solution][Alerts] Detection engine wildcard exceptions (#13…
marshallmain Jul 19, 2022
9db0728
[api-docs] Daily api_docs build (#136701)
kibanamachine Jul 20, 2022
c652cb4
Migrate dashboard tests to use UI settings (#136585)
Jul 20, 2022
1055b7e
[Dashboard] [Canvas] Added await isEditable handling. (#136607)
Kuznietsov Jul 20, 2022
049da5a
[Dashboard] Fixes Close drilldown flyouts when navigating to dashboar…
Kuznietsov Jul 20, 2022
1716b71
wrapping long tags on agent details page (#136656)
juliaElastic Jul 20, 2022
42f2bc2
[Discover] Fix visibility of saved search grids when one of them is i…
jughosta Jul 20, 2022
3508350
Migrate server-side ES domain to packages (#136297)
pgayvallet Jul 20, 2022
8c23908
[Fleet] Enforce unique names on download binary sources (#136648)
criamico Jul 20, 2022
927770c
[Cloud Posture] use benchmark id in rule config updates (#136270)
orouz Jul 20, 2022
5aad18f
Split core's server-side integration tests into multiple suites (#136…
pgayvallet Jul 20, 2022
092fb35
[ML] Explain log rate spikes: Add field histograms to analysis result…
walterra Jul 20, 2022
f30cfc1
[APM] Adding tech preview on Alert Tab feature (#136615)
kpatticha Jul 20, 2022
aec5dc9
[Enterprise Search] Remove last updated stat card from Index Detail: …
Jul 20, 2022
46697d5
Set crawler default schedule to 24 hours (#136668)
Jul 20, 2022
2f732ae
Adding check to show/hide Avatar form based on whether the user is a …
kc13greiner Jul 20, 2022
c43c827
[Enterprise Search] Do not include precision in the search request wh…
carlosdelest Jul 20, 2022
0c78f8a
[Discover] Fix flattening of _source fields of objects (#136473)
dimaanj Jul 20, 2022
e671125
[Fleet] Fix edit component template without fleet datastream (#136686)
nchaulet Jul 20, 2022
030ff82
[Fleet] Use same action_id for all batches in an uprade (#136663)
nchaulet Jul 20, 2022
816264d
[Reporting] Optimize images buffers handling on PDF generation (#136537)
dokmic Jul 20, 2022
a0df571
[Maps] Add Layer types and settings UI counters (#136306)
nickpeihl Jul 20, 2022
f8bc451
[Cloud Posture] add route handler context (#134774)
orouz Jul 20, 2022
26cb379
Use proper header nesting. (#136559)
justinkambic Jul 20, 2022
e22e3a5
Adding deprecation warning for Interactive Users using ApiKeys (#136422)
kc13greiner Jul 20, 2022
089398b
Bump stylelint to ^14 (#136693)
jbudz Jul 20, 2022
44cf615
add clarification about what versions of Yarn are compatible with the…
cleydyr Jul 20, 2022
7a54e0c
[QA] Drop dead code (#136639)
wayneseymour Jul 20, 2022
1410bc4
[cft] Add pipeline to shutdown deployment (#136659)
jbudz Jul 20, 2022
9a9b497
use camel case for context providers
Jul 20, 2022
8389394
overallStatusLevel
Jul 20, 2022
43ce321
more time for dragdrop (#136618)
flash1293 Jul 20, 2022
6690108
update tests
Jul 20, 2022
a840668
Merge branch 'main' of https://github.com/elastic/kibana into normali…
Jul 20, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 13 additions & 0 deletions .buildkite/pipelines/purge_cloud_deployment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
steps:
- block: "Purge deployment"
prompt: "Fill out the details to shutdown a PR deployment"
fields:
- text: "Pull Request Number"
key: "kibana-pull-request"
if: "build.env('KIBANA_PULL_REQUEST') == null || build.env('KIBANA_PULL_REQUEST') == ''"

- command: .buildkite/scripts/steps/cloud/purge_deployment.sh
label: Purge a cloud deployment
timeout_in_minutes: 10
agents:
queue: kibana-default
2 changes: 1 addition & 1 deletion .buildkite/pipelines/purge_cloud_deployments.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
steps:
- command: .buildkite/scripts/steps/cloud/purge.sh
- command: .buildkite/scripts/steps/cloud/purge_deployments.sh
label: Purge old cloud deployments
timeout_in_minutes: 10
agents:
Expand Down
5 changes: 0 additions & 5 deletions .buildkite/scripts/steps/cloud/purge.sh

This file was deleted.

5 changes: 5 additions & 0 deletions .buildkite/scripts/steps/cloud/purge_deployment.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

set -euo pipefail

ts-node .buildkite/scripts/steps/cloud/purge_deployment.ts
35 changes: 35 additions & 0 deletions .buildkite/scripts/steps/cloud/purge_deployment.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0 and the Server Side Public License, v 1; you may not use this file except
* in compliance with, at your election, the Elastic License 2.0 or the Server
* Side Public License, v 1.
*/

import { execSync } from 'child_process';

const deploymentsListJson = execSync('ecctl deployment list --output json').toString();
const { deployments } = JSON.parse(deploymentsListJson);

const prNumber = parseInt(
process.env.KIBANA_PULL_REQUEST ||
execSync('buildkite-agent meta-data get kibana-pull-request').toString(),
10
);
const deploymentName = `kibana-pr-${prNumber}`;
const deployment = deployments.find((d: any) => d.name === deploymentName);

if (!prNumber || !deployment) {
console.error(`${deploymentName} not found`);
process.exit(1);
}

console.log(`Scheduling deployment for deletion: ${deployment.name} / ${deployment.id}`);
try {
execSync(`ecctl deployment shutdown --force '${deployment.id}'`, { stdio: 'inherit' });
execSync(`vault delete secret/kibana-issues/dev/cloud-deploy/${deployment.name}`, {
stdio: 'inherit',
});
} catch (ex) {
console.error(ex.toString());
}
5 changes: 5 additions & 0 deletions .buildkite/scripts/steps/cloud/purge_deployments.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

set -euo pipefail

ts-node .buildkite/scripts/steps/cloud/purge_deployments.ts
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ module.exports = {
'react-hooks/rules-of-hooks': 'error', // Checks rules of Hooks
'react-hooks/exhaustive-deps': [
'error',
{ additionalHooks: '^(useFetcher|useProgressiveFetcher)$' },
{ additionalHooks: '^(useFetcher|useProgressiveFetcher|useBreadcrumb)$' },
],
},
},
Expand Down
2 changes: 1 addition & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins:
- stylelint-scss
customSyntax: postcss-scss
rules:
color-no-invalid-hex: true
function-calc-no-invalid: true
string-no-newline: true
unit-no-unknown: true
property-no-unknown:
Expand Down
2 changes: 1 addition & 1 deletion api_docs/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/actions
title: "actions"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the actions plugin
date: 2022-07-19
date: 2022-07-20
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/advanced_settings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/advancedSettings
title: "advancedSettings"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the advancedSettings plugin
date: 2022-07-19
date: 2022-07-20
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/aiops.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/aiops
title: "aiops"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the aiops plugin
date: 2022-07-19
date: 2022-07-20
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/alerting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/alerting
title: "alerting"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the alerting plugin
date: 2022-07-19
date: 2022-07-20
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/apm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/apm
title: "apm"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the apm plugin
date: 2022-07-19
date: 2022-07-20
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/banners.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/banners
title: "banners"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the banners plugin
date: 2022-07-19
date: 2022-07-20
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/bfetch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/bfetch
title: "bfetch"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the bfetch plugin
date: 2022-07-19
date: 2022-07-20
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'bfetch']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/canvas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/canvas
title: "canvas"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the canvas plugin
date: 2022-07-19
date: 2022-07-20
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'canvas']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/cases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/cases
title: "cases"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the cases plugin
date: 2022-07-19
date: 2022-07-20
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/charts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/charts
title: "charts"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the charts plugin
date: 2022-07-19
date: 2022-07-20
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'charts']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/cloud.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/cloud
title: "cloud"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the cloud plugin
date: 2022-07-19
date: 2022-07-20
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloud']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/cloud_security_posture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/cloudSecurityPosture
title: "cloudSecurityPosture"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the cloudSecurityPosture plugin
date: 2022-07-19
date: 2022-07-20
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudSecurityPosture']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/console.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/console
title: "console"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the console plugin
date: 2022-07-19
date: 2022-07-20
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'console']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/controls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/controls
title: "controls"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the controls plugin
date: 2022-07-19
date: 2022-07-20
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'controls']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
12 changes: 6 additions & 6 deletions api_docs/core.devdocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -8921,14 +8921,14 @@
{
"parentPluginId": "core",
"id": "def-public.UiSettingsParams.options",
"type": "Array",
"type": "CompoundType",
"tags": [],
"label": "options",
"description": [
"array of permitted values for this setting"
],
"signature": [
"string[] | undefined"
"number[] | string[] | undefined"
],
"path": "node_modules/@types/kbn__core-ui-settings-common/index.d.ts",
"deprecated": false
Expand Down Expand Up @@ -9624,7 +9624,7 @@
"signature": [
"{ metric?: { type: string; name: string; } | undefined; type?: ",
"UiSettingsType",
" | undefined; name?: string | undefined; order?: number | undefined; value?: unknown; description?: string | undefined; options?: string[] | undefined; category?: string[] | undefined; optionLabels?: Record<string, string> | undefined; requiresPageReload?: boolean | undefined; readonly?: boolean | undefined; sensitive?: boolean | undefined; deprecation?: ",
" | undefined; name?: string | undefined; order?: number | undefined; value?: unknown; description?: string | undefined; options?: number[] | string[] | undefined; category?: string[] | undefined; optionLabels?: Record<string, string> | undefined; requiresPageReload?: boolean | undefined; readonly?: boolean | undefined; sensitive?: boolean | undefined; deprecation?: ",
"DeprecationSettings",
" | undefined; }"
],
Expand Down Expand Up @@ -27509,14 +27509,14 @@
{
"parentPluginId": "core",
"id": "def-server.UiSettingsParams.options",
"type": "Array",
"type": "CompoundType",
"tags": [],
"label": "options",
"description": [
"array of permitted values for this setting"
],
"signature": [
"string[] | undefined"
"number[] | string[] | undefined"
],
"path": "node_modules/@types/kbn__core-ui-settings-common/index.d.ts",
"deprecated": false
Expand Down Expand Up @@ -31315,7 +31315,7 @@
"signature": [
"{ metric?: { type: string; name: string; } | undefined; type?: ",
"UiSettingsType",
" | undefined; name?: string | undefined; order?: number | undefined; value?: unknown; description?: string | undefined; options?: string[] | undefined; category?: string[] | undefined; optionLabels?: Record<string, string> | undefined; requiresPageReload?: boolean | undefined; readonly?: boolean | undefined; sensitive?: boolean | undefined; deprecation?: ",
" | undefined; name?: string | undefined; order?: number | undefined; value?: unknown; description?: string | undefined; options?: number[] | string[] | undefined; category?: string[] | undefined; optionLabels?: Record<string, string> | undefined; requiresPageReload?: boolean | undefined; readonly?: boolean | undefined; sensitive?: boolean | undefined; deprecation?: ",
"DeprecationSettings",
" | undefined; }"
],
Expand Down
2 changes: 1 addition & 1 deletion api_docs/core.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/core
title: "core"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the core plugin
date: 2022-07-19
date: 2022-07-20
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'core']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/core_application.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/core-application
title: "core.application"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the core.application plugin
date: 2022-07-19
date: 2022-07-20
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'core.application']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/core_chrome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/core-chrome
title: "core.chrome"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the core.chrome plugin
date: 2022-07-19
date: 2022-07-20
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'core.chrome']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/core_saved_objects.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/core-savedObjects
title: "core.savedObjects"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the core.savedObjects plugin
date: 2022-07-19
date: 2022-07-20
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'core.savedObjects']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/custom_integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/customIntegrations
title: "customIntegrations"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the customIntegrations plugin
date: 2022-07-19
date: 2022-07-20
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'customIntegrations']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/dashboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/dashboard
title: "dashboard"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the dashboard plugin
date: 2022-07-19
date: 2022-07-20
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboard']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
2 changes: 1 addition & 1 deletion api_docs/dashboard_enhanced.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /kibana-dev-docs/api/dashboardEnhanced
title: "dashboardEnhanced"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the dashboardEnhanced plugin
date: 2022-07-19
date: 2022-07-20
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardEnhanced']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
Expand Down
Loading