Skip to content

Releases: chengpohi/edql

v1.10.9

26 Apr 17:11
Compare
Choose a tag to compare

IMPORTANT Since changed the esql default save location, your changed sql files will be ignored, but you can find it by:

Scratches and Consoles / EDQL / esqls

https://www.jetbrains.com/help/idea/scratches.html#view_scratch_files

Added

  • show host name on popup dialog
  • readonly for connection
  • export excel and follow header
  • locate connection in file editor bar

Changed

  • move dock details panel to mouse info option
  • excel export header width
  • Translate to Java
  • increase width for new connection url
  • remove global edqls and charts node
  • esql file default save: Scratches and Consoles / EDQL / myhost / esqls/
  • esql file auto generate after modify in sql console editor

Fixed

  • fix update document issue
  • fix table display by _source order

v1.10.8

14 Apr 15:16
Compare
Choose a tag to compare

Added

  • add new query on mouse option

Changed

  • early clear temp variable

Fixed

  • fixed oom when big table created
  • clean context variable
  • fix 404 error for tutorial
  • fix _search match path

v1.10.7

12 Mar 11:29
3138b82
Compare
Choose a tag to compare

Added

  • add donate icon

Changed

  • support json object modify
  • ruleencoding add orient

Fixed

  • fix triple quote bracket issue
  • fix aggregate tree table

QSharp1.10.7

12 Mar 11:30
3138b82
Compare
Choose a tag to compare

Added

  • add donate icon

Changed

  • support json object modify
  • ruleencoding add orient

Fixed

  • fix triple quote bracket issue
  • fix aggregate tree table

v1.10.6

10 Feb 03:54
ad01976
Compare
Choose a tag to compare

Added

  • expand and collapse json tree in result panel
  • exclude and include index pattern
  • modify row with light gray color
  • download all option for table export
  • download with custom page size
  • page next page, previous page and custom page size

Changed

  • update function sort to order name
  • expand all for system json response
  • json primitive array display as table

Fixed

  • fix delete draft multi rows issue
  • fix new row with id nullpointerexception
  • fix fun real value issue

QSharp1.10.6

07 Feb 16:29
ad01976
Compare
Choose a tag to compare

Added

  • expand and collapse json tree in result panel
  • exclude and include index pattern

Changed

  • update function sort to order name
  • expand all for system json response
  • json primitive array display as table

Fixed

  • fix delete draft multi rows issue
  • fix new row with id nullpointerexception

v1.10.5

16 Jan 16:14
Compare
Choose a tag to compare

Added

Changed

Fixed

  • fixed number display issue: auto trailing zero
  • fixed json backslash parse issue
  • fixed triple quote parse issue
  • fixed duplicate row issue

v1.10.4

12 Jan 14:52
Compare
Choose a tag to compare

Added

  • plot with parameters updated: support function
  • add functions in elib: term, terms, range, exists, sort etc
  • mouse popup for table result panel
  • stats field

Changed

  • merge connection and ecopilot dock

Fixed

  • fixed minimum size for dialog
  • fixed duplicate register function
  • fixed eval fun params issue

QSharp1.10.4

12 Jan 14:52
Compare
Choose a tag to compare

Added

  • plot with parameters updated: support function
  • add functions in elib: term, terms, range, exists, sort etc
  • mouse popup for table result panel
  • stats field

Changed

  • merge connection and ecopilot dock

Fixed

  • fixed minimum size for dialog
  • fixed duplicate register function
  • fixed eval fun params issue

v1.10.3

20 Dec 16:13
Compare
Choose a tag to compare

Added

  • support expandable edit table cell value by json editor
  • field aggregate info: numeric field: extended_stats, keyword: string_stats
  • support @ symbol in request path

Changed

Fixed

  • npe for run action without caret offset
  • raw action: concurrency issue