-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Support triple quoted JSON strings and Painless highlighting to Watcher and SearchProfiler #57563
Commits on Feb 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1236e41 - Browse repository at this point
Copy the full SHA 1236e41View commit details -
Configuration menu - View commit details
-
Copy full SHA for d685b5e - Browse repository at this point
Copy the full SHA d685b5eView commit details -
Moved x-json worker out of searchprofiler and into es_ui_shared (for …
…use in Watcher) Renamed ace/mode -> ace/modes
Configuration menu - View commit details
-
Copy full SHA for 3b758f2 - Browse repository at this point
Copy the full SHA 3b758f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66fb568 - Browse repository at this point
Copy the full SHA 66fb568View commit details -
Enable Watcher editor to parse XJson using XJsonMode
Configuration menu - View commit details
-
Copy full SHA for c6aebb0 - Browse repository at this point
Copy the full SHA c6aebb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8593c10 - Browse repository at this point
Copy the full SHA 8593c10View commit details -
Move console_lang, fix Jest tests
Exporting console_lang through the es_ui_shared/public barrel caused the XJsonMode to imported to a index_management too and any other plugin that may import something from that directory. console_lang was moved to it's own top level directory es_ui_shared/console_lang. We also included a mock for tests using XJsonMode to import from console_lang.
Configuration menu - View commit details
-
Copy full SHA for 9b36d5e - Browse repository at this point
Copy the full SHA 9b36d5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3599a36 - Browse repository at this point
Copy the full SHA 3599a36View commit details
Commits on Feb 14, 2020
-
Console Jest tests were still failing because they did not mock out the raw-loader imported worker file
Configuration menu - View commit details
-
Copy full SHA for c1e0065 - Browse repository at this point
Copy the full SHA c1e0065View commit details -
Expand triple quotes in editor
Upon entering the advanced watcher creation view, the JSON should be scanned for triple quote expansion
Configuration menu - View commit details
-
Copy full SHA for aa86cc9 - Browse repository at this point
Copy the full SHA aa86cc9View commit details -
Bring all editors themes in line
Editors had github theme, which diverged from the textmate theme used in Console and SearchProfiler
Configuration menu - View commit details
-
Copy full SHA for 84fc472 - Browse repository at this point
Copy the full SHA 84fc472View commit details -
Added XJSON mode to simulate alternative input editor
Slight refactor to the logic for using XJSON mode. Created an adhoc hook for wrapping the logic of useState and moved lanugage util imports there too to reduce the number of imports in both the watcher form and simulate tabs in advanced creation.
Configuration menu - View commit details
-
Copy full SHA for fc77ffb - Browse repository at this point
Copy the full SHA fc77ffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a3b857 - Browse repository at this point
Copy the full SHA 3a3b857View commit details -
x-json worker is currently only used inside of x-pack. Also testing for if this will fix the CI/prod build
Configuration menu - View commit details
-
Copy full SHA for 9cca97e - Browse repository at this point
Copy the full SHA 9cca97eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e427f8e - Browse repository at this point
Copy the full SHA e427f8eView commit details
Commits on Feb 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c699c1d - Browse repository at this point
Copy the full SHA c699c1dView commit details