Piotr Sarnacki
6ee956367c
Observe repos.firstObject on reposController
...
Since we change repos property on reposController, we can't set observer
on repos, because as soon as it's changed, we loose the observer.
Instead, we should observe only on reposController, which is not going
to change.
2015-12-08 10:18:02 +01:00
Piotr Sarnacki
8de314e943
Sort repos in repos-list component, not in controller
2015-12-08 10:18:02 +01:00
Piotr Sarnacki
d677307006
Remove some more deprecations
2015-12-08 10:17:32 +01:00
Lisa P
fa0d533059
try some things
2015-10-21 10:27:28 +02:00
Lisa P
c0917d2128
rearrange job filtering in sidebar
2015-10-06 21:40:44 +02:00
Piotr Sarnacki
ea88a6271a
Fix redirecting to getting started page
2015-09-03 13:13:45 +02:00
Piotr Sarnacki
a0ca1ec66b
Change running jobs and queue into components
2015-08-06 13:58:14 +02:00
Piotr Sarnacki
759e56d7ba
Change repos-list into a component
2015-08-05 13:11:57 +02:00
Piotr Sarnacki
4201b81fe8
Change CurrentUserController to Controller
2015-06-02 11:16:04 +02:00
Piotr Sarnacki
6695a8e19a
Completely remove left sidebar for not logged in users
2015-03-30 13:22:51 +02:00
Piotr Sarnacki
b30492296c
Show landing page before signin in
2015-03-30 12:06:49 +02:00
Piotr Sarnacki
b703665fe5
Make showMyRepositories action play nicely with URLs
2015-03-19 12:08:39 +01:00
Piotr Sarnacki
ea9e9d81c1
Implement counts for running jobs
2015-03-19 11:57:52 +01:00
Piotr Sarnacki
55fd558eb0
Quick crude and hackish version of running jobs
2015-03-18 15:34:37 +01:00
Piotr Sarnacki
f7f274f5d5
Fix search
...
In search there was a check on 'auth' in the view and we no longer
inject auth into views. That's why the check needs to be done on the
controller.
The other thing is that slash breaks the URL currently, so this commit
also changes slash in the search phrase into %2F character.
2015-02-17 10:38:04 +01:00
Piotr Sarnacki
b0bd24a129
Add ember-cli version of the Ember.js app
2015-02-03 09:48:22 +01:00
Piotr Sarnacki
3a09a0da9a
Move assets/scripts/app to root dir
2015-02-03 09:44:34 +01:00