Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Konstantin A
tower
Commits
62ebd97e
Commit
62ebd97e
authored
Mar 21, 2018
by
Aleksey Shirokih
Browse files
Remove migrate option from tower ui
Too complicated support that feature
parent
3b6485dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
tower/api/deploy.py
View file @
62ebd97e
...
...
@@ -70,8 +70,6 @@ class DeployHandler(BaseHandler):
tags
.
append
(
"config"
)
if
12
in
self
.
deploy_options
:
tags
.
append
(
"requirements"
)
if
13
in
self
.
deploy_options
:
tags
.
append
(
"migrate"
)
if
50
in
self
.
deploy_options
and
51
not
in
self
.
deploy_options
:
tags
.
append
(
"restart"
)
if
51
in
self
.
deploy_options
:
...
...
tower/ui/environment_ui.js
View file @
62ebd97e
...
...
@@ -65,7 +65,6 @@ var environment_list = {
{
id
:
10
,
value
:
"
Update sources
"
,
tooltip
:
"
Only update sources
"
},
{
id
:
11
,
value
:
"
Update configs
"
,
tooltip
:
"
Rebuild configs, and restart services
"
},
{
id
:
12
,
value
:
"
Install requirements
"
},
{
id
:
13
,
value
:
"
Do database migrations
"
},
{
id
:
50
,
value
:
"
Restart quick
"
,
tooltip
:
"
Stop all, start all
"
},
{
id
:
51
,
value
:
"
Restart gentle
"
,
tooltip
:
"
Restart one by one
"
},
{
id
:
90
,
value
:
"
Be verbose
"
,
tooltip
:
"
Debug output -v
"
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment