Commit Graph

18 Commits

Author SHA1 Message Date
Piotr Sarnacki
e8ad482434 Make favicon work properly when viewing job
Current implementation of controllers makes it hard to implement favicon
changes outside of build/job controllers. The problem is that if a job
is viewed, both controller are populated, which means they will both
send state change events to change favicon. This commit adds a check for
build controller, which allows to disable state change events when we're
viewing a job
2015-02-24 16:51:37 +01:00
Piotr Sarnacki
acb70dcac7 First stab at changing favicon based on build or job state 2015-02-24 16:20:56 +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
b9cacdc596 Explicitly return false from toggleBurgerMenu to not bubble action 2015-02-12 18:48:32 +01:00
Lisa Passing
7e0fe8cb61 add burger toggle 2015-02-12 16:03:35 +01:00
Piotr Sarnacki
4ffd33c087 Enable filtering on dashboard 2015-02-11 11:34:01 +01:00
Piotr Sarnacki
15415999c2 check if model exists when cancelling ssh key 2015-02-10 11:56:33 +01:00
Piotr Sarnacki
81911777da dematerialize record in any kind of created states in ssh key 2015-02-10 11:54:37 +01:00
Piotr Sarnacki
767e49d95a Fix sshkey form 2015-02-10 11:53:14 +01:00
Piotr Sarnacki
9ff3b8c1d8 Remove useless code 2015-02-10 10:27:57 +01:00
Piotr Sarnacki
6c01631b2e Fix ajax requests for caches 2015-02-10 10:13:53 +01:00
Piotr Sarnacki
95619b42fb Don't filter env vars in controller
Depending on isNew can result in rerendering templates in some cases, which will
also create a new object controller, which in turn will reset isEditing value.
2015-02-06 13:20:56 +01:00
Piotr Sarnacki
ab33383d15 Fix a few issues after ember-cli switch 2015-02-06 12:57:49 +01:00
Piotr Sarnacki
141457c4f9 Change config keys to camel case 2015-02-05 11:35:47 +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
Sven Fuchs
767476a8c9 remove rails 2012-06-22 00:37:43 +02:00
Sven Fuchs
a3f629bd0d initial commit 2012-06-17 00:05:06 +02:00