Merge branch 'master' into settings-glimmer

This commit is contained in:
Lisa Passing 2015-07-14 11:24:55 +02:00
commit 9bee539474
37 changed files with 325 additions and 68 deletions

View File

@ -22,18 +22,26 @@ addons:
sudo: false
cache:
branch: md5deep
directories:
- node_modules
before_install:
- "npm config set spin false"
- "npm install -g npm@^2"
- mkdir travis-phantomjs
- wget https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C $PWD/travis-phantomjs
- export PATH=$PWD/travis-phantomjs:$PATH
install:
- npm install -g bower
- npm install
- bower install
before_script:
- ruby ci/prepare_testem.rb
script:
- ember try $EMBER_VERSION

View File

@ -0,0 +1,5 @@
`import Ember from 'ember'`
NoBuildsComponent = Ember.Component.extend()
`export default NoBuildsComponent`

View File

@ -0,0 +1,13 @@
`import config from 'travis/config/environment'`
initialize = (container) ->
userlikeData = {}
UserlikeInitializer =
name: 'userlike'
initialize: initialize
`export {initialize}`
`export default UserlikeInitializer`

View File

@ -143,4 +143,9 @@ Job = Model.extend DurationCalculations,
"#{@get('repo.slug')} ##{@get('number')}"
).property()
isLegacyInfrastructure: (->
if @get('queue') == 'builds.linux'
true
).property('queue')
`export default Job`

View File

@ -17,7 +17,7 @@ Route = TravisRoute.extend
afterModel: (model, transition) ->
repo = @modelFor('repo')
Ajax.get "/repositories/#{repo.get('id')}/key", (data) =>
Ajax.get "/repos/#{repo.get('id')}/key", (data) =>
@defaultKey = Ember.Object.create(fingerprint: data.fingerprint)
setupController: (controller, model) ->

View File

@ -39,6 +39,8 @@
@import "app/modules/switch";
@import "app/modules/memberlist";
@import "app/modules/forms";
@import "app/modules/notice";
@import "app/layout";
@import "app/layouts/dashboard";
@ -59,3 +61,5 @@
@import "app/layouts/getting-started";
@import "app/layouts/first-sync";
@import "app/layouts/settings";
@import "app/layouts/missing-notice";

View File

@ -9,7 +9,7 @@
.feedback-button
display: inline-block
position: fixed
right: 1%
right: 4%
left: auto
bottom: 0
margin: 0

View File

@ -8,12 +8,15 @@
background-color: #fff
.button--signin
margin-top: -4px
background-color: #ffffff
background-image: inline-image('landing-page/signingithub.svg')
background-size: 16px 16px
border: 2px solid #e4e7e7
color: #a0a8a8
.button--signingin
margin-top: -4px
border: 2px solid #3FA75F
.button--signin:hover
background-color: #73c78d
background-image: inline-image('landing-page/signingithub-hover.svg')
@ -106,7 +109,7 @@
font-weight: 300
padding: 0.5em
margin: 1.3em 0 1.3em 0
border-radius: 4px
border-radius: 2px
border: 0
&:hover

View File

@ -129,10 +129,10 @@
background-color: darken($grey-medium, 10)
.icon--trigger
width: .95em
height: 1.15em
height: 1.2em
.icon--cancel
width: 1em
height: 1.05em
height: 1em
.icon--codeclimate
width: 1.2em
height: 1.1em

View File

@ -0,0 +1,27 @@
.missing-notice
text-align: center
a
font-size: 14px
.page-title
color: #434343
font-size: 36px
font-weight: 200
line-height: 1
margin-bottom: .5em
.page-notice
font-size: $font-size-m
color: #8d8d8d
.page-graphic
width: 80%
height: auto
max-width: 310px
margin: 5.75rem auto 0
padding: 0 2em
line-height: 0
border-bottom: 1px solid #DEDCDB
@media #{$medium-up}
width: 32%

View File

