-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into move_analyze_to_file_upload
- Loading branch information
Showing
2,147 changed files
with
51,486 additions
and
28,411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,9 @@ jobs: | |
- name: Run Backport | ||
uses: ./actions/backport | ||
with: | ||
branch: master | ||
github_token: ${{secrets.KIBANAMACHINE_TOKEN}} | ||
commit_user: kibanamachine | ||
commit_email: [email protected] | ||
auto_merge: 'true' | ||
auto_merge_method: 'squash' | ||
manual_backport_command_template: 'node scripts/backport --pr %pullNumber%' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
id: kibCasesPluginApi | ||
slug: /kibana-dev-docs/casesPluginApi | ||
title: cases | ||
image: https://source.unsplash.com/400x175/?github | ||
summary: API docs for the cases plugin | ||
date: 2020-11-16 | ||
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. | ||
--- | ||
|
||
import casesObj from './cases.json'; | ||
|
||
## Server | ||
|
||
### Interfaces | ||
<DocDefinitionList data={casesObj.server.interfaces}/> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.