kibana/x-pack/plugins/maps
Spencer 72f6700270
[eslint] prevent async Promise constructor mistakes (#110349)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2021-08-31 17:54:13 -04:00
..
common [Maps] replace IFieldType with IndexPatternField (#110245) 2021-08-30 12:56:15 -06:00
public [eslint] prevent async Promise constructor mistakes (#110349) 2021-08-31 17:54:13 -04:00
server [Maps] Ensure draw tools updates by index name, not index pattern title (#108394) 2021-08-31 10:49:34 -04:00
config.ts [maps] remove xpack.maps.showMapVisualizationTypes (#105979) 2021-08-24 10:46:40 -06:00
jest.config.js
kibana.json
README.md
tsconfig.json Remove spacesOss plugin (#109258) 2021-08-23 15:10:09 +02: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"