Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-02 | Add ${DOCKER_TAG} in Docker hooks | 1 | -1/+1 | ||
It eases creating Docker images based on branches or tags. Conflicts: docker/components/hooks/post_checkout docker/features/hooks/post_checkout docker/healthcheck/hooks/post_checkout docker/restapi/hooks/post_checkout docker/smoke/hooks/post_checkout docker/vnf/hooks/post_checkout Change-Id: Id84513c53cad72a1fcd0debf06579481609b8bc2 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 29647efa114151d53ede5ba2d989593992c0b29f) | |||||
2017-09-27 | Add post_push hooks | 1 | -0/+8 | ||
It allows creating the stable tags as allowed by Docker hub [1]. [1] https://github.com/docker/hub-feedback/issues/341 Change-Id: I84909b20fc8b926eb5414db7d57100aaa6060f84 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> | |||||
2017-09-20 | Enable Doctor testcase | 3 | -4/+8 | ||
It upates upper-constraints.txt and thirdparty-requirements.txt as doctor-test was renamed to doctor-tests. It installs the doctor packages and its requirements via python3. Then python_version>='3.0' conditions are added to avoid installing them for python2. It also calls the new console scripts and modifies the installer list supporting it. Conflicts: upper-constraints.txt Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Icd855f4534d9d9591165e99aa0eed6b1030018e0 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn> Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 1e1fba3aa18ebcbff6746586654805a44e88e9fe) | |||||
2017-09-19 | Update Docker hooks | 1 | -1/+1 | ||
It takes euphrates into account in Docker tag name. Change-Id: Id455152655c8174b7cab9780c27d923f33173f28 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> | |||||
2017-09-19 | Enable Domino testcase | 1 | -1/+0 | ||
Domino is part of the OPNFV projects released for E [1].<div>
<div ng-include="'views/layout/header.html'"></div>
</div>
<div ng-include="'views/layout/sideNav.html'"></div>
<div style="margin-top:80px;margin-left:100px;display:flex;flex-direction:row">
<!--<div ncy-breadcrumb></div>-->
<div>
<ol class="progressDefine">
<li data-step="1" ng-click="gotoProject();" style="cursor:pointer" ng-class="{'is-complete':projectShow}">
Project
</li>
<li data-step="2" ng-class="{'is-complete':taskShow}">
Task
</li>
<li data-step="3" ng-class="{'progressDefine__last':reportShow}">
Reporting
</li>
</ol>
</div>
</div>
<div ui-view></div>
<style>
.stepsContent {
display: flex;
flex-direction: row;
justify-content: space-around;
margin-left: 120px;
margin-top: 100px;
}
.stepItem {
display: flex;
flex-direction: column;
}
.nextButton {
margin-left: 500px;
}
.progressDefine {
list-style: none;
margin: 0;
padding: 0;
display: table;
table-layout: fixed;
width: 100%;
color: #849397;
}
.progressDefine>li {
position: relative;
display: table-cell;
text-align: center;
font-size: 0.8em;
}
.progressDefine>li:before {
content: attr(data-step);
display: block;
margin: 0 auto;
background: #DFE3E4;
width: 3em;
height: 3em;
text-align: center;
margin-bottom: 0.25em;
line-height: 3em;
border-radius: 100%;
position: relative;
z-index: 5;
}
.progressDefine>li:after {
content: '';
position: absolute;
display: block;
background: #DFE3E4;
width: 100%;
height: 0.5em;
top: 1.25em;
left: 50%;
margin-left: 1.5em\9;
z-index: -1;
}
.progressDefine>li:last-child:after {
display: none;
}
.progressDefine>li.is-complete {
color: #4dc5cf;
}
.progressDefine>li.is-complete:before,
.progressDefine>li.is-complete:after {
color: #FFF;
background: #4dc5cf;
}
.progressDefine>li.is-active {
color: #3498DB;
}
.progressDefine>li.is-active:before {
color: #FFF;
background: #3498DB;
}
/**
* Needed for IE8
*/
.progressDefine__last:after {
display: none !important;
}
/**
* Size Extensions
*/
.progressDefine--medium {
font-size: 1.5em;
}
.progressDefine--large {
font-size: 2em;
}
/**
* Some Generic Stylings
*/
*,
*:after,
*:before {
box-sizing: border-box;
}
h1 {
margin-bottom: 1.5em;
}
.progressDefine {
margin-bottom: 3em;
}
a {
color: #3498DB;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/*
body {
text-align: center;
color: #444;
}*/
</style>
|