mirror of
https://gitee.com/goploy/goploy.git
synced 2024-12-04 04:59:58 +08:00
A git url tips
This commit is contained in:
parent
4d4b5189b6
commit
2d85e5ef66
@ -1,5 +1,29 @@
|
|||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
## 1.1.6
|
||||||
|
|
||||||
|
*2021-02-07*
|
||||||
|
|
||||||
|
### New features
|
||||||
|
- add ssh key path
|
||||||
|
- server host support domain
|
||||||
|
|
||||||
|
### Optimization
|
||||||
|
- add git url tips
|
||||||
|
- delete server install module
|
||||||
|
|
||||||
|
|
||||||
|
## 1.1.5
|
||||||
|
|
||||||
|
*2021-01-20*
|
||||||
|
|
||||||
|
### Optimization
|
||||||
|
- deploy detail filters
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
- fix detail loading
|
||||||
|
- fix missing sql
|
||||||
|
|
||||||
## 1.1.4
|
## 1.1.4
|
||||||
|
|
||||||
*2021-01-07*
|
*2021-01-07*
|
||||||
|
@ -92,7 +92,16 @@
|
|||||||
<el-form-item :label="$t('name')" prop="name">
|
<el-form-item :label="$t('name')" prop="name">
|
||||||
<el-input v-model.trim="formData.name" autocomplete="off" placeholder="goploy" />
|
<el-input v-model.trim="formData.name" autocomplete="off" placeholder="goploy" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item :label="$t('projectURL')" prop="url">
|
<el-form-item prop="url">
|
||||||
|
<span slot="label">{{ $t('projectURL') }}
|
||||||
|
<el-tooltip placement="top">
|
||||||
|
<div slot="content">
|
||||||
|
ssh://[username:password@]host.xz[:port]/path/to/repo.git/<br>
|
||||||
|
git@host.xz[:port]/path/to/repo.git/<br>
|
||||||
|
http[s]://[username:password@]host.xz[:port]/path/to/repo.git/</div>
|
||||||
|
<i class="el-icon-question" />
|
||||||
|
</el-tooltip>
|
||||||
|
</span>
|
||||||
<el-row type="flex">
|
<el-row type="flex">
|
||||||
<el-input v-model.trim="formData.url" autocomplete="off" placeholder="HTTPS、HTTP、SSH" @change="formProps.branch = []" />
|
<el-input v-model.trim="formData.url" autocomplete="off" placeholder="HTTPS、HTTP、SSH" @change="formProps.branch = []" />
|
||||||
<el-button
|
<el-button
|
||||||
|
Loading…
Reference in New Issue
Block a user