travis-web/assets/scripts/lib/travis
Piotr Sarnacki 12aaeeef2d Add records to record arrays in a runloop
When adding records just after loading them, the elements in the UI
might have to be updated, which may trigger `get` on associations right
away. As an effect, even if we load a few records on an event (like
repository on build:started event), ember model may end up fetching the
record.

This commit fixes such occurrences by adding record to record arrays in
a run loop, so newly created records will be added at once, after the
event was served.
2013-09-04 21:20:10 +02:00
..
adapter.coffee Update Travis.Model to work with Ember Model 2013-07-31 13:51:28 +02:00
ajax.coffee Wrap ajax callbacks in Ember.run 2013-07-31 13:52:08 +02:00
chunk_buffer.coffee Improve log handling 2013-03-22 01:25:23 +01:00
expandable_record_array.coffee Don't add records to expandable array if they're already there 2013-08-29 01:01:28 +02:00
instrumentation.coffee Added first level instrumentation for travis-web 2012-12-14 19:31:05 +09:00
limited_array.coffee Main view mostly works on new router 2013-02-21 23:22:51 +01:00
line_number_parser.coffee change fetchLineNumber to use the actual document location, controller url does not seem to be updated 2013-03-14 17:35:12 +01:00
location.coffee Keep the hash in the location so we can scroll to line in logs 2013-02-23 00:21:01 +01:00
model.coffee Add records to record arrays in a runloop 2013-09-04 21:20:10 +02:00
ordered_log.coffee Fix cutting too long logs 2013-03-19 16:07:21 +01:00