forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Lens] Show underlying data embeddable #15
Closed
drewdaemon
wants to merge
141
commits into
dej611:feature/show-underlying-data
from
drewdaemon:show-underlying-data-embeddable
Closed
[Lens] Show underlying data embeddable #15
drewdaemon
wants to merge
141
commits into
dej611:feature/show-underlying-data
from
drewdaemon:show-underlying-data-embeddable
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* retry SO import on conflict errors * add jitter + increase retries * Apply suggestions from code review Co-authored-by: Josh Dover <[email protected]> Co-authored-by: Josh Dover <[email protected]>
* Support auto-complete for data streams * Add a test case Co-authored-by: Muhammad Ibragimov <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
…tic#126936) Co-authored-by: Kibana Machine <[email protected]>
Co-authored-by: Kibana Machine <[email protected]>
elastic#126914) * [ML] Add API tests for analytics jobs_exist and new_job_caps endpoints * [ML] Edits following review * [ML] Edit to api doc Co-authored-by: Kibana Machine <[email protected]>
…lastic#126558) * 🐛 Push to the bottom embeddable creation to better handle lifecycles * Update x-pack/plugins/lens/public/embeddable/embeddable_component.tsx * Update x-pack/plugins/lens/public/embeddable/embeddable_component.tsx * Update x-pack/plugins/lens/public/embeddable/embeddable_component.tsx Co-authored-by: Kibana Machine <[email protected]>
…stic#126486) * Add a last change column to the engine overview table * Add an audit modal to show last changes on the modal.
…6740) * [Reporting] Use the logger from Core instead of a wrapper * fix redudant log context in execute fns Co-authored-by: Kibana Machine <[email protected]>
* field browser first revamp implementation * customize columns for security solution alert tables * cleaning * some tests * clean unused code * field browser tests created and existing fixed * security solution test fixes * translations cleaned * fix test * adapt cypress tests * remove translation * fix typo * remove duplicated test * type error fixed * enable body vertical scroll for small screens * fix new field not added to the table bug * addapt Kevin performance improvement * fixed linter error Co-authored-by: Kibana Machine <[email protected]>
drewdaemon
changed the title
Show underlying data embeddable
[Lens] Show underlying data embeddable
Mar 7, 2022
…tab (elastic#126609) * Fix Pagination is not working correctly for host by risk under hosts tab * Fix changing items per page doesn't work * Fix next page button enabled when the table is empty
…nterface (elastic#126731) * Expose child from core ElasticsearchClient * Update docs * Fix typecheck Co-authored-by: Kibana Machine <[email protected]>
…intro instead of the choice page (elastic#126908)
* elastic#117369 - Fixed double click issue when deleting a shape * elastic#117369 - updated deleting shape method; redux changes; * elastic#117369 - waiting state for adding shapes feature * #1173669 - refactoring; removed unused functions * 117369 - refactoring * 117369 - Updates for onDraw methods, now the selected shape is not reset * 117369 - made addNewFeatureToIndex to be called once * 117369 - refactoring * 117369 - refactoring and clean up * 117369 - removed then method from actions * 117369 - refactoring * 1177369 - refactoring * 117369 - refactoring; Added new state in redux * 117369 - refactoring * 117369 - renaming layerId to featureId Co-authored-by: Kibana Machine <[email protected]>
Co-authored-by: Kibana Machine <[email protected]>
…124546) * Marking more methods on the alerting task runner as private * Another one
Co-authored-by: Kibana Machine <[email protected]>
…tic#127002) * [APM] Invalidate keys created by other when user has privilages * pr review
* switch from es_archive to kbn_archive * another test conversion * add the kbn_archive * remove unused esArchiver * kbn_archive to full replace es_archiver/dashboard/current/kibana * finish this test * to fix this test we have to unload 2 index patterns * had to re-make the kbn_archive from 8.0 instead of 7.17 * cleanup saved objects in before method * remove unused esArchiver * remove unused dashboard/current/kibana es_archiver files * refactor clean to cleanStandardList * a few more tests using the es_archive * cleanup and uncomment smoketest * Apply suggestions from code review Co-authored-by: Spencer <[email protected]> * update for code review Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Spencer <[email protected]>
…ic#127134) * ✨ Add new rowHeight feature * ✅ Add unit tests for new feature * 🗃️ Update migration logic * 🏷️ Fix type issue * ✅ fix usual map migration test * Update x-pack/plugins/lens/public/datatable_visualization/components/toolbar.tsx * 🐛 Enable word wrap for multi lines * ✅ Fix unit test Co-authored-by: Kibana Machine <[email protected]>
* [Uptime] register synthetics service locations on startup * [Uptime] Enable mTLS through a devUrl for the synthetics service * [Uptime] deprecate basic auth for synthetics service * [Uptime] move the registration of the synthetics service location to the service constructor * re-enable basic authentication for environments other than production * only return monitor errors if the error array is not empty * fix: add missing username prop to ServiceAPIClient * use UUID for the monitors in tests to prevent name conflicts * adjust tests * Update x-pack/plugins/uptime/server/rest_api/synthetics_service/add_monitor.ts Co-authored-by: Dominique Clarke <[email protected]> * do not surface edit errors from the service * do not surface delete errors from the service Co-authored-by: Dominique Clarke <[email protected]> Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Dominique Clarke <[email protected]>
* [APM] Fix tooltip focus on service map * remove commented code * put back EuiIconTip and add initialFocus to false on EuiPopover
…ipeline (elastic#127288) - Removes user input and env var for performance test iterations - Changes performance test execution queue - Removes parallelism, queue mechanisms - Removes dynamic creation of performance sub-steps Co-authored-by: Spencer <[email protected]>
…om matching fleet actions (elastic#127174) * Create endpoint action and responses from matching fleet actions Correctly generates fake endpoint action/responses data to match created actions on fleet actions index * add endpoint action and responses without a flag
This looks like it was accidentally committed in elastic#125372
* Remove `body` key from expected ES response, get ES to return hits as integer only, remove expect error annotations * Apply treatment to other areas returning total counts * Lint * Fix tests
…nd Size on data streams page (elastic#127221) * Remove dependency on fieldFormatters, add `size_in_bytes_formatted` to be returned from data streams API (passthrough of formatted value from ES) * Add back seconds to activity time * Update openAPI spec * Remove references to fieldFormats * Fix test * Lint
… update (elastic#127298) With a recent virtualbox update, we're getting failures in CI with: > The IP address configured for the host-only network is not within the > allowed ranges. Please update the address used to be within the allowed > ranges and run the command again. This updates the IP range used to be compatible.
…127291) * [Workplace Search] Connect button now displays correct copy
…ail_address` monitoring setting (elastic#126826) * [DOCS] Adds missing deprecated monitoring settings * Review comments Co-authored-by: Kibana Machine <[email protected]>
* [ML] Space aware models * adding initialization * adding UI * fixing model list pagination * adding task manager service * updating type * moving log function * query optimisations * renaming models to trained models * adding trained model ui callout * translations * updating type registration test * fixing tests * saved object type rename * adding put trained model endpoint * fixing types * fixing esclient responses * fixing trained model endpoints * fixing endpoints using _all * fixing logic in trained models path * allow wildcards for get trained models * fixing dfa test * updating types * code clean up * updating route info * adding trained model capabilities * adding defer_definition_decompression * improving sync SO lists * changing sync response format * correcting model label in space selector * translations * fixing tests * fixing route capability * updating types * changes based on review * fixing sync items count * refreshing overview warning after sync * fixing types and tests * adding access to saved object types * reducing log level for pipeline warning * removing old todo comment Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Tyler Smalley <[email protected]>
…tic#126859) * Exclude RBAC from siem requests * PR feedback * PR feedback * Fix tests
…ipt (elastic#127207) * Adds posix eventing model fields to generator script * Fix types and update snapshot
* Add controls button to toolbar * Add dismiss button * Add style to toolbar controls button * Clean up unnecessary isControlsEnabled check * Make toolbar controls button conditional once callout dismissed * Move add and edit controls to toolbar dropdown * Remove icon buttons * Add each control seperately to toolbar dropdown * Remove unused code * Fix close popover on click * Remove unnecessary dark theme check * Make closePopover optional for creating controls * Fix control group strings * Fix alignment of toolbar popover items * Functional tests - create controls from new menu button * Hide controls callout for empty dashboards * Add tooltips to control types + i18n support. * Move callout render logic to dashboard viewport * Add controls callout functional tests * Fix bundle size by lazy importing controls callout * Get create control button in callout via passed function * Fix mobile view of callout * Add documentation and cleaned code based on Devon's feedback * Moved the 'add to library' and 'controls' buttons in to extra
…7025) * [SharedUX] Migrate PageTemplate > NoData > NoDataCard * Add deprecation warning * Fix directory structure * Fix i18n * Applying Caroline's suggestions * Fix types * Fix typescripting * Update src/plugins/shared_ux/public/components/page_template/no_data_page/no_data_card/no_data_card.stories.tsx Co-authored-by: Caroline Horn <[email protected]> Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Caroline Horn <[email protected]>
) * Initial commit * Add unit test * Change code for wrapping * Fix failing tests * Fix creation of wrappedClient * Fix merge issues * Remove TContext * Attempt at fixing meta stuff * Use esClient.child * Fix wrap scoped cluster client tests * Fix task cancel jest tests * Fix wrapEsClient to mutate the wrappedClient within the function * Update with main * Fix jest test failures * Add missing jest test from create_abortable_es_client_factory.test.ts * Fix merge Co-authored-by: Kibana Machine <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Show underlying data applied within the embeddable context.
Checklist
Delete any items that are not applicable to this PR.
For maintainers