-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Maps] Add draw wizard #100278
[Maps] Add draw wizard #100278
Conversation
… step not initiating
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs some work when displaying index creation error in new_vector_layer_wizard/wizard.
x-pack/plugins/file_upload/public/api/json_upload_and_parse_async_wrapper.tsx
Show resolved
Hide resolved
x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/file_upload/public/components/geojson_upload_form/index_name_form.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/maps/public/classes/layers/new_vector_layer_wizard/utils/indexing_service.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/maps/public/classes/layers/new_vector_layer_wizard/utils/indexing_service.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/maps/public/classes/layers/new_vector_layer_wizard/wizard.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/maps/public/classes/layers/new_vector_layer_wizard/wizard.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/maps/public/classes/layers/new_vector_layer_wizard/wizard.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/maps/public/classes/layers/new_vector_layer_wizard/wizard.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/maps/public/classes/layers/new_vector_layer_wizard/wizard.tsx
Show resolved
Hide resolved
Pinging @elastic/kibana-gis (Team:Geo) |
x-pack/plugins/maps/public/classes/layers/new_vector_layer_wizard/create_new_index_pattern.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/maps/public/classes/layers/new_vector_layer_wizard/wizard.tsx
Show resolved
Hide resolved
💚 Build SucceededMetrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
Unknown metric groupsAPI count
References to deprecated APIs
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
skipping from release-notes, because still behind feature-flag. |
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
* master: (60 commits) [Docs] Index patterns REST API docs (elastic#100549) [Ingest pipelines] add support for fingerprint processor (elastic#100541) ping Core team when renovate bot bumps es client version (elastic#100662) [Maps] Add draw wizard (elastic#100278) Use documentation link service for index pattern field editor (elastic#100609) [Maps] filter dashboard by map extent (elastic#99860) [ftr] migrate screenshots and snapshots services to FtrService class (elastic#100514) fix anomaly functional test (elastic#100504) update breaking changes template to incorporate ES deprecations (elastic#100621) improve default time ranges (elastic#100536) [Gauge] Fixes wrong translations on ranges less than symbol (elastic#100535) [ftr] migrate "globalNav" service to FtrService class (elastic#100604) [ftr] migrate "testSubjects" to FtrService class (elastic#100512) Fix spaces test flakyness (elastic#100605) [Ingest pipelines] add support for ip type in convert processor (elastic#100531) [ftr] migrate "browser" to FtrService class (elastic#100507) [ftr] migrate "find" service to FtrService class (elastic#100509) [telemetry] report config deprecations (elastic#99887) [ftr] migrate "docTable" service to FtrService class (elastic#100595) [ftr] migrate "listingTable" service to FtrService class (elastic#100606) ...
Replaces #96913