Renée Hendricksen
|
489c404bbb
|
updated gemspec
|
2016-06-14 15:17:47 +02:00 |
|
Renée Hendricksen
|
e467fa3e6d
|
renamed the core spec directory
|
2016-06-14 15:17:47 +02:00 |
|
Renée Hendricksen
|
4b6c177311
|
moved travis-core to vendor
|
2016-06-14 15:17:20 +02:00 |
|
Renée Hendricksen
|
7691d04de0
|
all the dep warnings
|
2016-06-14 15:16:51 +02:00 |
|
Renée Hendricksen
|
7c3c6bd1a9
|
passing specs
|
2016-06-14 15:16:15 +02:00 |
|
Renée Hendricksen
|
5a8c1e63c4
|
update the gemspec
|
2016-06-14 15:14:11 +02:00 |
|
Renée Hendricksen
|
d7d8e3bbe3
|
use the method directly
|
2016-05-30 17:26:44 +02:00 |
|
carlad
|
f8bee8f801
|
clean up rakefile, update gemspec
|
2016-03-23 13:13:22 +01:00 |
|
Sven Fuchs
|
10cd2d092d
|
relax dependency for pg, remove thin
|
2015-05-21 18:23:33 +02:00 |
|
Konstantin Haase
|
67527afcb8
|
regenerate gemspec
|
2015-04-22 15:08:31 +02:00 |
|
Konstantin Haase
|
b75eb92a09
|
regenerate gemspec
|
2015-03-12 16:00:28 +01:00 |
|
Konstantin Haase
|
c968bbaab1
|
v3: use branches table for default_branch, eager load on /repos endpoint to avoid N+1 queries
|
2015-02-23 22:54:28 +01:00 |
|
Konstantin Haase
|
df64ee29c8
|
Merge branch 'master' into rkh-v3
Conflicts:
Gemfile
Gemfile.lock
lib/travis/api/app.rb
|
2015-01-21 16:52:21 +01:00 |
|
Konstantin Haase
|
c4806450aa
|
get v3 to a working and tested state
|
2015-01-21 16:38:25 +01:00 |
|
Konstantin Haase
|
016afceeff
|
only run Skylight for 20% of the dynos (rounding up if there are less than five)
|
2015-01-19 14:00:00 +01:00 |
|
Konstantin Haase
|
afbf30f1c0
|
work on router
|
2015-01-19 13:29:26 +01:00 |
|
Konstantin Haase
|
219f65f00a
|
bump up mustermann dependency
|
2014-12-01 12:44:49 +01:00 |
|
Konstantin Haase
|
162c615919
|
Merge branch 'master' into rkh-mustermann
Conflicts:
Gemfile.lock
|
2014-12-01 12:43:11 +01:00 |
|
Dan Buch
|
57a82b7c1d
|
Bumping ref for travis-yaml
plus other stuff that's along for the ride
|
2014-11-11 12:37:52 -05:00 |
|
Dan Buch
|
018f3c6872
|
Moving the useragent dependency to gemspec
so that it gets installed when using travis-api as a gem.
|
2014-11-03 13:42:00 -05:00 |
|
Konstantin Haase
|
14623ed088
|
Revert "Revert "track and enforce user-agent""
This reverts commit 2227d0042f .
|
2014-10-28 11:10:25 +01:00 |
|
Hiro Asari
|
2227d0042f
|
Revert "track and enforce user-agent"
|
2014-10-27 18:51:32 -04:00 |
|
Konstantin Haase
|
07fff5a7be
|
track and enforce user-agent
|
2014-10-27 19:21:23 +01:00 |
|
Konstantin Haase
|
f19bfa1ada
|
set up mustermann
|
2014-08-19 10:05:45 +02:00 |
|
Henrik Hodne
|
192af7b1b7
|
Remove Skylight
|
2014-07-29 11:21:34 +02:00 |
|
Hiro Asari
|
8c48782e83
|
Update dependencies and gemspec
|
2014-07-03 11:55:30 +02:00 |
|
Hiro Asari
|
08443b1a38
|
Update gemspec once again
|
2014-06-17 10:43:52 -04:00 |
|
Hiro Asari
|
16aad923d0
|
Update gemspec
|
2014-06-17 10:15:54 -04:00 |
|
Hiro Asari
|
9265ac62c9
|
Merge branch 'master' into ha-feature-remove_log_endpoint
Conflicts:
Gemfile.lock
travis-api.gemspec
|
2014-06-17 09:05:05 -04:00 |
|
Konstantin Haase
|
27f091d3f3
|
regenerate gemspec
|
2014-06-17 11:42:35 +02:00 |
|
Hiro Asari
|
dfffe8e405
|
Remove PATCH logs/:job_id endpoint
To eradicate unnecessary inconsistency.
Spec to test the existing `GET logs/:id` remains.
|
2014-06-12 07:20:47 -04:00 |
|
Hiro Asari
|
1cf298464a
|
Add RemoveLog service endpoint to jobs/:id/log
This replaces https://github.com/travis-ci/travis-api/pull/107.
|
2014-06-11 13:39:21 -04:00 |
|
Hiro Asari
|
5c079f8e66
|
Add specs for RemoveLog service
Status code is debatable; I opted for 422 when the job is still
running, and for 500 if unexpected error happened
|
2014-06-11 09:30:50 -04:00 |
|
Hiro Asari
|
cad6c4e68e
|
Update gemspec
|
2014-06-10 14:59:22 -04:00 |
|
Henrik Hodne
|
da92cfd640
|
Remove New Relic
|
2014-04-09 05:25:00 -05:00 |
|
Josh Kalderimis
|
0f539e0da4
|
update the gemspec for profit!
|
2013-11-12 13:16:13 +01:00 |
|
Hiro Asari
|
3fa96de682
|
WIP: Atom feed for /repos/:owner_name/:name/builds
See travis-ci/travis-core#82
TODO: Link to indivisual build.
TODO: Add specs.
TODO: Review `#apply?`
|
2013-11-11 09:03:23 -05:00 |
|
Konstantin Haase
|
018c3b3228
|
update gemspec
|
2013-11-04 10:08:58 +01:00 |
|
Piotr Sarnacki
|
f97dfa984f
|
Add memcachier to gemspec
|
2013-09-11 11:27:26 +02:00 |
|
Piotr Sarnacki
|
0c3e12dfa3
|
Revert "Disable new relic"
This reverts commit 6412a07ad1 .
|
2013-09-02 11:54:00 +02:00 |
|
Piotr Sarnacki
|
6412a07ad1
|
Disable new relic
|
2013-09-02 09:51:45 +02:00 |
|
Henrik Hodne
|
2909fe28a1
|
Update the gemspec
|
2013-07-10 22:18:13 -07:00 |
|
Henrik Hodne
|
3fdd8d2279
|
Remove hubble dependency
|
2013-05-23 15:55:58 +02:00 |
|
Henrik Hodne
|
791e5f3d0e
|
Update gemspec
|
2013-05-23 15:46:54 +02:00 |
|
Josh Kalderimis
|
22bce30b59
|
bump newrelic
|
2013-05-02 20:24:04 +02:00 |
|
Konstantin Haase
|
0d2188b5b2
|
fix specs
|
2013-04-24 16:59:26 +02:00 |
|
Piotr Sarnacki
|
a830d17554
|
Fix newrelic
I updated newrelic to beta version, which fixed problems with starting
the dispatcher in some of the environments.
|
2013-04-17 23:44:51 +02:00 |
|
Piotr Sarnacki
|
a1de5fb6c5
|
Update new relic
|
2013-04-16 20:03:37 +02:00 |
|
Piotr Sarnacki
|
2a19cd5bfa
|
Revert "disable new relic"
This reverts commit 48cf45c5f6 .
|
2013-04-16 20:01:14 +02:00 |
|
Konstantin Haase
|
268b02db50
|
regenerate gemspec
|
2013-03-20 19:53:29 +01:00 |
|