kibana/x-pack/plugins/maps
Liza Katz a6af9d5050
[Es query] Move to package (#103530)
May the forces of bootstrapping helps us 🙏🏻 😉
2021-07-21 17:10:55 +02:00
..
common [Es query] Move to package (#103530) 2021-07-21 17:10:55 +02:00
public [maps] show actionable message when term joins have no matches (#105161) 2021-07-14 06:20:51 -06:00
server [Sample data] Use Lens in flights dashboard (#104780) 2021-07-16 12:01:05 -04:00
config.ts [Maps] Move edit tools to beta and remove experimental config flags (#103556) 2021-06-28 20:13:12 -04:00
jest.config.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
kibana.json [Maps] Add telemetry (#97307) 2021-04-20 16:19:55 -04:00
README.md test:jest improvements to better support our monorepo (#84848) 2020-12-14 14:07:50 -08:00
tsconfig.json Revert "TS Incremental build exclude test files (#95610)" (#96223) 2021-04-05 11:59:26 -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"