* xterm updated to v5. initial work done for max kb warning msg
* max bytes exceeded msg implemented, along with authz gated link to security policies page.
* marker indication on max bytes exceeded fixed
* tests written
* tests written
* fixed a bug where an active search would prevent normal playback/seeking
* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'
* updates per review comments
* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'
* fixed text
* fixed ts error
* fix to scroll hack
Co-authored-by: Karl Godard <karlgodard@elastic.co>
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
* Use brotli compression
* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'
* Add integration test for brotli support
* Use import instead of require()
* Suppress build error on importing brok
* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'
* add brok as explicit package dep
* add `server.compression.brotli` config settings
* update documentation
* fix test utils
* fix more test configs
* add tests for endpoints too
* remove against endpoint for now
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: pgayvallet <pierre.gayvallet@elastic.co>
* Bump `elastic/elasticsearch` to `8.4.0-canary.1`
* fixing package violations
* some xpack violations
* remove more unused ts-expect-error
* started muting errors
* start adapting watcher
* fix more usages
* fix more usages
* fixing more usages
* just one more
* more usages
* infra usages
* moar types
* fix unit test
* adapt more usages
* fixes in FTR tests
* try to fix kbn/es-types
* last fixes?
* added blurhash dep
* send blurhash from client
* added blurhash to server side
* added blurhash to headers
* added hash to files headers part ii
* move custom header name to shared
* added server side test to make sure blurhash is being stored with the file
* move blurhash logic to common components logic
* wip: moving a lot of stuff around and breaking up image component to parts
* added logic for loading blurhash client-side using header values
* reorder some stuff, added http to files context for example
* added resize files test
* tweak sizes of the blurs
* removed custom blurhash header
* renamed util to blurhash
* fixed some loading states to not show alt text, updated stories to show blurhash and removed styling on container
* remove http from filescontext
* pass blurhash to image component
* improved usability of the component by passing in wrapper props and allowing consumers to set an image size the same way they can for EuiImage
* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'
* removed all traces of blurhash field from file saved object
* create special file image metadata type
* rename blurhash files and return full image metadata
* refactor blurhash in upload state to image metadata factory
* finish refactor of blurhash file
* pass back the original image size to the metadata
* more refactoring and added some comments to the metadata type
* pass metadata type through to endpoint
* pass metadata type through on client side
* wip
* updated files example to pass through shape of metadata
* some final touches
* updated comment
* make default size original
* rename common -> util
* update import path after refactor
* update style overrides for the blurhash story
* MyImage -> Img
* fix type lints
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
* Remove total and sampled traces from API
* Remove Samples array from flamegraph API
These values are redundant with CountInclusive so could be removed
without issue.
* Remove totalCount and eventsIndex
These values are no longer needed.
* Remove samples from callee tree
* Refactor columnar view model into separate file
* Add more lazy-loaded flamegraph calculations
* Fix spacing in frame label
* Remove frame information API
* Improve test coverage
* Fix type error
* Replace fnv-plus with custom 64-bit FNV1-a
* Add exceptions for linting errors
* Add workaround for frame type truncation bug
* Replace prior workaround for truncation bug
This fix supercedes the prior workaround and addresses the truncation at
its source.
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* add components with a draft exception-list-details to test
* fix jest config in xPack=> security=> Public
* fix tests
* fix header test and use RTL
* covert meta test to use RTL and header
* fix utlity messageid
* fix messageid in utilty
* create osCondition, entryContent and entryContent.helper from Conditions.tsx
* comment test until fixing all
* create package with first components + test + jest config
* add constants for url
* [CI] Auto-commit changed files from 'node scripts/generate codeowners'
* disable tests until finishing moving rest of components or fix it+ add securityLinkAnchorComponent temp;
* add exceptionList-components +fixning build issues
* add exceptionList-components +fixning build issues
* fix translations id + pass comments as props
* move utiitly out of package until moving all + fixing css
* copy non-js/ts files through babel
* remove list-details-components
* apply comments
* apply comments in references
* fix meta tests
* update tests + add some descriptions
* fix camelcase file name in Readme
* fix camelcase file name in Readme
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: spalger <spencer@elastic.co>