Scriptis Versions Save

Scriptis is for interactive data analysis with script development(SQL, Pyspark, HiveQL), task submission(Spark, Hive), UDF, function, resource management and intelligent diagnosis.

0.7.1

4 years ago

Notice

After linkis 0.9.4, it only supports dss 0.8.0 and later versions, and compatibility updates will be made later. If you want to use Scriptis, it is recommended to install the version below linkis 0.9.3. It is recommended to use DSS. DSS's Scriptis has been updated with more versions, adding many new features and fixing many bugs. After subsequent Scriptis is stripped from DSS, the repo of Scriptis will be restored.

注意

linkis从0.9.4后暂时只支持dss 0.8.0 后的版本,后续会进行兼容更新。如果要用Scriptis建议暂时先安装linkis0.9.3以下的版本。 建议使用DSS,DSS的Scriptis已经更新多了版本,新增了许多功能并修复了多个Bug。待后续Scriptis从DSS中剥离后,将恢复更新Scriptis的Repo。

Enhancement

  • Cooperate with linkis 0.9.1 to split related interfaces of publicservice

增强

  • 配合linkis0.9.1拆分publicservice的相关接口

0.7.0

4 years ago

Enhancement

  • Automatically generate a zip package after running 'npm run build' command.
  • Multi-line display on table text overflow, showing scroll bar for texts over 3 lines.
  • optimize the feature of turning off grammar check.
  • optimize the global mixin code, preventing compilation error.

Bug Fix

  • [Scriptis-20] Non-SQL scripts cannot be shut down
  • [Scriptis-23] When the websocket is downgraded to http, will cause multiple scripts to execute at the same time.
  • [Scriptis-26] Sql syntax check will still be executed when the syntax check is closed
  • [Scriptis-27] Unable to parse asynchronous component

增强

  • 新增执行npm run build的时候自动打包为zip包的功能;
  • 表格文本溢出时多行显示,超过3行显示滚动条;
  • 优化关闭语法检查的功能;
  • 优化全局mixin代码,防止编译时报错。

修复

  • [Scriptis-20] 修复非sql类型的脚本无法关闭的问题。
  • [Scriptis-23] 修复websocket降级为http时,执行脚本会引发多脚本同时执行的问题。
  • [Scriptis-26] 修复语法检查关闭时仍会执行sql语法检查的问题。
  • [Scriptis-27] 修复无法解析异步组件的问题。

0.6.0

4 years ago

Enhancement

  1. Admin mode. If the user is an administrator, you can view the query results of all users by switching the administrator mode, and open the log on the current page.
  2. Temporary scripts are not automatically saved;
  3. Optimize the output of the log to improve performance;
  4. Optimize the panel menu, "Full Screen" and "Cancel Full Screen" buttons, "Minimize" and "Cancel Minimize" button mutex display, which is more reasonable to use;
  5. Optimize the code logic of the python script keyword to make it more concise;
  6. Encapsulate custom native table components for global history and script history to reduce dom rendering and optimize system performance;
  7. Stripping the "Frequently Asked Questions" module to facilitate subsequent expansion;

Bug Fix

  1. Fix the problem of clickoutside memory overflow;
  2. Fix more than 10 result sets to switch to display confusion;
  3. Delete the "Operational Daily" related code.

增强

  1. 管理员模式。用户如果是管理员,可以通过切换管理员模式查看所有用户的查询结果,并能在当前页打开日志;
  2. 临时脚本不进行自动保存;
  3. 对日志的输出进行优化,提高性能;
  4. 对panel菜单进行优化,”全屏“和”取消全屏“按钮,”最小化“和”取消最小化“按钮互斥显示,使用起来更为合理;
  5. 优化python脚本keyword的代码逻辑,使其更加简洁;
  6. 封装定制化原生table组件,用于全局历史和脚本历史两个模块,减少dom的渲染,优化系统性能;
  7. 剥离”常见问题“模块,方便后续扩展;

修复

  1. 修复clickoutside内存溢出的问题;
  2. 修复超过10个结果集切换显示错乱的问题;
  3. 删除”运营日报“相关代码。

0.5.0

4 years ago