Commit Graph

197 Commits

Author SHA1 Message Date
Sven Fuchs
9440ccaf7d make assetfile reusable 2012-10-03 16:34:21 +02:00
Piotr Sarnacki
202f158d55 Fix show more button and make it disabled when loading 2012-10-02 22:39:11 +02:00
Piotr Sarnacki
2e16337e68 Revert 2ead1ff
Without filters those collections will not be updated when clicking on
show more button on builds list.
2012-10-02 21:46:34 +02:00
Piotr Sarnacki
8b90440f7b Update ember to version from drogus/ember.js
It contains patch for transitionTo, to handle more than one context
2012-10-01 16:46:11 +02:00
Sven Fuchs
419ace7c51 rework asset compilation 2012-10-01 12:36:06 +02:00
Sven Fuchs
1566595cda move loadConfig to Travis.run 2012-09-29 23:43:06 +02:00
Piotr Sarnacki
b9179e3439 Need to add record to the new transaction after saving it 2012-09-28 19:09:05 +02:00
Piotr Sarnacki
82107bd1f3 Fix issues with store commit 2012-09-28 18:53:04 +02:00
Piotr Sarnacki
fed3adaa88 Fix job links on queues list
For some weird reason action was using the view as target by default,
set it explicitly to router.
2012-09-28 17:52:16 +02:00
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
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
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
2f43801893 recompile 2012-09-27 21:56:30 +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
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
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
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
Sven Fuchs
b776f1355b recompile 2012-09-27 00:58:10 +02:00
Piotr Sarnacki
164b8d22cc Don't load sponsors data twice 2012-09-27 00:21:35 +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
93b67a7cbb recompile 2012-09-26 22:25:43 +02:00
Sven Fuchs
192a2f44e1 filter pusher warnings about missing subscriptions 2012-09-26 22:15:54 +02:00
Piotr Sarnacki
ccb4e27bdc Update ember and get initialState back 2012-09-26 22:06:28 +02:00
Sven Fuchs
9ca03aebb6 fix pusher subscription 2012-09-26 21:50:38 +02:00
Sven Fuchs
060812b65d catch pusher unsubscribe exceptions 2012-09-26 21:43:56 +02:00
Piotr Sarnacki
b33f4d88aa Remove initialStates from router 2012-09-26 21:08:09 +02:00
Sven Fuchs
11f663e03f switch to history location 2012-09-26 19:08:35 +02:00
Sven Fuchs
f37fedd4aa fix for internal pusher events 2012-09-26 18:57:49 +02:00
Piotr Sarnacki
0885cdf674 Plug proper layouts and links on profile view 2012-09-26 18:18:47 +02:00
Piotr Sarnacki
1134028996 Travis mostly works with new router
I haven't touched almost all of the things related to profile. I'm not
also sure what's the state of authentication at this point.

Conflicts:

	Gemfile
	Gemfile.lock
	Procfile
	assets/javascripts/app/app.coffee
	assets/javascripts/app/controllers.coffee
	assets/javascripts/app/controllers/auth.coffee
	assets/javascripts/app/controllers/profile.coffee
	assets/javascripts/app/routes.coffee
	assets/javascripts/app/templates/builds/list.hbs
	assets/javascripts/app/templates/builds/show.hbs
	assets/javascripts/app/templates/jobs/list.hbs
	assets/javascripts/app/templates/layouts/top.hbs
	assets/javascripts/app/templates/repos/list.hbs
	assets/javascripts/app/templates/repos/show/tabs.hbs
	assets/javascripts/app/templates/workers/list.hbs
	assets/javascripts/app/views.coffee
	assets/javascripts/app/views/repo/show.coffee
	assets/javascripts/travis.coffee
	public/index.html
	public/javascripts/application.js
	public/stylesheets/application.css
2012-09-26 16:30:16 +02:00
Konstantin Haase
04ab459077 also store token 2012-09-25 19:01:46 +02:00
Sven Fuchs
888427e611 get rid of the left bg image 2012-09-23 20:22:49 +02:00
Sven Fuchs
08bb056849 more tweaks 2012-09-23 18:54:31 +02:00
Sven Fuchs
41223f1ef2 css tweaks 2012-09-23 17:01:13 +02:00
Sven Fuchs
c327c3046d try a flex-box layout 2012-09-23 15:39:58 +02:00
Sven Fuchs
dc9881dbc8 Merge branch 'master' of github.com:travis-ci/travis-ember
Conflicts:
	public/javascripts/application.js
2012-09-23 03:22:54 +02:00