Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete the'babel-plugin-transform-remove-console'dependency package #873

Merged
merged 23 commits into from
Sep 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
983caaf
Merge remote-tracking branch 'upstream/dev' into dev
Sep 12, 2019
9983244
package
Sep 12, 2019
90766ca
修改工作流实例页面状态为运行时,禁止删除,删除package.json包里面的babel-runtime和jasmine-core
Sep 17, 2019
7c372b0
Merge branch 'dev' of https://github.com/analysys/EasyScheduler into dev
Sep 18, 2019
c361de1
bugfix-user-specified queue takes precedence over tenant queue (#769)
qrfxiaoge Sep 18, 2019
37b49bf
update markdown docs which can not display images normally (#806)
fancyChuan Sep 18, 2019
187b3b5
issue#728 (#746)
LiemLin Sep 18, 2019
367dc25
install-escheduler-ui.sh,monitor_server.py and install.sh scripts com…
qiaozhanwei Sep 18, 2019
a82df19
scripts name standardization (#813)
qiaozhanwei Sep 18, 2019
f29eb79
[BUG][#731]repair swagger annotation,interface path:/escheduler/proje…
chongchongzi Sep 18, 2019
5028da0
misspell words (#817)
samz406 Sep 19, 2019
166fda0
(Docs): Fixed some typo errors (#811)
0xflotus Sep 19, 2019
ff3bf73
fix singleton with volatile (#818)
wangxu0 Sep 19, 2019
b1c3f7e
Replace StringBuffer with StringBuilder inside the method (#816)
wangxu0 Sep 19, 2019
37a5682
flink task support(flink 任务支持) (#711)
LoveEvenWong Sep 19, 2019
46ff762
Merge branch 'dev' of https://github.com/analysys/EasyScheduler into dev
Sep 20, 2019
b63ea3c
1.Delete the page section console.log;
Sep 20, 2019
ec0931d
Merge branch 'dev' of https://github.com/analysys/EasyScheduler into dev
Sep 20, 2019
e1f57a1
Merge branch 'dev' of https://github.com/analysys/EasyScheduler into dev
Sep 24, 2019
57b6186
Delete the'babel-plugin-transform-remove-console'dependency package
Sep 24, 2019
a2ceaa8
Merge branch 'dev' of https://github.com/analysys/EasyScheduler into dev
Sep 24, 2019
2eaee3a
1.repair [BUG]#884,2.Add Scheduling Time Fields to Workflow Instance …
Sep 26, 2019
9b8b674
Merge branch 'dev' of https://github.com/analysys/EasyScheduler into dev
Sep 26, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion escheduler-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.5.0",
"babel-preset-env": "^1.6.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,12 @@
let msg = ''

this.store.dispatch(api, searchParams).then(res => {
this.previewTimes = res
if (res.length) {
this.previewTimes = res
} else {
this.$message.warning('该时间段无数据')
this.$message.warning(`${i18n.$t('There is no data for this period of time')}`)
}
})
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
data () {
return {
isSpin: true,
msg: ''
msg: '',
parameter: {projectId: 0}
}
},
props: {
Expand Down Expand Up @@ -54,7 +55,8 @@
},
created () {
this.isSpin = true
this.getDefineUserCount(this.projectId).then(res => {
this.parameter.projectId = this.projectId;
this.getDefineUserCount(this.parameter).then(res => {
this.defineUserList = []
this._handleDefineUser(res)
this.isSpin = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,34 @@
<th>
<span>{{$t('Process Name')}}</span>
</th>
<th>
<th width="70">
<span>{{$t('Run Type')}}</span>
</th>
<th width="140">
<th width="130">
<span>{{$t('Scheduling Time')}}</span>
</th>
<th width="130">
<span>{{$t('Start Time')}}</span>
</th>
<th width="140">
<th width="130">
<span>{{$t('End Time')}}</span>
</th>
<th width="70">
<th width="60">
<span>{{$t('Duration')}}s</span>
</th>
<th width="70">
<th width="60">
<span>{{$t('Run Times')}}</span>
</th>
<th width="100">
<span>{{$t('host')}}</span>
</th>
<th width="70">
<th width="60">
<span>{{$t('fault-tolerant sign')}}</span>
</th>
<th width="50">
<th width="30">
<span>{{$t('State')}}</span>
</th>
<th width="220">
<th width="210">
<span>{{$t('Operation')}}</span>
</th>
</tr>
Expand All @@ -46,9 +49,13 @@
<span>{{parseInt(pageNo === 1 ? ($index + 1) : (($index + 1) + (pageSize * (pageNo - 1))))}}</span>
</td>
<td>
<span class="ellipsis" style="padding-left: 4px;"><router-link :to="{ path: '/projects/instance/list/' + item.id}" tag="a" class="links">{{item.name}}</router-link></span>
<span class="ellipsis" style="padding-left: 4px;"><router-link :to="{ path: '/projects/instance/list/' + item.id}" tag="a" class="links" :title="item.name">{{item.name}}</router-link></span>
</td>
<td><span>{{_rtRunningType(item.commandType)}}</span></td>
<td>
<span v-if="!item.scheduleTime"></span>
<span v-else>{{item.scheduleTime | formatDate}}</span>
</td>
<td><span>{{item.startTime | formatDate}}</span></td>
<td>
<span v-if="item.endTime">{{item.endTime | formatDate}}</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<th>
<span>{{$t('Process Instance')}}</span>
</th>
<th width="80">
<th width="90">
<span>{{$t('Node Type')}}</span>
</th>
<th width="40">
Expand Down
4 changes: 3 additions & 1 deletion escheduler-ui/src/js/module/i18n/locale/en_US.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ export default {
'Service-Worker': 'Service-Worker',
'Process Name': 'Process Name',
'Run Type': 'Run Type',
'Scheduling Time': 'Scheduling Time',
'Run Times': 'Run Times',
'host': 'host',
'fault-tolerant sign': 'fault-tolerant sign',
Expand Down Expand Up @@ -487,5 +488,6 @@ export default {
'Http Check Condition':'Http Check Condition',
'Http Condition':'Http Condition',
'Please Enter Http Url': 'Please Enter Http Url(required)',
'Please Enter Http Condition': 'Please Enter Http Condition'
'Please Enter Http Condition': 'Please Enter Http Condition',
'There is no data for this period of time': 'There is no data for this period of time'
}
4 changes: 3 additions & 1 deletion escheduler-ui/src/js/module/i18n/locale/zh_CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ export default {
'Service-Worker': '服务管理-Worker',
'Process Name': '工作流名称',
'Run Type': '运行类型',
'Scheduling Time': '调度时间',
'Run Times': '运行次数',
'host': 'host',
'fault-tolerant sign': '容错标识',
Expand Down Expand Up @@ -492,5 +493,6 @@ export default {
'Http Check Condition':'校验条件',
'Http Condition':'校验内容',
'Please Enter Http Url': '请填写请求地址(必填)',
'Please Enter Http Condition': '请填写校验内容'
'Please Enter Http Condition': '请填写校验内容',
'There is no data for this period of time': '该时间段无数据'
}
1 change: 0 additions & 1 deletion escheduler-ui/src/lib/@analysys/ans-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.5.2",
Expand Down