Skip to content
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

Merged
merged 16 commits into from
Feb 17, 2020

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    1236e41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d685b5e View commit details
    Browse the repository at this point in the history
  3. Moved x-json worker out of searchprofiler and into es_ui_shared (for …

    …use in Watcher)
    
    Renamed ace/mode -> ace/modes
    jloleysens committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    3b758f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66fb568 View commit details
    Browse the repository at this point in the history
  5. Fix some imports

    Enable Watcher editor to parse XJson using XJsonMode
    jloleysens committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    c6aebb0 View commit details
    Browse the repository at this point in the history
  6. Fix imports

    Import JSON highlight rules in XJSONHighlight rules
    jloleysens authored Feb 13, 2020
    Configuration menu
    Copy the full SHA
    8593c10 View commit details
    Browse the repository at this point in the history
  7. 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.
    jloleysens committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    9b36d5e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3599a36 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Fixed OSS Jest tests

    Console Jest tests were still failing because they did not mock out the raw-loader imported worker file
    jloleysens committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    c1e0065 View commit details
    Browse the repository at this point in the history
  2. Expand triple quotes in editor

    Upon entering the advanced watcher creation view, the JSON should be scanned for triple quote expansion
    jloleysens committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    aa86cc9 View commit details
    Browse the repository at this point in the history
  3. Bring all editors themes in line

    Editors had github theme, which diverged from the textmate theme used in Console and SearchProfiler
    jloleysens committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    84fc472 View commit details
    Browse the repository at this point in the history
  4. 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.
    jloleysens committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    fc77ffb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a3b857 View commit details
    Browse the repository at this point in the history
  6. Moved x-json worker to x-pack

    x-json worker is currently only used inside of x-pack. Also testing
    for if this will fix the CI/prod build
    jloleysens committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    9cca97e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e427f8e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Configuration menu
    Copy the full SHA
    c699c1d View commit details
    Browse the repository at this point in the history