Skip to content

Commit

Permalink
Merge pull request #458 from JackChen0810/dev-1.0.1
Browse files Browse the repository at this point in the history
fix bug #448
  • Loading branch information
wushengyeyouya authored Dec 24, 2021
2 parents babdeec + ab8aa9b commit 4d9747b
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ class AppConnEngineConnExecutor(val id: Int) extends ComputationExecutor {

override def executeCompletely(engineExecutorContext: EngineExecutionContext, code: String, completedLine: String): ExecuteResponse = null

override def progress(): Float = 0
override def progress(taskID: String): Float = 0

override def getProgressInfo: Array[JobProgressInfo] = Array.empty
override def getProgressInfo(taskID: String): Array[JobProgressInfo] = Array.empty

override def supportCallBackLogs(): Boolean = false

Expand Down
3 changes: 2 additions & 1 deletion web/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
VUE_APP_HOST=
VUE_APP_MN_CONFIG_PREFIX=
VUE_APP_MN_CONFIG_SOCKET=/ws/api/entrance/connect
NODE_ENV=pro
NODE_ENV=pro
VUE_APP_VERSION=v1.0.1
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dataspherestudio",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 4d9747b

Please sign in to comment.