release-notes-3.11.0.txt 62 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016
  1. Hue v3.11.0, released Aug 17th 2016
  2. ===================================
  3. Hue, http://gethue.com, is an open source Web UI for easily doing Big Data analysis with Hadoop.
  4. Its main features:
  5. * SQL editors for Hive, Impala, MySQL, Oracle, PostGresl, SparkSQL, Solr SQL, Phoenix...
  6. * Dynamic Search dashboards with Solr
  7. * Spark and Hadoop notebooks
  8. * Scheduling of jobs and workflows through an Oozie Editor and Dashboard
  9. More user and developer documentation is available at http://gethue.com.
  10. Latest Notable Features
  11. -----------------------
  12. The complete list and video demos are on link:http://gethue.com/hue-3-11-with-its-new-s3-browser-and-sql-autocomplete-is-out/[http://gethue.com/hue-3-11-with-its-new-s3-browser-and-sql-autocomplete-is-out/].
  13. S3 Browser
  14. * List, browse
  15. * Upload, download
  16. * Create external Hive table
  17. * Export query result
  18. * List S3 URI in Sentry
  19. * Set Oozie coordinator dependencies on S3 paths
  20. SQL Autocompleter
  21. * Brand new SQL grammar for Hive and Impala
  22. * Support all the major operations like SELECT, CREATE, DROP
  23. * Autocomplete UDFs and show their documentation
  24. * Weight keywords and columns by importance
  25. * Infer the types and propose compatible columns or UDFs
  26. * See more in https://issues.cloudera.org/browse/HUE-4039
  27. SQL Result Refinements
  28. * Result grid improvements
  29. * Timeout popup when Impala hangs on fetch result
  30. * Offer to fix certain rows
  31. * Search through the results
  32. * Excel download now has a progress status
  33. * Fixed resultset legend and header when scrolling throught the results
  34. * Column and type search
  35. * Optimized to display hundred columns
  36. * Export SQL query result to Solr
  37. Solr Indexer
  38. * New indexer
  39. * Leverage Morphline to submit a MapReduce jobs that scales
  40. * Offer light ETL operations like splitting a field, GeoIp, replace, grok
  41. Compatibility
  42. -------------
  43. Runs on CentOS versions 5 to 6, Red Hat Enterprise Linux (RHEL 5 and 6), and Ubuntu 12.04 and 14.04.
  44. Tested with CDH5. Specifically:
  45. - Hadoop 2.6.0
  46. - Hive 1.1
  47. - Oozie 4.1
  48. - HBase 1.2
  49. - Pig 0.12
  50. - Impala 2.5
  51. - Solr 4.10
  52. - Sqoop2 1.99.5
  53. - Spark 1.6
  54. These minimum versions should work (not tested):
  55. - Hadoop 0.20 / 1.2.0 / 2.0.0
  56. - Hive 0.12.0
  57. - Oozie 3.2
  58. - HBase 0.92
  59. - Pig 0.8
  60. - Impala 1.0
  61. - Solr 3.6
  62. - Sqoop2 1.99.3
  63. - Spark 1.4
  64. Supported Browsers:
  65. Hue works with the two most recent versions of the following browsers. Make sure cookies and JavaScript are turned on for the browser.
  66. * Chrome
  67. * Firefox LTS
  68. * Safari (not supported on Windows)
  69. * Internet Explorer
  70. Hue might work with Chrome 23, Firefox 23, IE8, Safari 6, or older browser version, but you might not be able to use all of the features.
  71. Runs with Python 2.6.5+
  72. Note: CentOS 5 and RHEL 5 requires EPEL python 2.6 package.
  73. List of 756 Commits
  74. -------------------
  75. * d1222a2 HUE-4658 [doc] Update release 3.11
  76. * 1842de1 HUE-4567 [aws] Read AWS credentials from configured script files
  77. * cd6f67b HUE-4403 [aws] Close file after read using fast=True
  78. * c810ce2 HUE-4579 [editor] The new autocompleter should support Hive INSERT statements
  79. * 34979a0 HUE-4587 [editor] The new autocompleter should completely support EXPLAIN
  80. * 06320ef HUE-4637 [editor] Scroll on column list is extremly slow on Linux
  81. * 49ec11d HUE-4625 [fb] S3 filechooser popup do not display the parent directory as ..
  82. * d527018 HUE-4650 [fb] Selecting S3A from filechooser is not displaying the S3 filesystem
  83. * 3d8965b HUE-4651 [fb] Prevent inline display of non authorized mime types
  84. * f60472e HUE-4652 [core] Add settings for django-axes AXES_BEHIND_REVERSE_PROXY and AXES_REVERSE_PROXY_HEADER
  85. * e9851a9 HUE-2971 [oozie] Some links of a Fork can point to deleted nodes
  86. * ed3bb9a HUE-3831 [oozie] Show operations inside the HDFS fs graph node for external workflows
  87. * 47bbea3 HUE-4649 [sqoop] SqoopResource got broken after change in Resource
  88. * 99f3ada HUE-4502 [editor] Fix issue with column type precision
  89. * 27b5055 HUE-4641 [indexer] GeoIP will stop indexing if an IP is missing from it's lookup table
  90. * f89353d HUE-4582 [editor] The new autocompleter should fully support LOAD
  91. * 991b482 HUE-4577 [editor] The new autocompleter should support CREATE, DROP and SET ROLE
  92. * e0f85d7 HUE-4574 [editor] Enable autocompletion after '-' without whitespace
  93. * cbae56e HUE-4638 [editor] Infinite scroll blinks the fixed legend when fetching the next 100 batch
  94. * 1619501 HUE-4610 [editor] Avoid trembling of fixed headers on query editing
  95. * 5ee139c HUE-4648 [security] The File ACLs tree doesn't render if there's a file in the HDFS root
  96. * cfc91cc HUE-4647 [home] Better align new document dropdown
  97. * 65b202c HUE-4646 [core] The initial welcome wizard redirects to the old home
  98. * 89f5242 HUE-4067 [assist] Fix issue with truncated columns of the last assist entry
  99. * ee0a6a1 HUE-4644 [editor] Don't refresh the assist 5 seconds after loading a query
  100. * 9b21a3d HUE-4598 [editor] Empty table list sometimes the first time
  101. * b4578d3 HUE-4642 [editor] Ace autocomplete should honour the weights for partial matching
  102. * 00e77ec HUE-4643 [editor] Autocompleter is silent for the second argument of concat
  103. * 40281e5 HUE-4645 [core] Disable inline display of SVG files
  104. * 7ffccce HUE-4626 [fb] S3 in the filechooser do not show up with FF
  105. * 5b2879d HUE-4560 [core] Add permissions controls to authorize access to S3 across all components
  106. * 808dd74 HUE-4522 [beeswax] Remove max_rows limit for HiveServer2 get_configuration
  107. * 5fced5e HUE-4634 [editor] The autocompleter should allow some errors in the select list
  108. * 8e2c3eb HUE-4586 [editor] The new autocompleter should completely support SELECT
  109. * a6c4982 HUE-4635 [jb] Fix duration on jobs page for running jobs
  110. * bdeb8d3 HUE-4506 [editor] Update test with new detailed error message
  111. * 30f2923 HUE-4632 [oozie] Log which type of oozie action are created in workflows
  112. * 432d52b HUE-4611 [editor] Export to S3 should not say HDFS
  113. * 7490137 HUE-4569 [editor] If we don't have a query history select the saved query tab
  114. * c215733 HUE-4506 [editor] Provide more information why query couldn't be saved
  115. * 082f60b HUE-4628 [useradmin] Prettify and unify help icons
  116. * 14680cd HUE-4604 [editor] Locked rows does not go well with headers
  117. * 00e3440 HUE-4315 [editor] Error when sharing a query with R permission
  118. * 5502082 HUE-4621 [core] Fix tests due to closed stdout handle
  119. * 0c01184 HUE-4568 [editor] Export a query to an index
  120. * 8042ff0 HUE-4526 [indexer] Submit notebook as batch job
  121. * 8baecf4 HUE-4586 [editor] The new autocompleter should support GROUPING SETS, CUBE and ROLLUP
  122. * 0bf4a75 HUE-4581 [editor] The new autocompleter should support DROP FUNCTION
  123. * 3f5e1e0 HUE-4580 [editor] The new autocompleter should support ANALYZE TABLE
  124. * 5cf870b HUE-4600 [editor] Result table headers breaks on sort
  125. * 0d0def2 HUE-4609 [editor] Resizing the window should resize also the column list/grid
  126. * cccb67f HUE-4618 [editor] Query selection highlighting does not stay
  127. * f60c4ee HUE-4614 [editor] Query result search box always present when switching tabs
  128. * 0fb990b HUE-4603 [fb] Disable bucket move and copy
  129. * 1f56edc HUE-4623 [editor] ON and ASC and DESC are not being highlighted on Impala
  130. * 48fa31b HUE-4624 [editor] Doing enter in the query result search box could go to the next match
  131. * 5fe014e HUE-4397 [fb] Hide upload archive in S3
  132. * 059f4ae HUE-4601 [fb] Creating a bucket with a not allowed name on S3 will HTTP 500
  133. * 7c3324d HUE-4621 [core] On loaddata failure, print stdout to logs
  134. * 5e73a61 HUE-4616 [editor] Only select the snippet DB when executing the first statement
  135. * 20ae4d6 HUE-4563 [impala] Handle case for non-string partition keys or values
  136. * a150dd2 HUE-4570 [editor] Autocomplete popup disappears even when calling it when typing
  137. * 76a8068 HUE-4575 [core] Add notice to hue.ini regarding the custom maps and security
  138. * 34d9893 HUE-4572 [core] Fix HueDataTable with multiple instances on the same page
  139. * 4158ab4 HUE-4576 [editor] Fix autocompletion before OR in value expressions
  140. * 592a023 HUE-4374 [editor] No autocomplete appearing in ORDER BY with an operation
  141. * 8685080 HUE-4573 [editor] The autocompleter should support carriage return in statements
  142. * dc89922 HUE-4465 [notebook] Bump the darkness of the non selected icons
  143. * f72ea7a HUE-4519 [fb] Fix upload test with updated message
  144. * bbd851f HUE-4566 [metastore] Query created by Browse Data action should have a limit and semi-colon
  145. * 8b97243 HUE-4565 [core] Update natural sort algorithm
  146. * 7202728 HUE-4564 [core] Log stderr on failure to coerce password from script
  147. * 2384b67 HUE-4535 [editor] Add additional autocompletion for ALTER, CREATE and DROP
  148. * e5e8f80 HUE-4335 [editor] New autocompleter should handle date types
  149. * a4fe3af HUE-4551 [editor] The new autocompleter should support CTEs (WITH) and UNION
  150. * 014aa88 HUE-4562 [editor] Switching to marker map makes the page freeze
  151. * 63f788c HUE-4552 [editor] Improve performance on checking/unchecking all fields
  152. * aa2e9ad HUE-4555 [core] Avoid opening file chooser on enter key
  153. * 7c44807 HUE-4519 [fb] Check for user permissions first before uploading
  154. * bfdc73b HUE-4559 [indexer] Enable Select Fields button when a path has been entered into wizard
  155. * dcf56cb HUE-4556 [core] Fix coverage failure due to missing source files
  156. * 7275422 HUE-4524 [hadoop] Fix test_yarn_ssl_validate which assumes default YARN_CLUSTER is defined
  157. * 6f005fd HUE-4553 [oozie] The dashboard table scrolls horizontally
  158. * bdc87a4 HUE-4469 [editor] Can have lot of white spaces below the query
  159. * 0dfcc7a HUE-4554 [editor] Status checking can go in infinite loop in batch mode
  160. * ad0fde2 HUE-4549 [core] Missing file for the collect static plugin
  161. * 6ea74a9 HUE-4550 [fb] Fix file chooser for S3 after S3A migration
  162. * 272fb7d HUE-4548 [editor] Sample popup tab seems off
  163. * 8e602ed HUE-4513 [editor] Add default autocompletion weights for columns, tables, functions etc.
  164. * 14926bc HUE-4281 [editor] Fail gracefully and return an error when trying to import a wrong/corrupted JSON file
  165. * 2560694 HUE-4417 [aws] Switch from s3 to s3a to enable direct save to S3
  166. * f134a3c HUE-4544 [indexer] Extend Parquet morphline to support generic fields
  167. * 35a4385 HUE-4401 [fb] Do not return any date for bucket and directory objects
  168. * 6e55ce9 HUE-4513 [editor] Use weights for keyword autocompletion
  169. * cd0db36 HUE-4488 [editor] Show result row detail view
  170. * 1d42dc8 HUE-4530 [indexer] Fix field type guessing from a table
  171. * adfb382 HUE-4530 [indexer] Re-introduce job link for now
  172. * 5468e61 HUE-4542 [editor] Column filter should be 100% of the column list width
  173. * 19fb1df HUE-4530 [indexer] Improved look'n'feel of the app
  174. * ac40704 HUE-4511 [editor] Field scroll does not scroll or grey the column
  175. * 6c4bc66 HUE-4495 [assist] Switching DB does not display the tables
  176. * d6ba984 HUE-4530 [indexer] Enable the full assist and dragging options
  177. * 2a5f7c5 HUE-4539 [search] Remove field collapse icon
  178. * 93794f7 HUE-4538 [search] Field detail popup cannot always be closed
  179. * 80e29a6 HUE-4540 [jb] Lower max number of jobs displayed on the main page
  180. * 9df36a6 HUE-4530 [indexer] Progress bar on indexing
  181. * 52653b1 HUE-4530 [indexer] Hook up EditorViewModel with the table indexer
  182. * 38c5701 HUE-4530 [indexer] Prettify file format to stay on the same line
  183. * bb2c54b HUE-4530 [indexer] Add parquet format and full column types for nested types
  184. * b6b7636 HUE-4530 [indexer] Submit notebooks as batch
  185. * 25dbd6d HUE-4530 [indexer] Add hardcoded parquet format
  186. * b1334a7 HUE-4530 [indexer] Fix file type load
  187. * 4d5dd79 HUE-4530 [notebook] Submit indexer as a batch job
  188. * 3a1233f HUE-4530 [indexer] Enable dropdown to change file type
  189. * 2d7e8f6 HUE-4530 [indexer] First pass for nested fields style
  190. * 730ea7f HUE-4530 [indexer] Fixed nested add operation
  191. * c8c630f HUE-4530 [indexer] UX to ask the user to fill up the collection name in any case
  192. * 42af931 HUE-4530 [indexer] Allow to select parquet tables
  193. * 50b2440 HUE-4530 [indexer] Add link to Solr collection
  194. * 0599222 HUE-4530 [indexer] Dynamically pickup the column separator for test tables
  195. * cedbf46 HUE-4530 [indexer] Started restyling first step
  196. * 3948309 HUE-4530 [indexer] Added hive chooser
  197. * 364aff0 HUE-4530 [indexer] Move format selection to step 2
  198. * 2328c4a HUE-4530 [indexer] Index all the data of a CSV table
  199. * 1c091f9 HUE-4530 [indexer] Removed big loading and put spinner in the wizard circles
  200. * dbc5f4e HUE-4530 [indexer] Get full table metadata to get the correct field types
  201. * d1d7299 HUE-4530 [indexer] Added wizard circles
  202. * 1c9e5ee HUE-4530 [indexer] Work with the sample_07 table
  203. * 051b270 HUE-4530 [indexer] Basic metadata pulling for Hive tables
  204. * cf1532d HUE-4534 [indexer] Fix syslog groking for smart indexer
  205. * 56c808e HUE-4530 [indexer] Skeleton for file and table selection
  206. * 33ad8f8 HUE-4530 [indexer] Added wizard skeleton
  207. * 527e4e6 HUE-4530 [indexer] List available saved Hive queries
  208. * 5c1bc6b HUE-4530 [indexer] Added spinner for field type guessing
  209. * ea6c9a9 HUE-4530 [indexer] Removed horizontal scroll from the page
  210. * 6d91117 HUE-4530 [indexer] Offer 3 new input file formats
  211. * 47c4ee8 HUE-4530 [indexer] Only warn when the collection name is empty
  212. * cd5de7b HUE-4526 [oozie] Add tests to the generation of workflows
  213. * 587ef1c HUE-4526 [oozie] Rename test file to follow the _tests convention
  214. * ac53520 HUE-4526 [oozie] Refactor to have only one way to save a workflow
  215. * a72a419 HUE-4526 [oozie] API to generate sequential workflow with sequential document actions
  216. * b245e19 HUE-4395 [fb] S3 delete bucket implementation
  217. * 17585b7 HUE-4537 [core] Fix database_logging in hue config so it logs debug database messages
  218. * f82c280 HUE-4399 [fb] Renaming a key (non-bucket directory) creates an extraneous empty file
  219. * f232d86 HUE-4531 [fb] Enable deleting buckets on S3
  220. * 78ca1b7 HUE-4536 [editor] Load query generates JS error
  221. * 221ac4f HUE-4535 [editor] Add autocomplete for CREATE and ALTER statements
  222. * 411b335 HUE-4489 [editor] The new autocompleter should allow white space between UDF name and parenthesis
  223. * 6ae35be HUE-4533 [core] Disable password reveal on IE
  224. * 14f603e HUE-4512 [editor] Header and column not always aligned
  225. * a8837c1 HUE-4523 [editor] Enable resizing of the column list panel
  226. * 01bcbd4 HUE-4398 [fb] API should check if bucket already exists in the region and bubble up the error
  227. * bbbe104 HUE-4430 [editor] Batch execution often fails to show any output
  228. * e4c3a81 HUE-4527 [indexer] Date fields that aren't required can crash the indexing job
  229. * 3922210 HUE-4515 [oozie] Remove oozie.bundle.application.path from properties when rerunning workflow
  230. * 014a8d6 HUE-4518 [editor] Update basic state icon
  231. * 5a8e81a HUE-4518 [editor] Use different icon for the column list
  232. * 4f70b95 HUE-4521 [editor] Hide/show column doesn't work on fixed rows
  233. * 6d9284b HUE-4508 [editor] Search in result set is js erroring
  234. * 9bc2d5b HUE-4503 [fb] Update tests with for bucket dates
  235. * 945de4e HUE-4514 [beeswax] Fix test_explain_query and test_explain_query_i18n for default execution engine Tez
  236. * fa56692 HUE-4516 [indexer] Switching file types doesn't update fields properly in the indexer wizard
  237. * 758c3fc HUE-4501 [indexer] Add basic hive CSV file format outline to indexer
  238. * 91c977c HUE-4503 [fb] Disable timestamp for S3 buckets and folders
  239. * 3955f47 HUE-4492 [indexer] Rename test file to follow convention
  240. * 16a63c3 HUE-4492 [indexer] Migrate to the oozie library to submit the java indexer job
  241. * 383d91f HUE-4490 [oozie] Generate workflow from Java snippet
  242. * 14f2b3f HUE-4507 [editor] Cannot see column names in the gradient map visualization
  243. * 28f174f HUE-4505 [editor] Resultset search is too transparent
  244. * 0b8e7b4 HUE-4499 [editor] Gradient map not always showing on the editor
  245. * 63731ae HUE-4491 [fb] Enable creating buckets on S3
  246. * e128f66 HUE-4494 [indexer] Add a load from JSON function to Create Index Wizard
  247. * 702dbeb HUE-4479 [indexer] Allow indexing multiple files on the same collection
  248. * 22eddf3 HUE-4493 [oozie] Fix sync-workflow action when Workflow includes sub-workflow
  249. * 9cec497 HUE-4487 [editor] Result table search
  250. * 8fef8d2 HUE-4486 [editor] Add back sorting to the result table
  251. * fc380a3 HUE-4485 [editor] Scroll to assist entries from search result
  252. * 08f74de HUE-4484 [editor] Add column name and type to the title of column browser
  253. * 293b0eb HUE-4480 [meta] Add description and parent info to columns and partitions
  254. * ea01b79 HUE-4480 [meta] Search parameters are not all sent to the API
  255. * a7e16eb HUE-4483 [core] Do not use backticks in the ini files
  256. * e35d4ed HUE-4882 [editor] Redraw fixed header on column toggling
  257. * 8ca3005 HUE-4480 [core] JSON download is actually not a generator
  258. * bd2bc1c HUE-4481 [editor] Show a message when the Excel results have been truncated
  259. * cc311ca HUE-4480 [meta] Filter SQL objects in the backend
  260. * 6bb0b14 HUE-4462 [editor] Status and progress report when downloading large Excel files
  261. * 32809cc HUE-4441 [editor] Set result menu as fixed
  262. * ef6f90e HUE-4442 [editor] Prettify column list scroll bars
  263. * b28b5e2 HUE-3308 [oozie] Remove commented parts not used
  264. * a751f0c HUE-3308 [oozie] Generate graph of worklows not coming from the editor
  265. * d61b94e HUE-3308 [oozie] Display the selected Java program in the document action
  266. * 03378b2 HUE-3308 [editor] Get the output of the Java command
  267. * 2f0d543 HUE-3308 [oozie] Generate the workflow from the save document
  268. * 53eb8a7 HUE-3308 [editor] Jar snippet
  269. * b67941a HUE-3227 [connector] Java snippet
  270. * 368e6a6 HUE-3838 [oozie] Deprecate jar_path copy and use oozie.libpath instead for actions with jars
  271. * 3080671 HUE-4474 [indexer] Let user set an existing field to unique id
  272. * 2c748b0 HUE-4478 [editor] Style the editor settings panel
  273. * d1a3a98 HUE-4386 [editor] Make it possible to turn autocomplete on or off
  274. * e92d12d HUE-4433 [editor] The new autocompleter should handle analytical functions
  275. * 0addcba HUE-4477 [security] Select All is not filtering out the non visible roles from the selection
  276. * e485732 PR405 [build] Avoid make failure when default python is python3
  277. * c52f0f4 HUE-4476 [editor] Add RESET to the Hive highlight
  278. * 9dde45e HUE-4475 [editor] Lines are not expanded when loading a long query from the cookie
  279. * fafb5c5 HUE-4470 [editor] Snippet properties for File filechooser always starts at /
  280. * 1480fef HUE-4463 [editor] Result column search on column types too
  281. * fb79880 HUE-4464 [editor] Result column quick scroll does not scroll with a search
  282. * cede73e HUE-4461 [metastore] If create external table is selected, input path needs to be a directory
  283. * c70e6c3 HUE-4471 [indexer] Add geoip operation automatically to hue format
  284. * 732a8e0 HUE-4445 [fb] Fixed CSS for file uploader
  285. * fcda9d2 HUE-3308 [spark] Some more refactoring after moving Livy to external project
  286. * 8a93323 HUE-3394 [notebook] Jar submit button is always disabled
  287. * 14e240f HUE-4358 [metastore] Remove toggling meta switch
  288. * f211725 HUE-3308 [spark] Moving out references to Livy as it moved to its project
  289. * 27c7fa2 HUE-4445 [fb] Return correct result response on file upload
  290. * e1f30dc HUE-4466 [security] deliver csrftoken cookie with secure bit set if possible.
  291. * 0ee9a5d HUE-4080 [editor] Delete queries from editor does not send to the trash
  292. * 104e72f HUE-4452 [metadata] Restore tagging functionality to Navigator API client
  293. * 57e0031 HUE-4452 [metadata] Fix optimizer view name and update navigator API version to v9
  294. * de560a3 HUE-4467 [indexer] Add field operation morphline generation tests for each operation
  295. * 2af74a7 HUE-4455 [security] secure_content_security_policy breaks the editor and GA
  296. * 6de223d HUE-4459 [indexer] Add morphline generation tests for each file format
  297. * 749908d HUE-4438 [editor] Progress status and truncating warning whendirect downloading results as Excel
  298. * 8c86fb2 HUE-4451 [editor] Add tooltips to result set legend
  299. * d7a2b9a HUE-3308 [spark] Migrate Livy to external respository
  300. * 08383c4 HUE-4379 [editor] Autocompleter should support CREATE TABLE statements
  301. * b9e9456 HUE-4457 [editor] Column legend horizontal scroll bar are missing until we scroll down
  302. * 158b86f HUE-3960 [editor] Avoid redrawing on every horizontal scroll
  303. * 2d9feae HUE-3960 [editor] Furtherly improved initial rendering of the table
  304. * 3884632 HUE-4450 [desktop] Fix HTTPS termination using X-Forwarded-Proto header
  305. * 33b85b9 HUE-4448 [hbase] Change test_list_tables hbase test to query each cluster name
  306. * 9f52773 HUE-4454 [security] Disclosure of Web Server Information
  307. * 68b9434 HUE-4443 [security] Automatically default secure_ssl_redirect to True when HTTPS is setup
  308. * d428e97 HUE-4444 [beeswax] test_analyze_table_and_read_statistics doesn't test correctly with Hive 2
  309. * 76d944f HUE-4449 [indexer] Add ruby log to indexer
  310. * 2c00e06 HUE-4311 [fb] Add boto http_socket_timeout configuration
  311. * 772c542 HUE-4372 [core] Backport Django Security middleware or add HTTP security headers
  312. * 2318ad1 HUE-3960 [editor] Increase generation performance of the fixed header
  313. * a399c7a HUE-3960 [editor] Avoid complete redrawing of the fixed header
  314. * b55b0f2 HUE-4440 [editor] Assist slightly scrolls horizontally
  315. * f613b5c HUE-4427 [metastore] Filepicker should allow directories when selecting external table
  316. * 44e9ddf HUE-3960 [editor] Increase generation performance of the fixed first column
  317. * 0ebb013 HUE-4434 [editor] Fixed header has a wrong offset in fullscreen when the editor is manually resized
  318. * db996e5 HUE-4439 [notebook] Fix notebook TestHiveserver2ApiWithHadoop.test_explain
  319. * b021216 HUE-4345 [fb] Remove incorrect mkdir/listdir test for directory name with invalid chars
  320. * 2e95812 HUE-4345 [fb] Fix filebrowser tests by avoiding unicode decoding
  321. * 89e64c2 HUE-4435 [test] Add list_modules subcommand to hue test
  322. * 49b4e41 HUE-4436 [hive] Fix test_install_examples tests to point at the database configured in BeeswaxSampleProvide
  323. * 9182f6b HUE-4431 [editor] Batch mode does not always update the query
  324. * a525bdf HUE-4331 [editor] Log call should return only the additional ones after the first call
  325. * 8ee9f9c HUE-4345 [aws] Fix Actions when viewing an S3 file in filebrowser
  326. * 1cef9b4 HUE-4437 [editor] The autocompleter should handle multiple db references in table primaries for Impala
  327. * 94c99c9 HUE-4429 [oozie] Generate unique workspace for managed workflows
  328. * 7fbe1c8 HUE-4432 [editor] The new autocompleter should be more forgiving when editing incomplete UDFs in select list
  329. * 47ea04f HUE-3960 [editor] Removed performance degrading CSS
  330. * 105c1cc HUE-4416 [editor] Do not save the coordinator constants in the json model
  331. * e5c719d HUE-3960 [editor] Improved performances of the new datatable
  332. * 548ead4 HUE-4291 [metastore] Do not use smallints in the create table from file wizard
  333. * 4554c5a HUE-4418 [editor] Sessions tab doesn't display properly once the Settings is expanded
  334. * 69f85ee HUE-4425 [metastore] UX create table from a file, S3 or from a directory
  335. * 0075185 HUE-4366 [metastore] Avoid lowercasing non-S3 paths in create table wizard
  336. * 20ad49d HUE-4426 [editor] The new autocompleter should work with all SQL dialects
  337. * 962e026 HUE-4366 [metastore] Add an option to create a table from a file in an external location
  338. * 655de2f HUE-4414 [editor] Allow to send queries even after closing the session
  339. * 8be462b HUE-4413 [dbms] Security: Full XSS in DBQuery editor
  340. * cabc9ff HUE-4424 [librdbms] Support more than one database
  341. * 5123af8 HUE-4423 [editor] Persist the coordinator ID of a submitted schedule
  342. * 4780ddd HUE-4421 [editor] New saved query should be schedulable
  343. * 008a132 HUE-4419 [editor] The new autocompleter should suggest columns from sub-queries
  344. * 46d0f0e HUE-4367 [editor] Export query result to S3
  345. * ba1d7c7 HUE-4406 [core] Fails to start if Hive/Impala Not Installed
  346. * 3d46a4c HUE-4412 [editor] Errors should scroll to the line AND the column too
  347. * 7b3836d HUE-4391 [editor] Editor should not depend on Oozie
  348. * 40eb606 HUE-4390 [core] Do not recreate a new user for each request in demo mode
  349. * e67693a HUE-4402 [fb] S3 copy action is not using the picker and fails
  350. * c9a1378 HUE-4393 [fb] S3 bucket should not have any file upload or file creation action
  351. * 1d8264b HUE-4411 [editor] Enable scrolling past the end of the editor
  352. * f67b990 HUE-4400 [fb] Disable chmod and summary for S3 for now
  353. * b557a58 HUE-4392 [fb] S3 buckets should have a different icon
  354. * 3861a2a HUE-4394 [fb] Home button redirects to HDFS even if on S3
  355. * b909a7f HUE-4396 [fb] Delete button should be 'delete forever' all the time
  356. * 840b261 HUE-4407 [assist] Tables and views checkboxes can't be clicked
  357. * 67f267d HUE-4409 [editor] Main right scrollbar does not scoll when on the very right of the screen
  358. * 750ad2f HUE-4410 [editor] Fix editor size issue for large pasted queries
  359. * 2e7180f HUE-4391 [editor] Blacklisting oozie should not break the editor
  360. * 210b57a HUE-4327 [editor] Disable batch submit by default when oozie is not setup
  361. * 73ef431 HUE-4383 [editor] Trashed queries are showing up in the list of saved queries
  362. * 5d213fc HUE-4385 [indexer] Stop the indexer from dropping text fields that are under 100 character long
  363. * 1e49e73 HUE-4384 [indexer] Add support for combined apache log files
  364. * 5fbccf1 HUE-4380 [assist] Only enable navigator search when configured
  365. * 73ee047 HUE-4375 [editor] Horizontal scrollbar can be hidden under the first fixed column
  366. * a2d887b HUE-4378 [core] File chooser with multiple options overflow the modals
  367. * ed23d2b HUE-4376 [indexer] Added assist panel and filechooser
  368. * 9870020 HUE-4377 [editor] Autocompleter should support variable references like var in statements
  369. * 847c38f HUE-4337 [editor] The autocompleter should suggest backticked values when applicable
  370. * 1127d73 HUE-4313 [editor] The new autocompleter should accept non-reserved keywords for DBs, tables, columns etc.
  371. * 868d0da HUE-4058 [home] Rename a directory
  372. * 618542f HUE-4317 [jb] Logs on attempt page do not make links to job id
  373. * dde952e HUE-4324 [editor] Batch API get_jobs() should return the job ids
  374. * d94c1f7 HUE-4133 [search] Queries don't handle field names that contain spaces
  375. * aec2251 HUE-4360 [editor] Search enabling should be ko based
  376. * 53b2793 HUE-4326 [editor] Keep snippet DB list in sync like the assist
  377. * ef4b32d HUE-4371 [editor] Enable the new autocompleter by default
  378. * 3b05015 HUE-4365 [metastore] No information surfaced when LOAD data from Create table from file fails
  379. * 25e6f3c HUE-4364 [metastore] Handle files with carriage return in create table from a file
  380. * 0c85dd4 HUE-4362 [oozie] List more oozie workflow parameters on the workflow dashboard page
  381. * 39f203c HUE-3960 [editor] Fixed locked rows with new HueDatatable
  382. * f1060e6 HUE-4184 [editor] Set the result legend section as fixed
  383. * 41bccb9 HUE-4358 [meta] Tests need to use the new is enabled flag
  384. * 3666894 HUE-4360 [meta] Protect when the configuration files are missing
  385. * b75c497 HUE-4357 [oozie] Return the launcher task logs when submitting Oozie batch job
  386. * 96123f4 HUE-4363 [core] Do not rely on import hadoop config before loading core
  387. * 0fce233 HUE-4358 [meta] Database list view needs the metadata enabled flag
  388. * a22d9ab HUE-4360 [meta] Read configuration from a properties file
  389. * b302a5a HUE-4032 [editor] Identify locations of databases, tables, columns and functions
  390. * b0074bb HUE-4174 [editor] Fix nested type autocompletion of arrays, maps and structs
  391. * 7e22dd8 HUE-4358 [meta] Split metadata services into two
  392. * 8769ac7 HUE-4048 [editor] Clicking on .. of a file settings deletes the snippet header and the row
  393. * d16cfbb HUE-4356 [fb] File chooser picker does not select S3 tab when opening an existing path
  394. * 9c06051 HUE-4166 [metastore] Sample data dialog can't display very long table name properly
  395. * 9c5c722 HUE-4074 [editor] Clicking on table in assist sometimes expand or insert the name
  396. * 5cd65e4 HUE-3278 [core] Migrate Google Analytics from ga.js to analytics.js and use https if possible
  397. * 83cc700 HUE-3960 [editor] Optimize furtherly the count of visible rows
  398. * f73dd6c HUE-4312 [editor] Load query history, loses editor type when clicking on new query
  399. * 23d1e15 HUE-4062 [editor] Formatting action add extra spaces after group by and skip LIMIT
  400. * cd9d817 HUE-4329 [editor] Fix typo in handle reset
  401. * 9be92a4 HUE-4118 [fb] Context menu can be hidden by bottom bar
  402. * 71064b3 HUE-4354 [core] Warn than SQLite is the cause of the 'Database locked' error
  403. * 9e30cde HUE-4351 [editor] Show number of columns in the query result
  404. * 7046389 HUE-4322 [impala] Better error message when user already downloaded all the impala resultset cache
  405. * 62a944a HUE-4078 [oozie] Drag & Drop hive queries shows queries from the trash
  406. * a3153f4 HUE-4353 [search] Typing in the search bar always redirect to the end of the input
  407. * e3b4c25 HUE-4328 [editor] File chooser in 'In HDFS (large file)' always open on /
  408. * afa51cf HUE-3960 [editor] Optimize rendering of rows and white space
  409. * 735eacb HUE-3960 [editor] Improved performances of the header rendering on scroll
  410. * a458f77 HUE-4355 [indexer] Add i18n for arguments and extension based file type guessing
  411. * f66ebd8 HUE-4352 [indexer] Fix typo for grok dictionary file exists check
  412. * 98a9a01 HUE-3960 [editor] Implement virtual rendering of the result table
  413. * fbbe393 HUE-4320 [editor] The new autocompleter should be aware of column reference types in value expressions
  414. * b58e6d0 HUE-4325 [editor] Toggle the execute action depending on if last execution was batch or not
  415. * 1c08549 HUE-4224 [home] 'Did you know' on home page is gone
  416. * bc44c17 HUE-4303 [useradmin] Re-introduce '?' icon displaying description of each field
  417. * a99b9da HUE-4348 [indexer] Refactor format types such that all information is in one place
  418. * d55758d HUE-2975 [core] Only register S3FileUploadHandler is S3 is enabled
  419. * 88d01c5 HUE-2975 [aws] Add S3 UploadFileHandler and implement upload to S3
  420. * a3db25e HUE-4347 [core] Rename tests_convert.py to follow test conventions
  421. * 96836c6 HUE-4346 [editor] Query History disappeared after upgrade to 3.10
  422. * 1e053fc HUE-4342 [editor] DB prefix autocomplete can be lost
  423. * 59828fa HUE-4343 [editor] Improved autocompletion in select list
  424. * 8eaa533 HUE-4329 [editor] Multi query does not go past statement 1
  425. * 46266f1 HUE-4320 [editor] New autocompleter should make suggestions based on types in functions
  426. * 4922bd3 HUE-4320 [editor] New autocompleter should make suggestions based on type in value expressions
  427. * 7af37c1 HUE-4341 [indexer] Use info level logging for morphlines, add error handling for invalid dates
  428. * badf3fe HUE-4340 [indexer] Fix double matching and set required field default to false
  429. * 65fef05 HUE-4332 [indexer] Add hue logs as a supported file type
  430. * 7d4e1cc HUE-4334 [editor] Update status to error when canceling batch job
  431. * 4f7cfd2 HUE-4333 [core] Properly reset API_CACHE on failover
  432. * 3057fd9 HUE-4278 [useradmin] Restrict access to useradmin API to superusers
  433. * 8174f36 HUE-3647 [editor] SELECT statement that starts with a comment cannot be saved to table
  434. * e355d5c HUE-4321 [editor] Batch submit of SQL show USE the correct DB
  435. * 8cce716 HUE-4187 [editor] Integrate batch submission in the UI
  436. * 07267ff HUE-4186 [editor] Create a batch_oozie connector
  437. * 76bb4bb HUE-3765 [editor] Graphing with many columns is not readable
  438. * d30152d HUE-4223 [oozie] No indication that ${} can be used as parameters
  439. * 9d06dac HUE-4232 [notebook] Bulk operation button is gone
  440. * 393a8b2 HUE-4251 [editor] Explain on incorrect query should not error
  441. * 567d8f2 HUE-4306 [editor] The new autocompleter should complete CASE functions
  442. * c419f98 HUE-4285 [editor] Fix Scatter plot display
  443. * dd1161b HUE-4304 [core] Pie slices shrink after wrong timing of resize of the pie
  444. * 0039fc3 HUE-4309 [editor] UX lock rows should tooltip about clicking to lock and delete icon on hover
  445. * 0dda68b HUE-4308 [editor] UX lock rows keep adding rows when clicking on the same
  446. * ddd48c2 HUE-4307 [editor] Goto line number shorter conflicts with highlighting the address bar contents in Safari
  447. * 398a9fa HUE-4310 [fb] File chooser picker modal should have action buttons fixed to the bottom
  448. * 24e59d6 HUE-4278 [useradmin] Provide basic useradmin API
  449. * 0c2a890 HUE-4302 [editor] New autocompleter should suggest DISTINCT or ALL where appropriate in aggregate functions
  450. * 70f53f6 HUE-4301 [editor] Autocomplete for Impala extract function
  451. * e7b4365 HUE-4204 [editor] Add autocompletion support for CAST functions
  452. * 1e15498 HUE-4266 [indexer] Add geo, host, grok, split operations
  453. * a392661 HUE-4298 [security] Offer ability to resize the Impersonate the user drop down in Hue security app
  454. * 6266cf3 HUE-4300 [fb] Avoid double file listing call on folder search
  455. * b12073e HUE-4027 [editor] New autocompleter should support functions with descriptors and types
  456. * d74a159 HUE-4271 [editor] Autocomplete aggregate functions and various autocompleter improvements
  457. * 79fcd81 HUE-4296 [core] Need info message if kt_renwer exits due to no hue_keytab
  458. * 76008b0 HUE-4279 [editor] Shrink back the editor if the query is not big enough and it hasn't been resized manually
  459. * 798ce11 HUE-4290 [editor] Style the coordinator history on the context panel
  460. * 95ff8b3 HUE-4270 [fb] Enable S3 on the file pickers
  461. * 44e0fa9 HUE-4277 [fb] Add endpoint that returns enabled status for each filesystem
  462. * 88a7aca HUE-4276 [editor] Autocomplete around arithmetic operations and support BETWEEN, EXISTS, RLIKE and REGEX
  463. * 84fa031 HUE-4271 [editor] New autocompleter should support UDAFs and numeric expressions
  464. * 00a2a0a HUE-4269 [editor] Improve sample popover
  465. * 0e19137 HUE-4085 [editor] Fixed result col headers when cell is wide
  466. * 071a085 HUE-4268 [core] Do not remove the table fixed rows on plugin redraw
  467. * 8d3523e HUE-4275 [core] Avoid filechooser modals to scroll to the action buttons on modal open
  468. * ceb9a55 HUE-3795 [editor] Scroll lock a row to enable comparison with other rows
  469. * 4f062ec HUE-4238 [doc2] Ignore history docs in find_jobs_with_no_doc during sync documents
  470. * a12c90f HUE-4267 [core] Fix livy maven dependencies
  471. * f547dd3 HUE-4177 [editor] Horizontal scroll in FF (Chrome fine) with touch pad is extremely slow
  472. * b91e1b6 HUE-4265 [beeswax] Bring back the show preview in the assist
  473. * 9208846 HUE-4020 [editor] Canceling query at wrong timing breaks the editor
  474. * f577b94 HUE-4262 [editor] Improve performances of the table fixed header
  475. * 144591a HUE-4018 [editor] Error when canceling a query that is slow being submitted
  476. * e70fe5a HUE-4207 [doc2] Delete history command to clean up old history or orphaned history
  477. * bd91651 HUE-4170 [aws] Fix S3 object timestamp
  478. * 53cc6f0 HUE-4258 [jb] Close and pool Spark History Server connections
  479. * e5e7eba HUE-4252 [core] Handle 307 redirect from YARN upon standby failover
  480. * d6010d0 HUE-4242 [editor] Retry should use generic callback for the current operation
  481. * 6f53190 HUE-4239 [liboauth] Does no handle "next" urls, always sending user back to homepage
  482. * 3dd029b HUE-4248 [liboauth] OAuth integration Redirect URL is Assumed to be HTTP
  483. * 407747e HUE-4246 [libsaml] SAML Integration Doesn't Check Forwarded Protocol
  484. * 28990b4 HUE-4175 [editor] Improved autocompletion after WHERE
  485. * 5fda503 HUE-4242 [editor] Show a modal to retry the query
  486. * d865e61 HUE-4242 [editor] Offer retries when submission or result fetching timed out
  487. * ea91f82 HUE-4242 [editor] Add a message when query submission takes time
  488. * 2d63fa6 HUE-4250 [editor] Add configurable timeout for autocompletion API calls
  489. * d81acde HUE-4245 [editor] Autocomplete subqueries in FROM and WHERE
  490. * bd6a0eb HUE-4252 [core] Handle 307 redirect from YARN upon standby failover
  491. * 203e2a1 HUE-4253 [editor] Prompt for variables just once per variable name
  492. * 611a51a HUE-4081 [core] Skip idle session timeout relogin popup on running jb jobs call when idle session timeout is disabled
  493. * 0bbd5ca HUE-4234 [editor] Improved JOIN autocompletion
  494. * 25276d5 HUE-4243 [aws] Only raise aws warning if default account configs are provided
  495. * af51f4c HUE-4244 [indexer] First skeleton on scalable indexer
  496. * 79ada34 HUE-4192 [editor] Document2 matching query does not exist when saving
  497. * 8fccedc HUE-4241 [editor] Schedule are showing up in home
  498. * f515b9d HUE-4240 [filebrowser] Remove unused sortby param returned from listdir
  499. * 94f085f HUE-4238 [doc2] Ignore history docs in find_jobs_with_no_doc during sync documents
  500. * 6c1224a HUE-4212 [hive] Also provide if the job is started or finished
  501. * e569229 HUE-4149 [editor] Integrated progress report of MR jobs
  502. * fe5f147 HUE-4236 [editor] Changing fields of a query we chart should re-select default values for the axis
  503. * 406fb88 HUE-4225 [editor] Colors are flipped when sorting bar results in reverse order
  504. * f0e3dac HUE-4217 [editor] Autocomplete for DESCRIBE
  505. * a12947d HUE-4228 [search] Used to be able to toggle the field list of grid widget
  506. * d412a8f HUE-4230 [core] Finer version number logging
  507. * 211c940 HUE-4220 [oozie] Saving a workflow make the save button blink
  508. * 17645b4 HUE-4218 [oozie] Refresh parameters of a d&dropped action
  509. * 1f0d785 HUE-4219 [oozie] Add quick link to selected d&dropped query
  510. * 9cd79a7 HUE-4229 [oozie] js error when selecting another query in the hive document action
  511. * 2884aca HUE-4227 [yarn] Fix unittest for MR API Cache
  512. * f2a5141 HUE-4215 [yarn] Reset API_CACHE on logout
  513. * 3fea69c HUE-4200 [editor] Autocompletion of SHOW statements
  514. * 0c41ae8 HUE-4216 [editor] The editor type title blinks at page load and shows all the different types
  515. * 574fd75 HUE-4206 [notebook] Ignore history and other calls in notebook mode
  516. * 6d3dae2 HUE-4201 [editor] Add warning about max limit of cells before truncation in the export / download query result
  517. * 52dffd6 HUE-4199 [editor] Make the editor 'editorMode' a ko variable
  518. * a9ee56f HUE-4105 [editor] Make the editor 'editorType' a ko variable
  519. * 502479c HUE-4144 [editor] Add search functionality to snippet DB selection
  520. * bba7356 HUE-4210 [editor] Don't revert to Hive on browser refresh of new Impala query
  521. * abe248d HUE-4203 [editor] Column search on resultset is not empty, do a scroll to any column will hide the search input
  522. * d0df22c HUE-4068 [metastore] Format date and file size of table stats
  523. * 02caa95 HUE-4211 [editor] Autoexpand query editor sometimes bugs the result headers
  524. * cd345bd HUE-4209 [editor] Fix Regex for deleting SQL comments
  525. * e226625 HUE-4205 [doc2] Ignore history dependencies on import
  526. * 5aff350 HUE-4202 [jb] Enable offset param for fetching jobbrowser logs
  527. * eacfe0d HUE-4197 [editor] Autocomplete for DROP TABLE, DATABASE and SCHEMA
  528. * 26989ac HUE-4198 [metastore] Sample fetch breaks the page when it fails with error 1
  529. * 4269910 HUE-4068 [metastore] Show owners and last time instead of files and size
  530. * 74af668 HUE-4196 [editor] Add return code so that we can load saved queries
  531. * 37d2ff6 HUE-4190 [oozie] Option to return coordinator id instead of redirect in coordinator submission popup
  532. * f96fc84 HUE-4193 [search] Toggling on all the fields of a grid widgets breaks
  533. * bcd5ad2 HUE-4195 [editor] Last digit of multiquery can be hidden
  534. * 125520c HUE-4196 [editor] Catch open notebook errors
  535. * e65e102 HUE-4194 [editor] Autocomplete CREATE DATABASE
  536. * fcd1124 HUE-4158 [oozie] Do not lose existing values when renaming variables
  537. * ea996ac HUE-4191 [oozie] Prevent 500 error when listing a workflow which coordinator is none
  538. * 41a8c25 HUE-4176 [editor] Autocomplete field values
  539. * b2e8aac HUE-4173 [editor] Enable autocomplete when there are backticks in table and database names
  540. * a4638dc HUE-4180 [editor] JS error on help icon
  541. * 1a01014 HUE-4167 [aws] Implement S3 rmtree operation
  542. * 8ef0d31 HUE-4183 [fb] Offer two File Browser links when S3 is configured
  543. * 5a67846 HUE-4164 [editor] The ApiHelper should treat any negative status in the response as an error
  544. * 0163fcf HUE-4157 [aws] Fix aws is_enabled
  545. * 2fe746e HUE-4141 [oozie] Graph breaks for external workflows when there is more than one kill node
  546. * c741084 HUE-4163 [aws] Implement S3 mkdir operation
  547. * 4621ea9 HUE-4157 [aws] Fix aws config check
  548. * 7e24660 HUE-4161 [editor] Autocomplete tables and columns in update statements
  549. * 9c8cc31 HUE-4155 [home] Improve document drag to select
  550. * 1e325e2 HUE-4160 [editor] Do not create multiple coordinator for a new saved query
  551. * 981cf11 HUE-4156 [oozie] Do not list the managed worklows in the coordinator editor
  552. * a45fe6a HUE-4137 [editor] Fix typo when updating the list of saved queries
  553. * 6efda7f HUE-4147 [editor] Older queries after upgrade do not have any document1
  554. * 002b257 HUE-4157 [aws] Fix aws config_check
  555. * 33ea726 HUE-4151 [oozie] Avoid dashboard page crash when coordinator does not exist in Oozie
  556. * e7afa07 HUE-4152 [oozie] Managed document property blocks access to workflows of coordinators
  557. * 087d123 HUE-4137 [editor] Open editor, create query and save it, click on Saved queries will have one item
  558. * 1444af2 HUE-4129 [impala] Long running query getting terminated when leaving the editor
  559. * f02ad20 HUE-4148 [editor] Improve import testing of beeswax queries to notebook format
  560. * e33a030 HUE-4142 [aws] Enable S3 browse option in filebrowser
  561. * e1f7114 HUE-4153 [impala] Report last seen progress when running impala query
  562. * ebd99e5 HUE-4143 [editor] Snippet configuration layout is broken
  563. * cb684f9 HUE-4131 [assist] Search on the query editors should be case insensitive
  564. * 9f4d66f HUE-4071 [metastore] Table columns should sorted on their initial table order
  565. * 456a554 HUE-4116 [editor] Extracted running coordinator model
  566. * 7f5040c HUE-4116 [editor] Avoid JS error on coordinator save
  567. * ba178f7 HUE-4116 [editor] Submit the correct workflow
  568. * 9054363 HUE-4140 [editor] Do not reload saved query list when opening a saved query
  569. * fc3e5af HUE-4116 [oozie] Add a dependency from the coordinator to the query
  570. * 7011f31 HUE-4116 [oozie] Add dependency from coordinator to query
  571. * 2b75cdd HUE-4116 [editor] Added ignore properties for mapping
  572. * e635351 HUE-4116 [editor] Render jqCron on query load as well
  573. * 53040ce HUE-4135 [editor] Automatically update on save the variables of a scheduled query
  574. * 50a0061 HUE-4127 [oozie] SLA can not be enabled for a coordinator
  575. * f238dff5 HUE-4116 [oozie] Cleaner way to refresh the parameters of a workflow in a coordinator
  576. * 174141c HUE-4116 [editor] Accept non observables on select2 parameters
  577. * 6b5649b HUE-3797 [editor] Add refresh parameter call
  578. * b186e49 HUE-3797 [editor] Loading a saved query should stay on the Saved query tab
  579. * 211300c HUE-4116 [editor] Do not break on unsaved query
  580. * 5e8bd50 HUE-3797 [editor] Add basic coordinator submit
  581. * c2f664f HUE-4122 [editor] Examples should have isSaved set to true
  582. * 3ccbc07 HUE-4116 [editor] Removed icons from tab names
  583. * b41cad2 HUE-4116 [editor] Avoid creating more than one instance of jQCron
  584. * affcc3f HUE-4116 [editor] Restyled workflow parameters
  585. * 953ab12 HUE-4116 [editor] Resolved all the jQCron issues
  586. * dfc938c HUE-4116 [editor] ChangeTracker now works in hybrid mode
  587. * 8ef5003 HUE-4116 [editor] Converted coordinator ko to Require
  588. * 8876178 HUE-4116 [editor] Prettified context panel
  589. * d543f46 HUE-4116 [editor] Removed margins from the embedded coordinator version
  590. * a066440 HUE-4116 [editor] Remove debug variable
  591. * 146c5ca HUE-4116 [editor] Move out cron specific JS
  592. * 0ee3a61 HUE-4116 [editor] Remove commenting of dependencies
  593. * e183490 HUE-4116 [editor] Automatically load the schedule of a query
  594. * e8d546a HUE-4116 [editor] First reorganization of the coordinator html
  595. * 94e91c6 HUE-4116 [editor] Integrate saving schedule into the main save button
  596. * 25bf2b2 HUE-4116 [editor] Loads the coordinator of the query
  597. * cfc527c HUE-4115 [oozie] Autoatically persist the coordinator of a scheduled query
  598. * 6163384 HUE-4112 [oozie] Automatically persist the workflow of a scheduled query
  599. * 2d3f72a HUE-4110 [editor] Skeleton of running schedule actions
  600. * 39400d7 HUE-4109 [oozie] First pass at refactoring Coordinator editor to be pluggable
  601. * 23afa3e HUE-3797 [oozie] Move the workflow creation logic out of the view
  602. * 6cfacdd HUE-4107 [desktop] Add a 'managed' field to Document2
  603. * 70e516c HUE-4106 [editor] Move schedule edition to the context panel
  604. * 410a064 HUE-3797 [oozie] API to create workflow for Hive documents
  605. * 8550f57 HUE-4146 [editor] Older saved queries defaults to default' DB
  606. * dc029fd HUE-4145 [editor] Older queries after upgrade do not provide direct save
  607. * 8badf5b HUE-4138 [editor] Last modified time of a saved query is not in the correct timezone
  608. * 45547f5 HUE-3956 [sentry] Browse to table does not load the object in v1
  609. * f91ed51 HUE-4051 [hive] Have lighter Impala and Hive check configs call than list DBs
  610. * f5006ad HUE-4136 [aws] Fix aws tests and only enable aws filesystem if configured
  611. * 3b33dd9 HUE-4136 [fb] Fix normpath and parent path logic for aws fs
  612. * 1d4b8ca HUE-4134 [liboozie] Avoid logging truststore credentials
  613. * 724f8f7 HUE-4130 [core] Triple amount of lines in the /logs page
  614. * e66bd1a HUE-4123 [beeswax] Fix tests by only checking design_id if not None
  615. * ddb0adf HUE-4123 [core] Verify id parameter values in GET requests
  616. * 7b636e4 HUE-4119 [jobbrowser] Change list jobs call to POST
  617. * 7040a60 HUE-3998 [oozie] Blacklisting oozie prevents hue launch
  618. * 510a6d3 HUE-4121 [oozie] Improve UX of entering args to distcp action in workflow editor
  619. * ba7b337 HUE-4120 [core] Update NVD3 color palette
  620. * a778126 HUE-4075 [editor] Hue will not start if impala is blacklisted
  621. * cfd2483 HUE-4111 [editor] Toggle to show or hide the column search field on result is always on
  622. * 8e9eccf HUE-4092 [security] Can't type any / in the HDFS ACLs path input
  623. * 94f0adb HUE-4100 [core] First user login checks are not displayed
  624. * 3a1865b HUE-3908 [useradmin] Ignore (objectclass=*) filter when searching for LDAP users
  625. * 82a0acd HUE-4099 [editor] Allow searching of raw SQL in query history
  626. * 7223b30 HUE-4097 [core] Still print error message when Oracle connector is not configured
  627. * bb92959 HUE-4059 [editor] Lost the green bar when the query finishes on query execution
  628. * e2cc753 HUE-4101 [editor] Hide search input when input is empty and it loses focus
  629. * a6109e9 HUE-4102 [editor] Move session settings to a context panel
  630. * 0f55dd6 HUE-4103 [core] Upgrade Font Awesome to 4.6.3
  631. * 8f22fe0 HUE-4104 [core] Introduce Roboto as a main font
  632. * aa94ca2 HUE-3065 [desktop] Fix test_redact_statements
  633. * 2fab3d0 HUE-3065 [desktop] Add Document2 search field migration
  634. * c9b17a2 HUE-3065 [desktop] Allow searching of raw SQL in saved queries
  635. * 9bd1d98 HUE-4096 [oozie] Fix unit tests for HUE-4054
  636. * ce0c152 HUE-4087 [jobbrowser] Unable to kill jobs with Resource Manager HA enabled
  637. * 50a9397 HUE-4055 [oozie] Upgrade oozie spark action to support spark-action:0.2 schema version
  638. * 0036d91 HUE-3981 [core] Restyle the login page a little
  639. * fc1a889 HUE-4089 [editor] Keyboard shortcut for a new query and save query
  640. * 15e2d39 HUE-4088 [oozie] Make workflow action parameter dragabble
  641. * 828c4df HUE-4070 [editor] Uncheck all freezes the browser with many columns
  642. * c819785 HUE-4076 [editor] Column value autocomplete does not filter duplicates
  643. * 7f8ebc4 HUE-4063 [home] 'done' button on wizard redirects to old home2
  644. * 67374ba HUE-4061 [jb] Job attempt logs not appearing for running jobs
  645. * a76e654 HUE-4075 [editor] Hue will not start if impala is blacklisted
  646. * 3243219 HUE-4084 [metastore] Drop table popup confirmation button is not accessible
  647. * 499aa7b HUE-4079 [editor] Amount of 2M is missing a zero in the Y axis of bar charts
  648. * 6ec3fe2 HUE-4077 [editor] Decimal not supported in bar charts
  649. * 6cccb42 HUE-4083 [editor] Bar charts gets all of the same color
  650. * a00d73c HUE-4073 [editor] Scroll to column in result set does not update the horizontal scroll bar
  651. * deb7125 HUE-4069 [metastore] Add scroll to top on sample and column pages of a table
  652. * d0c0c3c HUE-4072 [editor] Focus on input search box when opening result column filtering
  653. * 4365e9f HUE-4064 [editor] Format creation and update date on the table details popover
  654. * 8af04a1 HUE-4066 [editor] Put a toggle all columns in the result column list
  655. * 82d71b0 HUE-4053 [oozie] Fix oozie share workflow test to work with old and new editor mode
  656. * 18341c5 HUE-4053 [oozie] Fix oozie share workflow test
  657. * b7a2243 HUE-4053 [oozie] Check permissions based on USE_NEW_EDITOR status
  658. * 0d492db HUE-3997 [core] Add useradmin feature that resets axes lockouts
  659. * 4c67407 HUE-4056 [home] Click on trash icons errors
  660. * dceafa4 HUE-4054 [oozie] Light prettifying of bundle inputs
  661. * 814e08a HUE-3897 [metastore] Add column search on the table page
  662. * b997dd1 HUE-3764 [editor] When exporting results to a new table, the new table is not shown
  663. * 50c997e HUE-3913 [editor] Drag and drop table names is flaky
  664. * a626919 HUE-3348 [indexer] Update deprecated field in schema.xml
  665. * 288681b HUE-4023 [useradmin] update AuthenticationForm to allow activated users to login
  666. * 28df8cc HUE-3885 [metastore] Add check to prevent space in table name in both create table wizards
  667. * fc2d67a HUE-3788 [home] No way to middle click to open document in a new tab
  668. * 9cbbd45 HUE-4044 [editor] Copy pasted query with \u2002 fails
  669. * 746b918 HUE-4040 [editor] US map blinks when hovering texas
  670. * 1b8a59d HUE-4041 [editor] Auto select axes value if there is only one possible choice
  671. * 891c5e0 HUE-4037 [doc] Update docker image with 3.10
  672. * edbbaf1 HUE-3786 [editor] Search box and foreach binding in the snippet DB list dropdown
  673. * 03a620f HUE-4043 [editor] Bubble up error about queries with \u2002 fails
  674. * 3718d8c HUE-3799 [editor] Impala logs have a new line
  675. * 428e8ad HUE-4022 [doc] Promote docker image to get ramped up quicker
  676. * 9129a79 HUE-4025 [editor] Add keyword completion based on the current parser capabilities
  677. * 1fbde55 HUE-4024 [editor] The new autocompleter should suggest identifiers and aliases
  678. * 9543e7a HUE-4021 [libsolr] Allow customization of the Solr path in ZooKeeper
  679. * 58a3389 HUE-4019 [impala] Always fetch the logs on check status
  680. * 0a68343 HUE-4019 [impala] Do not blank error on query with good syntax but invalid query
  681. * 3ce9a15 HUE-4017 [editor] Make ace editor suggestions from the new autocompleter
  682. * 5d61845 HUE-4016 [editor] Add configuration option to enable the new autocompleter
  683. * 72ce3f6 HUE-4008 [core] Expandable and fixed close icon for error popup
  684. * 4d773e9 HUE-4014 [editor] Weird scroll and menu part hidden when a few rows
  685. * d4a7ab2 HUE-4007 [oozie] Fix deployement_dir for the bundle in oozie example fixtures
  686. * fa0550b HUE-4006 [oozie] Create new deployment directory when coordinator or bundle is copied
  687. * 0e19a1d HUE-4005 [oozie] Remove oozie.coord.application.path from properties when rerunning workflow
  688. * 961e152 HUE-3941 [search] Use sentry base solr config for examples when Sentry is on
  689. * dd8115e HUE-4004 [editor] Make all parser tests pass from the previous autocompleter
  690. * 51a46c5 HUE-4003 [editor] Add parser support for HDFS path completion
  691. * ded4731 HUE-4002 [editor] Add parser support for all generic SQL test cases from the old autocompleter
  692. * fc2e6cd HUE-3329 [editor] Include database references with table suggestions
  693. * 8988acd HUE-3328 [editor] Follow case in keyword suggestions
  694. * 7bdab74 HUE-3327 [editor] Suggest tables after select
  695. * 9072772 HUE-3326 [editor] Introduce the cursor and add suggestions for possible statements
  696. * b353348 HUE-3325 [editor] Generate the parser using the makefile
  697. * 771be07 HUE-3324 [editor] Create initial jison parser
  698. * b603688 [oozie] Don't modify start_date and end_date vairable for workflow submissions
  699. * 4f61fa1 HUE-3999 [oozie] list_oozie_workflow page shouldn't break incase of bad json from oozie
  700. * bbaf74f HUE-3896 [editor] Add search on column list result set
  701. * 74a3d96 HUE-4001 [search] Field list does not display the field analysis icon if it has vertical scroll
  702. * 790ec25 HUE-3959 [core] Double blurry login popup on /security/solr page
  703. * cda428f HUE-3921 [fb] Clicking outside of an empty upload window does not close it
  704. * b0eb884 HUE-4000 [doc] Wrong year listed in the release summary
  705. * a70e2fd ISSUE-381 [spark] Fix rules for stderror in spark_shell
  706. * e33db63 HUE-3954 [search] Editing record more than once will error because of old version id
  707. * 509733e HUE-3988 [search] Support schemaless collections
  708. * dd38bb2 HUE-3994 [editor] Canceled Hive queries stays as running in the history
  709. * 8ca9351 HUE-3992 [editor] Losing results after resize in results of 100 columns
  710. * 4c9ad8d HUE-3991 [editor] Removing a result column in a table > 300 rows breaks the grid
  711. * 629388f HUE-3960 [editor] Optimize result set of thousand of columns
  712. * f75c05e HUE-3822 [pig] Display logs when found
  713. * ce66f01 HUE-3756 [editor] Better update of the available queries in the History refresh
  714. * 93f42db HUE-3957 [editor] Clicking on failed query should still open it and not another one
  715. * e3f3e95 HUE-3975 [core] Add docstring to dynamic_default function
  716. * 37edd6d HUE-3975 [core] Rename login_lock_out_by_combination_user_and_ip to login_lock_out_use_user_agent
  717. * bb6addc HUE-3969 [oozie] Create a new workflow js error
  718. * 8d26ccf HUE-3980 [hbase] Silence errors from getColumnDescriptors API call
  719. * 4738932 HUE-3973 [core] Show or hide configuration based on the config flag
  720. * 590e280 HUE-3974 [editor] Query builder gives an error
  721. * c9f97d9 HUE-3979 [notebook] Prevent id conflict in the sample notebook
  722. * 21bd5c3 HUE-3978 [notebook] Backward compatibility for older notebooks
  723. * 7775392 HUE-3977 [editor] Session failing when opening Hive on a blank DB
  724. * e4acf9d HUE-3976 [doc2] Exporting doc dependencies should not include history docs
  725. * 18cec50 HUE-3958 [core] Allow Oracle database config to use service name configuration by setting host and port to empty
  726. * 74040cb HUE-3973 [core] Add a global flag to enable/disable the new configuration system
  727. * 47fea8f HUE-3974 [editor] Query builder gives an error in IE 11
  728. * 769497f HUE-3914 [editor] Fix mouse wheel vertical scroll in result table for IE 11
  729. * c80abf0 HUE-3972 [core] Do not update saved configuration if properties is an empty list
  730. * d3290f0 HUE-3971 [editor] Hide "Set as default settings" from the session config
  731. * 81c2f0c HUE-3970 [core] Hide the configurations menu alternative
  732. * 4d61962 HUE-3964 [core] Expand first property in configuration
  733. * b57ab11 HUE-3968 [core] Job XML configuration for Oozie gives an error
  734. * 765701f HUE-3967 [core] There are missing properties when opening existing group overrides
  735. * b506c52 HUE-3963 [core] Rename “Group override” to “Role”
  736. * 9c5dcde HUE-3966 [core] Error message when adding “Queue” to spark properties
  737. * fcc8ef6 HUE-3962 [core] Hide Global Properties in configuration
  738. * 1f0050f HUE-3961 [sentry] Add Collection links from privilege
  739. * b236923 HUE-3953 [sentry] Collection links on Toles section should point to the Browse section
  740. * 69b15ae PR378 [rdbms] Result escape for XML xml
  741. * 1a81044 HUE-3718 [fb] Opening and scrolling in a file can lag a lot
  742. * b9fb838 HUE-3756 [editor] Only insert the saved as in the saved query list
  743. * 4f31442 HUE-3951 [solr] Cleaner user message when missing UPDATE privilege permission
  744. * 2f02ca9 HUE-3952 [oozie] Hive document should get its credentials checked with kerberos
  745. * 04b6104 HUE-3756 [editor] Append the new saved query in to the list of saved queries
  746. * 79feae7 HUE-3945 [core] Allow to disable the 'beeswax' app
  747. * dcc4c54 HUE-3935 [core] Also use error code 10 in the catch all of the is_db_alive command
  748. * 620855a HUE-3742 [editor] Stop losing the saved query list when opening other queries
  749. * 38c20c8 HUE-3912 [editor] Dotted line when clicking on assist
  750. * 7df8dc2 HUE-3938 [editor] Query history parsing error on alter table
  751. * 2ec649c HUE-3942 [editor] Exiting full screen seems to refresh or redraw the assist
  752. * 507417f HUE-3943 [editor] History and query search string can overlay with the clearable icon
  753. * a788447 HUE-3950 [core] Re-login from auto-login popup is missing the hue icon
  754. * 1af3035 HUE-3933 [editor] Improve performances with hundreds of columns
  755. * 4d7af63 HUE-3944 [doc] Updates Readme to comply with Apache trademark rules
  756. * afd5c5a HUE-3937 [editor] Remove ignored hive.server2.logging settings
  757. * 3912120 HUE-3939 [doc2] Support import of 5.5 doc2 into 5.7+ versions
  758. * d6cbec4 HUE-3677 [impala] Check handle state before attempting download
  759. * 9e85595 HUE-3935 [core] Use error code 10 for missing Oracle connector in the is_db_alive command
  760. * 10f92e4 HUE-3932 [core] Don't reset session TTL by avoiding setting test cookie every request
  761. * 040f2ee HUE-3925 [sentry] New privilege from the Roles section are not blank
  762. * c4d033b HUE-3927 [sentry] Disallow to create an empty privilege
  763. * 5f5e1f1 HUE-3934 [core] Remove system default clear button from IE
  764. * 3e7a57a HUE-3928 [sentry] Add clearable icon to the role search box
  765. * 8186247 HUE-3933 [editor] Improve performances with hundreds of columns
  766. * e7fedf2 HUE-3924 [core] Refresh login page a little
  767. * 9abf60c HUE-3931 [hive] Update impersonation tests to expect a default value of true
  768. * 2714fcc HUE-3930 [sentry] Fix Solr privileges filtering view
  769. * fb85538 HUE-3929 [sentry] Fix role filtering for solr
  770. * 8c06cce HUE-3926 [sentry] Link to the search collections on the Roles section
  771. * a175e93 HUE-3922 [core] Truncate log buffer size to be more performant
  772. * 6db38b4 HUE-3923 [core] Simplify force debug logic option
  773. * fd2ac2a HUE-3920 [jb] Inform the user when Hive impersonation is off
  774. * 38f2af9 HUE-3906 [sentry] Offer role name autocomplete by just clicking in name field of add or select role popup
  775. * 500db74 HUE-3891 [sentry] Disallow to create a URI privilege that has an empty path
  776. * 6619cb7 HUE-3917 [core] Catch missing Oracle connector in is_db_alive command
  777. * 062e0e3 HUE-3916 [core] Check more globally for MySql error code in is_db_alive command
  778. * 4f1f9cb HUE-3909 [editor] Fetching saved query order is not deterministic
  779. * c597b70 HUE-3669 [jb] Display the proxied user of a HS2 map reduce job
  780. * 6cfac76 HUE-3856 [editor] Backend search for the query history
  781. * 1065e4a HUE-3845 [sentry] Sometimes see group as editable on role section
  782. * d381bf4 [desktop] requests should only set tls hostname if supported
  783. * 6bece41 HUE-3866 [core] Upgrade requests to 2.10.0
  784. * ca9965d HUE-3902 [sentry] Provide * to select all the collections or configs
  785. * b2ca087 HUE-3825 [editor] We can see the same table twice in the autocomplete
  786. * 81ca89c HUE-3849 [editor] Sample popup does not fail gracefully when failing to load a table
  787. * 60c6655 HUE-3780 [metastore] Hide refresh stats button if user does not have the permissions on col stats
  788. * 9ddf7b7 HUE-3910 [editor] Don't show a dotted box on execute in Firefox
  789. * fe77312 HUE-3828 [sentry] Autocomplete list of configs
  790. * 176874c HUE-3829 [sentry] Preset the privilege to the selected one when creating from browse section
  791. * b5314b3 HUE-3907 [sentry] Delete then add new privileges
  792. * 12b2965 HUE-3904 [search] Get minimum list of collection fields through REST API
  793. * c3c937a HUE-3903 [search] Still display collections even if we can't list cores
  794. * dcdbc70 HUE-3905 [beeswax] Reset beeswax.conf params in beeswax.tests:test_hiveserver2_jdbc_url
  795. * 2adbc59 HUE-3892 [oozie] [core] Fix fetch of saved properties for Oozie user
  796. * 4a012e1 HUE-3901 [core] Update API document tests to look at uuids
  797. * 61e80b3 PR372 [doc] Fix postgresql spelling in README.md
  798. * 5bacf8e HUE-3895 [sentry] Rename Sentry Table section to Hive Tables
  799. * 6aead05 HUE-3894 [core] Validate LDAP server's certificate
  800. * 1de7fa7 HUE-3893 [sentry] Use the same component and serviceName as the Solr Sentry service
  801. * dc0cf66 HUE-3735 [editor] History API filter on text
  802. * 0735050 HUE-3889 [core] uuid of documents and json do not match in sample queries
  803. * 819f800 HUE-3869 [editor] If a DDL doesn’t execute, it’s not part of the history
  804. * 03074fa HUE-3862 [editor] Fetch status timers are not cleared when switching queries
  805. * 2c89520 HUE-3875 [home] Right click context menu is oddly positioned when scrolling
  806. * 4d3ab8a HUE-3782 [editor] The shared permissions do not show up when sharing from list of query page
  807. * e11527e HUE-3813 [editor] Persist select columns and graph selection in saved queries
  808. * ba345a7 HUE-3768 [editor] Graph tooltips can be hidden by editor
  809. * 6c97925 HUE-3884 [editor] Opening a query from saved query tab should not switch to the history tab
  810. * 44606a3 HUE-3883 [editor] Update background of optional currently selected history or saved query
  811. * 906bdd6 HUE-3873 [core] Sort configuration and properties by name
  812. * 964018d HUE-3729 [editor] Display the address of the impalad of the current session
  813. * 6208065 HUE-3874 [home] Default sorting on the name
  814. * 418159a HUE-3881 [core] Increase truncation limit of external API responses in DEBUG mode
  815. * 588d3a8 HUE-3729 [editor] Display the address of the impala of the current session
  816. * 65c6463 HUE-3880 [core] Add importlib directly for Python 2.6
  817. * a4cd513 HUE-3876 [editor] Sometimes query history is ordered weirdly
  818. * 3e0b288 HUE-3789 [editor] Improved close icon in full editor mode
  819. * 36303ce HUE-3859 [editor] History not sending back past queries
  820. * dcb85bd HUE-3559 [editor] Expired result message not always obvious when scrolling
  821. * b660eaf HUE-3816 [editor] Re-highlight the statement of a multi query statement when opening it in history
  822. * 97ced2c HUE-3806 [search] Long fields in grid widget legend scroll weirdly
  823. * bb13485 HUE-3762 [editor] Improve showing it’s a query history query
  824. * f323589 HUE-3867 [editor] Resizing issue when dropping large query with already a result
  825. * 9ac0a65 HUE-3854 [core] Add delete action for configuration default and group overrides
  826. * 816b0e1 HUE-3837 [core] Implement parameters config type
  827. * 15e0a0d HUE-3872 [core] Add options combobox to properties that have options defined
  828. * bdf625b HUE-3853 [core] Configuration help icon wraps when label is long
  829. * 6934b3f HUE-3865 [editor] Flag to enable the query scheduling
  830. * a5ec8b5 HUE-3842 [core] HTTP 500 while emptying Hue 3.9 trash directory
  831. Contributors
  832. ------------
  833. This Hue release is made possible thanks to the contribution from:
  834. - Aaron Newton
  835. - Aaron T. Myers
  836. - abec
  837. - Abraham Elmahrek
  838. - Aditya Acharya
  839. - airokey
  840. - Alex Breshears
  841. - Alex Newman
  842. - Alex (posi) Newman
  843. - alheio
  844. - alphaskade
  845. - Ambreen Kazi
  846. - Amit Kabra
  847. - Andrei Savu
  848. - Andrew Bayer
  849. - Andrew Yao
  850. - Ann McCown
  851. - Antonio Bellezza
  852. - arahuja
  853. - Ashu Pachauri
  854. - Atupal
  855. - Avindra Goolcharan
  856. - bcwalrus
  857. - bc Wong
  858. - Ben Bishop
  859. - Ben Gooley
  860. - Ben White
  861. - Bhargava Kalathuru
  862. - Bruce Mitchener
  863. - Bruno Mahé
  864. - bwang
  865. - Chris Conner
  866. - Chris Stephens
  867. - Christopher Conner
  868. - Christopher McConnell
  869. - Christopherwq Conner
  870. - Craig Minihan
  871. - cwalet
  872. - Daehan Kim
  873. - dbeech
  874. - Derek Chen-Becker
  875. - Dominik Gehl
  876. - Eli Collins
  877. - Enrico Berti
  878. - Erick Tryzelaar
  879. - fatherfox
  880. - gdgt
  881. - Gilad Wolff
  882. - grundprinzip
  883. - Guido Serra
  884. - happywind
  885. - Harsh
  886. - Harsh J
  887. - Henry Robinson
  888. - Igor Wiedler
  889. - Ilkka Turunen
  890. - Istvan
  891. - Ivan Orlov
  892. - Jaguar Xiong
  893. - Jakub Kukul
  894. - Jarcek
  895. - jeff.melching
  896. - Jenny Kim
  897. - Joe Crobak
  898. - Joey Echeverria
  899. - Johan Ahlen
  900. - Johan Åhlén
  901. - Jon Natkins
  902. - Josh Walters
  903. - Karissa McKelvey
  904. - Kevin Wang
  905. - krish
  906. - Lars Francke
  907. - linchan-ms
  908. - Linden Hillenbrand
  909. - Luca Natali
  910. - Luke Carmichael
  911. - lvziling
  912. - Marcus McLaughlin
  913. - Mariusz Strzelecki
  914. - Matías Javier Rossi
  915. - Michael Prim
  916. - Michal Ferlinski
  917. - Michalis Kongtongk
  918. - Mobin Ranjbar
  919. - motta
  920. - mrmrs
  921. - Nicolas Fouché
  922. - Olaf Flebbe
  923. - Oren Mazor
  924. - oxpa
  925. - Pala M Muthaia Chettiar
  926. - Patricia Sz
  927. - Patrycja Szabłowska
  928. - Paul Battaglia
  929. - Paul McCaughtry
  930. - Peter Slawski
  931. - Philip Zeyliger
  932. - Piotr Ackermann
  933. - Prasad Mujumdar
  934. - Qi Xiao
  935. - raphi
  936. - Renxia Wang
  937. - Rick Bernotas
  938. - Ricky Saltzer
  939. - Romain Rigaux
  940. - Roman Shaposhnik
  941. - Rui Pereira
  942. - Sai Chirravuri
  943. - Scott Kahler
  944. - Sean Mackrory
  945. - Shawn Van Ittersum
  946. - shobull
  947. - Shrijeet
  948. - Shrijeet Paliwal
  949. - Shuo Diao
  950. - Siddhartha Sahu
  951. - Simon Beale
  952. - Simon Whittaker
  953. - sky4star
  954. - Stephanie Bodoff
  955. - Suhas Satish
  956. - Tatsuo Kawasaki
  957. - thinker0
  958. - Thomas Aylott
  959. - Tianjin Gu
  960. - Todd Lipcon
  961. - Tom Mulder
  962. - Vadim Markovtsev
  963. - van Orlov
  964. - vinithra
  965. - voyageth
  966. - vybs
  967. - William Bourque
  968. - wilson
  969. - Word
  970. - Xhxiong
  971. - xq262144
  972. - Yixiao Lin
  973. - Yoer
  974. - Zachary York
  975. - Zach York
  976. - Zhihai Xu