Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
debomatic-webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
debomatic-webui-admins
debomatic-webui
Commits
2bcdeca2
Commit
2bcdeca2
authored
Jun 17, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'github/master' into portable
parents
8eb3394a
a506e2a6
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
2 deletions
+11
-2
History.md
History.md
+5
-0
debomatic-webui/lib/config.js
debomatic-webui/lib/config.js
+1
-1
debomatic-webui/public/javascripts/page_distribution.js
debomatic-webui/public/javascripts/page_distribution.js
+1
-1
debomatic-webui/public/stylesheets/style.css
debomatic-webui/public/stylesheets/style.css
+4
-0
No files found.
History.md
View file @
2bcdeca2
# 0.5.1 (2015-06-17)
*
[fix] recursive call on receive file new_content while view the whole file
*
[fix] improved style for file view and datestamp
*
[fix] documentation set porter command instead of rebuild
# 0.5.0 (2014-06-16)
# 0.5.0 (2014-06-16)
*
[new] add packages search bar
*
[new] add packages search bar
*
[new] get buildlog preview by default instead of datestamp when click on a package
*
[new] get buildlog preview by default instead of datestamp when click on a package
...
...
debomatic-webui/lib/config.js
View file @
2bcdeca2
...
@@ -71,7 +71,7 @@ config.web.preferences.debug = 0; // debug level - 0 means disabled
...
@@ -71,7 +71,7 @@ config.web.preferences.debug = 0; // debug level - 0 means disabled
// DO NOT TOUCH these ones
// DO NOT TOUCH these ones
config
.
version
=
'
0.5.
0
'
;
config
.
version
=
'
0.5.
1
'
;
config
.
events
=
{};
config
.
events
=
{};
config
.
events
.
error
=
'
error
'
;
config
.
events
.
error
=
'
error
'
;
...
...
debomatic-webui/public/javascripts/page_distribution.js
View file @
2bcdeca2
...
@@ -338,7 +338,7 @@ function Page_Distrubion(socket) {
...
@@ -338,7 +338,7 @@ function Page_Distrubion(socket) {
append
:
function
(
new_content
)
{
append
:
function
(
new_content
)
{
var
file_content
=
$
(
'
#file pre
'
);
var
file_content
=
$
(
'
#file pre
'
);
if
(
!
current_file_in_preview
)
{
if
(
!
current_file_in_preview
)
{
file
.
append
(
new_content
);
file
_content
.
append
(
new_content
);
}
else
{
}
else
{
// always show only config.file.num_lines lines in preview
// always show only config.file.num_lines lines in preview
var
content
=
file_content
.
html
().
replace
(
/
\n
$/
,
''
).
split
(
'
\n
'
);
var
content
=
file_content
.
html
().
replace
(
/
\n
$/
,
''
).
split
(
'
\n
'
);
...
...
debomatic-webui/public/stylesheets/style.css
View file @
2bcdeca2
...
@@ -18,6 +18,10 @@
...
@@ -18,6 +18,10 @@
margin-left
:
10px
;
margin-left
:
10px
;
}
}
.breadcrumb
{
margin-bottom
:
10px
;
}
#error
{
#error
{
display
:
none
;
display
:
none
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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