kibana/packages/kbn-ui-shared-deps
Liza Katz 157e2cf140
[bfetch] compress stream chunks (#97994) (#101027)
* Move inspector adapter integration into search source

* docs and ts

* Move other bucket to search source

* test ts + delete unused tabilfy function

* hierarchical param in aggconfig.
ts improvements
more inspector tests

* fix jest

* separate inspect
more tests

* jest

* inspector

* Error handling and more tests

* put the fun in functional tests

* delete client side legacy msearch code

* ts

* override to sync search in search source

* delete more legacy code

* ts

* delete moarrrr

* deflate bfetch chunks

* update tests
use only zlib

* ts

* extract getInflatedResponse

* tests

* Use fflate in attempt to reduce package size

* use node streams, fflate and hex encoding.

* DISABLE_SEARCH_COMPRESSION UI Settings
Use base64 and async compression

* i18n

* Code review
Use custom header for compression
Promisify once

* use custom headers

* Update jest

* fix tests

* code review, baby!

* integration

* tests

* limit

* limit

* limit

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	packages/kbn-optimizer/limits.yml
2021-06-01 05:13:52 -04:00
..
flot_charts remove accidental license header from vendored code (#90219) (#90231) 2021-02-03 21:54:03 -07:00
scripts [7.x] ship @kbn/ui-shared-deps metrics in separate step (#91504) (#91539) 2021-02-16 16:01:26 -05:00
entry.js [bfetch] compress stream chunks (#97994) (#101027) 2021-06-01 05:13:52 -04:00
index.d.ts
index.js [bfetch] compress stream chunks (#97994) (#101027) 2021-06-01 05:13:52 -04:00
package.json chore(NA): moving @kbn/monaco into bazel (#100709) (#100808) 2021-05-27 15:51:54 -04:00
polyfills.js [kbn-ui-shared-deps] Remove outdated polyfills (#96339) 2021-04-12 09:27:52 -05:00
public_path_loader.js
public_path_module_creator.js
README.md
theme.ts
tsconfig.json
webpack.config.js [ci-stats] move ui-shared-deps metrics to page load assets group (#95957) (#95988) 2021-03-31 19:18:35 -04:00

@kbn/ui-shared-deps

Shared dependencies that must only have a single instance are installed and re-exported from here. To consume them, import the package and merge the externals export into your webpack config so that all references to the supported modules will be remapped to use the global versions.