kibana/x-pack/plugins/maps
Chandler Prall f667aa2d29
Upgrade EUI to v31.10.0 (#93796)
* Upgraded eui version, updated jest snaapshots

* Upgrade EUI to v31.10.0 & update tests

* increase expected histogram brush size result

* revert dev_server snap

* update baseline dashboard reporting png

* avoid multiple acton menu openings when verified that the action exists and is enabled

* update dashboard table expand button

* update dashboard tsvb baseline

* Adjust 2 cypress tests

* snapshot update

Co-authored-by: Greg Thompson <thompson.glowe@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-29 11:20:30 -06:00
..
common [Maps] Add drawing index data endpoint (#94728) 2021-03-26 14:29:16 -04:00
public Upgrade EUI to v31.10.0 (#93796) 2021-03-29 11:20:30 -06:00
server [Maps] Add drawing index data endpoint (#94728) 2021-03-26 14:29:16 -04:00
config.ts [Maps] Add endpoint to server for creating empty index & index pattern (#94028) 2021-03-17 21:40:51 -04:00
jest.config.js
kibana.json [Maps] Isolate maps-setting froms maps_legacy (#92918) 2021-03-15 11:15:39 -04:00
README.md
tsconfig.json [Maps] Isolate maps-setting froms maps_legacy (#92918) 2021-03-15 11:15:39 -04: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"