Commit Graph

2667 Commits

Author SHA1 Message Date
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
3d0b4274ae fix overflowing long repo names in the left list 2012-09-16 17:05:25 +02:00
Sven Fuchs
63adffa8a4 use https here 2012-09-16 15:40:36 +02:00
Sven Fuchs
9729f230ee add pusher key 2012-09-16 15:36:16 +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
29818f70b1 pass owner_name, not login 2012-09-16 13:44:17 +02:00
Sven Fuchs
6f0654a1a6 bump travis-core 2012-09-16 13:42:05 +02:00
Sven Fuchs
2d5460ac32 rename owner to account, fix profile 2012-09-16 00:47:34 +02:00
Sven Fuchs
deb4655e8a modified stats payloads 2012-09-15 15:12:18 +02:00
Sven Fuchs
8b078ca7b5 need to use api/ as a path prefix 2012-09-15 14:30:22 +02:00
Sven Fuchs
b2963ef862 do not wrap whitespace on the build summary 2012-09-15 12:57:06 +02:00
Sven Fuchs
0acf000c45 fix Repository.bySlug 2012-09-15 12:38:27 +02:00
Sven Fuchs
7732482b0e bump deps 2012-09-15 12:37:56 +02:00
Sven Fuchs
4fd0069219 use more-services branches 2012-09-15 12:14:33 +02:00
Sven Fuchs
43ccdfa7d6 whoops. 2012-09-15 11:41:27 +02:00
Sven Fuchs
bb59aa0b9d add a loading indicator to history and pull requests 2012-09-15 11:41: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
2ecf7c8a00 fix branch selector on repo tools 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
4489f146da unbreak github links 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
67d14b07d2 comment out warnings 2012-09-15 11:41:03 +02:00
Sven Fuchs
0139fc37d9 wrap pusher receive into Ember.run.next 2012-09-15 11:41:03 +02:00
Sven Fuchs
028c7645fc try debugging "undefined watched global" 2012-09-15 11:41:03 +02:00
Konstantin Haase
50de5c85d5 respond to any unknown requests with index.html 2012-09-14 21:47:00 +02:00
Sven Fuchs
16a6118920 do not raise on deprecations 2012-09-14 13:50:39 +02:00
Sven Fuchs
6a05689fd2 subscribe to pusher channels 2012-09-14 13:48:32 +02:00
Sven Fuchs
3c7f186b81 sort by lastBuildFinishedAt if available, otherwise lastBuildId 2012-09-14 13:45:06 +02:00
Sven Fuchs
aebd795a77 use RUN_API 2012-09-14 13:36:42 +02:00
Sven Fuchs
37521c1d90 upgrade ember to f1ec52aaa0713c7edeca237d38f172e0671a4c0e 2012-09-14 13:32:12 +02:00
Konstantin Haase
23ffffff36 make config.ru more flexible 2012-09-11 18:17:07 +02:00
Konstantin Haase
0596390d10 refactor development server 2012-09-11 15:30:32 +02:00
Konstantin Haase
590361ae66 update travis-api 2012-09-11 14:35:17 +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
f0103a64aa add a gemspec 2012-09-08 17:01:15 +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
b3e6303bfc Bump travis-core 2012-08-20 14:37:25 +02:00
Sven Fuchs
a7b72a2bd4 returned data needs to be normalized per stats type 2012-08-19 14:10:31 +02:00
Sven Fuchs
e61a2a34be bump travis-core 2012-08-19 14:00:13 +02:00
Sven Fuchs
9dbda0f3e6 fix stats 2012-08-19 13:54:07 +02:00
Sven Fuchs
a470b596bd Merge branch 'stats'
Conflicts:
	Gemfile.lock
	public/javascripts/application.js
	public/stylesheets/application.css
2012-08-19 13:25:08 +02:00
Sven Fuchs
b6a7bfa484 stats 2012-08-19 13:22:36 +02:00
Konstantin Haase
5c8d398317 use rel rather than name 2012-08-13 14:06:37 +02:00
Piotr Sarnacki
2ccde69385 Enable console reporter to make run_jasmine work
Specs in phantomjs still fail, but at least if shows what's going on end
terminates script correctly.
2012-08-12 15:55:58 +02:00
Piotr Sarnacki
6aace0d4aa Remove getPath/setPath from NOTES, it's already fixed 2012-08-12 13:42:43 +02:00