Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1,258
Issues
1,258
List
Board
Labels
Milestones
Merge Requests
36
Merge Requests
36
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
f7f3949e
Commit
f7f3949e
authored
Feb 11, 2019
by
Mikaël Salson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools/js: Display tags retrieved from the server
Closes
#3716
parent
2697c885
Pipeline
#63041
passed with stages
in 5 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
tools.js
browser/js/tools.js
+3
-0
No files found.
browser/js/tools.js
View file @
f7f3949e
...
...
@@ -289,6 +289,9 @@ function processCloneDBContents(results,model) {
config_name
=
'unknown'
;
var
url
=
'?sample_set_id='
+
results
[
clone
].
tags
.
sample_set
[
i
]
+
'&config='
+
results
[
clone
].
tags
.
config_id
[
0
];
var
msg
=
'<a href="'
+
url
+
'">'
+
name
+
'</a> ('
+
config_name
+
')'
;
if
(
typeof
results
[
clone
].
tags
.
sample_tags
!==
'undefined'
)
{
msg
+=
results
[
clone
].
tags
.
sample_tags
.
join
();
}
if
(
!
(
url
in
existing_urls
))
{
clones_results
[
name
]
=
[
results
[
clone
].
occ
,
parseFloat
(
results
[
clone
].
tags
.
percentage
[
0
])];
existing_urls
[
url
]
=
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