Commit Graph

33 Commits

Author SHA1 Message Date
Piotr Sarnacki
59477e5eac Configure location properly 2015-02-05 12:40:06 +01:00
Piotr Sarnacki
3d216ad9f7 Filter repositories without last build 2015-02-05 12:39:58 +01:00
Piotr Sarnacki
141457c4f9 Change config keys to camel case 2015-02-05 11:35:47 +01:00
Piotr Sarnacki
874a6de443 Move log to vendor/ 2015-02-04 23:08:22 +01:00
Piotr Sarnacki
fcbcabb0cd No need to lookup store in pusher anymore 2015-02-04 18:35:42 +01:00
Piotr Sarnacki
420cab0d75 Remove workers/list.hbs, it's not used anymore 2015-02-04 18:34:37 +01:00
Piotr Sarnacki
67cae2c8f5 Remove Travis global usage from templates 2015-02-04 18:34:25 +01:00
Piotr Sarnacki
8f7c58ce4c Add missing imports for config 2015-02-04 18:27:14 +01:00
Piotr Sarnacki
ba9b6d844a Move receiving pusher events to store 2015-02-04 18:24:09 +01:00
Piotr Sarnacki
f82025c6d5 Don't use Handlebars.compile, ember-cli includes only runtime for performance 2015-02-03 20:48:02 +01:00
Piotr Sarnacki
90b91bd49b Fix pusher channel subscribe
When channel_prefix is not defined it should be set to empty string.
2015-02-03 20:31:41 +01:00
Piotr Sarnacki
961b487fac Change a way config is updated
The ENV viarable that is exported in app/config/environment.js is saved as JSON
in <meta> tag in index.html. In order to properly set the settings from the app
we need to get it from there, update the JSON and write it back
2015-02-03 17:20:04 +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
65e0789250 Add ability to extend config by setting it in index.html 2015-02-03 10:52:50 +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
Sven Fuchs
c8246efab6 use rake-pipeline 2012-06-22 03:18:07 +02:00
Sven Fuchs
767476a8c9 remove rails 2012-06-22 00:37:43 +02:00
Sven Fuchs
1825cc3ca4 port moar stuff 2012-06-21 23:00:58 +02:00
Sven Fuchs
697676f6ff port stuff 2012-06-21 02:00:14 +02:00
Sven Fuchs
0b8eb94dd5 convert to coffeescript 2012-06-19 17:40:58 +02:00
Sven Fuchs
f2c3ad4ff0 wait for repo.builds to be loaded, too 2012-06-19 12:52:39 +02:00
Sven Fuchs
3121aa551a upgrade ember.js master 2012-06-19 11:47:55 +02:00
Sven Fuchs
5aa55f2064 doesn't seem to make sense to use slugs as ids cuz w're now waiting for the repo to be loaded anyway 2012-06-18 20:23:10 +02:00
Sven Fuchs
e14e063b8c start over, trying to use the repo slug as an id 2012-06-18 17:41:49 +02:00
Sven Fuchs
89f624d377 remove the repository.* states nesting 2012-06-18 17:14:21 +02:00
Sven Fuchs
2ff639e38e trying to figure out why it changes the url to /#/undefined/undefined after loading / 2012-06-18 11:47:33 +02:00
Sven Fuchs
e3a4d0194c url generation seems to work fine, but for some weird reason it seems to pushState urls with all segments undefined 2012-06-18 01:15:53 +02:00
Sven Fuchs
240b1da238 try using an index state 2012-06-17 19:01:10 +02:00
Sven Fuchs
4d769d405a playing with ember routes 2012-06-17 18:32:47 +02:00
Sven Fuchs
a3f629bd0d initial commit 2012-06-17 00:05:06 +02:00