|
HUE-9503 [editor] Fix js exception when loading back expired queries in editor v2
|
johan
|
October 20th, 2020, 9:09 a.m.
|
|
|
HUE-9480 [frontend] Replace legacy static jQuery 2.2.4 with 3.5.1
|
johan
|
October 19th, 2020, 2:51 p.m.
|
|
|
HUE-9496 [assist] Fix js exception on missing database/table in the right assist
|
johan
|
October 8th, 2020, 12:37 p.m.
|
|
|
HUE-9495 [assist] Fix drag and drop from left assist on initial load
|
johan
|
October 8th, 2020, 9:32 a.m.
|
|
|
HUE-9485 [frontend] Add a FacetSelector Vue component
|
johan
|
October 7th, 2020, 3:20 p.m.
|
|
|
HUE-9485 [frontend] Expose clear on the DateRangePicker component
|
johan
|
October 5th, 2020, 6:46 p.m.
|
|
|
HUE-9485 [frontend] Add a date range picker dropdown Vue component
|
johan
|
October 2nd, 2020, 1:33 p.m.
|
|
|
HUE-9485 [frontend] Add a Vue StatusIndicator component
|
johan
|
September 30th, 2020, 2:50 p.m.
|
|
|
HUE-9485 [frontend] Switch to using the Dropdown component in the Paginator and some initial styling
|
johan
|
September 28th, 2020, 1:52 p.m.
|
|
|
HUE-9485 [frontend] Add a click event on the HueTable row
|
johan
|
September 24th, 2020, 8 p.m.
|
|
|
HUE-9484 [frontend] Warn if jest tests are trying to make actual ajax requests using Axios
|
johan
|
September 23rd, 2020, 6:44 p.m.
|
|
|
HUE-9486 [ui] Fix conflicts with the Vue linter and prettier
|
johan
|
September 23rd, 2020, 6:46 p.m.
|
|
|
HUE-9485 [frontend] Add a Vue column selector component
|
johan
|
September 23rd, 2020, 6:46 p.m.
|
|
|
HUE-9456 [editor] Fix presentation mode variable substitution in editor v2
|
johan
|
September 11th, 2020, 8:52 a.m.
|
|
|
HUE-9464 [editor] Add Hive parser support for DROP SCHEDULED QUERY
|
johan
|
September 10th, 2020, 2:08 p.m.
|
|
|
HUE-9464 [editor] Update Hive ALTER parser with the latest syntax
|
johan
|
September 9th, 2020, 3:50 p.m.
|
|
|
HUE-9465 [editor] Update the Hive documentation to the latest version
|
johan
|
September 8th, 2020, 1:27 p.m.
|
|
|
HUE-9461 [tools] Fix the sql reference generator tool for Impala
|
johan
|
September 8th, 2020, 12:06 p.m.
|
|
|
HUE-9461 [editor] Update the Impala documentation to the latest version
|
johan
|
September 8th, 2020, 12:08 p.m.
|
|
|
HUE-9463 [assist] Fix js exception in the reference repository for non-defined dialects
|
johan
|
September 8th, 2020, 7:54 a.m.
|
|
|
HUE-9456 [editor] Include the raw statement when executing in editor v2
|
johan
|
September 7th, 2020, 8:54 a.m.
|
|
|
HUE-9456 [editor] Send the actual snippet and notebook for executables in the editor
|
johan
|
September 7th, 2020, 9:45 a.m.
|
|
|
HUE-9456 [editor] Fix issue with constant spinner in autocompletion of popular entries
|
johan
|
September 7th, 2020, 11:32 a.m.
|
|
|
HUE-9456 [editor] Use the default editor if not specified in the URL in editor v2
|
johan
|
September 7th, 2020, 12:41 p.m.
|
|
|
HUE-9457 [importer] Improve visibility of path input in the importer file chooser
|
johan
|
August 31st, 2020, 11:33 a.m.
|
|
|
HUE-9454 [editor] Always resolve promises in the autocompleter when closed or re-opened
|
johan
|
September 2nd, 2020, 9:59 a.m.
|
|
|
HUE-9456 [editor] Implement variable substitution in editor V2
|
johan
|
August 28th, 2020, 2:16 p.m.
|
|
|
HUE-9459 [editor] Make sure return types are unique when UDFs are merged
|
johan
|
September 1st, 2020, 5:09 p.m.
|
|
|
HUE-9456 [editor] Clean up editor V2 execution logic and enable roundtrip test
|
johan
|
August 27th, 2020, 1:48 p.m.
|
|
|
HUE-9454 [editor] Make it possible to define reserved keyword per dialect
|
johan
|
August 26th, 2020, 11:39 a.m.
|
|
|
HUE-9449 [tb] Use the last active editor or assist database as default when opening the table browser from the left nav
|
johan
|
August 24th, 2020, 10:20 a.m.
|
|
|
HUE-9454 [editor] Use the identifier escape char from the connector properties in the editor
|
johan
|
August 24th, 2020, 11:21 a.m.
|
|
|
HUE-9449 [tb] Include connector id in "Open in table browser" links
|
johan
|
August 14th, 2020, 12:46 p.m.
|
|
|
HUE-9429 [editor] Extract and split DESCRIBE, INSERT, MERGE, SET and UPDATE for Hive and Presto
|
johan
|
August 14th, 2020, 3:10 p.m.
|
|
|
HUE-9429 [editor] Extract and split GRANT, REVOKE, LOAD, IMPORT, MSCK and EXPORT for Hive and Presto
|
johan
|
August 13th, 2020, 1:54 p.m.
|
|
|
HUE-9429 [editor] Extract and split ALTER, SHOW and DROP for Hive and Presto
|
johan
|
August 12th, 2020, 2:02 p.m.
|
|
|
HUE-9429 [editor] Split Impala SELECT grammar and reduce duplication with the generic parser
|
johan
|
August 10th, 2020, 1:44 p.m.
|
|
|
HUE-9429 [editor] Split Impala UDF grammar and reduce duplication with the generic parser
|
johan
|
August 10th, 2020, 12:24 p.m.
|
|
|
HUE-9429 [editor] Remove intermediary parser rules for each statement type to improve pluggability
|
johan
|
August 7th, 2020, 2:23 p.m.
|
|
|
HUE-9429 [editor] Fix issue with structure definition of hive related parsers
|
johan
|
August 6th, 2020, 5:47 p.m.
|
|
|
HUE-9441 [editor] Don't suggest empty database in the autocomplete
|
johan
|
August 5th, 2020, 1:55 p.m.
|
|
|
HUE-9433 [assist] Fix exceptions in the UDF assist filter
|
johan
|
August 4th, 2020, 10:58 a.m.
|
|
|
HUE-9429 [editor] Remove all duplication from the Calcite parser
|
johan
|
August 3rd, 2020, 12:16 p.m.
|
|
|
HUE-9429 [editor] Split out all the UDFs and make most of the statements pluggable via structure.json in the generic parser
|
johan
|
August 3rd, 2020, 11:17 a.m.
|
|
|
HUE-9429 [editor] Split ALTER, CREATE and DROP into parts for the generic parser
|
johan
|
July 31st, 2020, 3:02 p.m.
|
|
|
HUE-9425 [ui] Fix issue with rendering dynamic bundles in the login page
|
johan
|
July 31st, 2020, 10:19 a.m.
|
|
|
HUE-9425 [ui] Fix issue with the CleanWebpackPlugin trying to clean the wrong folder
|
johan
|
July 30th, 2020, 7:24 p.m.
|
|
|
HUE-9425 [ui] Don't throw exception when detecting bundles if webpack isn't ready
|
johan
|
July 30th, 2020, 9:16 a.m.
|
|
|
HUE-9425 [ui] Fix issue with bundle loading in table and job browser
|
johan
|
July 30th, 2020, 7:35 a.m.
|
|
|
HUE-9428 [editor] Fix issue where the syntax parsers fails parsing statements with UDFs
|
johan
|
July 29th, 2020, 11:55 a.m.
|
|