Commit graph

4 commits

Author SHA1 Message Date
Dima Arnautov
5636060d11
[ML] Script to generate a content page for the ML Kibana API (#154538)
## Summary

- Adds a script to generate a content page with ML Kibana API groups
- Updates the `apiDocs` npm command
2023-04-11 13:35:54 +02:00
Dima Arnautov
c94cce5d10
[ML] Fix apiDoc script (#153366)
## Summary

Previously, apidoc scripts were transpiled to TS and the JS files were
passed as parameters to the npm command. With the recent Kibana changes
related to `tsconfig`, the output structure has changed and caused
`apiDocs` to fail.

With this PR I introduced a scripts folder that utilizes
[setup_node_env](afb09ccf8a/src/setup_node_env/index.js (L10))
and allows us to omit `tsc` step.

Also, the `getTypeAtLocation` method started throwing an error in some
cases. For now, I've added an error handling and need to investigate
what's off.
2023-03-23 10:10:43 -07:00
Dima Arnautov
0ae7455377
[ML] Add job audit messages API integration tests (#110793) 2021-09-02 14:43:14 +02:00
James Gowdy
35302ed273
[ML] Client side cut over (#60100)
* [ML] Client side cut over

* updating paths and commented code

* changes based on review

* disabling telemetry tests

* fixing start job stylesheets

* fixing everything that is broken

* fixing types and ml icon order

* using icon constant
2020-03-13 19:16:41 +00:00
Renamed from x-pack/legacy/plugins/ml/.gitignore (Browse further)