kibana/x-pack/plugins/maps
Kibana Machine a2924642b5
[8.10] [maps] fix 'by value' map does not fill dashboard panel on initial page load in 8.10 (#165326) (#165369)
# Backport

This will backport the following commits from `main` to `8.10`:
- [[maps] fix 'by value' map does not fill dashboard panel on initial
page load in 8.10
(#165326)](https://github.com/elastic/kibana/pull/165326)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Nathan
Reese","email":"reese.nathan@elastic.co"},"sourceCommit":{"committedDate":"2023-08-31T16:33:56Z","message":"[maps]
fix 'by value' map does not fill dashboard panel on initial page load in
8.10 (#165326)\n\nFixes
https://github.com/elastic/kibana/issues/165183\r\n\r\n### Test
instructions\r\n1) install any sample data set\r\n2) open new
dashboard\r\n3) Use \"Add panel\" buttons to add by-value map with only
base map layer\r\n4) Ensure map tiles fill entire map panel in
dashboard\r\n\r\nCo-authored-by: Kibana Machine
<42973632+kibanamachine@users.noreply.github.com>","sha":"168412ba7b61bde4ed810ef34e2e951d4e68d0fc","branchLabelMapping":{"^v8.11.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Presentation","release_note:skip","v8.10.0","v8.11.0"],"number":165326,"url":"https://github.com/elastic/kibana/pull/165326","mergeCommit":{"message":"[maps]
fix 'by value' map does not fill dashboard panel on initial page load in
8.10 (#165326)\n\nFixes
https://github.com/elastic/kibana/issues/165183\r\n\r\n### Test
instructions\r\n1) install any sample data set\r\n2) open new
dashboard\r\n3) Use \"Add panel\" buttons to add by-value map with only
base map layer\r\n4) Ensure map tiles fill entire map panel in
dashboard\r\n\r\nCo-authored-by: Kibana Machine
<42973632+kibanamachine@users.noreply.github.com>","sha":"168412ba7b61bde4ed810ef34e2e951d4e68d0fc"}},"sourceBranch":"main","suggestedTargetBranches":["8.10"],"targetPullRequestStates":[{"branch":"8.10","label":"v8.10.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.11.0","labelRegex":"^v8.11.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/165326","number":165326,"mergeCommit":{"message":"[maps]
fix 'by value' map does not fill dashboard panel on initial page load in
8.10 (#165326)\n\nFixes
https://github.com/elastic/kibana/issues/165183\r\n\r\n### Test
instructions\r\n1) install any sample data set\r\n2) open new
dashboard\r\n3) Use \"Add panel\" buttons to add by-value map with only
base map layer\r\n4) Ensure map tiles fill entire map panel in
dashboard\r\n\r\nCo-authored-by: Kibana Machine
<42973632+kibanamachine@users.noreply.github.com>","sha":"168412ba7b61bde4ed810ef34e2e951d4e68d0fc"}}]}]
BACKPORT-->

Co-authored-by: Nathan Reese <reese.nathan@elastic.co>
2023-08-31 17:00:31 -07:00
..
common [maps] support null description in saved object (#162145) 2023-07-18 11:10:11 -06:00
public [8.10] [maps] fix 'by value' map does not fill dashboard panel on initial page load in 8.10 (#165326) (#165369) 2023-08-31 17:00:31 -07:00
server [maps] replace duplicated elasticsearch geo types with types from elasticsearch-specification (#161011) 2023-07-06 10:29:01 -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.jsonc [Serverless] Partially fix lens/maps/visualize breadcrumbs missing title (#163476) 2023-08-11 10:33:50 +02:00
README.md [ftr] automatically determine config run order (#130983) 2022-05-04 17:05:58 -05:00
tsconfig.json [Serverless] Partially fix lens/maps/visualize breadcrumbs missing title (#163476) 2023-08-11 10:33:50 +02: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/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