* [Telemetry] Remove telemetry splash page and add conditional messaging (#50189)
* Removing tel splash page in UI layer
* Removing more components
* New disclaimer text
* Removing telemetry i18n text
* More i18n text removals
* Snapshot updates
* Snapshot tests + quick links for tel opt-out when possible
* Fixing TS issues in test
* Fixing broken telemetry updates
* [ML] Removes ChartTooltip component, artefact from backport gone wrong. (#50300)
* [7.5] [ML] Skip advanced wizard categorization test (#50141) (#50156)
* [ML] Skip advanced wizard categorization test (#50141)
* Re-enable other advanced tests
* [DOCS] Adds link to 7.5 breaking changes doc (#50496)
* Fixing mock interface in jest
- Updated internal permissions docs.
- Fixes regression to change data_frame to transform for privileges.
- Fixes error messages for wizard source table. An error triggered by Elasticsearch would not properly be passed through, just a generic JS error would be reported. Now the error for both source table and pivot preview get passed through.
- Fixes correctly reporting an error if the wizard fails to create the transform, previously a success toast would show in any case.
- The screenshot below also shows the fix for #46434: A snipped of the full error message is now shown within the toast.
Previously, error messages were just output within the toast as raw text which could result in overflows and overall unreadable results. This update fixes it by providing a "View details" button which opens a modal with the properly formatted error message. Plain text error message up to 140 character will still be shown in the toast itself.
* [Code] makes Code space aware.
For APIs related to repository, file, and search, user should only see
contents from repositories belongs to his/her space.
When the same repository is added in different spaces, they should point
to the same underlying repository. We use references from spaces to
repositories to represent this relationship.
This patch implements the 1:1 model, which means a repository can only be imported in on space.
* Removing the lens feature, using visualize instead
* Updating /api/features test because lens isn't a feature anymore
* Updating capability from lens to visualize in test
* Fixing api integration test
- The tooltip styling, code and features have been updated to be more in line with Elastic Charts tooltips. This prepares us should we want to use Elastic Charts' tooltip as is at some point.
- jQuery is no longer used in mlChartTooltipService.
- The tooltip content is no longer raw HTML, a mostly Elastic Charts compatible data structure is now passed around by mlChartTooltipService.
* Add regression job type option and fields
* fetch dependent variable options when regression
* convert modal to flyout.disable delete if job not stopped
* update modelMemoryLimit for regression
* ensure eventRateFieldId not included in numerical fields
* add evaluateDataFrameAnalyticsRegression endpoint
* create regression result page generalization and training error panel
* update advancedEditorToggle help text
* remove unused translations
* rename creationModal test to creationFlyout
* Updates from PR feedback
* Get rid of addFiltersAndChangeTimeFilter
* ts fix
* remove timefilter dependency from filter manager
* code review change
* Fixed bug in tests
* changeTimeFilter
* Refactored mappers and filter service to have no dependency on indexPatterns by generating the filter disaplyName in the relevant components.
* Fix map and flatten test
* Fixed filter state manager test
* Remove async from addFIlters and setFilters
* Fixed saved objects test - removed (display)value from url
* Make removeAll sync
* defer setFilters and removeAll in dashboard controller - temp hack
* fixed translation in filter view
* update strings
* Fixed range rendering
* map range converter
* [ML] Adding datafeed validation to advanced wizard
* shared invalid time format message
* updating translations
* adding time format validation function
* [Maps] retrieve geo_point value from docvalue_fields instead of _source
* add functional test ensuring _search request only pulls what is needed
* clean up i18n translation fiels
* [APM] Use new platform for toast notifications (#47276)
* [APM] Use new platform for toast notifications
* fix more tests
* remove comment
* [APM] Agent configuration phase 2 (#46995)
* [APM] Agent Config Management Phase 2
* Add status indicator
* Extract TimestampTooltip component
* Remove unused StickyTransactionProperties component
* Fix snapshot and minor cleanup
* Minor cleanup
* Display settings conditionally by agent name
* Fix client
* Format timestamp
* Minor design feedback
* Clear cache when clicking refresh
* Fix test
* Revert t() short hand
* Fix translations
* Add support for “all” option
* Fix API tests
* Move delete button to footer
* Fix snapshots
* Add API tests
* Fix toasts
* Address feedback and ensure order when searching for configs
* Fix snapshots
* Remove timeout
* Extracting HttpStatusBadge component, in order to be used on SpanFlyout
* Changing tab labels to metadata
* Changing tab labels to metadata
* Refactoring section labels
* Refactoring section labels
* Refactoring section labels
* Refactoring http info component
* adding new translation
* Refactoring section
* fixing type check on test
* Using lodash pick to get the correct properties
* [Maps] Move sort out of top hits configuration for ES documents source
* add migration script to convert topHitsTimeField to sortField
* update i18n translations
* add jest test for es docs source UpdateSourceEditor component
* remove time configuration from top hits docs
* update migrations integration expect statement
* review feedback
* reverse hits list so top documents by sort are drawn on top
* update functional test expect to account for reversing hits order
* update another functional test expect clause for reversing hits