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

humming_bird_sync_master #7146

Merged
merged 23 commits into from
Oct 30, 2023
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
9566623
optimization: 任务列表过滤 sql 语句优化
normal-wls Oct 7, 2023
afc5b21
minor: 变量禁止删除提示文案统一
ywywZhou Oct 9, 2023
fcefd91
bugfix: 修复 Job 引用全局变量场景下值解析不符合预期的问题
ZhuoZhuoCrayon Oct 9, 2023
58a6518
minor: release 3.30.1
ZhuoZhuoCrayon Oct 10, 2023
dad3fb6
bugfix: 修复表格内tag blur事件不生效的问题
luofann Oct 10, 2023
722ad4d
feature: 密码tag支持小眼睛查看输入值
luofann Sep 29, 2023
ca21d14
feature: 密码tag支持小眼睛查看输入值
luofann Sep 29, 2023
41d3cfd
minor: version bumps to 3.30.2
normal-wls Oct 10, 2023
630b28e
minor: 补充node_callback的日志
hanshuaikang Oct 10, 2023
f674472
minor: update pre-commit-config
normal-wls Oct 8, 2023
ed9df69
minor: 后端国际化优化
normal-wls Oct 10, 2023
03fbb6a
minor: job 类自动去除用户输入的左右空格
hanshuaikang Sep 26, 2023
b1918b3
minor: 后端国际化更新
normal-wls Oct 11, 2023
c87d099
optimization: 验收会问题修复
ywywZhou Oct 11, 2023
7a8d18c
optimization: 添加自定义属性&&优化任务节点详情拖拽宽度
ywywZhou Oct 13, 2023
4495f96
optimization: 输出参数hover触发热区优化
ywywZhou Oct 16, 2023
c9e5c51
Merge remote-tracking branch 'upstream/master' into release_V3.31.0_beta
normal-wls Oct 16, 2023
29e335d
minor: release V3.31.0_beta1
normal-wls Oct 16, 2023
25400bb
Merge pull request #7128 from normal-wls/release_V3.31.0_beta
normal-wls Oct 16, 2023
0d014ba
bugfix: 变量联想体验问题修复&&侧栏拖拽优化
ywywZhou Oct 16, 2023
4e7fba0
optimization: 禁用画布工具栏点击展开节点菜单侧栏&&画布选中态样式调整
ywywZhou Oct 17, 2023
7ff3213
minor: release V3.31.0
normal-wls Oct 19, 2023
e73295b
Merge pull request #7140 from TencentBlueKing/release_horse
normal-wls Oct 19, 2023
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
Original file line number Diff line number Diff line change
@@ -111,7 +111,7 @@
</p>
<p
:class="['operate-item', { 'disabled': isComponentVar }]"
v-bk-tooltips="{ content: $t('该类型仅支持从节点配置取消引用'), disabled: !isComponentVar }"
v-bk-tooltips="{ content: componentVarDisabledTip, disabled: !isComponentVar }"
@click.stop="onDeleteVariable">{{ $t('删除') }}
</p>
</template>