Commit Graph

654 Commits

Author SHA1 Message Date
Piotr Sarnacki
97958a4ce4 Try nginx 2013-09-02 09:52:26 +02:00
Piotr Sarnacki
6412a07ad1 Disable new relic 2013-09-02 09:51:45 +02:00
Mathias Meyer
7f63a5a81c Bump travis-core.
Fixes avatar_url for the User.
2013-08-27 14:32:51 +02:00
Mathias Meyer
dfcaf9cdf6 Merge branch 'mm-update-core' 2013-08-27 13:57:57 +02:00
Mathias Meyer
26457a59e1 Merge pull request #72 from travis-ci/mm-uptime-endpoint
Add an uptime endpoint for Pingdom
2013-08-27 04:56:13 -07:00
Mathias Meyer
fab5d3588c Bump travis-core.
Includes updated payload for repositories.
2013-08-27 13:35:30 +02:00
Mathias Meyer
9d26844eaa Add tests for /uptime. 2013-08-26 17:29:10 +02:00
Mathias Meyer
618241a458 Add an uptime endpoint for Pingdom.
Sends a simple database query to see if we can still connect
to the database. Should help us detect issues like yesterday's
EC2 issues earlier.
2013-08-26 15:30:07 +02:00
Konstantin Haase
c7c33ed2aa also treat empty content type as no content type 2013-08-23 17:39:47 +02:00
Konstantin Haase
60d37634b2 handle missing content-type 2013-08-23 17:10:51 +02:00
Konstantin Haase
e1bcd8d2b1 use timer 2013-08-23 16:59:25 +02:00
Konstantin Haase
a95f848652 Merge branch 'rkh-metriks-for-content-type' 2013-08-23 16:56:33 +02:00
Konstantin Haase
d7d6ffc4da meter content-type 2013-08-23 16:53:49 +02:00
Mathias Meyer
d141256671 Revert my puny changes for now.
Will be fixed in travis-web.
2013-08-22 15:21:09 +02:00
Mathias Meyer
8bde2ddb10 blank 2013-08-22 15:05:45 +02:00
Mathias Meyer
7fb90f3975 end end 2013-08-22 15:02:39 +02:00
Mathias Meyer
c711002577 Only return empty builds hash when there are no ids present. 2013-08-22 14:59:19 +02:00
Mathias Meyer
3a90f08d3b Disable the /builds endpoint for now. 2013-08-22 14:49:24 +02:00
Piotr Sarnacki
37ca20b61c Measure cancel request on the beginning of the request 2013-08-21 11:57:00 +02:00
Piotr Sarnacki
526129b5be Add more metriks (cancel build/job and restart build/job) 2013-08-21 11:38:29 +02:00
Piotr Sarnacki
933d5ef81a Bump travis-support 2013-08-21 02:06:14 +02:00
Piotr Sarnacki
e502ca9190 Bump travis-support and travis-core 2013-08-21 01:14:40 +02:00
Piotr Sarnacki
4387867d46 Update encryption task
Don't encrypt Request#token and do encrytion in smaller batches. I also
added sleep(10).
2013-08-15 13:46:05 +02:00
Piotr Sarnacki
326f6efa30 Bump trvais-core (Disable Request#token encryption) 2013-08-15 13:29:00 +02:00
Piotr Sarnacki
f6f8cd9bff Merge branch 'ps-cancel' 2013-08-14 11:04:14 +02:00
Piotr Sarnacki
6910d6f243 Bump travis-core (use master branch) 2013-08-14 11:01:30 +02:00
Piotr Sarnacki
f19de9d134 Implement jobs/:id/cancel and builds/:id/cancel endpoints 2013-08-08 14:25:20 +02:00
Henrik Hodne
a87b4238b4 Remove call to Travis::Features.start
This was deprecated in
travis-ci/travis-core@53ab3c39d8.
2013-08-05 15:13:28 -07:00
Piotr Sarnacki
e093fde18c Return error with application/json content type by default 2013-08-05 12:10:02 +02:00
Konstantin Haase
1c149bcdb4 use client_domain in config 2013-08-03 14:36:42 +02:00
Piotr Sarnacki
383d233d9e Add missing spec for UserManager (when drop_token is true) 2013-08-02 13:18:54 +02:00
Piotr Sarnacki
207a6e3e04 Explicitly use self when using info in Authorization 2013-07-27 01:42:14 +02:00
Konstantin Haase
2c9d4f0490 moar libs 2013-07-24 00:29:02 +02:00
Konstantin Haase
d924c15901 add travis-api-wrapper 2013-07-24 00:14:25 +02:00
Konstantin Haase
5f002cad0e add php library 2013-07-24 00:06:54 +02:00
Konstantin Haase
021ddceafa add travis gem 2013-07-23 23:43:42 +02:00
Konstantin Haase
c90b7d86ab Merge branch 'master' of https://github.com/pwmckenna/travis-api
Conflicts:
	docs/00_overview.md
2013-07-23 23:43:28 +02:00
Henrik Hodne
c3b215a3d3 Remove link to v1 API documentation 2013-07-23 09:58:35 -07:00
Piotr Sarnacki
c4ebb3d922 Merge branch 'rename-fixes'
Conflicts:
	Gemfile.lock
	lib/travis/api/app/endpoint.rb
2013-07-23 17:08:17 +02:00
Piotr Sarnacki
1387ef34a1 Bump travis-core (renaming user fixes from master) 2013-07-23 17:02:24 +02:00
Patrick Williams
f6dd1f6f2e Update 00_overview.md 2013-07-22 17:40:45 -07:00
Konstantin Haase
b731127ea8 add RackTimer 2013-07-19 15:56:31 +02:00
Piotr Sarnacki
375651e458 Bump travis-core 2013-07-18 16:36:50 +02:00
Piotr Sarnacki
c194f25a24 Set json content type only when content type is not set 2013-07-16 19:56:53 +02:00
Piotr Sarnacki
8e1a855812 Don't set content type to JSON by default 2013-07-16 19:30:16 +02:00
Josh Kalderimis
b529f61675 bundle update for a core build matrix fix 2013-07-14 13:54:30 +02:00
Josh Kalderimis
5a6e4b4a98 Merge branch 'master' of https://github.com/travis-ci/travis-api
update travis-core, and lock down bunny for now

Conflicts:
	Gemfile.lock
2013-07-13 16:21:34 +02:00
Henrik Hodne
4df02514dd Update core to get latest dalli changes 2013-07-12 15:19:13 -07:00
Josh Kalderimis
ea89ec125b Merge branch 'master' of https://github.com/travis-ci/travis-api 2013-07-12 18:32:44 +02:00
Konstantin Haase
04ea79ceec fix time parsing 2013-07-11 18:31:29 +02:00