kibana/x-pack/plugins/maps
Nathan Reese ad8a2fb920
[Maps] Implement searchSessionId in MapEmbeddable (#89342)
* [Maps] Implement searchSessionId in MapEmbeddable

* clean up

* update method name

* fix _unsubscribeFromStore subscription

* fix unit test

* add maps assertion to send_to_background_relative_time functional test

* fix functional assertion

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-01-29 10:28:48 -07:00
..
common [Maps] Implement searchSessionId in MapEmbeddable (#89342) 2021-01-29 10:28:48 -07:00
public [Maps] Implement searchSessionId in MapEmbeddable (#89342) 2021-01-29 10:28:48 -07:00
server chore(NA): move maps plugin test fixtures out of __tests__ folder (#87764) 2021-01-11 17:14:46 +00:00
config.ts [Maps] Remove .mvt feature flag (#71779) 2020-07-14 19:41:13 -04:00
jest.config.js Jest multi-project configuration (#77894) 2020-12-02 11:42:23 -08:00
kibana.json Setting up and documenting Presentation Util (#88112) 2021-01-28 17:15:13 -06:00
README.md test:jest improvements to better support our monorepo (#84848) 2020-12-14 14:07:50 -08:00
tsconfig.json [Maps] migrate maps, maps_file_upload, and maps_legacy_licensing to TS projects (#89439) 2021-01-27 13:38:16 -07:00

Maps

Visualize geo data from Elasticsearch or 3rd party geo-services.

Testing

Run all tests from the x-pack root directory

  • Unit tests: yarn test:jest x-pack/plugins/maps --watch
  • Functional tests:
    • Run node scripts/functional_tests_server
    • Run node ../scripts/functional_test_runner.js --config ./test/functional/config.js --grep="maps app"