travis-web/assets/scripts/app
Piotr Sarnacki 6bc7b69088 Refactor a way we setup things on repo controller
Till now, when switching between different views, we were switching
different bindings on repo controller. This was quite innefficient,
because then we needed to add bindings also from other controllers and
it's hard to manage such structure when we would like to add specialized
controllers (like LogController).

The new setup is more declarative, meaning that we do such things on the
router and set things on proper controllers. The only drawback is that
now we need to setup a few observers instead of bindings for "current"
views (ie. when viewing the newest repo or when viewing the last build
in current repo).

At this point it may not look like huge improvement, but it will open a
way to more refactorings.
2013-06-05 11:37:28 +02:00
..
controllers Refactor a way we setup things on repo controller 2013-06-05 11:37:28 +02:00
helpers Properly display matrix keys when build does not have all keys 2013-04-06 01:48:32 +02:00
models Add RGSoC logo to the top of the sidebar. 2013-05-31 21:17:06 +02:00
store Add RGSoC logo to the top of the sidebar. 2013-05-31 21:17:06 +02:00
templates Refine sidebar GA details. 2013-06-01 10:17:56 +02:00
views Add RGSoC logo to the top of the sidebar. 2013-05-31 21:17:06 +02:00
app.coffee Add RGSoC logo to the top of the sidebar. 2013-05-31 21:17:06 +02:00
auth.coffee Update user data after sign in 2013-05-21 19:30:19 +02:00
controllers.coffee Revert "move log subscrition to a log controller" 2013-03-14 10:07:35 +01:00
helpers.coffee Fixed I18n handlebars helpers to update when locale changes 2012-12-11 08:54:43 +09:00
models.coffee Add RGSoC logo to the top of the sidebar. 2013-05-31 21:17:06 +02:00
pusher.coffee Don't process pusher events immediately when running in background 2013-05-29 16:54:12 +03:00
routes.coffee Refactor a way we setup things on repo controller 2013-06-05 11:37:28 +02:00
slider.coffee Make the app work with disabled cookies 2012-12-10 17:37:09 +01:00
store.coffee Improve log handling 2013-03-22 01:25:23 +01:00
tailing.coffee Event is no longer passed as an argument to handlers 2013-02-21 23:22:52 +01:00
views.coffee Set container on View 2013-05-15 17:23:53 +02:00