Commit Graph

2785 Commits

Author SHA1 Message Date
Piotr Sarnacki
8ffd466e9f Proper fix for last build link
It seems that when you use id in link, it will pass it directly to
connectOutlets. Need to instantiate object in such situation.
2012-09-28 17:39:40 +02:00
Piotr Sarnacki
3cf12e7a84 Remove console.log 2012-09-28 17:26:38 +02:00
Piotr Sarnacki
4984a896af 'build_id' should be returned in build's params, not 'id' 2012-09-28 17:20:52 +02:00
Sven Fuchs
ab8473e75e really fix the status colors 2012-09-28 16:35:07 +02:00
Sven Fuchs
1332a23561 fix status color for build summary 2012-09-28 16:28:48 +02:00
Sven Fuchs
3bad25471a fix deansi for erasing text 2012-09-28 15:12:55 +02:00
Sven Fuchs
580d78e947 redirect from hashbang urls 2012-09-28 12:13:19 +02:00
Sven Fuchs
15d7406d71 redirect to home from profile on sign out 2012-09-28 12:05:56 +02:00
Sven Fuchs
a1d5b8b878 recompile 2012-09-28 11:48:29 +02:00
Sven Fuchs
8fb0411f63 make the spinner transparent 2012-09-28 11:46:31 +02:00
Sven Fuchs
5eb5bc1373 no need to defer loading the user any more 2012-09-28 11:28:00 +02:00
Sven Fuchs
b1f1547113 Revert "try using jobs.loaded for matrixes"
This reverts commit 312fabeaa0.
2012-09-28 10:57:05 +02:00
Sven Fuchs
312fabeaa0 try using jobs.loaded for matrixes 2012-09-28 10:54:38 +02:00
Piotr Sarnacki
5fc58e34dc Don't instantiate builds for repos list to not load them 2012-09-28 00:21:44 +02:00
Sven Fuchs
40260c17d5 separate session storage of user and token, do stuff 2012-09-27 23:38:33 +02:00
Sven Fuchs
abb5ed181e do not load accounts on controller init 2012-09-27 23:09:00 +02:00
Sven Fuchs
ccff457296 fix job list status icons 2012-09-27 22:49:45 +02:00
Sven Fuchs
b9be6da031 don't warn on pusher errors for now 2012-09-27 22:48:45 +02:00
Sven Fuchs
6bbf63ff0a bump 2012-09-27 22:48:33 +02:00
Sven Fuchs
2f43801893 recompile 2012-09-27 21:56:30 +02:00
Sven Fuchs
8055269881 bump travis-api 2012-09-27 21:54:04 +02:00
Sven Fuchs
2273e64560 Merge branch 'master' of github.com:travis-ci/travis-ember 2012-09-27 21:53:14 +02:00
Sven Fuchs
a85bf95b1b bump travis-api 2012-09-27 21:53:07 +02:00
Piotr Sarnacki
c24b236120 Recompile, commited application.js with conflicts 2012-09-27 19:57:37 +02:00
Piotr Sarnacki
7037c6a62a Rework some of the bindAttrs that can cause problems 2012-09-27 19:53:46 +02:00
Piotr Sarnacki
4a16f7a142 Queue log appending if record is not loaded yet 2012-09-27 19:53:17 +02:00
Sven Fuchs
fd6a83aab1 remove debug output 2012-09-27 17:30:30 +02:00
Sven Fuchs
205f509b4b recompile 2012-09-27 17:25:12 +02:00
Sven Fuchs
c80203afd3 Merge branch 'master' of github.com:travis-ci/travis-ember
Conflicts:
	public/javascripts/application.js
2012-09-27 17:22:11 +02:00
Sven Fuchs
d3e1fa2274 refactor auth/user/accounts 2012-09-27 17:13:45 +02:00
Sven Fuchs
8c9f9bc4f8 remove extra div from layout 2012-09-27 17:11:52 +02:00
Piotr Sarnacki
11b3a039d2 Removed too much bindings, this one is still needed 2012-09-27 15:18:08 +02:00
Piotr Sarnacki
cd6636bfc5 Completely get rid of params
In the old router params were fetched from url, new router needs to
instantiate objects anyway, so we can just set objects on controller
instead of passing params.
2012-09-27 14:48:17 +02:00
Piotr Sarnacki
57ae258803 Update ember 2012-09-27 14:47:48 +02:00
Piotr Sarnacki
3aefc86961 Make displaying build simpler
Since we fetch build in router now, we can just pass it to controller,
instead of passing an id.
2012-09-27 14:47:48 +02:00
Piotr Sarnacki
0e5bb55c7d Add rb-fsevent 2012-09-27 14:45:52 +02:00
Sven Fuchs
b776f1355b recompile 2012-09-27 00:58:10 +02:00
Sven Fuchs
7bf2551990 Merge branch 'master' of github.com:travis-ci/travis-ember
Conflicts:
	public/javascripts/application.js
2012-09-27 00:46:00 +02:00
Sven Fuchs
87cf494c26 fix parameter name for builds "load more" 2012-09-27 00:45:27 +02:00
Piotr Sarnacki
164b8d22cc Don't load sponsors data twice 2012-09-27 00:21:35 +02:00
Sven Fuchs
412176975b fix popup 2012-09-27 00:06:32 +02:00
Sven Fuchs
ecf0088557 remove hash mark from repo list 2012-09-27 00:01:03 +02:00
Sven Fuchs
b96bafee5c add status to job summary 2012-09-27 00:00:49 +02:00
Sven Fuchs
ad120fb613 fix popup link 2012-09-27 00:00:13 +02:00
Sven Fuchs
958e7948d1 ignore more pusher warnings 2012-09-26 23:59:03 +02:00
Piotr Sarnacki
fe7f07629f Use regular views in sidebar instead of outlets
Outlets behaved weird in this place (not sure why, maybe because it's
deeply nested) and we don't need to change those views anyway.
2012-09-26 23:32:55 +02:00
Piotr Sarnacki
5b2aae19b3 Try to defer sidebar loading a little bit 2012-09-26 23:32:36 +02:00
Sven Fuchs
1a9f88587d fix some links/action targets 2012-09-26 23:18:11 +02:00
Sven Fuchs
5a49b51700 tweak greens 2012-09-26 22:43:09 +02:00
Sven Fuchs
93b67a7cbb recompile 2012-09-26 22:25:43 +02:00