Piotr Sarnacki
a565522f41
Redirect to full amazon url
...
Amazon can't work properly with SSL and CNAME for subdomains. For now we
can use full amazon url.
2013-01-28 03:43:28 +01:00
Piotr Sarnacki
31371686c9
Redirect to archive logs
2013-01-28 03:04:36 +01:00
Sven Fuchs
7b4712c32c
fix after rebase
2013-01-26 20:54:58 +01:00
Sven Fuchs
d441336573
expose logs on /job/:id/log.txt
2013-01-26 20:43:54 +01:00
Piotr Sarnacki
f2d768080f
Return last builds on each branch for /builds?branches=true
...
This is a hack to fix travis-ci/travis-web#123 easier. A proper solution
would be to refactor how /branches work.
2013-01-26 01:12:47 +01:00
Piotr Sarnacki
c6e3c29a57
Load the data for integration tests upfront
...
We can do it, because we use :transaction strategy with DatabaseCleaner,
which starts transaction before each test and rollbacks after it. That
way data before each test is consistent.
The big advantage of such approach is that tests are fast now - we need
to only load Scenario data once.
One of the drawbacks, on the other hand, is that we need to always load
this data, even if no integration tests need running.
We can try to be smart about it and check if any integration tests are
loaded.
2013-01-26 00:00:42 +01:00
Piotr Sarnacki
36c40da55d
Fix workers tests
2013-01-24 14:37:05 +01:00
Sven Fuchs
d113833e9a
fix xml responder and result image specs
2012-12-09 16:02:00 +01:00
Sven Fuchs
751e88411b
adapt most specs for new states api, some stuff still failing
2012-12-09 15:16:50 +01:00
Piotr Sarnacki
440dacece3
Add endpoints for key regeneration
...
Enpoints are:
POST /repos/:id/key
and
POST /repos/:owner/:name/key
Both versions will replace current ssl key for given repo with the new
one.
2012-12-03 02:54:01 +01:00
Piotr Sarnacki
65637c5731
Add endpoint for getting repo public key
2012-11-26 02:26:34 +01:00
Sven Fuchs
353b5fa502
use registered services
2012-11-23 21:16:10 +01:00
Sven Fuchs
5d257b69be
fix service hook spec
2012-11-11 02:47:35 +01:00
Sven Fuchs
ab841a0a23
fix tests for cc.xml
2012-11-08 14:47:50 +01:00
Konstantin Haase
f7fdfaa96a
enable test
2012-11-08 14:37:32 +01:00
Piotr Sarnacki
1097eaec7e
Update travis-core, which fixes PUT /hooks/:id
2012-11-08 03:13:48 +01:00
Sven Fuchs
7695788aae
rename EVENTS back after reverting stuff in core
2012-11-05 16:17:47 +01:00
Sven Fuchs
889f042cd7
bump travis-core
2012-11-05 02:45:22 +01: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
1b9bc9b039
fix specs for cors
2012-10-11 14:07:51 +02:00
Piotr Sarnacki
b53286fe52
Fix syncing and add integration test for it
2012-10-11 13:27:44 +02:00
Piotr Sarnacki
02c503ae19
Make sure that PUT /users/:id returns user hash
2012-10-11 01:30:57 +02:00
Piotr Sarnacki
4f33a93769
Fix PUT /users/:id and add integration test for it
2012-10-11 01:00:53 +02:00
Sven Fuchs
8abd6fa150
manual redirects and rewrite rules for supporting v1 style resources
2012-10-10 01:48:22 +02:00
Sven Fuchs
f8bd49e88b
on 404 redirect for /owner/name paths on v1
2012-10-10 01:47:12 +02:00
Sven Fuchs
903f249cfb
moar refactoring on responders, fix specs
2012-10-09 18:28:46 +02:00
Sven Fuchs
4328ba8649
adapt services changes from travis-core
2012-10-05 13:06:50 +02:00
Sven Fuchs
c9c9dc61d8
add notes about travis-ci routes
2012-10-03 15:05:17 +02:00
Sven Fuchs
44c9b35421
backup routing specs from travis-ci
2012-10-03 14:57:58 +02:00
Sven Fuchs
6bda358786
cleanup and some notes
2012-10-03 13:14:01 +02:00
Sven Fuchs
f6957636fb
refactor to responders, add the cc.xml stuff
2012-10-03 02:19:16 +02:00
Sven Fuchs
5a6f34005c
comment out result images for now since i cant get this to work
2012-10-02 21:12:41 +02:00
Sven Fuchs
7eceeb2842
moar work on acceptance tests
2012-10-02 19:10:29 +02:00
Sven Fuchs
289f7c1486
start porting api integration tests
2012-10-02 16:39:38 +02:00