mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
## Summary Due to https://github.com/elastic/kibana/issues/179641 ES is going to add a mandatory field `version`. (it is optional for now but they want to make it required for the GA). The version will change in backwards incompatible changes: - syntax changes - functions / commands output changes This is the first PR which is adding the first version manually for now. In https://github.com/elastic/kibana/issues/179641 we are exploring how to deal with versioning in kibana. We are going to offer a solution in 8.15. For now we are adding the version hardcoded (otherwise when the field is marked required kibana _query requests will fail. 👮♀️ If you are aware of any other application which uses the _query api and is not updated in this PR please let me know --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
common | ||
public | ||
server | ||
config.ts | ||
jest.config.js | ||
kibana.jsonc | ||
README.md | ||
tsconfig.json |
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/apps/maps/group1/config.ts
- Run
node ../scripts/functional_test_runner.js --config ./test/functional/apps/maps/group2/config.ts
- Run
node ../scripts/functional_test_runner.js --config ./test/functional/apps/maps/group3/config.ts
- Run
node ../scripts/functional_test_runner.js --config ./test/functional/apps/maps/group4/config.ts
- Run