Tiago Costa
|
e41569b4a6
|
fix(NA): wrongly spread stripInternal and rootDir configs across packages (#144463)
* chore(NA): remove overrides for rootDir on packages
* chore(NA): replace './target_types' with 'target_types' on packages
* chore(NA): removes stripInternal false configs
* chore(NA): remove unused strip internals
|
2022-11-03 01:04:55 +00:00 |
|
Pierre Gayvallet
|
2fb12fbc54
|
Implement base browser-side logging system (#144107)
* start refactoring and moving stuff around
* add abstraction for BaseLogger
* plug logging into core system
* add logger factory to plugin init context
* add unit tests for browser package
* add more unit tests
* [CI] Auto-commit changed files from 'node scripts/generate codeowners'
* fix mock
* add mocks, update system tests
* update files due to merge
* [CI] Auto-commit changed files from 'node scripts/generate codeowners'
* update readme and package
* remove chalk usages from client-side
* add plugin context tests
* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'
* fix new packages
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
|
2022-11-01 01:16:32 -07:00 |
|
spalger
|
52f2b33a07
|
[auto] migrate existing plugin/package configs
|
2022-10-28 14:06:46 -05:00 |
|
Christiane (Tina) Heiligers
|
8176ac74f0
|
Creates package core-lifecycle-server and moves public core lifecycle… (#143828)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
|
2022-10-26 09:24:42 -07:00 |
|
Pierre Gayvallet
|
8a298e4c8d
|
Migrate server-side rendering service to packages (#141902)
* create empty packages
* moves files to packages
* adapt usages
* updating READMEs and packages jsons
* [CI] Auto-commit changed files from 'node scripts/generate codeowners'
* adapt more usages
* more import fixes
* fix mock method names
* export the `Fonts` component for security...
* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'
* fix more usages again
* includes tsx files
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
|
2022-10-03 00:52:17 -07:00 |
|
Pierre Gayvallet
|
f97bf98e5e
|
Migrate browser-side plugins domain to packages (#141087)
* create empty packages, start moving public types
* add dependencies for public package
* create internal package
* start adapting usages
* [CI] Auto-commit changed files from 'node scripts/generate codeowners'
* fix index exports
* actually export the contract types
* add empty plugins packages
* start moving types, add public package
* first passing bazel build
* update mocks
* adapt usages
* [CI] Auto-commit changed files from 'node scripts/generate codeowners'
* create empty lifecycle mocks package
* move core mocks to lifecycle mocks package
* fix usages
* [CI] Auto-commit changed files from 'node scripts/generate codeowners'
* update readme
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
|
2022-09-22 05:14:05 -07:00 |
|