Commit Graph

1038 Commits

Author SHA1 Message Date
Konstantin Haase
a3db22fa69 force no-cache 2012-10-24 00:24:26 +02:00
Konstantin Haase
778acbf275 improve caching logic 2012-10-23 22:00:06 +02:00
Konstantin Haase
ca47b31904 don't cache non-final services 2012-10-23 21:49:34 +02:00
Konstantin Haase
0283735471 add missing file 2012-10-23 00:27:06 +02:00
Konstantin Haase
461f8c8106 add console 2012-10-23 00:24:23 +02:00
Konstantin Haase
73eea4d51b always call setup 2012-10-22 23:53:41 +02:00
Sven Fuchs
c2e06293a0 fix target_ok? regexp 2012-10-21 18:21:15 +02:00
Sven Fuchs
c9e415b00f Merge branch 'master' of github.com:travis-ci/travis-api 2012-10-21 18:00:18 +02:00
Piotr Sarnacki
ebdb6a371a Bump travis-core 2012-10-21 17:56:51 +02:00
Piotr Sarnacki
428b36b5da Use puma as a webserver 2012-10-21 17:51:56 +02:00
Sven Fuchs
c0445d11a3 bump travis-support 2012-10-21 16:40:22 +02:00
Sven Fuchs
28b3099bd0 add specs for build status image urls that filter by multiple branches 2012-10-21 16:21:13 +02:00
Sven Fuchs
876564ca12 Merge branch 'master' of github.com:travis-ci/travis-api
Conflicts:
	Gemfile.lock
2012-10-19 16:03:47 +02:00
Sven Fuchs
5321943dfd rename accounts service 2012-10-19 15:58:21 +02:00
Konstantin Haase
720cbef577 allow underscore and dash in subdomains 2012-10-18 23:49:15 +02:00
Sven Fuchs
3af9670190 add a broadcasts endpoint 2012-10-18 04:09:59 +02:00
Konstantin Haase
6252deadee improve caching headers 2012-10-17 18:51:11 +02:00
Piotr Sarnacki
0ca84da651 Bump travis-core 2012-10-17 00:27:17 +02:00
Sven Fuchs
558847f655 add missing file 2012-10-16 02:14:55 +02:00
Sven Fuchs
6b02ffabac restore gemfile 2012-10-14 15:47:50 +02:00
Sven Fuchs
802dd17101 empty the gemfile 2012-10-14 15:46:25 +02:00
Sven Fuchs
2ef5a99ed7 re-upgrade thin 2012-10-14 15:40:26 +02:00
Sven Fuchs
b971cddffa downgrade thin 2012-10-14 15:38:02 +02:00
Sven Fuchs
11e43e426f upgrade eventmachine again 2012-10-14 15:33:38 +02:00
Sven Fuchs
1fd26df4a2 tmp downgrade eventmachine 2012-10-14 15:29:42 +02:00
Sven Fuchs
602bd4d30d rebundle 2012-10-14 15:11:47 +02:00
Sven Fuchs
270c2fb82d re-add flash messages 2012-10-14 15:11:05 +02:00
Sven Fuchs
dd2c469443 need to require active_record for the exception class 2012-10-13 18:28:28 +02:00
Sven Fuchs
a74a7121d1 rename to signed_in? 2012-10-13 18:27:44 +02:00
Sven Fuchs
2705e23bb6 Merge branch 'master' of github.com:travis-ci/travis-api 2012-10-13 03:37:04 +02:00
Sven Fuchs
6e343099b4 set the scope for /post_message to :public (@rkh: confim?) 2012-10-13 03:31:08 +02:00
Sven Fuchs
8118b37e29 Merge pull request #10 from brixen/patch-2
Update .travis.yml
2012-10-11 17:07:25 -07:00
Sven Fuchs
272c1275f4 add activerecord query cache 2012-10-12 01:51:59 +02:00
Sven Fuchs
a6a1781bd9 Merge branch 'master' of github.com:travis-ci/travis-api 2012-10-12 01:36:29 +02:00
Sven Fuchs
209dbe2a85 rename services, remove service helpers 2012-10-12 01:28:35 +02:00
Sven Fuchs
56d1e0cec7 re-add rbx 2012-10-12 01:23:41 +02:00
Brian Ford
ebe155879e Update .travis.yml
I re-enabled Rubinius and set `allow_failures` per the docs here http://about.travis-ci.org/docs/user/build-configuration/. Hopefully I did that correctly.

It seems that allowing failures would be better than adding and removing Rubinius. That way, when it fails, it's easy to point us to a failure.
2012-10-11 15:51:47 -07:00
Sven Fuchs
66531dc803 Merge pull request #9 from brixen/patch-1
Update spec/support/matchers.rb
2012-10-11 15:34:13 -07:00
Brian Ford
51a07c892b Update spec/support/matchers.rb
Rubinius does not yet destructure block (or method) arguments in 1.9 mode. This change makes the specs pass on Rubinius. It's not clear to me why destructering is being used here. Ruby will already destructure a single Array-ish argument into separate block argument locals. In this case, unless you want, give `a, b` passed, `name, content = a` and NOT `name, content = a, b`, the unparenthesized (ie non-extra-level-destructuring) should work fine. If that makes any sense. :)
2012-10-11 14:58:45 -07:00
Sven Fuchs
1583e089da does not work and i can't get rbx working locally, deactivating it again 2012-10-11 22:25:05 +02:00
Sven Fuchs
7b28ce05cb try fixing rbx 2012-10-11 21:06:28 +02:00
Sven Fuchs
02f5eea4fc try using rack/cache with memcached 2012-10-11 15:04:24 +02:00
Sven Fuchs
6231e1183c remove rbx for now 2012-10-11 14:17:08 +02:00
Sven Fuchs
1b9bc9b039 fix specs for cors 2012-10-11 14:07:51 +02:00
Sven Fuchs
d0cefb3830 Merge branch 'master' of github.com:travis-ci/travis-api 2012-10-11 13:38:16 +02:00
Sven Fuchs
f4d467c998 whitelist Cache-Control, Expires, Last-Modified for cors 2012-10-11 13:36:30 +02:00
Piotr Sarnacki
b53286fe52 Fix syncing and add integration test for it 2012-10-11 13:27:44 +02:00
Sven Fuchs
e6b44ff1eb add http headers for services that respond to caching info 2012-10-11 05:04:27 +02:00
Piotr Sarnacki
02c503ae19 Make sure that PUT /users/:id returns user hash 2012-10-11 01:30:57 +02:00
Piotr Sarnacki
9eeca8b44a Bump travis-core 2012-10-11 01:04:24 +02:00