spalger
3730dd0779
fix all violations
2022-04-16 01:37:30 -05:00
Lukas Olson
7617642bba
Add partial results to search examples demo ( #96366 )
...
* Add partial results to search examples demo
* Add functional test
* Move types into separate file and separate custom strategies
* Review feedback
* Update test
* Try to fix test
* Attempt to fix test
* Try to fix observable error
* Sanity check
* Fix test
* Another attempt
* Remove rxjs from strategy
2021-05-11 12:41:21 -07:00
Liza Katz
c187270b5e
[Search Sessions] Client side search cache ( #92439 )
...
* dev docs
* sessions tutorial
* title
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update dev_docs/tutorials/data/search.mdx
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Code review
* client cache
* mock utils
* improve code
* Use cacheOnClient in Lens
* mock
* docs and types
* unit tests!
* Search response cache + tests
* remove cacheOnClient
evict cache on error
* test ts
* shouldCacheOnClient + improve tests
* remove unused
* clear subs
* dont unsubscribe on setItem
* caching mess
* t
* fix jest
* add size to bfetch response @ppisljar
use it to reduce the # of stringify in response cache
* ts
* ts
* docs
* simplify abort controller logic and extract it into a class
* docs
* delete unused tests
* use addAbortSignal
* code review
* Use shareReplay, fix tests
* code review
* bfetch test
* code review
* Leave the bfetch changes out
* docs + isRestore
* make sure to clean up properly
* Make sure that aborting in cache works correctly
Clearer restructuring of code
* fix test
* import
* code review round 1
* ts
* Added functional test for search request caching
* test
* skip before codefreeze
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-04-16 19:59:23 +03:00
Brandon Kobel
4584a8b570
Elastic License 2.0 ( #90099 )
...
* Updating everything except the license headers themselves
* Applying ESLint rules
* Manually replacing the stragglers
2021-02-03 18:12:39 -08:00
Brandon Kobel
170a2956c8
Updating the License ( #88343 )
...
* Updating the Licenses, except for applying eslint, building
* Applying ESLint rules,building @kbn/pm, regenerating api docs
2021-01-19 17:52:56 -08:00
Liza Katz
506e9537bf
[Search] Server strategy example ( #71679 )
...
* Server strategy example
* Add tsconfig
Renamed is_partial to isPartial
Added isPartial and isRunning to OSS response type
* Docs + remove unused sample code
* Fix test naming of arguments
* ts
* ts fix
* Add filters and query input selector
* Update examples/search_examples/public/components/app.tsx
Co-authored-by: Lukas Olson <olson.lukas@gmail.com>
* Use new service
* exapmle plugin ts
* unsubscribe + use timefilter
* typo
* docs
* Add comments and use agg config
* Added agg configs
Added field selector
Added a custom input param
* Adding getEsQuery to query service (??)
* Add server side example
* docs
* caps
* list plugin in examples page
* fix typo
* Update examples/search_examples/public/application.tsx
Co-authored-by: Lukas Olson <olson.lukas@gmail.com>
* Update examples/search_examples/public/application.tsx
Co-authored-by: Lukas Olson <olson.lukas@gmail.com>
* Update examples/search_examples/public/components/app.tsx
Co-authored-by: Lukas Olson <olson.lukas@gmail.com>
* Update examples/search_examples/public/components/app.tsx
Co-authored-by: Lukas Olson <olson.lukas@gmail.com>
* Update examples/search_examples/public/components/app.tsx
Co-authored-by: Lukas Olson <olson.lukas@gmail.com>
* eslint
Co-authored-by: Lukas Olson <olson.lukas@gmail.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-08-11 23:28:43 +03:00