kibana/x-pack/platform/plugins/shared/maps
Anton Dosov 23fe329228
[TableListView] Remove listing limit warning (#217945)
## Summary

Temporary solution for
https://github.com/elastic/kibana/issues/207135#issuecomment-2789752279


![image](https://github.com/user-attachments/assets/061282ba-aabc-46f2-a859-d57deb000c73)

> [!NOTE]  
> All items are still findable by query or tags 

Per Graham, 

> I would love to not need to display a warning but even with today's
implementation I would remove it as its benefits don't outweigh its
drawbacks IMO

We also plan to work on server-side pagination soon
2025-04-15 13:42:23 +02:00
..
common [maps] globe projection (#212437) 2025-03-03 18:31:05 -07:00
public [TableListView] Remove listing limit warning (#217945) 2025-04-15 13:42:23 +02:00
server [Authz] Mandatory Security Config (#215180) 2025-03-27 12:04:53 -07:00
ui_tests [kbn-scout][maps] waitForRenderComplete (#211265) 2025-02-17 14:46:44 +01:00
jest.config.js [maps] globe projection (#212437) 2025-03-03 18:31:05 -07:00
jest_setup.ts [maps] globe projection (#212437) 2025-03-03 18:31:05 -07:00
kibana.jsonc
README.md
tsconfig.json [maps] globe projection (#212437) 2025-03-03 18:31:05 -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/platform/plugins/shared/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