@ -3,6 +3,13 @@
font-weight: 400
.profile-main
padding: 0 $column-gutter/2
@media #{$medium-up}
width: grid-calc(8, 12)
float: right
padding: 0 0 0 $column-gutter/2
header
h1
margin: 0 1.7rem 0 0
@ -55,7 +62,10 @@
figcaption
width: 90%
margin: auto
padding: 0 0 0 2.8em
padding: 0 1em 0 2.8em
text-align: center
@media #{$medium-up}
text-align: left
img
display: block
margin: 0 auto 1em
@ -125,17 +135,21 @@ p.profile-user-last
.profile-hooklist
@include resetul
font-size: $font-size-m
color: #7a7a7a
li
clear: both
margin-bottom: .8em
overflow: auto
// overflow: auto
.profile-hooks
width: grid-calc(10, 24)
display: inline-block
vertical-align: middle
@media #{$medium-up}
width: grid-calc(7, 24)
width: grid-calc(5, 24) - 1%
@media #{$large-up}
width: grid-calc(6, 24)
width: grid-calc(5, 24) - 1%
.switch
display: inline-block
vertical-align: middle
.profile-settings
display: inline-block
padding: .2em .2em .2em .5em;
@ -154,7 +168,8 @@ p.profile-user-last
.profile-repo
@extend %border-radius-4px
position: relative
width: grid-calc(14, 24)
display: inline-block
width: grid-calc(13, 24)
padding: .25em .5em .3em
white-space: nowrap
overflow: hidden
@ -178,7 +193,7 @@ p.profile-user-last
content: ""
@include fadeOut(right, -90deg, #e2eee2)
@media #{$medium-up}
width: grid-calc(17, 24)
width: grid-calc(18, 24)
height: 30px
&:hover
span

View File

@ -17,9 +17,8 @@ $button-border-color: #d4d4d4
text-align: center
color: $white
white-space: nowrap
background-color: #C2C3C5
border-radius: 4px
font-weight: 300
border-radius: 2px
.button:hover,
.button:focus,
@ -82,6 +81,12 @@ $button-border-color: #d4d4d4
position: relative
top: -0.15em
<<<<<<< HEAD
=======
.btn
@extend .button
border-radius: 2px
>>>>>>> master
.button--green
border: none
font-size: $font-size-small
@ -116,7 +121,7 @@ $button-border-color: #d4d4d4
color: #f2f2f2
font-size: $font-size-small
border: none
@extend %border-radius-4px
border-radius: 2px
&:hover,
&:active
border: none
@ -140,7 +145,7 @@ $button-border-color: #d4d4d4
.button--delete
@extend .button
@extend %border-radius-4px
border-radius: 2px
border: none
font-size: $font-size-small
color: $white

View File

@ -100,7 +100,7 @@ $dropdown-border: #C3D9DB
font-size: $font-size-normal
&:hover,
&:focus
background-color: lighten($grey-medium, 10)
background-color: #8b9595
.icon-cog-light
position: relative
top: 0.15em

View File

@ -207,3 +207,6 @@
border-left : 5px solid transparent
border-right : 5px solid transparent
border-top : 5px solid $dashboard-text-color
.icon-flag
background-image: inline-image('svg/notice-flag.svg')

View File

@ -0,0 +1,16 @@
.notice
padding: 0.3em 0.5em 0.2em
margin-bottom: .5em
background-color: #F9F3D3
color: #AF9112
border-radius: 4px
a
color: #AF9112
text-decoration: underline
.icon-flag
@extend %icon
width: 1.3em
height: 1.5em
margin: 0 .6em 0 .2em
vertical-align: middle

View File

@ -2,8 +2,8 @@
{{/if}}
<span class="mascot"></span>
<h3>Hey, we're so glad you're here!</h3>
<h2>In order to view your repositories, please sign in.</h2>
<h3>Hey, we're so glad <br> you're here!</h3>
<h2>In order to view your repositories, <br> please sign in.</h2>
<p>
<a href="#" {{action "signIn" target="auth"}}>

View File

@ -2,6 +2,8 @@
{{!-- <table id="builds" class="list"> --}}
{{#each controller as |build|}}
{{builds-item build=build}}
{{else}}
{{no-builds}}
{{/each}}
{{#if displayShowMoreButton}}
<p>
@ -11,6 +13,7 @@
{{/if}}
</p>
{{/if}}
{{else}}
{{loading-indicator}}
{{/if}}

View File

@ -1 +1 @@
There are no builds for this repository.
{{no-builds}}

View File

@ -1,4 +1,4 @@
<div class="profile-hooks profile-switch columns">
<div class="profile-hooks profile-switch">
{{hook-switch hook=hook onToggleError="handleToggleError" onToggle="resetErrors"}}
{{#if hook.isSaving}}
{{loading-indicator}}
@ -6,7 +6,7 @@
{{#link-to "settings" hook.ownerName hook.name class="profile-settings" title="Repository settings"}}<span class="icon icon--cog"></span>{{/link-to}}
{{/if}}
</div>
<a {{bind-attr href="hook.urlGithub"}} rel="nofollow" class="profile-repo columns">
<a {{bind-attr href="hook.urlGithub"}} rel="nofollow" class="profile-repo">
{{hook.slug}}
<span>{{hook.description}}</span></a>

View File

@ -0,0 +1,63 @@
<div class="missing-notice">
<figure class="page-graphic">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 220.5 161.9" enable-background="new 0 0 220.5 161.9" xml:space="preserve">
<path fill="#F1EFEF" d="M186.4,161.9c11.4-16.5,18.1-36.5,18.1-58c0-56.5-45.8-102.2-102.2-102.2S0,47.4,0,103.9
c0,21.5,6.7,41.5,18.1,58H186.4z"/>
<path fill="#DEDCDB" d="M186.4,161.9c11.1-16.1,17.8-35.7,18-56.7H0c0.3,21,6.9,40.5,18,56.7H186.4z"/>
<path fill="#D6D2D1" d="M190.6,137.2l-57.9-3.2c-14-0.8-25.6,1.5-25.8,5.1c-0.2,3.6,11.1,7.2,25.1,8l57.9,3.2
c1.7,0.1,1.8,0.1,3.4,0.2c2.2-3.9,4.1-8,5.7-12.2C195.9,137.7,194.1,137.4,190.6,137.2z"/>
<path fill="#3A3532" d="M95.8,138.7c0,0-7.3-16.3-7.7-17.4c-0.9-2.4-3.1-6.3-7.6-6.3c-4.8,0-14.7-0.1-23.8-0.2v0c-0.2,0-0.5,0-0.7,0
c-0.2,0-0.5,0-0.7,0v0c-9.1,0.1-19.1,0.2-23.8,0.2c-4.3,0-6.5,3.7-7.5,6.1c-0.5,1.2-7.8,17.5-7.8,17.5s-2.5,9.2,15.2,9.2
c7.5,0,16.3-0.1,24.7-0.2c8.4,0.1,17.2,0.2,24.7,0.2C98.2,148,95.8,138.7,95.8,138.7z"/>
<g>
<path fill="#E46B25" d="M79.4,127.4c0,0-16.2-88.5-16.8-91.8c-0.5-3.3-1.4-3.1-1.4-3.1s-0.8,0-1.9,0l3.2,105.2
C77.9,136,79.4,127.4,79.4,127.4z"/>
<path fill="#F57E20" d="M51.8,32.6c-1.2,0.2-1.4,3-1.4,3l-17.3,92c0,0,3.2,10.7,23.9,10.5c2,0,3.9-0.1,5.6-0.3L59.3,32.6
C56.8,32.5,52.6,32.5,51.8,32.6z"/>
</g>
<path fill="#FFFFFF" d="M60.3,105.9c-13.3,1.2-21.1-2.5-22.1-5.7l-2.3,12.5c0.4,1.3,1.8,3.6,6.6,5c7.1,2,13.9,2.9,20.1,1.9
c6.2-1.1,13.4-3.3,13.9-7.5l0,0c-0.7-3.6-1.4-7.8-2.2-12.1C74.3,100.2,74.2,104.7,60.3,105.9z"/>
<path fill="#FFFFFF" d="M56.4,77.5c-10.8-0.2-12.7-1.7-13.4-2.8l-2.4,13c0.4,1.3,2.8,3.7,14.3,4.3c14.8,0.7,16.9-3.7,17.1-4.3
c-0.8-4.2-1.6-8.5-2.3-12.7l-0.1-0.1C69.6,74.8,67.9,77.7,56.4,77.5z"/>
<path fill="#FFFFFF" d="M48.2,47.1l-2.6,14c0.5,0.5,2.4,1.7,10.1,1.8c8.1,0.2,10.8-0.9,11.6-1.6c-1-5.3-1.8-10.1-2.6-14.1
c-0.4,0.2-2.4,0.9-7.6,0.9C51.6,48,48.9,47.8,48.2,47.1z"/>
<path fill="#F4F4F4" d="M61.5,105.8l0.4,13.9c0.2,0,0.4-0.1,0.7-0.1c6.2-1.1,13.4-3.3,13.9-7.5l0,0c-0.1-0.4-0.1-0.8-0.2-1.2
c-0.1-0.4-0.1-0.8-0.2-1.2c-0.2-0.9-0.3-1.9-0.5-2.9c-0.1-0.4-0.2-0.9-0.2-1.3c-0.3-1.7-0.6-3.4-1-5.3c0-0.1,0-0.2,0-0.3
c0-0.1,0-0.1,0-0.2C74.3,100.2,74.2,104.4,61.5,105.8z"/>
<path fill="#F4F4F4" d="M60.7,77.4l0.4,14.6c9.2-0.6,10.8-3.8,10.9-4.3c0-0.2-0.1-0.5-0.1-0.7c-0.3-1.8-0.7-3.7-1-5.5
c0-0.1-0.1-0.3-0.1-0.4c-0.4-2.1-0.8-4.1-1.1-6.1l-0.1-0.1C69.6,74.8,68.4,76.9,60.7,77.4z"/>
<path fill="#F4F4F4" d="M59.8,48l0.5,14.9c4.6-0.2,6.4-1,7-1.6c-0.1-0.3-0.1-0.6-0.2-0.8c0-0.2-0.1-0.3-0.1-0.5
c-0.1-0.4-0.2-0.8-0.2-1.2c-0.1-0.4-0.1-0.8-0.2-1.2c0-0.1,0-0.2,0-0.2c-0.1-0.5-0.2-1-0.3-1.6c0-0.2-0.1-0.4-0.1-0.6
c-0.1-0.5-0.2-0.9-0.3-1.4c0-0.1,0-0.2,0-0.3c-0.1-0.3-0.1-0.6-0.2-0.9c-0.1-0.3-0.1-0.6-0.2-0.9c-0.3-1.6-0.6-3.1-0.8-4.5
c0,0,0,0,0,0C64.4,47.4,63,47.9,59.8,48z"/>
<path fill="#3A3532" d="M130.4,72.3l22.8,11.4c0,0,7.4,2.1,4.3,10.3c-3.6,9.4-17.4,39.2-17.4,39.2s-1.9,2.8-4.6,3.5
s-28.4-0.5-28.4-0.5s-8.5-2.1-5.7-11.1c2.8-9,16.4-40.8,16.4-40.8S122.3,70.2,130.4,72.3z"/>
<g>
<path fill="#E46B25" d="M122.7,129.2c0,0,87.3,21.8,90.5,22.7c3.2,0.9,3.4,0,3.4,0s0.3-0.7,0.8-1.7l-97.1-40.6
C115.5,124.4,122.7,129.2,122.7,129.2z"/>
<path fill="#F57E20" d="M220.4,143.3c0.4-1.2-2.1-2.5-2.1-2.5L141.7,87c0,0-11-1.5-19.4,17.4c-0.8,1.9-1.5,3.6-2,5.2l97.1,40.6
C218.4,148,220.2,144.1,220.4,143.3z"/>
</g>
<path fill="#FFFFFF" d="M150.2,120.8c4.4-12.6,11-18.2,14.3-17.7l-10.4-7.3c-1.4-0.2-4.1,0.1-7.3,4c-4.8,5.6-8.4,11.4-10,17.5
c-1.6,6.1-2.6,13.6,1,15.8l0,0c3.6,0.9,7.7,1.9,12,3C149.5,135.9,145.5,133.9,150.2,120.8z"/>
<path fill="#FFFFFF" d="M177.7,129c4.7-9.7,6.8-10.9,8.1-11l-10.8-7.6c-1.4-0.1-4.6,1-9.8,11.3c-6.8,13.1-3.6,16.9-3.2,17.4
c4.2,1,8.4,2.1,12.6,3.1l0.2-0.1C174.7,142.1,172.7,139.4,177.7,129z"/>
<path fill="#FFFFFF" d="M208.7,134.1l-11.7-8.2c-0.7,0.2-2.5,1.5-5.8,8.4c-3.5,7.3-3.7,10.2-3.3,11.2c5.2,1.3,10,2.5,13.9,3.5
c0-0.4,0.2-2.6,2.4-7.3C206.5,136.8,207.8,134.5,208.7,134.1z"/>
<path fill="#F4F4F4" d="M149.8,122l-12.8-5.4c-0.1,0.2-0.1,0.4-0.2,0.6c-1.6,6.1-2.6,13.6,1,15.8l0,0c0.4,0.1,0.8,0.2,1.1,0.3
c0.4,0.1,0.8,0.2,1.1,0.3c0.9,0.2,1.9,0.5,2.8,0.7c0.4,0.1,0.9,0.2,1.3,0.3c1.7,0.4,3.4,0.9,5.2,1.3c0.1,0,0.2,0,0.3,0.1
c0.1,0,0.1,0,0.2,0C149.6,135.9,145.8,134,149.8,122z"/>
<path fill="#F4F4F4" d="M176,132.9l-13.4-5.6c-3.3,8.6-1,11.4-0.6,11.7c0.2,0.1,0.5,0.1,0.7,0.2c1.8,0.4,3.6,0.9,5.4,1.4
c0.1,0,0.3,0.1,0.4,0.1c2,0.5,4.1,1,6.1,1.5l0.2-0.1C174.7,142.1,173.2,140.1,176,132.9z"/>
<path fill="#F4F4F4" d="M203.1,144.2l-13.7-5.7c-1.7,4.3-1.8,6.2-1.5,7c0.3,0.1,0.6,0.1,0.8,0.2c0.2,0,0.3,0.1,0.5,0.1
c0.4,0.1,0.8,0.2,1.2,0.3c0.4,0.1,0.8,0.2,1.2,0.3c0.1,0,0.2,0,0.2,0.1c0.5,0.1,1,0.3,1.5,0.4c0.2,0,0.4,0.1,0.6,0.1
c0.5,0.1,0.9,0.2,1.4,0.3c0.1,0,0.2,0,0.3,0.1c0.3,0.1,0.6,0.1,0.9,0.2c0.3,0.1,0.6,0.2,0.9,0.2c1.6,0.4,3.1,0.8,4.5,1.1
c0,0,0,0,0,0C201.8,148.7,201.9,147.2,203.1,144.2z"/>
</svg>
</figure>
<h2 class="page-title">No builds for this repository</h2>
<p class="page-notice">Want to start testing this project on Travis CI?</p>
<a href="http://docs.travis-ci.com/user/getting-started/" class="button button--green">Read the Docs on Getting Started</a>
</div>

View File

@ -20,7 +20,9 @@
<li><a href="http://docs.travis-ci.com/">Documentation</a></li>
<li><a href="http://blog.travis-ci.com/">Blog</a></li>
<li><a href="mailto:support@travis-ci.com">Email</a></li>
<li><a href="https://chat.travis-ci.com">Live Chat</a></li>
{{#if config.pro}}
<li><a href="https://chat.travis-ci.com">Live Chat</a></li>
{{/if}}
<li><a href="https://twitter.com/travisci">Twitter</a></li>
</ul>
</div>

View File

@ -25,7 +25,7 @@
<p class="note note--info">
<strong>Note:</strong> The <code>language</code> value is case-sensitive. If you set <code>language: C</code>, for example, your project will be considered a Ruby project.
</p>
<p>Here you can find some of our basic <a href="#" title="">language examples</a>.</p>
<p>Here you can find some of our basic <a href="http://docs.travis-ci.com/user/language-specific/" title="">language examples</a>.</p>
</div>
</li>
<li class="media row">

View File

@ -91,7 +91,7 @@
<div class="row free-for-oss">
<div class="landing-centered-wrapper">
<div class="large-12 columns">
<h1>Testing your open source<br class="mobile-no-break"> project is 10,000% free</h1>
<h1>Testing your open source<br class="mobile-no-break"> project is 10000% free</h1>
<p><span class="bold-italic">Seriously. Always.</span> We like to think of it as our way of giving<br>back to a community that gives us so much as well.</p>
</div>
</div>
@ -233,7 +233,7 @@
<img src="../images/landing-page/pull-icon-5.svg">
<p>You merge in<br>the PR goodness</p>
</div>
</div>
</div>
</div>
</div>
</div>

View File

@ -4,6 +4,20 @@
{{#if view.job.notStarted}}
<div class="log-notice">Hang tight, the log cannot be shown until the build has started.</div>
{{/if}}
{{#if auth.signedIn}}
{{#if view.job.isLegacyInfrastructure}}
{{#if view.job.isFinished}}
<p class="notice"><span class="icon-flag"></span>
This job ran on our legacy infrastructure. Please read <a href="http://docs.travis-ci.com/user/migrating-from-legacy/?utm_source=legacy-notice&utm_medium=banner&utm_campaign=legacy-upgrade" title="Migrating from legacy">our docs on how to upgrade</a></p>
{{else}}
<p class="notice"><span class="icon-flag"></span>
This job is running on our legacy infrastructure. Please read <a href="http://docs.travis-ci.com/user/migrating-from-legacy/?utm_source=legacy-notice&utm_medium=banner&utm_campaign=legacy-upgrade" title="Migrating from legacy">our docs on how to upgrade</a></p>
{{/if}}
{{/if}}
{{/if}}
<div {{bind-attr class="view.job.notStarted:hidden"}}>
<menu class="log-header">
{{#if view.canRemoveLog}}

View File

@ -1,28 +1,3 @@
<article class="columns medium-8 float-right profile-main">
{{!-- {{#if config.billingEndpoint}}
<div class="row">
{{#if view.subscribed}}
<a class="btn btn-activated" {{bind-attr href="billingUrl"}}>
Subscription active!
</a>
{{else}}
{{#if view.education}}
<a class="btn btn-activated" {{bind-attr href="billingUrl"}}>
Educational account!
</a>
{{else}}
<a class="btn btn-activate" {{bind-attr href="billingUrl"}}>
Sign up this account!
</a>
{{/if}}
{{/if}}
</div>
{{/if}} --}}
{{!-- {{view 'profile-tabs'}} --}}
{{!-- <div class="tab"> --}}
{{outlet}}
{{!-- </div> --}}
<article class="profile-main">
{{outlet}}
</article>

View File

@ -1,4 +1,4 @@
<img {{bind-attr src="view.gravatarUrl"}}>
{{!-- <img {{bind-attr src="view.gravatarUrl"}}>
<dl class="profile">
<div>
@ -26,3 +26,4 @@
</dd>
</div>
</dl>
--}}

View File

@ -15,11 +15,13 @@
</p>
<ul class="navigation-nested">
<li><a href="http://docs.travis-ci.com">Docs</a></li>
<li><a href="http://stackoverflow.com/questions/ask?tags=travis-ci">Ask a Question</a></li>
{{#unless config.pro}}
<li><a href="http://stackoverflow.com/questions/ask?tags=travis-ci">Ask a Question</a></li>
<li><a href="http://docs.travis-ci.com/imprint.html" alt="Imprint">Imprint</a></li>
{{/unless}}
{{#if config.pro}}
<li><a href="https://chat.travis-ci.com/">Live Chat</a></li>
{{/if}}
<li><a href="http://docs.travis-ci.com/imprint.html" alt="Imprint">Imprint</a></li>
</ul>
</li>

View File

@ -99,7 +99,7 @@ Auth = Ember.Object.extend
else
@signOut()
, (status, xhr) =>
@signOut() if status == 403
@signOut() if status == 403 || status == 404
signedIn: (->
@get('state') == 'signed-in'

10
ci/prepare_testem.rb Normal file
View File

@ -0,0 +1,10 @@
require 'json'
pull_request = ENV['TRAVIS_PULL_REQUEST'] != 'false'
testem = JSON.parse(File.read('testem.json'))
testem['launch_in_ci'] = ['PhantomJS']
testem['launch_in_ci'] += ['SL_chrome', 'SL_firefox'] unless pull_request
File.open('testem.json', 'w') { |f| f.write testem.to_json }

View File

@ -39,6 +39,6 @@
"ember-cli-uglify": "1.0.1",
"ember-data": "1.0.0-beta.16.1",
"ember-export-application-global": "^1.0.2",
"ember-try": "0.0.5"
"ember-try": "0.0.7"
}
}

View File

@ -16,11 +16,11 @@
<div id="top">
<div class="row">
<div class="small-2 medium-2 columns" id="logo">
<h1><a href="/" class="ember-view">Home</a></h1>
<h1><a href="/" class="ember-view" target="_top">Home</a></h1>
</div>
<ul id="navigation">
<li><a href="http://blog.travis-ci.com/">Blog</a></li>
<li><a href="http://www.traviscistatus.com/">Status</a></li>
<li><a href="http://blog.travis-ci.com/" target="_top">Blog</a></li>
<li><a href="http://www.traviscistatus.com/" target="_top">Status</a></li>
</ul>
</div>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 273 KiB

After

Width:  |  Height:  |  Size: 484 KiB

View File

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 220.5 161.9" enable-background="new 0 0 220.5 161.9" xml:space="preserve">
<path fill="#F1EFEF" d="M186.4,161.9c11.4-16.5,18.1-36.5,18.1-58c0-56.5-45.8-102.2-102.2-102.2S0,47.4,0,103.9
c0,21.5,6.7,41.5,18.1,58H186.4z"/>
<path fill="#DEDCDB" d="M186.4,161.9c11.1-16.1,17.8-35.7,18-56.7H0c0.3,21,6.9,40.5,18,56.7H186.4z"/>
<path fill="#D6D2D1" d="M190.6,137.2l-57.9-3.2c-14-0.8-25.6,1.5-25.8,5.1c-0.2,3.6,11.1,7.2,25.1,8l57.9,3.2
c1.7,0.1,1.8,0.1,3.4,0.2c2.2-3.9,4.1-8,5.7-12.2C195.9,137.7,194.1,137.4,190.6,137.2z"/>
<path fill="#3A3532" d="M95.8,138.7c0,0-7.3-16.3-7.7-17.4c-0.9-2.4-3.1-6.3-7.6-6.3c-4.8,0-14.7-0.1-23.8-0.2v0c-0.2,0-0.5,0-0.7,0
c-0.2,0-0.5,0-0.7,0v0c-9.1,0.1-19.1,0.2-23.8,0.2c-4.3,0-6.5,3.7-7.5,6.1c-0.5,1.2-7.8,17.5-7.8,17.5s-2.5,9.2,15.2,9.2
c7.5,0,16.3-0.1,24.7-0.2c8.4,0.1,17.2,0.2,24.7,0.2C98.2,148,95.8,138.7,95.8,138.7z"/>
<g>
<path fill="#E46B25" d="M79.4,127.4c0,0-16.2-88.5-16.8-91.8c-0.5-3.3-1.4-3.1-1.4-3.1s-0.8,0-1.9,0l3.2,105.2
C77.9,136,79.4,127.4,79.4,127.4z"/>
<path fill="#F57E20" d="M51.8,32.6c-1.2,0.2-1.4,3-1.4,3l-17.3,92c0,0,3.2,10.7,23.9,10.5c2,0,3.9-0.1,5.6-0.3L59.3,32.6
C56.8,32.5,52.6,32.5,51.8,32.6z"/>
</g>
<path fill="#FFFFFF" d="M60.3,105.9c-13.3,1.2-21.1-2.5-22.1-5.7l-2.3,12.5c0.4,1.3,1.8,3.6,6.6,5c7.1,2,13.9,2.9,20.1,1.9
c6.2-1.1,13.4-3.3,13.9-7.5l0,0c-0.7-3.6-1.4-7.8-2.2-12.1C74.3,100.2,74.2,104.7,60.3,105.9z"/>
<path fill="#FFFFFF" d="M56.4,77.5c-10.8-0.2-12.7-1.7-13.4-2.8l-2.4,13c0.4,1.3,2.8,3.7,14.3,4.3c14.8,0.7,16.9-3.7,17.1-4.3
c-0.8-4.2-1.6-8.5-2.3-12.7l-0.1-0.1C69.6,74.8,67.9,77.7,56.4,77.5z"/>
<path fill="#FFFFFF" d="M48.2,47.1l-2.6,14c0.5,0.5,2.4,1.7,10.1,1.8c8.1,0.2,10.8-0.9,11.6-1.6c-1-5.3-1.8-10.1-2.6-14.1
c-0.4,0.2-2.4,0.9-7.6,0.9C51.6,48,48.9,47.8,48.2,47.1z"/>
<path fill="#F4F4F4" d="M61.5,105.8l0.4,13.9c0.2,0,0.4-0.1,0.7-0.1c6.2-1.1,13.4-3.3,13.9-7.5l0,0c-0.1-0.4-0.1-0.8-0.2-1.2
c-0.1-0.4-0.1-0.8-0.2-1.2c-0.2-0.9-0.3-1.9-0.5-2.9c-0.1-0.4-0.2-0.9-0.2-1.3c-0.3-1.7-0.6-3.4-1-5.3c0-0.1,0-0.2,0-0.3
c0-0.1,0-0.1,0-0.2C74.3,100.2,74.2,104.4,61.5,105.8z"/>
<path fill="#F4F4F4" d="M60.7,77.4l0.4,14.6c9.2-0.6,10.8-3.8,10.9-4.3c0-0.2-0.1-0.5-0.1-0.7c-0.3-1.8-0.7-3.7-1-5.5
c0-0.1-0.1-0.3-0.1-0.4c-0.4-2.1-0.8-4.1-1.1-6.1l-0.1-0.1C69.6,74.8,68.4,76.9,60.7,77.4z"/>
<path fill="#F4F4F4" d="M59.8,48l0.5,14.9c4.6-0.2,6.4-1,7-1.6c-0.1-0.3-0.1-0.6-0.2-0.8c0-0.2-0.1-0.3-0.1-0.5
c-0.1-0.4-0.2-0.8-0.2-1.2c-0.1-0.4-0.1-0.8-0.2-1.2c0-0.1,0-0.2,0-0.2c-0.1-0.5-0.2-1-0.3-1.6c0-0.2-0.1-0.4-0.1-0.6
c-0.1-0.5-0.2-0.9-0.3-1.4c0-0.1,0-0.2,0-0.3c-0.1-0.3-0.1-0.6-0.2-0.9c-0.1-0.3-0.1-0.6-0.2-0.9c-0.3-1.6-0.6-3.1-0.8-4.5
c0,0,0,0,0,0C64.4,47.4,63,47.9,59.8,48z"/>
<path fill="#3A3532" d="M130.4,72.3l22.8,11.4c0,0,7.4,2.1,4.3,10.3c-3.6,9.4-17.4,39.2-17.4,39.2s-1.9,2.8-4.6,3.5
s-28.4-0.5-28.4-0.5s-8.5-2.1-5.7-11.1c2.8-9,16.4-40.8,16.4-40.8S122.3,70.2,130.4,72.3z"/>
<g>
<path fill="#E46B25" d="M122.7,129.2c0,0,87.3,21.8,90.5,22.7c3.2,0.9,3.4,0,3.4,0s0.3-0.7,0.8-1.7l-97.1-40.6
C115.5,124.4,122.7,129.2,122.7,129.2z"/>
<path fill="#F57E20" d="M220.4,143.3c0.4-1.2-2.1-2.5-2.1-2.5L141.7,87c0,0-11-1.5-19.4,17.4c-0.8,1.9-1.5,3.6-2,5.2l97.1,40.6
C218.4,148,220.2,144.1,220.4,143.3z"/>
</g>
<path fill="#FFFFFF" d="M150.2,120.8c4.4-12.6,11-18.2,14.3-17.7l-10.4-7.3c-1.4-0.2-4.1,0.1-7.3,4c-4.8,5.6-8.4,11.4-10,17.5
c-1.6,6.1-2.6,13.6,1,15.8l0,0c3.6,0.9,7.7,1.9,12,3C149.5,135.9,145.5,133.9,150.2,120.8z"/>
<path fill="#FFFFFF" d="M177.7,129c4.7-9.7,6.8-10.9,8.1-11l-10.8-7.6c-1.4-0.1-4.6,1-9.8,11.3c-6.8,13.1-3.6,16.9-3.2,17.4
c4.2,1,8.4,2.1,12.6,3.1l0.2-0.1C174.7,142.1,172.7,139.4,177.7,129z"/>
<path fill="#FFFFFF" d="M208.7,134.1l-11.7-8.2c-0.7,0.2-2.5,1.5-5.8,8.4c-3.5,7.3-3.7,10.2-3.3,11.2c5.2,1.3,10,2.5,13.9,3.5
c0-0.4,0.2-2.6,2.4-7.3C206.5,136.8,207.8,134.5,208.7,134.1z"/>
<path fill="#F4F4F4" d="M149.8,122l-12.8-5.4c-0.1,0.2-0.1,0.4-0.2,0.6c-1.6,6.1-2.6,13.6,1,15.8l0,0c0.4,0.1,0.8,0.2,1.1,0.3
c0.4,0.1,0.8,0.2,1.1,0.3c0.9,0.2,1.9,0.5,2.8,0.7c0.4,0.1,0.9,0.2,1.3,0.3c1.7,0.4,3.4,0.9,5.2,1.3c0.1,0,0.2,0,0.3,0.1
c0.1,0,0.1,0,0.2,0C149.6,135.9,145.8,134,149.8,122z"/>
<path fill="#F4F4F4" d="M176,132.9l-13.4-5.6c-3.3,8.6-1,11.4-0.6,11.7c0.2,0.1,0.5,0.1,0.7,0.2c1.8,0.4,3.6,0.9,5.4,1.4
c0.1,0,0.3,0.1,0.4,0.1c2,0.5,4.1,1,6.1,1.5l0.2-0.1C174.7,142.1,173.2,140.1,176,132.9z"/>
<path fill="#F4F4F4" d="M203.1,144.2l-13.7-5.7c-1.7,4.3-1.8,6.2-1.5,7c0.3,0.1,0.6,0.1,0.8,0.2c0.2,0,0.3,0.1,0.5,0.1
c0.4,0.1,0.8,0.2,1.2,0.3c0.4,0.1,0.8,0.2,1.2,0.3c0.1,0,0.2,0,0.2,0.1c0.5,0.1,1,0.3,1.5,0.4c0.2,0,0.4,0.1,0.6,0.1
c0.5,0.1,0.9,0.2,1.4,0.3c0.1,0,0.2,0,0.3,0.1c0.3,0.1,0.6,0.1,0.9,0.2c0.3,0.1,0.6,0.2,0.9,0.2c1.6,0.4,3.1,0.8,4.5,1.1
c0,0,0,0,0,0C201.8,148.7,201.9,147.2,203.1,144.2z"/>
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 18.7 18.7" enable-background="new 0 0 18.7 18.7" xml:space="preserve">
<path fill="#C9A92D" d="M9.3,0C4.2,0,0,4.2,0,9.3s4.2,9.3,9.3,9.3s9.3-4.2,9.3-9.3S14.5,0,9.3,0z M14.3,8.4L6.9,9.1v5.7H5.6V4.7h0
V3.8l8.6,0.8l-2.5,1.8L14.3,8.4z"/>
</svg>

After

Width:  |  Height:  |  Size: 523 B

View File

@ -15,11 +15,11 @@
<div id="top">
<div class="row">
<div class="small-2 medium-2 columns" id="logo">
<h1><a href="/" class="ember-view">Home</a></h1>
<h1><a href="/" class="ember-view" target="_top">Home</a></h1>
</div>
<ul id="navigation">
<li><a href="http://blog.travis-ci.com/">Blog</a></li>
<li><a href="http://www.traviscistatus.com/">Status</a></li>
<li><a href="http://blog.travis-ci.com/" target="_top">Blog</a></li>
<li><a href="http://www.traviscistatus.com/" target="_top">Status</a></li>
</ul>
</div>
</div>
@ -33,7 +33,7 @@
<div class="maintenance-tractor full-size"></div>
<div class="maintenance-text">
<h1>Under Maintenance</h1>
<p>Stay up to date with Travis CI by <a href="https://twitter.com/travisci" title="Travis CI on Twitter">following us <span class="icon-twitter"></span></a></p>
<p>Stay up to date with Travis CI by <a href="https://twitter.com/travisci" title="Travis CI on Twitter" target="_top">following us <span class="icon-twitter"></span></a></p>
</div>
</main>
</div>

View File

@ -3,9 +3,11 @@
"test_page": "tests/index.html?hidepassed",
"launch_in_ci": [
"SL_chrome",
"SL_firefox"
"SL_firefox",
"PhantomJS"
],
"launch_in_dev": [
"PhantomJS"
],
"launchers": {
"SL_chrome": {

View File

@ -0,0 +1,17 @@
`import { test, moduleForComponent } from 'ember-qunit'`
moduleForComponent 'no-builds', {
# specify the other units that are required for this test
# needs: ['component:foo', 'helper:bar']
}
test 'it renders', (assert) ->
assert.expect 2
# creates the component instance
component = @subject()
assert.equal component._state, 'preRender'
# renders the component to the page
@render()
assert.equal component._state, 'inDOM'