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

[Canvas] Integrates Solution Toolbar #94489

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
16aa9bf
[Expressions] Partial results example plugin (#113001)
dokmic Sep 27, 2021
40dbe1a
[App Search] Continue polling empty engines even when they have a sch…
byronhulcher Sep 27, 2021
dc02444
[Stack Monitoring] Convert setup directory to typescript (#112584)
Zacqary Sep 27, 2021
add8f13
[Stack Monitoring] Convert standalone_clusters directory to typescrip…
Zacqary Sep 27, 2021
96379a5
Decouples saved objects management from legacy saved objects loaders …
TinaHeiligers Sep 27, 2021
6612f2b
[optimizer] keep classnames to support constructor.name (#113119)
Sep 27, 2021
76d966a
[CTI] adds Risky Host Overview Card (#109553)
ecezalp Sep 27, 2021
cb37ae8
[Reporting] Stabilize CSV export tests (#112204)
tsullivan Sep 27, 2021
3e5d5f4
[Viz] legend duplicates percentile options when chart has both left &…
DianaDerevyankina Sep 27, 2021
1767bee
Added a SuggestionsTable to Curations view (#113123)
JasonStoltz Sep 27, 2021
94e7844
[Security Solution] update endpoint list api to support united index …
joeypoon Sep 27, 2021
96bfe34
[docs] Update keystore location (#111994)
jbudz Sep 27, 2021
5955ed5
[Security Solution] Fix inspect button bug on the overview page (#113…
ecezalp Sep 27, 2021
90792cf
Bump lmdb-store to 1.6.8 (#112743)
jbudz Sep 27, 2021
de43a3b
[Security Solutions] Adds back the legacy actions and notification sy…
FrankHassanabad Sep 27, 2021
7f3182a
[fleet] Fix over-call to chrome service in useBreadcrumb (#113065)
clintandrewhall Sep 28, 2021
39e0632
Migrate Index Management Functional Tests To Use Test User (#113078)
Sep 28, 2021
73af4f8
fix skip. #113067
jbudz Sep 28, 2021
fae5946
[fleet] Divide and mock Storybook context, create Home story (#113064)
clintandrewhall Sep 28, 2021
165cafd
[APM] Use oldest exit span instead of newest (#113133)
dgieselaar Sep 28, 2021
7727bf4
[APM] Remove start and end from setupRequest (#112828)
MiriamAparicio Sep 28, 2021
c0bf054
Short URLs (#107859)
vadimkibana Sep 28, 2021
fddb649
[ML] Functional tests - stabilize and re-enable feature importance te…
pheyos Sep 28, 2021
c4ddb01
[Discover] Add "Chart options" menu (#112453)
kertal Sep 28, 2021
618d1e5
[Lens] replace react specific props events with html events (#113156)
mbondyra Sep 28, 2021
fe91978
[deps] update chromedriver to 94 (#113153)
dmlemeshko Sep 28, 2021
b146f82
[ML] Functional tests - adjust custom URL timeout (#113223)
pheyos Sep 28, 2021
7010b67
skip flaky suite (#112920)
mistic Sep 28, 2021
daaa6f8
add `SavedObjectType.management.displayName` (#113091)
pgayvallet Sep 28, 2021
c31674c
Fix some vars from preconfiguration not being added to package polici…
jen-huang Sep 28, 2021
62e7dee
[User Experience app] Simplify page header responsiveness in ux app (…
shahzad31 Sep 28, 2021
c95f10d
Fix breadcrumbs for react ES pages so far (#113087)
matschaffer Sep 28, 2021
ba49138
Beats instance page (#113086)
matschaffer Sep 28, 2021
c361a56
Fix flaky migrations integration test 103231 (#113127)
rudolf Sep 28, 2021
47c9efd
Bump cypress@8.4.1 (#104301)
patrykkopycinski Sep 28, 2021
7a49851
[AppServices] Fix unhandled promise rejections in search tests (#112849)
jloleysens Sep 28, 2021
245b773
[Canvas] Move workpad components to typescript (#112556)
Sep 28, 2021
d2eb1b0
[App Search] Add document position indicator to Result component (#11…
daveyholler Sep 28, 2021
e28f429
[Index management] Treat indices beginning with a period as regular i…
sebelga Sep 28, 2021
c647929
Removes misc unused so/server/es config deprecations (#113173)
TinaHeiligers Sep 28, 2021
3311910
[embeddable] Don’t include test samples into initial bundle (#113126)
Dosant Sep 28, 2021
18930d6
[FieldFormatters] Use default values for URL formatter (#113141)
Tacklebox Sep 28, 2021
20202f7
Add a plugin directory page to the docs build (#112862)
stacey-gammon Sep 28, 2021
2663181
Refactor use url state hook (#112675)
machadoum Sep 28, 2021
4243c10
Bump ansi-regex from v5.0.0 to v5.0.1 (#113282)
watson Sep 28, 2021
25c946c
[Alerting] Fixed docs to replace a copy/paste for Elastic Maps Server…
YulNaumenko Sep 28, 2021
3dcfd44
[Alerting] Fixed Jest test suites with unhandled promise rejections (…
YulNaumenko Sep 28, 2021
200d035
fix skipped test test/accessibility/apps/dashboard·ts - Dashboard cre…
Sep 28, 2021
acd29ed
Add test for overridePackageInputs method (#113270)
kpollich Sep 28, 2021
4fe8605
Remove RFCs from our repository. (#113289)
stacey-gammon Sep 28, 2021
8d8b400
Removes support for unused optimize.* settings from core deprecations…
TinaHeiligers Sep 28, 2021
8cf20cd
Fix APM E2E (#113297)
smith Sep 28, 2021
2671699
Added solution toolbar to Canvas
cqliu1 Sep 27, 2021
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
  •  
  •  
  •  
27 changes: 27 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -930,6 +930,15 @@ module.exports = {
'@typescript-eslint/no-explicit-any': 'error',
'@typescript-eslint/no-useless-constructor': 'error',
'@typescript-eslint/unified-signatures': 'error',
'no-restricted-imports': [
'error',
{
// prevents code from importing files that contain the name "legacy" within their name. This is a mechanism
// to help deprecation and prevent accidental re-use/continued use of code we plan on removing. If you are
// finding yourself turning this off a lot for "new code" consider renaming the file and functions if it is has valid uses.
patterns: ['*legacy*'],
},
],
},
},
{
Expand Down Expand Up @@ -1192,6 +1201,15 @@ module.exports = {
'no-template-curly-in-string': 'error',
'sort-keys': 'error',
'prefer-destructuring': 'error',
'no-restricted-imports': [
'error',
{
// prevents code from importing files that contain the name "legacy" within their name. This is a mechanism
// to help deprecation and prevent accidental re-use/continued use of code we plan on removing. If you are
// finding yourself turning this off a lot for "new code" consider renaming the file and functions if it has valid uses.
patterns: ['*legacy*'],
},
],
},
},
/**
Expand Down Expand Up @@ -1304,6 +1322,15 @@ module.exports = {
'no-template-curly-in-string': 'error',
'sort-keys': 'error',
'prefer-destructuring': 'error',
'no-restricted-imports': [
'error',
{
// prevents code from importing files that contain the name "legacy" within their name. This is a mechanism
// to help deprecation and prevent accidental re-use/continued use of code we plan on removing. If you are
// finding yourself turning this off a lot for "new code" consider renaming the file and functions if it has valid uses.
patterns: ['*legacy*'],
},
],
},
},
/**
Expand Down
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
/examples/url_generators_examples/ @elastic/kibana-app-services
/examples/url_generators_explorer/ @elastic/kibana-app-services
/examples/field_formats_example/ @elastic/kibana-app-services
/examples/partial_results_example/ @elastic/kibana-app-services
/packages/elastic-datemath/ @elastic/kibana-app-services
/packages/kbn-interpreter/ @elastic/kibana-app-services
/src/plugins/bfetch/ @elastic/kibana-app-services
Expand Down
42 changes: 41 additions & 1 deletion api_docs/actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,20 @@
],
"path": "x-pack/plugins/actions/server/types.ts",
"deprecated": false
},
{
"parentPluginId": "actions",
"id": "def-server.ActionTypeExecutorOptions.taskInfo",
"type": "Object",
"tags": [],
"label": "taskInfo",
"description": [],
"signature": [
"TaskInfo",
" | undefined"
],
"path": "x-pack/plugins/actions/server/types.ts",
"deprecated": false
}
],
"initialIsOpen": false
Expand Down Expand Up @@ -1765,8 +1779,34 @@
"initialIsOpen": false
}
],
"enums": [],
"enums": [
{
"parentPluginId": "actions",
"id": "def-common.AdditionalEmailServices",
"type": "Enum",
"tags": [],
"label": "AdditionalEmailServices",
"description": [],
"path": "x-pack/plugins/actions/common/index.ts",
"deprecated": false,
"initialIsOpen": false
}
],
"misc": [
{
"parentPluginId": "actions",
"id": "def-common.ACTIONS_FEATURE_ID",
"type": "string",
"tags": [],
"label": "ACTIONS_FEATURE_ID",
"description": [],
"signature": [
"\"actions\""
],
"path": "x-pack/plugins/actions/common/index.ts",
"deprecated": false,
"initialIsOpen": false
},
{
"parentPluginId": "actions",
"id": "def-common.ALERT_HISTORY_PREFIX",
Expand Down
5 changes: 4 additions & 1 deletion api_docs/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Contact [Kibana Alerting](https://github.com/orgs/elastic/teams/kibana-alerting-

| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 122 | 0 | 122 | 7 |
| 125 | 0 | 125 | 8 |

## Server

Expand All @@ -45,6 +45,9 @@ Contact [Kibana Alerting](https://github.com/orgs/elastic/teams/kibana-alerting-
### Interfaces
<DocDefinitionList data={actionsObj.common.interfaces}/>

### Enums
<DocDefinitionList data={actionsObj.common.enums}/>

### Consts, variables and types
<DocDefinitionList data={actionsObj.common.misc}/>

Loading