Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ee701e6892 | ||
![]() |
021b2249e8 | ||
![]() |
169b82956c | ||
![]() |
c08dcc6390 | ||
![]() |
73c2691959 | ||
![]() |
eacb4a6372 |
2
Gemfile
2
Gemfile
|
@ -5,7 +5,7 @@ ruby '2.1.7' if ENV.key?('DYNO')
|
|||
|
||||
gem 's3', github: 'travis-ci/s3'
|
||||
|
||||
gem 'travis-core', github: 'travis-ci/travis-core'
|
||||
gem 'travis-core', github: 'travis-ci/travis-core', branch: 'te-dev'
|
||||
gem 'travis-support', github: 'travis-ci/travis-support'
|
||||
gem 'travis-amqp', github: 'travis-ci/travis-amqp'
|
||||
gem 'travis-config', '~> 0.1.0'
|
||||
|
|
18
Gemfile.lock
18
Gemfile.lock
|
@ -48,7 +48,8 @@ GIT
|
|||
|
||||
GIT
|
||||
remote: git://github.com/travis-ci/travis-core.git
|
||||
revision: f7b3a76b3f39c28bb5cf7b9dc24acec13908a11a
|
||||
revision: 2d7714edb82507173514bb9aa762e732626aa732
|
||||
branch: te-dev
|
||||
specs:
|
||||
travis-core (0.0.1)
|
||||
actionmailer (~> 3.2.19)
|
||||
|
@ -56,7 +57,7 @@ GIT
|
|||
coder (~> 0.4.0)
|
||||
data_migrations (~> 0.0.1)
|
||||
gh
|
||||
hashr (~> 0.0.19)
|
||||
hashr
|
||||
metriks (~> 0.9.7)
|
||||
multi_json
|
||||
pusher (~> 0.14.0)
|
||||
|
@ -193,11 +194,11 @@ GEM
|
|||
net-http-pipeline
|
||||
hashr (0.0.22)
|
||||
hike (1.2.3)
|
||||
hitimes (1.2.3)
|
||||
hitimes (1.2.4)
|
||||
httparty (0.11.0)
|
||||
multi_json (~> 1.0)
|
||||
multi_xml (>= 0.5.2)
|
||||
httpclient (2.7.1)
|
||||
httpclient (2.8.0)
|
||||
i18n (0.7.0)
|
||||
ice_nine (0.11.2)
|
||||
jemalloc (1.0.1)
|
||||
|
@ -224,7 +225,7 @@ GEM
|
|||
mime-types (1.25.1)
|
||||
mocha (0.14.0)
|
||||
metaclass (~> 0.0.1)
|
||||
multi_json (1.11.2)
|
||||
multi_json (1.12.1)
|
||||
multi_xml (0.5.5)
|
||||
multipart-post (2.0.0)
|
||||
net-http-persistent (2.9.4)
|
||||
|
@ -267,7 +268,7 @@ GEM
|
|||
rdoc (3.12.2)
|
||||
json (~> 1.4)
|
||||
redcarpet (2.3.0)
|
||||
redis (3.2.2)
|
||||
redis (3.3.1)
|
||||
redis-namespace (1.5.1)
|
||||
redis (~> 3.0, >= 3.0.4)
|
||||
rerun (0.8.2)
|
||||
|
@ -331,7 +332,7 @@ GEM
|
|||
treetop (1.4.15)
|
||||
polyglot
|
||||
polyglot (>= 0.3.1)
|
||||
tzinfo (0.3.47)
|
||||
tzinfo (0.3.51)
|
||||
unicorn (4.8.3)
|
||||
kgio (~> 2.6)
|
||||
rack
|
||||
|
@ -388,3 +389,6 @@ DEPENDENCIES
|
|||
travis-yaml!
|
||||
unicorn
|
||||
yard-sinatra!
|
||||
|
||||
BUNDLED WITH
|
||||
1.12.4
|
||||
|
|
|
@ -129,7 +129,7 @@ module Travis::Api
|
|||
use Travis::Api::App::Middleware::UserAgentTracker
|
||||
|
||||
# make sure this is below ScopeCheck so we have the token
|
||||
use Rack::Attack if Endpoint.production?
|
||||
use Rack::Attack if Endpoint.production? and not Travis.config.enterprise
|
||||
|
||||
# if this is a v3 API request, ignore everything after
|
||||
use Travis::API::V3::OptIn
|
||||
|
|
Loading…
Reference in New Issue
Block a user