kibana/x-pack/plugins/maps
2022-02-16 20:46:05 -07:00
..
common [8.0] [maps] fix Dashboards with by-value maps are broken when copied to new space (#125599) (#125887) 2022-02-16 20:46:05 -07:00
public [8.0] [maps] fix Dashboards with by-value maps are broken when copied to new space (#125599) (#125887) 2022-02-16 20:46:05 -07:00
server [8.0] [maps] fix Dashboards with by-value maps are broken when copied to new space (#125599) (#125887) 2022-02-16 20:46:05 -07:00
config.ts [Breaking] Remove deprecated enabled settings from plugins. (#113495) 2021-10-17 16:54:30 +01:00
jest.config.js [jest] update config files to get coverage per plugin (#111299) 2021-09-09 08:14:56 +02:00
kibana.json [Maps] Switch to SavedObjectClient.resolve (#112606) 2021-10-05 13:45:51 -06:00
README.md test:jest improvements to better support our monorepo (#84848) 2020-12-14 14:07:50 -08:00
tsconfig.json [Maps] Switch to SavedObjectClient.resolve (#112606) 2021-10-05 13:45:51 -06: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"