Commit Graph

24 Commits

Author SHA1 Message Date
Sven Fuchs
f1a767a09f update log.js and adapt styles for fold name tags 2013-02-27 22:39:10 +01:00
Sven Fuchs
66feae8525 update log.js 2013-02-27 03:33:01 +01:00
Sven Fuchs
dbac2f8458 debug output 2013-02-25 13:07:07 +01:00
Piotr Sarnacki
78dc69b61e Add log.js to vendor 2013-02-22 16:54:17 +01:00
Piotr Sarnacki
0a09c96eb1 Use ember-data from drogus fork, easier-overrides branch 2013-02-21 23:22:54 +01:00
Piotr Sarnacki
360b1d1a73 Update ember, ember-data and jquery 2013-02-21 23:22:50 +01:00
Piotr Sarnacki
3943b6d8f8 Update pusher to 1.12.6 2013-02-20 05:02:25 +01:00
Sven Fuchs
59f1ea0b12 make _gaq global 2013-02-08 15:36:19 +01:00
Sven Fuchs
0322e1a3c8 extract ga code and setup 2013-02-08 14:49:46 +01:00
Piotr Sarnacki
4e7329f638 Open fold if folded command returns an error 2012-12-05 00:33:26 +01:00
Piotr Sarnacki
dfd8e3323b Update Ember with history location fix from my fork 2012-11-18 11:05:14 +01:00
Piotr Sarnacki
d4214406e6 Remove console.log 2012-11-17 12:19:30 +01:00
Sven Fuchs
6d0cf9d5e6 Merge branch 'master' of github.com:travis-ci/travis-web 2012-11-16 17:43:39 +01:00
Sven Fuchs
d63af402c1 issue events on user:signed_in and user:synced 2012-11-16 17:43:22 +01:00
Piotr Sarnacki
3084dacaef Update Ember.js from drogus/ember.js and fix routes
Default regexp used in ember does not work well for us. With repos
starting with 'stats', ember will match such url for /stats/ page, even
though the rest of the url is different, I added ability to overwrite
default regexp.
2012-11-16 17:36:13 +01:00
Piotr Sarnacki
eef8e55cfe Check if key is defined in incomplete checks 2012-10-31 14:56:17 +01:00
Piotr Sarnacki
6bf5bd3356 Needed to move part of incomplete impl. to store
When using get with path (eg. get('foo.bar.baz')), get method is called
only on the current object and computed property will be called. Because
there is no easy way to overwrite the computed property, I moved
incomplete record loading to ember-data. It's not DRY and it should be
rewritten, but I don't want to do it at this point as we will need to
completely rewrite it when upgrading ember-data.
2012-10-31 00:46:13 +01:00
Piotr Sarnacki
939212302a Fix loading page with #L<line-number>
Ember changed a way HistoryLocation works and it no longer calls
getURL(). I'm monkey patching it, but I will submit a pull request to
fix it.
2012-10-22 21:45:43 +02:00
Piotr Sarnacki
349a4d104e Fix scrolling issues for 'Follow logs' 2012-10-22 21:30:26 +02:00
Piotr Sarnacki
6513d5c675 Update ember.js 2012-10-21 18:53:52 +02:00
Piotr Sarnacki
f207f081af Ember from drogus/ember.js at router-changes branch 2012-10-20 16:35:23 +02:00
Piotr Sarnacki
a29e3003cb Update ember 2012-10-19 01:52:16 +02:00
Sven Fuchs
b34e35fbb8 improvements to the asset pipeline thanks to @twinturbo 2012-10-05 21:58:20 +02:00
Sven Fuchs
7b47863014 extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00