Commit graph

56 commits

Author SHA1 Message Date
Kibana Machine ea5e847566
High level walkthrough of repo folder structure (#114293) (#114370)
* Create code_walkthrough.mdx

* Remove unused utilities folder and mention of it in the repo structure doc.

* Update dev_docs/contributing/code_walkthrough.mdx

Co-authored-by: Luke Elmers <lukeelmers@gmail.com>

* Update dev_docs/contributing/code_walkthrough.mdx

Co-authored-by: Luke Elmers <lukeelmers@gmail.com>

* Update dev_docs/contributing/code_walkthrough.mdx

omg my grammar is horrible.

Co-authored-by: Luke Elmers <lukeelmers@gmail.com>

* Update dev_docs/contributing/code_walkthrough.mdx

Co-authored-by: Luke Elmers <lukeelmers@gmail.com>

* Update dev_docs/contributing/code_walkthrough.mdx

Co-authored-by: Luke Elmers <lukeelmers@gmail.com>

* Update dev_docs/contributing/code_walkthrough.mdx

Co-authored-by: Luke Elmers <lukeelmers@gmail.com>

* Update dev_docs/contributing/code_walkthrough.mdx

Co-authored-by: Luke Elmers <lukeelmers@gmail.com>

* review updates

* Update dev_docs/contributing/code_walkthrough.mdx

Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>

* Update dev_docs/contributing/code_walkthrough.mdx

Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>

Co-authored-by: Luke Elmers <lukeelmers@gmail.com>
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>

Co-authored-by: Stacey Gammon <gammon@elastic.co>
Co-authored-by: Luke Elmers <lukeelmers@gmail.com>
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
2021-10-12 00:11:30 +00:00
Kibana Machine 9eed9ee39b
correct relativity in images (#113834) (#114484)
Co-authored-by: Kellen <9484709+goodroot@users.noreply.github.com>
2021-10-11 11:24:42 -04:00
Kibana Machine a0e0696714
fix docs build (#113948) (#114485)
Co-authored-by: Stacey Gammon <gammon@elastic.co>
2021-10-11 11:23:31 -04:00
Kibana Machine a87c2f1480
Fix dev doc pages (#114297) (#114386)
* fix doc page

* fix doc page bis

Co-authored-by: Pierre Gayvallet <pierre.gayvallet@gmail.com>
2021-10-08 07:22:16 -04:00
Kibana Machine 654b7310d9
Update kibana plugin, platform and package overview doc (#112894) (#114301)
* udpate

* Update kibana_platform_plugin_intro.mdx

* Update kibana_platform_plugin_intro.mdx

* Update kibana_platform_plugin_intro.mdx

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Stacey Gammon <gammon@elastic.co>
2021-10-07 13:39:54 -04:00
Pierre Gayvallet 4b3d051539
Migrate routing and navigation docs to new developer guide (#113919) (#114253)
* Migrate routing and navigation doc to new doc system

* address feedback

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-07 11:38:49 -04:00
Stacey Gammon c9673e4153
Update doc slugs to improve analytic tracking, move to appropriate folders (#113630) (#113862)
* Update the slugs to improve google analytics drilldown tracking

* more slug updates

* Fix some formatting issues in building blocks

* update paths

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	dev_docs/key_concepts/persistable_state.mdx
#	legacy_rfcs/README.md
2021-10-04 20:43:23 -04:00
Kibana Machine a5acdf5371
updates DevPrinciples URL (#113785) (#113819)
Co-authored-by: Kellen <9484709+goodroot@users.noreply.github.com>
2021-10-04 16:21:38 -04:00
Kibana Machine ac0ba881f6
Create standards.mdx (#113313) (#113654)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Stacey Gammon <gammon@elastic.co>
2021-10-01 15:58:12 -04:00
Kibana Machine 0de03071fd
Fix the other one... (#112873) (#112898)
Co-authored-by: Kellen <9484709+goodroot@users.noreply.github.com>
2021-09-27 17:42:34 +00:00
Kibana Machine dab4068ad8
persistable state docs (#105202) (#112867)
Co-authored-by: Peter Pisljar <peter.pisljar@gmail.com>
2021-09-22 17:03:31 -04:00
Kibana Machine db402082c2
Add using GitHub guide to our Developer Guide (#112464) (#112509)
* Create how_we_use_github.mdx

* Update how_we_use_github.mdx

* note internal only sections

Co-authored-by: Stacey Gammon <gammon@elastic.co>
2021-09-17 10:43:49 -04:00
Spencer bd60405ec7
[kbn/ui-shared-deps] split into two packages (#110558) (#112475)
* [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>
# Conflicts:
#	.github/CODEOWNERS
#	src/plugins/interactive_setup/public/single_chars_field.tsx
#	test/scripts/jenkins_build_kibana.sh
2021-09-16 18:02:17 -04:00
Kibana Machine f4af51ada5
add doc about git clean for working around ts issues (#111572) (#111754)
* add doc about git clean for working around ts issues

* Update dev_docs/troubleshooting.mdx

Co-authored-by: Spencer <email@spalger.com>

* Update dev_docs/troubleshooting.mdx

Co-authored-by: Spencer <email@spalger.com>

* Update troubleshooting.mdx

Co-authored-by: Spencer <email@spalger.com>

Co-authored-by: Stacey Gammon <gammon@elastic.co>
Co-authored-by: Spencer <email@spalger.com>
2021-09-09 18:15:07 +00:00
Dzmitry Lemechko 8dd4f49d9f
[jest] update config files to get coverage per plugin (#111299) (#111674)
* [jest] update config files to get coverage per plugin

* [docs] add details about plugin coverage collection

* fix path for newsfeed jest config

* fix lint error

* update documentation

* fix lint errors again

* update doc

* fix another lint error

* Update src/plugins/telemetry_management_section/jest.config.js

Co-authored-by: Luke Elmers <lukeelmers@gmail.com>

* Update src/plugins/telemetry_management_section/jest.config.js

Co-authored-by: Luke Elmers <lukeelmers@gmail.com>

* [kibana_legacy] fix path

Co-authored-by: Luke Elmers <lukeelmers@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	packages/kbn-ui-framework/README.md
#	src/plugins/legacy_export/jest.config.js
2021-09-09 04:47:28 -04:00
Kibana Machine c8356dea7d
Port performance docs to new docs system. (#111063) (#111442)
Co-authored-by: Luke Elmers <luke.elmers@elastic.co>
2021-09-07 20:30:00 +00:00
Stacey Gammon e7dbd91d3d
[7.x] Make owner attribute required on kibana.json (#108231) (#110215)
* Make owner attribute required on kibana.json (#108231)

* make owner attribute required

* Add owner properties in more places

* add test for owner attribute

* add error check too in the test

* Fix tests

* fix tests and update docs

* wip

* More test fixes

* Fix All The Errorz

* Adding more owner attributes

* Update x-pack/test/saved_object_api_integration/common/fixtures/saved_object_test_plugin/kibana.json

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>

* Update x-pack/test/ui_capabilities/common/fixtures/plugins/foo_plugin/kibana.json

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>

* commeeeooonnnn

* Update docs

* soooo many kibanajsons

* adjust plugin generator to add an owner

* Add owner to the plugin generator scripts

* update snapshot

* Fix snapshot

* review updates

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	dev_docs/tutorials/building_a_plugin.mdx
#	src/dev/code_coverage/ingest_coverage/integration_tests/fixtures/test_plugin/kibana.json
#	test/common/fixtures/plugins/coverage/kibana.json

* Update kibana.json

Add owner attribute

* Remove this json file. It was deleted.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-31 16:19:52 -04:00
Tim Roes bf5e982477
Split KibanaApp into VisEditors and DataDiscovery (#110588) (#110623)
* Split KibanaApp into VisEditors and DataDiscovery

* Add discover functional tests to codeowners

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	.github/CODEOWNERS
#	.github/workflows/project-assigner.yml
#	renovate.json5
#	test/plugin_functional/plugins/kbn_tp_custom_visualizations/kibana.json
2021-08-31 12:17:21 -04:00
Stacey Gammon 5e719ed1ef
Add more information on kibana.json properties, update example plugins (#107600) (#110261)
* Add more information on kibana.json properties, update example plugin kibana.jsons

* fix auto save fix

* Update anatomy_of_a_plugin.mdx

* Update anatomy_of_a_plugin.mdx

* update based on review comments

* Update anatomy_of_a_plugin.mdx

* Put kibanaVersion back and adjust the explanations of the fields

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	dev_docs/key_concepts/anatomy_of_a_plugin.mdx

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-26 17:36:17 -04:00
Kibana Machine 3469742e70
[NoDataPage] Updating the default messages (#108799) (#109006)
* [NoDataPage] Updating the default messages and reusing `title` as default `button` label
  * Update default description for agent
* Overview page i18n and snaps

Co-authored-by: Caroline Horn <549577+cchaos@users.noreply.github.com>
2021-08-17 20:27:39 -04:00
Stacey Gammon 5501d87af6
Just needed to fix a couple references to bad links but my auto-fix prettier ended up adjusting a lot of lines (#108438) (#108884) 2021-08-17 10:25:31 -04:00
Kibana Machine c92da6de47
Add SO migration testing guidance to testing guide (#105959) (#108055)
Co-authored-by: Josh Dover <1813008+joshdover@users.noreply.github.com>
2021-08-16 17:51:38 +00:00
Stacey Gammon 0abf50bcbd
Clean up Developer Guide (#108259) (#108683)
* update plugin docs

* address code review feedback
# Conflicts:
#	dev_docs/tutorials/building_a_plugin.mdx
2021-08-16 10:56:07 -04:00
Kibana Machine 868b8e01e8
Developer guide - index patterns key concepts (#96017) (#108639)
* add index patterns key concepts

Co-authored-by: Matthew Kime <matt@mattki.me>
2021-08-15 12:15:57 -04:00
Caroline Horn 0ec9720a63
[KibanaPageTemplate] Adding a noDataConfig for templated add data screens (#108293) (#108474)
# Conflicts:
#	packages/kbn-optimizer/limits.yml
2021-08-13 01:04:47 -04:00
Stacey Gammon c75403ac60
[7.x] Add a new hello world plugin and adjust the welcome message. (#107789) (#108182)
* Add a new hello world plugin and adjust the welcome message. (#107789)

* Add a new hello world plugin and adjust the welcome message.

* update and move files

* Update CODEOWNERS

* add a tsconfig.json file

* update tsconfig.json

* fix type check

* address code review comments
# Conflicts:
#	.github/CODEOWNERS

* Update tsconfig.json

Need to account for https://github.com/elastic/kibana/pull/108139

* Update tsconfig.json

Needed to add references
2021-08-11 12:45:33 -04:00
Joe Portner 378bc7674b
Sharing saved objects developer guide (#107099) (#108132)
# Conflicts:
#	docs/developer/advanced/index.asciidoc
2021-08-10 22:59:45 -04:00
Josh Dover 7b0c605018
Move src/core/TESTING.md to mdx (#107039) (#107886)
* Move src/core/TESTING.md to mdx

* PR comments

* Fix conventions link

* Fix FTR api config link
# Conflicts:
#	src/core/TESTING.md
2021-08-09 10:25:36 -04:00
Peter Pisljar c4ce4ef134
some fixes to expression tutorial (#101558) (#105185) 2021-07-12 07:07:48 -04:00
Kibana Machine 142cd0ca57
[dev-docs] Add debugging tutorial (#104468) (#105179)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Tyler Smalley <tyler.smalley@elastic.co>
2021-07-12 05:11:55 -04:00
Kibana Machine 23572db6bf
[Docs] Add a tutorial for how to open a pull request (#103697) (#104526)
Co-authored-by: Brian Seeders <brian.seeders@elastic.co>
2021-07-06 16:43:39 -04:00
Kibana Machine f9b304dab0
[dev_docs] add tutorial for setting up a development env (#103566) (#103586)
Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Spencer <email@spalger.com>
Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
Co-authored-by: spalger <spalger@users.noreply.github.com>
2021-06-28 21:50:27 -04:00
Kibana Machine c34fab8891
Update security best practices document (#100814) (#102432)
Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>
2021-06-17 00:29:56 +00:00
Kibana Machine 9bbb87bf03
Update building_a_plugin.mdx (#101921) (#102079)
* Update building_a_plugin.mdx

* put back the numbers on the same line

* Add info about requiredBundles

* Fix numbers again

* Update dev_docs/tutorials/building_a_plugin.mdx

Co-authored-by: Mikhail Shustov <restrry@gmail.com>

* Update dev_docs/tutorials/building_a_plugin.mdx

Co-authored-by: Mikhail Shustov <restrry@gmail.com>

Co-authored-by: Mikhail Shustov <restrry@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Stacey Gammon <gammon@elastic.co>
Co-authored-by: Mikhail Shustov <restrry@gmail.com>
2021-06-14 13:09:24 -04:00
Kibana Machine d9bb2fdf02
[dev-docs] Fix expression string syntax (#101419) (#101432)
Because this isn't in a code block, MDX is trying to interpolate the
`{column1}` value, which is undefined.

Co-authored-by: Greg Back <1045796+gtback@users.noreply.github.com>
2021-06-04 18:06:42 -04:00
Peter Pisljar d7a0703361
adding expressions dev_docs tutorial (#101004) (#101025)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-03 07:25:47 -04:00
Caroline Horn f07d18ccf3
[KibanaPageLayout] Solution Nav specific styles & props (#100089) (#100576)
* Fixing sticky nav
* Adding some side bar styles
* Added a built-in solution nav title with avatar icon
* Adding tutorial docs
* Added KibanaPageTemplateSolutionNavAvatar
* Added KibanaPageTemplateSolutionNav
* Increased limit to `core` / `kibanaReact` plugin because of additional CSS
# Conflicts:
#	packages/kbn-optimizer/limits.yml
2021-05-25 15:30:55 -04:00
Kibana Machine e7434b4d24
[dev_docs] How to build a kibana distributable tutorial (#99827) (#100466)
* docs(NA): [dev docs] Add how to build a Kibana distributable tutorial

* docs(NA): including last step about building a kibana distributable tutorial

* docs(NA): add dev docs images

* docs(NA): include image for target folder with os packages and distributable

* docs(NA): apply feedback received on the PR review

* chore(NA): add rpm to brew

* chore(NA): update dev_docs/tutorials/building_a_kibana_distributable.mdx

Co-authored-by: Jonathan Budzenski <jon@budzenski.me>

* chore(NA): update dev_docs/tutorials/building_a_kibana_distributable.mdx

Co-authored-by: Jonathan Budzenski <jon@budzenski.me>

* docs(NA): update docker names to capitalized

Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
2021-05-24 12:56:52 -04:00
Kibana Machine c85ccf909f
[dev docs] Add sample data tutorial. Closes #98297 (#99252) (#100308)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
2021-05-18 20:29:42 -04:00
Kibana Machine bbeedbb5ed
[Docs] fixing KibanaPageTemplate docs (#100104) (#100149)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Michail Yasonik <michail.yasonik@elastic.co>
2021-05-14 15:54:43 -04:00
Kibana Machine 092995d4ce
Unifying converting listing pages to new layout (#98651) (#99557)
Co-authored-by: Caroline Horn <549577+cchaos@users.noreply.github.com>
Co-authored-by: cchaos <caroline.horn@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Michail Yasonik <michail.yasonik@elastic.co>
Co-authored-by: Caroline Horn <549577+cchaos@users.noreply.github.com>
Co-authored-by: cchaos <caroline.horn@elastic.co>
2021-05-07 05:45:39 +00:00
Liza Katz e8b6cce5be
[Search] return full IKibanaSearchResponse from fetch$ (#98268) (#98708)
* return full object from fetch$

* jest

* fun-ctional tests

* jest

* functional

* test

* test

* tesssst

* Update src/plugins/data/common/search/search_source/fetch/request_error.ts

Co-authored-by: Michael Dokolin <dokmic@gmail.com>

* Update src/plugins/data/common/search/expressions/esaggs/request_handler.test.ts

Co-authored-by: Michael Dokolin <dokmic@gmail.com>

* ts

* ts

* ts

* Revert "Update src/plugins/data/common/search/search_source/fetch/request_error.ts"

This reverts commit ab182e84ed.

Co-authored-by: Michael Dokolin <dokmic@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	src/plugins/data/common/search/utils.ts
2021-04-29 06:00:21 -04:00
Kibana Machine 6aa49d4435
Update best_practices.mdx (#98032) (#98551)
Co-authored-by: Stacey Gammon <gammon@elastic.co>
2021-04-27 22:52:44 +00:00
Stacey Gammon d57e2422ab
Add section on developer documentation into best practices docs (#95473) (#95487)
* add section on dev docs to best pratices.

* Update best_practices.mdx

* Update dev_docs/best_practices.mdx

Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>

Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>

Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
2021-03-25 21:15:14 -04:00
Kibana Machine b0db75bf69
Create best practices doc in developer guide (#94981) (#95253)
* Create best_practies.mdx

* Update best_practices.mdx

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Stacey Gammon <gammon@elastic.co>
2021-03-23 21:06:29 -04:00
Kibana Machine 00b6565bbe
Add our developer principles to our dev guide. (#93688) (#94085)
* Create dev_principles.mdx

* add back elasticsearch dev principles link since it is actually public

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Stacey Gammon <gammon@elastic.co>
2021-03-09 10:57:51 -05:00
Kibana Machine b528e66dd5
[core-docs] Edits core-intro section for the new docs system (#93540) (#93629)
Co-authored-by: Christiane (Tina) Heiligers <christiane.heiligers@elastic.co>
2021-03-04 13:36:13 -05:00
Stacey Gammon 2117e1324c
API DOCS Step 3/3 (#92929) (#93530)
* update api_docs from gitignore

* api doc files

* Update api_welcome.mdx

* Pretty print json

* Add new lines and extra frontmatter to warn github viewers

* update api_docs with new lines and frontmatter

* Remove all apis tagged @internal and add tests

* Update docs with all internal APIs removed

* fix typescript error in test fixtures

* Update core.json

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	api_docs/core.json
#	api_docs/core_application.json
#	api_docs/core_http.json
#	api_docs/core_saved_objects.json
2021-03-03 20:12:24 -05:00
Christiane (Tina) Heiligers 85ed779384
[core-new-docs] Adds a dev-doc for core documentation (#92976) (#93514)
# Conflicts:
#	src/core/CORE_CONVENTIONS.md
#	src/core/README.md
2021-03-03 18:15:28 -05:00
Stacey Gammon 54ec51e4c1
Add developer documentation about the building blocks we offer plugin developers (#92743) (#93226)
* Create building_blocks.mdx

* Update dev_docs/building_blocks.mdx

Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>

* Update dev_docs/building_blocks.mdx

Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>

* Update dev_docs/building_blocks.mdx

Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>

* add description to Lens embeddable

Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-02 11:39:41 -05:00