Sven Fuchs
48b88922b1
use Accounts.filter()
2012-09-18 22:55:52 +02:00
Sven Fuchs
effd6360a7
fix sign in payload, user loading etc
2012-09-18 21:03:52 +02:00
Sven Fuchs
f4eda4e41a
fix worker name truncation
2012-09-17 11:41:55 +02:00
Sven Fuchs
1fcb01b545
try adding Travis.Model.find() since Ember.Model does not delegate findAll()
2012-09-16 17:26:39 +02:00
Sven Fuchs
63adffa8a4
use https here
2012-09-16 15:40:36 +02:00
Sven Fuchs
c1498a0c82
add sync to the profile (callback still does not work)
2012-09-16 14:40:16 +02:00
Sven Fuchs
2d5460ac32
rename owner to account, fix profile
2012-09-16 00:47:34 +02:00
Sven Fuchs
0acf000c45
fix Repository.bySlug
2012-09-15 12:38:27 +02:00
Sven Fuchs
0d298bdc55
fix underscored attributes
2012-09-15 11:41:27 +02:00
Sven Fuchs
b4754c643d
fix missing Branch#updateTimes
2012-09-15 11:41:27 +02:00
Sven Fuchs
2ead1ff49e
no need to filter here
2012-09-15 11:41:27 +02:00
Sven Fuchs
c7fb4606d2
try fixing empty queues on load
2012-09-15 11:41:27 +02:00
Sven Fuchs
b20bfe51ef
unbreak my-repos
2012-09-15 11:41:03 +02:00
Sven Fuchs
f50bcf5243
do not go to the api for Repository.bySlug if the repository is already loaded
2012-09-15 11:41:03 +02:00
Sven Fuchs
3f6955ec87
resurrect current repo selector
2012-09-15 11:41:03 +02:00
Sven Fuchs
3c7f186b81
sort by lastBuildFinishedAt if available, otherwise lastBuildId
2012-09-14 13:45:06 +02:00
Sven Fuchs
d401f76ae4
work on profile view
2012-09-10 00:52:42 +02:00
Sven Fuchs
ce8daa6d73
extract tab templates, split up repo views
2012-09-09 12:28:36 +02:00
Sven Fuchs
1088b48b64
try sorting repos with no lastBuildFinishedAt attribute in reverse order
2012-09-08 15:01:25 +02:00
Piotr Sarnacki
8b25160a62
Fix specs and a bug that they've catched
...
Specs needed to be updated to handle new way of receiving methods.
What's more they revealed a subtle bug that was present after changing
merge function to fetch record if it's not present.
After calling merge, store calls method to update associations. This
may be not possible if clientId for new record is not correctly set.
2012-08-12 02:26:45 +02:00
Piotr Sarnacki
03ee9e3a47
Fix Show More button
2012-08-09 22:34:44 +02:00
Piotr Sarnacki
071821c1d7
Update build durations every 5s
...
Pusher updates usually don't update duration, so it needs to be
calculated from startedAt property and current time or finishedAt
property.
2012-08-09 14:07:07 +02:00
Piotr Sarnacki
1512f8d108
Fix automatic log append
2012-08-08 03:47:38 +02:00
Piotr Sarnacki
39466a233f
Differentiate sortOrder for repos without lastBuildFinishedAt
...
All of the repos without lastBuildFinishedAt had the same value for
sortOrder, which could result in 'jumps' on the list when loading new
data from the API.
2012-08-01 23:29:38 +02:00
Piotr Sarnacki
65d844f480
Fix pusher events and pusher related specs
2012-07-30 22:25:33 +02:00
Piotr Sarnacki
b099a8e2bb
Specs fixing, allow to run 2 build related specs for now
2012-07-30 03:41:17 +02:00
Piotr Sarnacki
21b076d15f
Use jobs reltionship on build instead of filtering.
...
We don't need to allow auto updates for now. Such approach may need to
be changed if pusher can deliver new jobs, but this should work for now.
2012-07-28 20:31:05 +02:00
Sven Fuchs
f1a60fe39e
refactor Routes, does not need to be an Ember.Object
2012-07-22 16:45:12 +02:00
Sven Fuchs
24cddfef53
try to work around sortAscending being fucked
2012-07-22 16:17:21 +02:00
Sven Fuchs
2015481329
use pushState
2012-07-22 15:10:34 +02:00
Sven Fuchs
0e52977417
replace getPath/setPath with get/set now that ember supports it
2012-07-22 13:19:05 +02:00
Sven Fuchs
0e10ad2e01
add pusher, fix some events
2012-07-22 12:57:23 +02:00
Sven Fuchs
c95c3f7241
toggle log folds
2012-07-20 15:02:33 +02:00
Sven Fuchs
32be28d266
add a sinatra app + stuff
2012-07-20 14:31:29 +02:00
Sven Fuchs
7eeb44a9f5
fix things to update when stuff is loaded after the fact, ie. through websockets
2012-07-09 03:52:43 +02:00
Sven Fuchs
ba0e3827de
moar specs. test setup still fucked
2012-07-08 20:48:09 +02:00
Sven Fuchs
fb618f05a7
stuff
2012-07-08 15:25:24 +02:00
Sven Fuchs
54b140d91b
stuff
2012-07-07 19:08:04 +02:00
Sven Fuchs
1150a5f703
fix tabs tools
2012-07-07 16:34:07 +02:00
Sven Fuchs
82117d5730
improve specs
2012-07-07 15:37:34 +02:00
Sven Fuchs
ee1ecf32f7
move stuff from the home layout to controllers
2012-07-06 23:43:28 +02:00
Sven Fuchs
267ad6c752
try using SortableMixin, but it's buggy
2012-07-06 13:34:44 +02:00
Sven Fuchs
1db0d27458
port styles
2012-07-01 23:39:47 +02:00
Sven Fuchs
5c44b9112f
add header
2012-07-01 02:25:26 +02:00
Sven Fuchs
888c2719b8
refactor layouts and add profile/service_hooks
2012-07-01 01:08:35 +02:00
Sven Fuchs
9a60e18a8a
add sponsors
2012-06-30 21:13:33 +02:00
Sven Fuchs
0e361e9a25
refactor and add sidebar
2012-06-30 15:38:38 +02:00
Sven Fuchs
ee0a489832
rename stuff
2012-06-30 02:38:19 +02:00
Sven Fuchs
50ff39d5c0
go back to sc-router
2012-06-29 14:42:39 +02:00
Sven Fuchs
f02eb6afbc
add some more specs
2012-06-27 16:28:19 +02:00