Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
3637d244
Commit
3637d244
authored
Jun 14, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve network UI
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
951279b1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
19 deletions
+16
-19
app/assets/stylesheets/sections/graph.scss
app/assets/stylesheets/sections/graph.scss
+2
-2
app/views/projects/network/_head.html.haml
app/views/projects/network/_head.html.haml
+3
-15
app/views/projects/network/show.html.haml
app/views/projects/network/show.html.haml
+11
-2
No files found.
app/assets/stylesheets/sections/graph.scss
View file @
3637d244
.project-network
{
border
:
1px
solid
#CCC
;
.
tip
{
.
controls
{
color
:
#888
;
font-size
:
14px
;
padding
:
10
px
;
padding
:
5
px
;
border-bottom
:
1px
solid
#bbb
;
background
:
#EEE
;
}
...
...
app/views/projects/network/_head.html.haml
View file @
3637d244
.row.append-bottom-20
.col-md-2.append-bottom-10
=
render
partial:
'shared/ref_switcher'
,
locals:
{
destination:
'graph'
}
.col-md-10
=
form_tag
project_network_path
(
@project
,
@id
),
method: :get
,
class:
'form-inline network-form'
do
|
f
|
=
label_tag
:extended_sha1
,
"Looking for"
,
class:
'light inline-label'
=
text_field_tag
:extended_sha1
,
@options
[
:extended_sha1
],
placeholder:
"Input an extended SHA1 syntax"
,
class:
"search-input form-control input-mx-250"
=
button_tag
type:
'submit'
,
class:
'btn btn-success'
do
%i
.icon-search
.inline.prepend-left-20
.checkbox.light
=
label_tag
:filter_ref
do
=
check_box_tag
:filter_ref
,
1
,
@options
[
:filter_ref
]
%span
Begin with the selected commit
.append-bottom-20
=
render
partial:
'shared/ref_switcher'
,
locals:
{
destination:
'graph'
}
.pull-right.visible-lg.light
You can move around the graph by using the arrow keys.
app/views/projects/network/show.html.haml
View file @
3637d244
=
render
"head"
.project-network
.tip
You can move around the graph by using the arrow keys.
.controls
=
form_tag
project_network_path
(
@project
,
@id
),
method: :get
,
class:
'form-inline network-form'
do
|
f
|
=
text_field_tag
:extended_sha1
,
@options
[
:extended_sha1
],
placeholder:
"Input an extended SHA1 syntax"
,
class:
"search-input form-control input-mx-250"
=
button_tag
type:
'submit'
,
class:
'btn btn-success'
do
%i
.icon-search
.inline.prepend-left-20
.checkbox.light
=
label_tag
:filter_ref
do
=
check_box_tag
:filter_ref
,
1
,
@options
[
:filter_ref
]
%span
Begin with the selected commit
.network-graph
=
spinner
nil
,
true
...
...
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