kibana/x-pack/plugins/ml/server/models
James Gowdy c18513e23d
[ML] Removing global isServerless flag (#166651)
Removed `isServerless` flag which lived in our global context and had to
be passed about to the various components which create their own version
of the context using `getMlGlobalServices`
This PR adds a new context which contains flags for all of the features
which can be toggled when in serverless mode.
Flags added:
```
 showNodeInfo
 showMLNavMenu
 showLicenseInfo
 isADEnabled
 isDFAEnabled
 isNLPEnabled
```
The enabled features flags are now read from the config file client
side, rather than using capabilities.

Additional changes:
- Changes the wording of the awaiting ML node callout in serverless.
- In the search project, the default ML page is the trained models list
and not Overview
- Reenables the Memory Usage page for all projects

---------

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2023-09-27 09:32:17 +01:00
..
annotation_service [ML] Package @kbn/ml-anomaly-utils (#155697) 2023-05-03 08:46:27 +02:00
bucket_span_estimator [ML] Package @kbn/ml-data-grid (#155530) 2023-06-06 11:20:37 +02:00
calculate_model_memory_limit [ML] Package @kbn/ml-data-grid (#155530) 2023-06-06 11:20:37 +02:00
calendar [ML] Increasing calendar events request limit (#158726) 2023-06-01 11:24:59 +01:00
data_frame_analytics [ML] Removing global isServerless flag (#166651) 2023-09-27 09:32:17 +01:00
data_recognizer [ML] Fix anomaly detection module manifest queries for kibana sample data sets (#164332) 2023-08-22 14:39:58 +01:00
data_visualizer [ML] Package @kbn/ml-data-grid (#155530) 2023-06-06 11:20:37 +02:00
fields_service [ML] Package @kbn/ml-data-grid (#155530) 2023-06-06 11:20:37 +02:00
filter [packages] prevent and remove basename collisions for js/ts code (#148835) 2023-01-12 12:29:30 -07:00
job_audit_messages [ML] Wizard validation improvements (#132615) 2022-05-24 18:07:39 +01:00
job_service [ML] Creating category validation package (#161261) 2023-07-19 12:34:29 +01:00
job_validation [ML] Package @kbn/ml-data-grid (#155530) 2023-06-06 11:20:37 +02:00
json_schema_service [ML] Improve job and datafeed config editors in the Advanced job wizard (#146968) 2023-03-10 17:04:42 +01:00
model_management [ML] Removing global isServerless flag (#166651) 2023-09-27 09:32:17 +01:00
notifications_service [ML] Removing global isServerless flag (#166651) 2023-09-27 09:32:17 +01:00
results_service [ML] Anomaly detection: fixes time format used in query for datafeed chart (#160325) 2023-06-28 08:32:08 -06:00