Curtis Ekstrom
92896aa8e1
Remove initializer deprecation warnings
...
The previous initializer API was deprecated in Ember 2.1 (See
http://emberjs.com/deprecations/v2.x/ ), so this updates the initializer
signatures to accomodate that change.
Also, remove the registered deprecation from the workflow.
2016-01-31 12:30:27 +01:00
Piotr Sarnacki
0a872e25a7
Fix showing running jobs
...
When I changed tabs-list-view to be a component I missed the fact that
config is not registered for components, which resulted in not showing
the running jobs tab at all. This commit fixes the situation.
2016-01-14 14:04:29 +01:00
Piotr Sarnacki
e60b0a0224
Fix jshint errors after conversion to JS
2016-01-04 13:15:15 +01:00
Piotr Sarnacki
fafaf65043
Convert project to JavaScript
2016-01-04 13:15:14 +01:00
Piotr Sarnacki
5cf1cbba6b
Move ajax and auth into services
2015-12-08 10:18:02 +01:00
Piotr Sarnacki
ca54a64211
Fix flash messages
2015-09-09 10:36:12 +02:00
Piotr Sarnacki
2e5c3c8a2d
Remove some more deprecations
2015-09-01 10:24:03 +02:00
Piotr Sarnacki
1f7f75b32c
Auth is not a service, so for now inject auth into components as well
2015-08-19 11:22:04 +02:00
Lisa Passing
3cbbbcbfdb
Merge branch 'master' into settings-glimmer
2015-07-15 15:30:52 +02:00
Lisa Passing
9bee539474
Merge branch 'master' into settings-glimmer
2015-07-14 11:24:55 +02:00
Lisa Passing
e934061ce7
remove charmscout, add userlike
2015-07-09 15:56:21 +02:00
Piotr Sarnacki
de411b228b
Fix sessionStorage initialization code
...
With previous version of this code sessionStorage was never initialized
properly. This breaks travis become.
2015-03-16 11:49:00 +01:00
Piotr Sarnacki
a89e77a56d
Fix charm feedback box
2015-02-18 14:01:10 +01:00
Lisa Passing
351cf8078d
remove unnessary(?) things from charmscout script
2015-02-17 17:43:37 +01:00
Piotr Sarnacki
0e1fd2746f
Add a simple acceptance test for dashboard and tooling needed to run it
...
Apart from adding a test, this commit also adds a dummy implementation
for Auth that can be used in tests to control the auth status.
2015-02-13 14:13:45 +01:00
Piotr Sarnacki
3964eef9be
Display feedback button on PRO when charmKey is set
2015-02-11 14:46:19 +01:00
Piotr Sarnacki
4a401dc8cb
Fix slider
2015-02-10 10:53:06 +01:00
Piotr Sarnacki
4f38faf3c2
Use travis location
2015-02-10 09:43:54 +01:00
Piotr Sarnacki
141457c4f9
Change config keys to camel case
2015-02-05 11:35:47 +01:00
Piotr Sarnacki
67cae2c8f5
Remove Travis global usage from templates
2015-02-04 18:34:25 +01:00
Piotr Sarnacki
0dba0fdad5
Add app initializers which sets window.Travis
...
We still use Travis in some places in the app and Travis var is not set when
using ember build. The initializer added in this commit sets it to the current
app instance
2015-02-03 12:13:13 +01:00
Piotr Sarnacki
020da3048d
Run auth config after ember-data
2015-02-03 10:54:08 +01:00
Piotr Sarnacki
579388e08d
Add Pusher and fix Pusher's config
2015-02-03 10:52:14 +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