Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
detectors
athena
Merge requests
!122
Using new vis attributes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Using new vis attributes
new_vis
into
master
Overview
0
Commits
26
Pipelines
0
Changes
12
Merged
Whitney Armstrong
requested to merge
new_vis
into
master
3 years ago
Overview
0
Commits
26
Pipelines
0
Changes
12
Expand
modified: compact/display.xml
Edited
3 years ago
by
Whitney Armstrong
0
0
Merge request reports
Compare
master
version 22
4999f453
3 years ago
version 21
c08edb6f
3 years ago
version 20
69f25a66
3 years ago
version 19
a7d4c0ad
3 years ago
version 18
72c7f604
3 years ago
version 17
2b57e294
3 years ago
version 16
88e0e3ee
3 years ago
version 15
2c24efce
3 years ago
version 14
55deb2b2
3 years ago
version 13
e1147db2
3 years ago
version 12
0ff3d9ce
3 years ago
version 11
1e1f99f8
3 years ago
version 10
2af839d1
3 years ago
version 9
be981e20
3 years ago
version 8
c8721cd0
3 years ago
version 7
af3a0582
3 years ago
version 6
799790b6
3 years ago
version 5
f9d0e962
3 years ago
version 4
90d66ca4
3 years ago
version 3
122d005c
3 years ago
version 2
c28ba51f
3 years ago
version 1
29c18d2e
3 years ago
master (base)
and
latest version
latest version
49f67e32
26 commits,
3 years ago
version 22
4999f453
26 commits,
3 years ago
version 21
c08edb6f
25 commits,
3 years ago
version 20
69f25a66
23 commits,
3 years ago
version 19
a7d4c0ad
20 commits,
3 years ago
version 18
72c7f604
19 commits,
3 years ago
version 17
2b57e294
18 commits,
3 years ago
version 16
88e0e3ee
17 commits,
3 years ago
version 15
2c24efce
16 commits,
3 years ago
version 14
55deb2b2
15 commits,
3 years ago
version 13
e1147db2
14 commits,
3 years ago
version 12
0ff3d9ce
13 commits,
3 years ago
version 11
1e1f99f8
12 commits,
3 years ago
version 10
2af839d1
11 commits,
3 years ago
version 9
be981e20
10 commits,
3 years ago
version 8
c8721cd0
9 commits,
3 years ago
version 7
af3a0582
8 commits,
3 years ago
version 6
799790b6
7 commits,
3 years ago
version 5
f9d0e962
6 commits,
3 years ago
version 4
90d66ca4
5 commits,
3 years ago
version 3
122d005c
3 commits,
3 years ago
version 2
c28ba51f
2 commits,
3 years ago
version 1
29c18d2e
1 commit,
3 years ago
12 files
+
868
−
262
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
bin/make_dawn_views
+
1
−
0
Options
@@ -156,6 +156,7 @@ else:
@@ -156,6 +156,7 @@ else:
prim_file
=
os
.
path
.
abspath
(
prim_file
)
prim_file
=
os
.
path
.
abspath
(
prim_file
)
owd
=
os
.
getcwd
()
owd
=
os
.
getcwd
()
os
.
chdir
(
args
.
dawn_dir
)
os
.
chdir
(
args
.
dawn_dir
)
subprocess
.
run
([
'
pwd
'
])
subprocess
.
run
([
'
./generate_eps
'
,
'
-t
'
,
args
.
tag
,
'
-i
'
,
prim_file
])
subprocess
.
run
([
'
./generate_eps
'
,
'
-t
'
,
args
.
tag
,
'
-i
'
,
prim_file
])
subprocess
.
run
([
'
ls
'
,
'
-lrth
'
])
subprocess
.
run
([
'
ls
'
,
'
-lrth
'
])
Loading