Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
stack-of-tasks.github.com
Commits
1c9cdb21
Commit
1c9cdb21
authored
Apr 16, 2020
by
Olivier Stasse
Browse files
[development] Fix links to dashboard.
parent
7017fb0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
_data/packages.yml
View file @
1c9cdb21
...
...
@@ -22,19 +22,26 @@
github
:
sot-application
status
:
stable
-
name
:
Soth
github
:
soth
-
name
:
TSID
github
:
tsid
status
:
stable
-
name
:
SoT Dyn
inv
github
:
sot-dyn
inv
-
name
:
SoT Dyn
amic Pinocchio
github
:
sot-dyn
amic-pinocchio
status
:
stable
-
name
:
SoT Pattern Generator
github
:
sot-pattern-generator
status
:
stable
-
name
:
Sot Torque control
github
:
sot-torque-control
status
:
stable
-
name
:
SoT Talos
github
:
sot-talos
status
:
stable
-
name
:
SoT Tiago
github
:
sot-tiago
status
:
stable
development.html
View file @
1c9cdb21
...
...
@@ -24,11 +24,15 @@ category: Development
{% if package.status == 'alpha' %}
<sup>
alpha
</sup>
{% endif %}
{% if package.status == 'beta' %}
<sup>
beta
</sup>
{% endif %}
</td>
<td
id=
"{{ package.github }}-travis-status"
>
n/a
</td>
<td
id=
"{{ package.github }}-build-status"
>
<a
href=
"https://gepgitlab.laas.fr/stack-of-tasks/{{ package.github }}/pipelines"
>
<img
src=
"https://gepgitlab.laas.fr/stack-of-tasks/{{ package.github }}/badges/master/pipeline.svg"
alt=
"Build Status"
/></a>
</td>
<td
id=
"{{ package.github }}-coveralls-status"
>
<a
href=
"https://coveralls.io/r/stack-of-tasks/{{ package.github }}?branch=master"
>
<img
src=
"https://coveralls.io/repos/stack-of-tasks/{{ package.github }}/badge.png?branch=master"
alt=
"Coverage Status"
/>
alt=
"Coverage Status"
/>
</a>
</td>
<td
id=
"{{ package.github }}-issues"
>
n/a
</td>
<td
id=
"{{ package.github }}-pr"
>
n/a
</td>
...
...
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