Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.toolbox
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
slapos.toolbox
Commits
5d5a0a86
Commit
5d5a0a86
authored
Oct 11, 2012
by
Marco Mariani
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'mmariani-jslint' into slaprunner
parents
356e6558
625aa19a
Changes
17
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
1754 additions
and
1511 deletions
+1754
-1511
__init__.py
slapos/runner/__init__.py
+1
-1
jqueryTabs.js
slapos/runner/static/js/jquery/jqueryTabs.js
+12
-12
popup.js
slapos/runner/static/js/jquery/popup.js
+14
-14
account.js
slapos/runner/static/js/scripts/account.js
+73
-62
common.js
slapos/runner/static/js/scripts/common.js
+75
-55
cookies.js
slapos/runner/static/js/scripts/cookies.js
+43
-31
editor.js
slapos/runner/static/js/scripts/editor.js
+146
-121
folder.js
slapos/runner/static/js/scripts/folder.js
+136
-127
inspectInstance.js
slapos/runner/static/js/scripts/inspectInstance.js
+283
-239
inspectSoftware.js
slapos/runner/static/js/scripts/inspectSoftware.js
+92
-79
login.js
slapos/runner/static/js/scripts/login.js
+44
-35
process.js
slapos/runner/static/js/scripts/process.js
+178
-138
project.js
slapos/runner/static/js/scripts/project.js
+97
-99
repo.js
slapos/runner/static/js/scripts/repo.js
+194
-180
softwareFolder.js
slapos/runner/static/js/scripts/softwareFolder.js
+287
-263
viewlog.js
slapos/runner/static/js/scripts/viewlog.js
+78
-54
config.py
slapos/shacache/config.py
+1
-1
No files found.
slapos/runner/__init__.py
View file @
5d5a0a86
...
...
@@ -16,7 +16,7 @@ class Parser(OptionParser):
"""
def
__init__
(
self
,
usage
=
None
,
version
=
None
):
"""
Initialize all
options possible
s.
Initialize all
possible option
s.
"""
OptionParser
.
__init__
(
self
,
usage
=
usage
,
version
=
version
,
option_list
=
[
...
...
slapos/runner/static/js/jquery/jqueryTabs.js
View file @
5d5a0a86
$
(
document
).
ready
(
function
(){
$
(
".tabContents"
).
hide
();
// Hide all tab content divs by default
$
(
".tabContents"
).
hide
();
// Hide all tab content divs by default
var
hashes
=
window
.
location
.
href
.
split
(
'#'
);
var
fromheight
=
0
;
var
previoustab
=
null
;
...
...
@@ -18,17 +18,17 @@ $(document).ready(function(){
});
}
else
{
$
(
".tabContents:first"
).
show
();
previoustab
=
".tabContents:first"
;}
// Show the first div of tab content by default
$
(
"#tabContaier ul li a"
).
click
(
function
(){
//Fire the click event
if
(
$
(
this
).
hasClass
(
'active'
)){
return
false
;
}
$
(
"#tabContaier ul li a"
).
click
(
function
(){
//Fire the click event
if
(
$
(
this
).
hasClass
(
'active'
)){
return
false
;
}
fromheight
=
$
(
previoustab
).
height
();
var
activeTab
=
$
(
this
).
attr
(
"href"
);
// Catch the click link
var
activeTab
=
$
(
this
).
attr
(
"href"
);
// Catch the click link
$
(
"#tabContaier .tabDetails"
).
css
(
"height"
,
$
(
"#tabContaier .tabDetails"
).
height
());
$
(
"#tabContaier ul li a"
).
removeClass
(
"active"
);
// Remove pre-highlighted link
$
(
this
).
addClass
(
"active"
);
// set clicked link to highlight state
$
(
".tabContents"
).
hide
();
// hide currently visible tab content div
$
(
activeTab
).
fadeIn
();
// show the target tab content div by matching clicked link.
$
(
"#tabContaier ul li a"
).
removeClass
(
"active"
);
// Remove pre-highlighted link
$
(
this
).
addClass
(
"active"
);
// set clicked link to highlight state
$
(
".tabContents"
).
hide
();
// hide currently visible tab content div
$
(
activeTab
).
fadeIn
();
// show the target tab content div by matching clicked link.
var
diff
=
fromheight
-
$
(
activeTab
).
height
();
if
(
diff
>
0
){
$
(
"#tabContaier .tabDetails"
).
animate
({
height
:
'-='
+
diff
+
'px'
},
850
,
'swing'
,
function
()
{
$
(
"#tabContaier .tabDetails"
).
css
(
"height"
,
""
);
...
...
@@ -39,5 +39,5 @@ $(document).ready(function(){
previoustab
=
activeTab
;
$
(
"#tabContaier .tabDetails"
).
css
(
"height"
,
$
(
"#tabContaier .tabDetails"
).
height
());
return
false
;
//this reinitialize tab index when reload page
});
});
\ No newline at end of file
});
});
slapos/runner/static/js/jquery/popup.js
View file @
5d5a0a86
...
...
@@ -30,43 +30,43 @@
$box
.
show
();
$box
.
append
(
'<div><table id="bcontent"><tr>'
+
'<td valign="middle" class="logo '
+
option
.
type
+
'_message"></td>'
+
'<td valign="middle"><p>'
+
msg
+
'</p></td>'
+
'<td valign="middle" class="b_close"><span id="pClose"></span></td></tr></table></div>'
);
'<td valign="middle"><p>'
+
msg
+
'</p></td>'
+
'<td valign="middle" class="b_close"><span id="pClose"></span></td></tr></table></div>'
);
$
(
window
).
scroll
(
function
(){
$box
.
animate
({
top
:
$
(
window
).
scrollTop
()
+
"px"
},{
queue
:
false
,
duration
:
350
});
$box
.
animate
({
top
:
$
(
window
).
scrollTop
()
+
"px"
},{
queue
:
false
,
duration
:
350
});
});
h
=
$
(
"#bcontent"
).
height
()
+
5
;
$
(
"#pClose"
).
bind
(
"click"
,
function
()
{
close
();
close
();
});
showBox
();
if
(
option
.
duration
!=
0
){
showDelayTimer
=
setTimeout
(
function
(){
showDelayTimer
=
setTimeout
(
function
(){
showDelayTimer
=
null
;
close
();
},
option
.
duration
);
close
();
},
option
.
duration
);
}
}
function
showBox
(){
if
(
option
.
load
){
$
(
window
).
load
(
function
(){
$box
.
css
(
'top'
,
+
(
$
(
window
).
scrollTop
()
-
h
)
+
'px'
);
$box
.
animate
({
top
:
"+="
+
h
+
"px"
},
"slow"
);
$box
.
animate
({
top
:
"+="
+
h
+
"px"
},
"slow"
);
isShow
=
true
;
});
});
}
else
{
$box
.
css
(
'top'
,
+
(
$
(
window
).
scrollTop
()
-
h
)
+
'px'
);
$box
.
animate
({
top
:
"+="
+
h
+
"px"
},
"slow"
);
$box
.
css
(
'top'
,
+
(
$
(
window
).
scrollTop
()
-
h
)
+
'px'
);
$box
.
animate
({
top
:
"+="
+
h
+
"px"
},
"slow"
);
isShow
=
true
;
}
}
function
close
(){
$box
.
animate
({
top
:
"-="
+
h
+
"px"
},
"slow"
,
function
(){
$box
.
fadeOut
(
"normal"
,
function
()
{
$box
.
animate
({
top
:
"-="
+
h
+
"px"
},
"slow"
,
function
(){
$box
.
fadeOut
(
"normal"
,
function
()
{
isShow
=
false
;
});
});
});
}
}
});
...
...
slapos/runner/static/js/scripts/account.js
View file @
5d5a0a86
$
(
document
).
ready
(
function
()
{
var
send
=
false
;
$
(
"#update"
).
click
(
function
(){
var
haspwd
=
false
;
var
hasAccount
=
!
(
$
(
"input#hasAccount"
).
val
()
===
""
);
if
(
$
(
"input#username"
).
val
()
===
""
||
!
$
(
"input#username"
).
val
().
match
(
/^
[\w\d\.
_-
]
+$/
)){
$
(
"#error"
).
Popup
(
"Invalid user name. Please check it!"
,
{
type
:
'alert'
,
duration
:
3000
});
return
false
;
}
else
if
(
$
(
"input#username"
).
val
().
length
<
6
){
$
(
"#error"
).
Popup
(
"Username must have at least 6 characters"
,
{
type
:
'alert'
,
duration
:
3000
});
return
false
;
}
if
(
$
(
"input#name"
).
val
()
===
""
){
$
(
"#error"
).
Popup
(
"Please enter your name and surname!"
,
{
type
:
'alert'
,
duration
:
3000
});
return
false
;
}
if
(
!
$
(
"input#email"
).
val
().
match
(
/^
([
a-zA-Z0-9_
\.\-])
+
\@(([
a-zA-Z0-9
\-])
+
\.)
+
([
a-zA-Z0-9
]{2,4})
+$/
)){
$
(
"#error"
).
Popup
(
"Please enter a valid email adress!"
,
{
type
:
'alert'
,
duration
:
3000
});
return
false
;
}
if
(
!
hasAccount
&&
!
$
(
"input#password"
).
val
().
match
(
/^
[\w\d\.
_-
]
+$/
)){
$
(
"#error"
).
Popup
(
"Please enter your new password!"
,
{
type
:
'alert'
,
duration
:
3000
});
return
false
;
}
if
(
$
(
"input#password"
).
val
()
!==
""
&&
$
(
"input#password"
).
val
().
length
<
6
){
$
(
"#error"
).
Popup
(
"The password must have at least 6 characters"
,
{
type
:
'alert'
,
duration
:
3000
});
return
false
;
}
if
(
$
(
"input#password"
).
val
()
!==
""
){
if
(
$
(
"input#password"
).
val
()
===
""
||
!
$
(
"input#password"
).
val
().
match
(
/^
[\w\d\.
_-
]
+$/
)){
$
(
"#error"
).
Popup
(
"Please enter your new password!"
,
{
type
:
'alert'
,
duration
:
3000
});
return
false
;
}
if
(
$
(
"input#password"
).
val
()
!==
$
(
"input#cpassword"
).
val
()){
$
(
"#error"
).
Popup
(
"your password does not match!"
,
{
type
:
'alert'
,
duration
:
3000
});
return
false
;
}
haspwd
=
true
;
}
if
(
!
$
(
"input#rcode"
).
val
().
match
(
/^
[\w\d]
+$/
)){
$
(
"#error"
).
Popup
(
"Please enter your password recovery code."
,
{
type
:
'alert'
,
duration
:
3000
});
return
false
;
}
if
(
send
)
return
false
;
send
=
true
;
$
.
ajax
({
type
:
"POST"
,
url
:
$SCRIPT_ROOT
+
((
hasAccount
)?
'/updateAccount'
:
'/configAccount'
),
data
:
{
name
:
$
(
"input#name"
).
val
(),
username
:
$
(
"input#username"
).
val
(),
email
:
$
(
"input#email"
).
val
(),
password
:((
haspwd
)
?
$
(
"input#password"
).
val
():
""
),
rcode
:
$
(
"input#rcode"
).
val
()},
success
:
function
(
data
){
if
(
data
.
code
==
1
){
location
.
href
=
$SCRIPT_ROOT
+
"/"
/*jslint undef: true */
/*global $, document, window, $SCRIPT_ROOT */
/* vim: set et sts=4: */
$
(
document
).
ready
(
function
()
{
"use strict"
;
var
send
=
false
;
$
(
"#update"
).
click
(
function
()
{
var
haspwd
=
false
,
hasAccount
=
(
$
(
"input#hasAccount"
).
val
()
!==
""
);
if
(
$
(
"input#username"
).
val
()
===
""
||
!
$
(
"input#username"
).
val
().
match
(
/^
[\w\d\.
_
\-]
+$/
))
{
$
(
"#error"
).
Popup
(
"Invalid user name. Please check it!"
,
{
type
:
'alert'
,
duration
:
3000
});
return
false
;
}
else
{
$
(
"#error"
).
Popup
(
data
.
result
,
{
type
:
'error'
,
duration
:
5000
});
if
(
$
(
"input#username"
).
val
().
length
<
6
)
{
$
(
"#error"
).
Popup
(
"Username must have at least 6 characters"
,
{
type
:
'alert'
,
duration
:
3000
});
return
false
;
}
send
=
false
;
},
error
:
function
(){
send
=
false
;}
if
(
$
(
"input#name"
).
val
()
===
""
)
{
$
(
"#error"
).
Popup
(
"Please enter your name and surname!"
,
{
type
:
'alert'
,
duration
:
3000
});
return
false
;
}
if
(
!
$
(
"input#email"
).
val
().
match
(
/^
([
a-zA-Z0-9_
\.\-])
+
\@(([
a-zA-Z0-9
\-])
+
\.)
+
([
a-zA-Z0-9
]{2,4})
+$/
))
{
$
(
"#error"
).
Popup
(
"Please enter a valid email adress!"
,
{
type
:
'alert'
,
duration
:
3000
});
return
false
;
}
if
(
!
hasAccount
&&
!
$
(
"input#password"
).
val
().
match
(
/^
[\w\d\.
_
\-]
+$/
))
{
$
(
"#error"
).
Popup
(
"Please enter your new password!"
,
{
type
:
'alert'
,
duration
:
3000
});
return
false
;
}
if
(
$
(
"input#password"
).
val
()
!==
""
&&
$
(
"input#password"
).
val
().
length
<
6
)
{
$
(
"#error"
).
Popup
(
"The password must have at least 6 characters"
,
{
type
:
'alert'
,
duration
:
3000
});
return
false
;
}
if
(
$
(
"input#password"
).
val
()
!==
""
)
{
if
(
$
(
"input#password"
).
val
()
===
""
||
!
$
(
"input#password"
).
val
().
match
(
/^
[\w\d\.
_
\-]
+$/
))
{
$
(
"#error"
).
Popup
(
"Please enter your new password!"
,
{
type
:
'alert'
,
duration
:
3000
});
return
false
;
}
if
(
$
(
"input#password"
).
val
()
!==
$
(
"input#cpassword"
).
val
())
{
$
(
"#error"
).
Popup
(
"your password does not match!"
,
{
type
:
'alert'
,
duration
:
3000
});
return
false
;
}
haspwd
=
true
;
}
if
(
!
$
(
"input#rcode"
).
val
().
match
(
/^
[\w\d]
+$/
))
{
$
(
"#error"
).
Popup
(
"Please enter your password recovery code."
,
{
type
:
'alert'
,
duration
:
3000
});
return
false
;
}
if
(
send
)
{
return
false
;
}
send
=
true
;
$
.
ajax
({
type
:
"POST"
,
url
:
$SCRIPT_ROOT
+
((
hasAccount
)
?
'/updateAccount'
:
'/configAccount'
),
data
:
{
name
:
$
(
"input#name"
).
val
(),
username
:
$
(
"input#username"
).
val
(),
email
:
$
(
"input#email"
).
val
(),
password
:
((
haspwd
)
?
$
(
"input#password"
).
val
()
:
""
),
rcode
:
$
(
"input#rcode"
).
val
()
},
success
:
function
(
data
)
{
if
(
data
.
code
===
1
)
{
window
.
location
.
href
=
$SCRIPT_ROOT
+
"/"
;
}
else
{
$
(
"#error"
).
Popup
(
data
.
result
,
{
type
:
'error'
,
duration
:
5000
});
}
send
=
false
;
},
error
:
function
()
{
send
=
false
;
}
});
return
false
;
});
return
false
;
});
});
\ No newline at end of file
});
slapos/runner/static/js/scripts/common.js
View file @
5d5a0a86
/*jslint undef: true */
/*global $, window, $SCRIPT_ROOT */
/* vim: set et sts=4: */
/*Common javascript function*/
String
.
prototype
.
toHtmlChar
=
function
(){
var
c
=
{
'<'
:
'<'
,
'>'
:
'>'
,
'&'
:
'&'
,
'"'
:
'"'
,
"'"
:
'''
,
'#'
:
'#'
};
return
this
.
replace
(
/
[
<&>'"#
]
/g
,
function
(
s
)
{
return
c
[
s
];
}
);
String
.
prototype
.
toHtmlChar
=
function
()
{
"use strict"
;
var
c
=
{
'<'
:
'<'
,
'>'
:
'>'
,
'&'
:
'&'
,
'"'
:
'"'
,
"'"
:
'''
,
'#'
:
'#'
};
return
this
.
replace
(
/
[
<&>'"#
]
/g
,
function
(
s
)
{
return
c
[
s
];
});
};
String
.
prototype
.
trim
=
function
()
{
"use strict"
;
return
this
.
replace
(
/^
\s
*/
,
""
).
replace
(
/
\s
*$/
,
""
);
};
/****************************************/
function
setInput
(
$elt
)
{
if
(
!
$elt
){
$elt
=
$
(
'input[type="text"], input[type="password"]'
);}
$elt
.
addClass
(
"idleField"
);
$elt
.
focus
(
function
()
{
$
(
this
).
removeClass
(
"idleField"
).
addClass
(
"focusField"
);
if
(
this
.
value
==
this
.
defaultValue
){
this
.
value
=
''
;
}
if
(
this
.
value
!=
this
.
defaultValue
){
this
.
select
();
}
});
$elt
.
blur
(
function
()
{
$
(
this
).
removeClass
(
"focusField"
).
addClass
(
"idleField"
);
if
(
$
.
trim
(
this
.
value
)
===
''
){
this
.
value
=
(
this
.
defaultValue
?
this
.
defaultValue
:
''
);
}
});
"use strict"
;
if
(
!
$elt
)
{
$elt
=
$
(
'input[type="text"], input[type="password"]'
);
}
$elt
.
addClass
(
"idleField"
);
$elt
.
focus
(
function
()
{
$
(
this
).
removeClass
(
"idleField"
).
addClass
(
"focusField"
);
if
(
this
.
value
===
this
.
defaultValue
)
{
this
.
value
=
''
;
}
if
(
this
.
value
!==
this
.
defaultValue
)
{
this
.
select
();
}
});
$elt
.
blur
(
function
()
{
$
(
this
).
removeClass
(
"focusField"
).
addClass
(
"idleField"
);
if
(
$
.
trim
(
this
.
value
)
===
''
)
{
this
.
value
=
(
this
.
defaultValue
||
''
);
}
});
}
/*******************Bind remove all button*******************/
function
bindRemove
(){
$
(
"a#removeSr"
).
click
(
function
(){
if
(
!
window
.
confirm
(
"Do you really want to remove all software release?"
)){
return
false
;
}
location
.
href
=
$SCRIPT_ROOT
+
'/removeSoftware'
;
});
$
(
"a#removeIst"
).
click
(
function
(){
if
(
!
window
.
confirm
(
"Do you really want to remove all computer partition?"
)){
return
false
;
}
location
.
href
=
$SCRIPT_ROOT
+
'/removeInstance'
;
});
function
bindRemove
()
{
"use strict"
;
$
(
"a#removeSr"
).
click
(
function
()
{
if
(
!
window
.
confirm
(
"Do you really want to remove all software release?"
))
{
return
false
;
}
window
.
location
.
href
=
$SCRIPT_ROOT
+
'/removeSoftware'
;
});
$
(
"a#removeIst"
).
click
(
function
()
{
if
(
!
window
.
confirm
(
"Do you really want to remove all computer partition?"
))
{
return
false
;
}
window
.
location
.
href
=
$SCRIPT_ROOT
+
'/removeInstance'
;
});
}
/**************************/
(
function
(
$
,
document
,
window
)
{
"use strict"
;
$
.
extend
(
$
.
fn
,
{
slideBox
:
function
(
state
)
{
if
(
!
state
)
state
=
"hide"
;
var
header
=
$
(
"#"
+
$
(
this
).
attr
(
'id'
)
+
">h2"
);
var
box
=
$
(
"#"
+
$
(
this
).
attr
(
'id'
)
+
">div"
);
header
.
addClass
(
state
);
if
(
state
==
"hide"
){
box
.
css
(
'display'
,
'none'
);}
header
.
click
(
function
(){
var
state
=
box
.
css
(
"display"
);
if
(
state
==
"none"
){
box
.
slideDown
(
"normal"
);
header
.
removeClass
(
"hide"
);
header
.
addClass
(
"show"
);
}
else
{
box
.
slideUp
(
"normal"
);
header
.
removeClass
(
"show"
);
header
.
addClass
(
"hide"
);
}
});
}
slideBox
:
function
(
state
)
{
if
(
!
state
)
{
state
=
"hide"
;
}
var
header
=
$
(
"#"
+
$
(
this
).
attr
(
'id'
)
+
">h2"
),
box
=
$
(
"#"
+
$
(
this
).
attr
(
'id'
)
+
">div"
);
header
.
addClass
(
state
);
if
(
state
===
"hide"
)
{
box
.
css
(
'display'
,
'none'
);
}
header
.
click
(
function
()
{
var
state
=
box
.
css
(
"display"
);
if
(
state
===
"none"
)
{
box
.
slideDown
(
"normal"
);
header
.
removeClass
(
"hide"
);
header
.
addClass
(
"show"
);
}
else
{
box
.
slideUp
(
"normal"
);
header
.
removeClass
(
"show"
);
header
.
addClass
(
"hide"
);
}
});
}
});
}(
jQuery
,
document
,
this
));
\ No newline at end of file
}(
jQuery
,
document
,
this
));
slapos/runner/static/js/scripts/cookies.js
View file @
5d5a0a86
/*jslint undef: true */
/*global document, escape, unescape */
/* vim: set et sts=4: */
/*Cookies Management*/
function
setCookie
(
name
,
value
,
expires
,
path
,
domain
,
secure
){
if
(
!
expires
){
var
today
=
new
Date
();
expires
=
new
Date
(
today
.
getTime
()
+
365
*
24
*
60
*
60
*
1000
);
}
document
.
cookie
=
name
+
"="
+
escape
(
value
)
+
"; expires="
+
expires
.
toGMTString
()
+
((
path
)
?
"; path="
+
path
:
"/"
)
+
((
domain
)
?
"; domain="
+
domain
:
""
)
+
((
secure
)
?
"; secure"
:
""
);
}
function
deleteCookie
(
name
,
path
,
domain
)
{
if
(
getCookie
(
name
))
{
document
.
cookie
=
name
+
"="
+
((
path
)
?
"; path="
+
path
:
"/"
)
+
((
domain
)
?
"; domain="
+
domain
:
""
)
+
"; expires=Thu, 01-Jan-70 00:00:01 GMT"
;
}
function
setCookie
(
name
,
value
,
expires
,
path
,
domain
,
secure
)
{
"use strict"
;
if
(
!
expires
)
{
var
today
=
new
Date
();
expires
=
new
Date
(
today
.
getTime
()
+
365
*
24
*
60
*
60
*
1000
);
}
document
.
cookie
=
name
+
"="
+
escape
(
value
)
+
"; expires="
+
expires
.
toGMTString
()
+
((
path
)
?
"; path="
+
path
:
"/"
)
+
((
domain
)
?
"; domain="
+
domain
:
""
)
+
((
secure
)
?
"; secure"
:
""
);
}
function
getCookie
(
name
)
{
var
i
,
x
,
y
,
ARRcookies
=
document
.
cookie
.
split
(
";"
);
for
(
i
=
0
;
i
<
ARRcookies
.
length
;
i
++
){
x
=
ARRcookies
[
i
].
substr
(
0
,
ARRcookies
[
i
].
indexOf
(
"="
));
y
=
ARRcookies
[
i
].
substr
(
ARRcookies
[
i
].
indexOf
(
"="
)
+
1
);
x
=
x
.
replace
(
/^
\s
+|
\s
+$/g
,
""
);
if
(
x
==
name
){
var
result
=
unescape
(
y
);
if
(
result
!=
""
&&
result
!=
null
){
return
result
;
}
return
null
;
"use strict"
;
var
i
,
x
,
y
,
result
,
ARRcookies
=
document
.
cookie
.
split
(
";"
);
for
(
i
=
0
;
i
<
ARRcookies
.
length
;
i
+=
1
)
{
x
=
ARRcookies
[
i
].
substr
(
0
,
ARRcookies
[
i
].
indexOf
(
"="
));
y
=
ARRcookies
[
i
].
substr
(
ARRcookies
[
i
].
indexOf
(
"="
)
+
1
);
x
=
x
.
replace
(
/^
\s
+|
\s
+$/g
,
""
);
if
(
x
===
name
)
{
result
=
unescape
(
y
);
if
(
result
!==
""
&&
result
!==
null
)
{
return
result
;
}
return
null
;
}
}
return
null
;
}
function
deleteCookie
(
name
,
path
,
domain
)
{
"use strict"
;
if
(
getCookie
(
name
))
{
document
.
cookie
=
name
+
"="
+
(
path
?
"; path="
+
path
:
"/"
)
+
(
domain
?
"; domain="
+
domain
:
""
)
+
"; expires=Thu, 01-Jan-70 00:00:01 GMT"
;
}
}
return
null
;
}
/**************************/
slapos/runner/static/js/scripts/editor.js
View file @
5d5a0a86
$
(
document
).
ready
(
function
()
{
var
editor
=
ace
.
edit
(
"editor"
);
editor
.
setTheme
(
"ace/theme/crimson_editor"
);
/*jslint undef: true */
/*global $, document, ace, $SCRIPT_ROOT */
/* vim: set et sts=4: */
var
CurentMode
=
require
(
"ace/mode/buildout"
).
Mode
;
editor
.
getSession
().
setMode
(
new
CurentMode
());
editor
.
getSession
().
setTabSize
(
2
);
editor
.
getSession
().
setUseSoftTabs
(
true
);
editor
.
renderer
.
setHScrollBarAlwaysVisible
(
false
);
var
file
=
$
(
"input#profile"
).
val
();
var
workdir
=
$
(
"input#workdir"
).
val
();
var
edit
=
false
;
var
send
=
false
;
selectFile
(
file
);
$
(
document
).
ready
(
function
()
{
"use strict"
;
$
(
"#save"
).
click
(
function
(){
if
(
!
edit
){
$
(
"#error"
).
Popup
(
"Can not load your file, please make sure that you have selected a Software Release"
,
{
type
:
'alert'
,
duration
:
5000
});
return
false
;
}
if
(
send
)
return
;
send
=
true
$
.
ajax
({
type
:
"POST"
,
url
:
$SCRIPT_ROOT
+
'/saveFileContent'
,
data
:
{
file
:
file
,
content
:
editor
.
getSession
().
getValue
()},
success
:
function
(
data
){
if
(
data
.
code
==
1
){
$
(
"#error"
).
Popup
(
"File Saved!"
,
{
type
:
'confirm'
,
duration
:
2000
});
}
else
{
$
(
"#error"
).
Popup
(
data
.
result
,
{
type
:
'error'
,
duration
:
5000
});
}
send
=
false
;
}
});
return
false
;
});
$
(
"#getmd5"
).
click
(
function
(){
getmd5sum
();
return
false
;
});
$
(
"#adddevelop"
).
click
(
function
(){
var
developList
=
new
Array
();
var
i
=
0
;
$
(
"#plist li"
).
each
(
function
(
index
){
var
elt
=
$
(
this
).
find
(
"input:checkbox"
);
if
(
elt
.
is
(
":checked"
)){
developList
[
i
]
=
workdir
+
"/"
+
elt
.
val
();
i
++
;
elt
.
attr
(
"checked"
,
false
);
}
});
if
(
developList
.
length
>
0
){
setDevelop
(
developList
);}
return
false
;
});
var
editor
,
CurrentMode
,
file
,
workdir
,
edit
,
send
;
function
selectFile
(
file
)
{
edit
=
false
;
$
.
ajax
({
type
:
"POST"
,
url
:
$SCRIPT_ROOT
+
'/getFileContent'
,
data
:
"file="
+
file
,
success
:
function
(
data
)
{
if
(
data
.
code
==
1
)
{
editor
.
getSession
().
setValue
(
data
.
result
);
edit
=
true
;
}
else
{
$
(
"#error"
).
Popup
(
"Can not load your file, please make sure that you have selected a Software Release"
,
{
type
:
'alert'
,
duration
:
5000
});
}
}
});
return
;
}
function
selectFile
(
file
)
{
edit
=
false
;
$
.
ajax
({
type
:
"POST"
,
url
:
$SCRIPT_ROOT
+
'/getFileContent'
,
data
:
"file="
+
file
,
success
:
function
(
data
)
{
if
(
data
.
code
===
1
)
{
editor
.
getSession
().
setValue
(
data
.
result
);
edit
=
true
;
}
else
{
$
(
"#error"
).
Popup
(
"Can not load your file, please make sure that you have selected a Software Release"
,
{
type
:
'alert'
,
duration
:
5000
});
}
}
});
return
;
}
function
getmd5sum
(){
if
(
send
)
return
;
send
=
true
$
.
ajax
({
type
:
"POST"
,
url
:
$SCRIPT_ROOT
+
'/getmd5sum'
,
data
:
{
file
:
file
},
success
:
function
(
data
){
if
(
data
.
code
==
1
){
$
(
"#md5sum"
).
empty
();
$
(
"#md5sum"
).
append
(
'md5sum : <span>'
+
data
.
result
+
'</span>'
);
}
else
{
$
(
"#error"
).
Popup
(
data
.
result
,
{
type
:
'error'
,
duration
:
5000
});
}
send
=
false
;
}
});
}
function
setDevelop
(
developList
){
if
(
developList
==
null
||
developList
.
length
<=
0
)
return
;
editor
.
navigateFileStart
();
editor
.
find
(
'buildout'
,{
caseSensitive
:
true
,
wholeWord
:
true
});
if
(
!
editor
.
getSelectionRange
().
isEmpty
()){
//editor.find("",{caseSensitive: true,wholeWord: true,regExp: true});
//if(!editor.getSelectionRange().isEmpty()){
//alert("found");
//}
//else{alert("no found");
//}
}
else
{
$
(
"#error"
).
Popup
(
"Can not found part [buildout]! Please make sure that you have a cfg file"
,
{
type
:
'alert'
,
duration
:
3000
});
return
;
}
editor
.
navigateLineEnd
();
$
.
post
(
$SCRIPT_ROOT
+
"/getPath"
,
{
file
:
developList
.
join
(
"#"
)},
function
(
data
)
{
if
(
data
.
code
==
1
){
var
result
=
data
.
result
.
split
(
'#'
);
editor
.
insert
(
"
\n
develop =
\n
\
t"
+
result
[
0
]
+
"
\n
"
);
for
(
var
i
=
1
;
i
<
result
.
length
;
i
++
)
editor
.
insert
(
"
\
t"
+
result
[
i
]
+
"
\n
"
);
}
})
.
error
(
function
()
{
})
.
complete
(
function
(){});
editor
.
insert
(
"
\n
"
);
}
});
\ No newline at end of file
function
getmd5sum
()
{
if
(
send
)
{
return
;
}
send
=
true
;
$
.
ajax
({
type
:
"POST"
,
url
:
$SCRIPT_ROOT
+
'/getmd5sum'
,
data
:
{
file
:
file
},
success
:
function
(
data
)
{
if
(
data
.
code
===
1
)
{
$
(
"#md5sum"
).
empty
();
$
(
"#md5sum"
).
append
(
'md5sum : <span>'
+
data
.
result
+
'</span>'
);
}
else
{
$
(
"#error"
).
Popup
(
data
.
result
,
{
type
:
'error'
,
duration
:
5000
});
}
send
=
false
;
}
});
}
function
setDevelop
(
developList
)
{
if
(
developList
===
null
||
developList
.
length
<=
0
)
{
return
;
}
editor
.
navigateFileStart
();
editor
.
find
(
'buildout'
,
{
caseSensitive
:
true
,
wholeWord
:
true
});
if
(
editor
.
getSelectionRange
().
isEmpty
())
{
$
(
"#error"
).
Popup
(
"Can not found part [buildout]! Please make sure that you have a cfg file"
,
{
type
:
'alert'
,
duration
:
3000
});
return
;
}
//else {
// //editor.find("",{caseSensitive: true,wholeWord: true,regExp: true});
// //if (!editor.getSelectionRange().isEmpty()) {
// //alert("found");
// //}
// //else{alert("no found");
// //}
//}
editor
.
navigateLineEnd
();
$
.
post
(
$SCRIPT_ROOT
+
"/getPath"
,
{
file
:
developList
.
join
(
"#"
)},
function
(
data
)
{
if
(
data
.
code
===
1
)
{
var
i
,
result
=
data
.
result
.
split
(
'#'
);
editor
.
insert
(
"
\n
develop =
\n
\
t"
+
result
[
0
]
+
"
\n
"
);
for
(
i
=
1
;
i
<
result
.
length
;
i
+=
1
)
{
editor
.
insert
(
"
\
t"
+
result
[
i
]
+
"
\n
"
);
}