Skip to content

Commit

Permalink
Code reorganization to speed up install time
Browse files Browse the repository at this point in the history
  • Loading branch information
SiniWilson committed Jun 20, 2018
1 parent 38db49d commit f8bd7b7
Show file tree
Hide file tree
Showing 1,239 changed files with 5,187 additions and 5,146 deletions.
28 changes: 14 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ language: node_js
node_js:
- "node"
env:
- PLATFORM_SERVICE=jazz_codeq
- PLATFORM_SERVICE=jazz_create-serverless-service
- PLATFORM_SERVICE=jazz_delete-serverless-service
- PLATFORM_SERVICE=jazz_deployments
- PLATFORM_SERVICE=jazz_deployments-event-handler
- PLATFORM_SERVICE=jazz_environments
- PLATFORM_SERVICE=jazz_environment-event-handler
- PLATFORM_SERVICE=jazz_events
- PLATFORM_SERVICE=jazz_is-service-available
- PLATFORM_SERVICE=jazz_login
- PLATFORM_SERVICE=jazz_logout
- PLATFORM_SERVICE=jazz_scm-webhook
- PLATFORM_SERVICE=jazz_services
- PLATFORM_SERVICE=jazz_services-handler
- PLATFORM_SERVICE=core/jazz_codeq
- PLATFORM_SERVICE=core/jazz_create-serverless-service
- PLATFORM_SERVICE=core/jazz_delete-serverless-service
- PLATFORM_SERVICE=core/jazz_deployments
- PLATFORM_SERVICE=core/jazz_deployments-event-handler
- PLATFORM_SERVICE=core/jazz_environments
- PLATFORM_SERVICE=core/jazz_environment-event-handler
- PLATFORM_SERVICE=core/jazz_events
- PLATFORM_SERVICE=core/jazz_is-service-available
- PLATFORM_SERVICE=core/jazz_login
- PLATFORM_SERVICE=core/jazz_logout
- PLATFORM_SERVICE=core/jazz_scm-webhook
- PLATFORM_SERVICE=core/jazz_services
- PLATFORM_SERVICE=core/jazz_services-handler

before_script:
- npm prune
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,15 @@ def loadServiceConfigurationData() {
sh "sed -i -- 's/{conf-region}/${region}/g' ./config/dev-config.json"
sh "sed -i -- 's/{conf-region}/${region}/g' ./config/stg-config.json"
sh "sed -i -- 's/{conf-region}/${region}/g' ./config/prod-config.json"

sh "sed -i -- 's/{inst_stack_prefix}/${config_loader.INSTANCE_PREFIX}/g' ./config/dev-config.json"
sh "sed -i -- 's/{inst_stack_prefix}/${config_loader.INSTANCE_PREFIX}/g' ./config/stg-config.json"
sh "sed -i -- 's/{inst_stack_prefix}/${config_loader.INSTANCE_PREFIX}/g' ./config/prod-config.json"

sh "sed -i -- 's/{jazz_admin}/${config_loader.JAZZ.ADMIN}/g' ./config/dev-config.json"
sh "sed -i -- 's/{jazz_admin}/${config_loader.JAZZ.ADMIN}/g' ./config/stg-config.json"
sh "sed -i -- 's/{jazz_admin}/${config_loader.JAZZ.ADMIN}/g' ./config/prod-config.json"

}

if (service_name.trim() == "jazz_logs") {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
180 changes: 90 additions & 90 deletions ...y-components/footer/footer.component.scss → ...y-components/footer/footer.component.scss
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,90 +1,90 @@
section {
border-top: 1px solid #e3e3e3;
position: relative;
background: #f3f3f3;
width: calc(100% + 73px);
margin-left: -36px;
margin-top: 37px;
}

.ft-links {
margin: 15px 0;
overflow: auto;
font-size: 1rem;
}

.ft-links ul {
list-style: none;
text-align: center; // margin:0 30%;
margin: 1rem auto;
padding: 0;
}

.ft-links li {
padding: 0 15px;
text-align: center; // float:left;
display: inline-block;
cursor: pointer;
vertical-align: middle;
}

.ft-links .mid {
border-right: 2px solid #acacac;
border-left: 2px solid #acacac;
}

a {
color: #ed008c;
font-weight: bold;
}

.ft-text {
display: none; // overflow: auto;
// margin-top:25px;
// padding-bottom: 25px;
}

.ft-text ul {
list-style: none; // margin:0 33%;
display: block;
width: fit-content;
padding: 0;
margin: 1rem auto;
}

.ft-text li {
// float:left;
// color:rgb(150,150,150);
// font-size: 0.9rem;
display: inline-flex;
color: #969696;
font-size: 0.9rem;
vertical-align: middle;
}

.circle {
display: inline-block;
width: 5px;
height: 5px;
background: rgb(150, 150, 150);
border-radius: 50%;
margin: 7px;
}

.ft-logo {
line-height: 17px;
font-size: 8rem;
position: absolute;
left: 37px;
width: 8rem;
margin: 1rem auto;
@media screen and (max-width: 854px) {
position: relative;
display: block;
left: 0;
}
}

a:focus {
outline: none !important;
}
section {
border-top: 1px solid #e3e3e3;
position: relative;
background: #f3f3f3;
width: calc(100% + 73px);
margin-left: -36px;
margin-top: 37px;
}

.ft-links {
margin: 15px 0;
overflow: auto;
font-size: 1rem;
}

.ft-links ul {
list-style: none;
text-align: center; // margin:0 30%;
margin: 1rem auto;
padding: 0;
}

.ft-links li {
padding: 0 15px;
text-align: center; // float:left;
display: inline-block;
cursor: pointer;
vertical-align: middle;
}

.ft-links .mid {
border-right: 2px solid #acacac;
border-left: 2px solid #acacac;
}

a {
color: #ed008c;
font-weight: bold;
}

.ft-text {
display: none; // overflow: auto;
// margin-top:25px;
// padding-bottom: 25px;
}

.ft-text ul {
list-style: none; // margin:0 33%;
display: block;
width: fit-content;
padding: 0;
margin: 1rem auto;
}

.ft-text li {
// float:left;
// color:rgb(150,150,150);
// font-size: 0.9rem;
display: inline-flex;
color: #969696;
font-size: 0.9rem;
vertical-align: middle;
}

.circle {
display: inline-block;
width: 5px;
height: 5px;
background: rgb(150, 150, 150);
border-radius: 50%;
margin: 7px;
}

.ft-logo {
line-height: 17px;
font-size: 8rem;
position: absolute;
left: 37px;
width: 8rem;
margin: 1rem auto;
@media screen and (max-width: 854px) {
position: relative;
display: block;
left: 0;
}
}

a:focus {
outline: none !important;
}
File renamed without changes.
Loading

0 comments on commit f8bd7b7

Please sign in to comment.