kibana/x-pack/plugins/maps
Nathan Reese 5a1ac5c440
[Maps] do not fail migration when JSON.parse fails (#117342)
* [Maps] do not fail migration when JSON.parse fails

* review feedback, log warning on failed migration

* better test name

* eslint

* eslint xpack/plugins/maps

* more eslint

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-05 11:23:11 -06:00
..
common [Maps] do not fail migration when JSON.parse fails (#117342) 2021-11-05 11:23:11 -06:00
public [Maps] do not fail migration when JSON.parse fails (#117342) 2021-11-05 11:23:11 -06:00
server [Maps] do not fail migration when JSON.parse fails (#117342) 2021-11-05 11:23:11 -06: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
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"