Piotr Sarnacki
ea88a6271a
Fix redirecting to getting started page
2015-09-03 13:13:45 +02:00
Piotr Sarnacki
df4b715ce9
Fix broadcasts
...
For some reason using property.[] stopped working in flash controller,
so I'm using length for now, which should work properly in case of
broadcasts as they're loaded only once anyway.
2015-09-03 11:22:11 +02:00
Piotr Sarnacki
e64ceab8c4
[specs] Wait longer after tests using models finish
2015-09-02 16:17:01 +02:00
Piotr Sarnacki
7b655eee61
[specs] Fix caches-item-test by using the correct helper name
2015-09-02 13:17:30 +02:00
Piotr Sarnacki
9de0df7cbd
[specs] Fix ssh key deletion test
...
We need to wait till the record is deleted, because otherwise it will
throw an error after the tests is finished. For now I just wait without
checking anything, but in the future we could actually check if the
request was sent etc.
2015-09-02 13:17:30 +02:00
Piotr Sarnacki
d6cbdba401
[specs] Fix repo owner tile test
2015-09-02 13:17:30 +02:00
Piotr Sarnacki
4e0790e504
Don't warn about unused vars, it's annoying with function arguments
2015-09-02 13:17:29 +02:00
Piotr Sarnacki
8aac1c062d
Rename sshKey to ssh_key for ember-data lookups
2015-09-02 13:17:29 +02:00
Piotr Sarnacki
507dcc7376
[specs] Properly use internal ember-data methods
...
We need to use a few internal methods until we switch to ED 2.0, this
commit fixes their usage.
2015-09-02 13:17:29 +02:00
Piotr Sarnacki
c7f412f636
Remove unused ssh-key controller
2015-09-02 13:17:29 +02:00
Piotr Sarnacki
94a018769d
[specs] auth.refreshUserData returns a promise now
2015-09-02 13:17:28 +02:00
Piotr Sarnacki
2e5c3c8a2d
Remove some more deprecations
2015-09-01 10:24:03 +02:00
Piotr Sarnacki
fcff3f549d
Update ember-cli to 1.13.8, ember.js to 1.13.8 and ember-data to 1.13.9
2015-09-01 10:24:03 +02:00
Lisa P
58f540457b
Merge pull request #392 from travis-ci/fix-owner-on-magnum
...
Authenticate owner request
2015-08-26 13:14:08 -04:00
Lisa P
978b35b6ca
check if user is signed in
2015-08-26 11:33:19 -04:00
Lisa P
d6fa74c8f6
authenticate owner request for realz
2015-08-26 11:11:12 -04:00
Piotr Sarnacki
7dc3a66383
Merge pull request #393 from travis-ci/fix-account-header-name
...
Fix account header name
2015-08-26 16:36:17 +02:00
Lisa P
6ef0c1af96
use data from model like Piotr said
2015-08-26 10:00:24 -04:00
Lisa P
33c439a928
display right account name, but only in slug form
2015-08-25 18:00:51 -04:00
Lisa P
c0fe47f2c1
delete some templates that are not used anymore
2015-08-25 18:00:03 -04:00
Lisa P
47d8951535
try to authenticate request if logged in/ on pro
2015-08-25 16:08:52 -04:00
Piotr Sarnacki
dd09b105ee
Don't set needsAuth explicitly on owner apge, so the default is used
2015-08-19 12:40:01 +02:00
Piotr Sarnacki
aa22f7bb61
Change repos-empty view to a component
2015-08-19 12:28:07 +02:00
Piotr Sarnacki
da10f0a839
Fix popup open
2015-08-19 11:23:30 +02:00
Piotr Sarnacki
1f7f75b32c
Auth is not a service, so for now inject auth into components as well
2015-08-19 11:22:04 +02:00
Piotr Sarnacki
eec378116f
Don't insert parts when log is not inDOM
2015-08-18 15:53:42 +02:00
Piotr Sarnacki
86cd0f8a13
Fix switching log when redirecting without changing routes
...
When the log changes, but without a route change (like when you switch
from one job to another job), we need to properly clean up and set up a
new log. The best way I figured out is to do it in didUpdateAttrs hook,
but only when the log actually changes. In such situation the old and
the new log should be past to teardown and setup functions.
2015-08-18 14:21:02 +02:00
Piotr Sarnacki
ee52beaa10
Fix log
...
After update to glimmer log started to be rendered incorrectly, with log
lines being inserted in the wrong places. I'm not sure what's the
underlying problem, but rewriting to components seems to fix the issue.
Since views are deprecated anyway I'm not going to investigate the
problem deeper.
2015-08-18 10:41:10 +02:00
Lisa P
9053a1e379
make sure owner avatar and github url change
2015-08-17 18:01:35 +02:00
Lisa P
9aee4fd4b8
Merge pull request #389 from travis-ci/ownerpage-newstyle
...
Ownerpage newstyle
2015-08-17 17:51:59 +02:00
Lisa P
144c3cd4f8
omg add, little animation
2015-08-17 17:34:54 +02:00
Lisa P
3d1cbdd1d8
add tractor illustration
2015-08-17 16:26:38 +02:00
Lisa P
11b5e2f024
add animated booting state icon to ownerpage
2015-08-17 11:32:22 +02:00
Lisa P
73d5024e06
remove unnecessary new line
2015-08-17 10:47:18 +02:00
Lisa P
f6e4aca204
Merge pull request #391 from travis-ci/fixes-for-notactive
...
Fixes for notactive
2015-08-17 10:40:42 +02:00
Lisa P
e4b689b0d5
display actiavte options on not-active of if user has pushPermissions
2015-08-17 10:15:09 +02:00
Lisa P
75ce90fc03
check for lastBuildId and only display not-active if it is false
2015-08-14 16:58:06 +02:00
Lisa P
fa27fae524
remove even more styles
2015-08-14 14:53:00 +02:00
Lisa P
1233890a5a
remove more unused styles
2015-08-14 14:47:10 +02:00
Lisa P
8341b2c1cd
fix some crossbrowser inconsistencies
2015-08-14 14:45:27 +02:00
Lisa P
073fd3feac
slightly tweak copy on no-repos
2015-08-13 14:59:04 +02:00
Lisa P
6de92f20d9
add component for no repositories notice
2015-08-12 15:59:32 +02:00
Lisa P
7e68915ede
disable /:owner/running route for now
2015-08-12 15:58:55 +02:00
Lisa P
110c17d2c4
Merge pull request #390 from travis-ci/noscript-notice
...
add simple noscript notice
2015-08-12 11:21:18 +02:00
Lisa P
79eb530270
Merge pull request #388 from travis-ci/lp-no-builds
...
No builds/ not activated
2015-08-12 11:20:22 +02:00
Lisa Passing
bc1db07901
fix duplicate owner name in document title on ownerpage
2015-08-12 11:11:28 +02:00
Lisa Passing
5736dbfe4b
add more space
2015-08-12 10:56:18 +02:00
Lisa Passing
98d9476b7a
link from repo header to ownerpage
2015-08-12 10:54:59 +02:00
Lisa Passing
0238eb18b1
add noscript tag to index
2015-08-11 17:52:01 +02:00
Lisa Passing
351cb909b6
add backgroundcolor to owner avatar in case we get transparent bg avatars
2015-08-11 17:13:32 +02:00