* [packages] add kibana.jsonc files
* auto-migrate to kibana.jsonc
* support interactive pkg id selection too
* remove old codeowners entry
* skip codeowners generation when .github/CODEOWNERS doesn't exist
* fall back to format validation if user is offline
* update question style
* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
* refact(NA): apply root_input_dir=src to each already created pkg
* refact(NA): update package generator
* fix(NA): correctly use rootDir
* fix(NA): use root input dir on latest introduced pkgs for jsts_transpiler macro
* chore(NA): merge with main
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* [Lens] Dimension editor design changes
* Add none to timeshift as an option
* Fix tests
* Fix date_histogram test
* Rest changes
* Update gauge viz unit test
* Fix heatmap viz unit test
* Address PR comments
* Some of the changes
* Fix jest test
* Further fixes
* Move to summary to additional row
* Final changes
* Fix hover on advanced accordions
* Replace with eui variables
* Address PR comments
* Fix CI failure
* Fix the translation key
* Update packages/kbn-coloring/src/shared_components/coloring/color_ranges/color_ranges_item.tsx
Co-authored-by: Michael Marcialis <michael@marcial.is>
* Fixed height in terms multifields drag drop
Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
Co-authored-by: Michael Marcialis <michael@marcial.is>
* [type-summarizer] reimplement for broader support
* Enable sourceMaps in all packages
* include naming collision in summarizePackage test
* fix readmes
* remove unnecessary transient dependency
* remove code that was commented out
* remove outdated todo comment
* ensure errors triggered by untyped-exports are ligible
* remove unused import
* break out snippet generation from AstIndexer
* refactor several massive files into smaller pieces and add more inline docs
* fix typos
* update jest snapshots
* add sections to readme that points people to the useful parts of the source code along with a high-level overview of how the type-summarizer works
* remove --dump flag, it doesn't work
* use decName instead of calling names.get a second time
* include `export` as invalid name
* [Lens] order by custom agg
* type check to only allow allowed columns to be included
* remove unused code
* adjusting to the design, correcting full Width everywhere
* change that will make a lot of tests to break
* fix updating only ref column, not full column
* fix cyclic dependency
* remove outdated comment
* added custom labels
* inline modules, ugly code
* fix tests
* clone the aggConfigParams to avoid the Cannot assign to read only property schema of object
* feedback
* Revert "clone the aggConfigParams to avoid the Cannot assign to read only property schema of object"
This reverts commit c4931aad06.
* cr feedback
Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co>