فهرست منبع

HUE-8741 [doc] Add links to jiras to the roadmap page

Romain Rigaux 6 سال پیش
والد
کامیت
5395b88
2فایلهای تغییر یافته به همراه24 افزوده شده و 21 حذف شده
  1. 7 1
      docs/ROADMAP.md
  2. 17 20
      docs/admin-manual/manual.md

+ 7 - 1
docs/ROADMAP.md

@@ -12,12 +12,18 @@ High Level Roadmap
 * [ ] Multi tenants [HUE-8530](https://issues.cloudera.org/browse/HUE-8530)
 * [ ] Frontend moved to Webpack [HUE-8687](https://issues.cloudera.org/browse/HUE-8687)
 * [ ] Result caching
+* [ ] Editor v2
 * [ ] SQL Dashboards and Query Builder [HUE-3228](https://issues.cloudera.org/browse/HUE-3228)
 * [ ] Gunicorn [HUE-8739](https://issues.cloudera.org/browse/HUE-8739)
 * [x] Web Server [NGINX](http://gethue.com/using-nginx-to-speed-up-hue-3-8-0/)
 * [ ] SQL Alchemy full support [HUE-8740](https://issues.cloudera.org/browse/HUE-8740)
-* [ ] Documentation Refresh [HUE-8741](https://issues.cloudera.org/browse/HUE-8741)
+* [ ] Documentation refresh [HUE-8741](https://issues.cloudera.org/browse/HUE-8741)
 * [ ] Public REST APIs [HUE-1450](https://issues.cloudera.org/browse/HUE-1450)
 * [ ] Git integration [HUE-951](https://issues.cloudera.org/browse/HUE-951)
 
+
+[Open Tasks](https://issues.cloudera.org/projects/HUE/issues)
+[Easy Tasks](https://issues.cloudera.org/browse/HUE-8745?filter=10431)
+
+
 How to [contribute](CONTRIBUTING.md).

+ 17 - 20
docs/admin-manual/manual.md

@@ -218,30 +218,27 @@ It is available in Editor or Notebook mode and focuses on SQL. Dialects can be a
 
 Download and export options with limited scalability can be limited in the number of rows or bytes transferred using the following options respectively in your hue.ini:
 
-<pre>
-  [beeswax]
-  # A limit to the number of rows that can be downloaded from a query before it is truncated.
-  # A value of -1 means there will be no limit.
-  download_row_limit=-1
-
-  # A limit to the number of bytes that can be downloaded from a query before it is truncated.
-  # A value of -1 means there will be no limit.
-  download_bytes_limit=-1
-</pre>
+        [beeswax]
+        # A limit to the number of rows that can be downloaded from a query before it is truncated.
+        # A value of -1 means there will be no limit.
+        download_row_limit=-1
+
+        # A limit to the number of bytes that can be downloaded from a query before it is truncated.
+        # A value of -1 means there will be no limit.
+        download_bytes_limit=-1
 
 In addition, it is possible to disable the download and export feature in the editor, dashboard, as well as in the file browser with the following option in your hue.ini:
-<pre>
-  [desktop]
-  # Global setting to allow or disable end user downloads in all Hue.
-  # e.g. Query result in Editors and Dashboards, file in File Browser...
-  enable_download=false
-</pre>
+
+        [desktop]
+        # Global setting to allow or disable end user downloads in all Hue.
+        # e.g. Query result in Editors and Dashboards, file in File Browser...
+        enable_download=false
 
 The download feature in the file browser can be disabled separately with the following options in your hue.ini:
-<pre>
-[filebrowser]
-show_download_button=false
-</pre>
+
+        [filebrowser]
+        show_download_button=false
+
 
 ### Impala