Commit eb1fab1
committed
[ML] Add Custom URLs and Calendars to the Job wizards (elastic#51281)
* [ML] editor to ts
* [ML] custom_urls component to ts
* [ML] custom urls in job creator, define CustomSettings interface
* [ML] custom urls selection
* [ML] custom urls description text
* [ML] description for calendars
* [ML] update layout to full width
* [ML] fix i18n
* [ML] adjust editor test
* [ML] fix type for FormattedMessage
* [ML] fix types
* [ML] add modal edit mode to the custom urls editor
* [ML] fix calendars saving
* [ML] update snapshot
* [ML] add test support
* [ML] update form description text
* [ML] adjust layout
* [ML] set modal width
* [ML] fix total value condition in getTestUrl
* [ML] fix token replacement for string values
* [ML] align calendar selection
* [ML] manage calendars link
* [ML] fix form description ids
* [ML] styles for custom urls description
* [ML] manage calendars as a link
* [ML] refresh calendars button
* [ML] remove redundant css rule
* Revert "[ML] remove redundant css rule"
This reverts commit 6b9a50e
* [ML] update calendar service, move calendars out of the job config
* [ML] fix translation key
* [ML] fix i18n
* [ML] alight calendars selection
* [ML] calendar types
* [ML] update calendars description
* [ML] calendars cloning
* [ML] align additional settings with advanced
* [ML] fix typo, clean up calendars
* [ML] persist created_by for custom urls
* [ML] fix fetchCalendarsByIds
* [ML] extend stashCombinedJob with calendars
* [ML] remove redundant check and fallback for calendars1 parent 61f5787 commit eb1fab1
File tree
39 files changed
+1248
-912
lines changed- x-pack
- legacy/plugins/ml
- common/types
- public/application
- jobs
- components/custom_url_editor
- __snapshots__
- jobs_list/components
- edit_job_flyout
- tabs
- new_job
- common/job_creator
- configs
- util
- pages
- components/job_details_step/components/additional_section
- components
- calendars
- custom_urls
- new_job
- services
- ml_api_service
- util
- server
- models/calendar
- routes
- plugins/translations/translations
39 files changed
+1248
-912
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
14 | | - | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments