Brandon Ferguson
ee701e6892
Merge pull request #306 from travis-ci/update-travis-core-for-backport
...
Bump travis-core to get amqps fixes
2016-08-01 16:36:54 +02:00
bnferguson
021b2249e8
Bump travis-core to get amqps fixes
2016-08-01 16:22:06 +02:00
Brandon Ferguson
169b82956c
Merge pull request #296 from travis-ci/te-dev-for-dependencies
...
Use te-dev branch for travis-core in te-dev branch
2016-07-11 15:25:32 +02:00
bnferguson
c08dcc6390
Use te-dev branch for travis-core in Gemfile
2016-07-11 15:13:26 +02:00
Brandon Ferguson
73c2691959
Merge pull request #288 from travis-ci/backport-287
...
[Backport] Don't run Rack::Attack for Enterprise.
2016-07-05 09:48:21 +02:00
Konstantin Haase
eacb4a6372
Don't run Rack::Attack for Enterprise.
...
On enterprise, the reverse proxy is not correctly set up, and therefore the client IP address not passed through properly. For that reason, all requests look like they originate from the same client, and if one gets blocked, everyone gets blocked.
2016-07-05 09:46:39 +02:00
Sven Fuchs
75937e45ee
Remove load_endpoints, too
2016-03-24 17:03:55 +01:00
Sven Fuchs
30b8f2d772
unsmart requiring helpers
2016-03-24 12:53:57 +01:00
Piotr Sarnacki
4db60de568
Merge pull request #239 from travis-ci/sf-unsmart-extensions
...
Unsmart loading app extensions
2016-03-23 14:48:21 +01:00
Sven Fuchs
2db04f068c
unsmart loading app extensions
2016-03-23 14:42:39 +01:00
carlad
40c4c0d7ef
Merge pull request #237 from travis-ci/cd-revert
...
This reverts master to commit 354fa83e
so that /lint endpoint chances can be deployed
2016-03-22 14:10:33 +01:00
carlad
8085710646
move travis-migrations into main group
2016-03-22 13:58:58 +01:00
Konstantin Haase
5af88d005c
Revert "add buildpack url"
...
This reverts commit 197120a9eb
.
2016-03-22 13:58:58 +01:00
carlad
1dd8b6aec5
add buildpack url
2016-03-22 13:58:58 +01:00
Sven Fuchs
1af7cd5f45
use travis-amqp
2016-03-22 13:58:58 +01:00
Sven Fuchs
1e69683c3c
bump sentry-raven
2016-03-22 13:58:58 +01:00
Sven Fuchs
ba0e43c75a
require raven/integrations/rack
2016-03-22 13:58:58 +01:00
Sven Fuchs
82b8512f41
do not require all of rack/contrib, it now assumes a git repository
2016-03-22 13:58:58 +01:00
carlad
569a1d3967
Merge pull request #227 from travis-ci/sf-ar-te
...
Changes for the travis-enterprise release
2016-03-22 12:43:49 +01:00
Tyranja
92ec0e352a
Auto-merged master into sf-ar-te on deployment.
2016-03-22 12:37:52 +01:00
carlad
9235f1057d
Merge branch 'master' of github.com:travis-ci/travis-api
2016-03-22 12:36:02 +01:00
carlad
71813bf92a
move travis-migrations into main group
2016-03-22 12:35:28 +01:00
carlad
b552544d19
revert
2016-03-22 12:27:34 +01:00
Konstantin Haase
48880ad184
Revert "add buildpack url"
...
This reverts commit 197120a9eb
.
2016-03-22 12:27:10 +01:00
carlad
197120a9eb
add buildpack url
2016-03-22 12:09:33 +01:00
Tyranja
11ef8d1a61
Auto-merged master into sf-ar-te on deployment.
2016-03-22 12:02:30 +01:00
carlad
354fa83e42
Merge pull request #224 from travis-ci/cd-v3
...
Adding `/lint` endpoint
2016-03-21 17:04:36 +01:00
Tyranja
2de73fd974
Merge branch 'master' of github.com:travis-ci/travis-api
2016-03-21 15:48:33 +01:00
carlad
6b145e6f06
update lint service, update spec
2016-03-21 15:39:14 +01:00
carlad
f940bffe3f
more work on lint endpoint
2016-03-18 16:43:18 +01:00
carlad
69852d18b3
Merge branch 'master' into cd-v3
2016-03-18 13:49:22 +01:00
Piotr Sarnacki
8a050a468c
Use shared logs model to establish connection
...
That way we will use only one connection to the logs database
2016-03-17 13:07:25 +01:00
Piotr Sarnacki
5294f1dab2
Bump travis-core
2016-03-17 13:00:29 +01:00
Piotr Sarnacki
f0dcf270bc
Always convert pool size to integer
2016-03-17 11:59:34 +01:00
Piotr Sarnacki
6aaa25a099
Overwrite database pool size for logs database
...
Logs database config is set in travis keychain and is set to a
concurrency much higher than what we set in heroku config. I don't want
to change it globally, because it may need to be different for other
apps, so I'm changing it here just before we connect to the db.
2016-03-17 11:45:46 +01:00
Piotr Sarnacki
f2c96b3eb5
Set sidekiq pool size also for logs DB
2016-03-17 11:27:42 +01:00
Piotr Sarnacki
5682502cba
Bump travis-core
2016-03-17 11:14:46 +01:00
Piotr Sarnacki
8ca1c4d824
Merge pull request #236 from travis-ci/allow-to-set-sidekiq-concurrency-separately
...
Allow to set sidekiq concurrency separately from web workers
2016-03-17 11:09:34 +01:00
Piotr Sarnacki
b68c7a33b0
Allow to set sidekiq concurrency separately from web workers
...
Unicorn, which we use to serve the API, uses forked workers that need
only one connection per instance. Sidekiq on the other hand runs several
instances in memory, so it needs a higher concurrency setting. This
commit introduces a way to set sidekiq db pool using
SIDEKIQ_DB_POOL_SIZE
2016-03-17 10:57:15 +01:00
carlad
55621067cc
Merge pull request #235 from travis-ci/cd-fix-spam-reqs
...
Remove hard coded request path to allow whitelisted request paths
2016-03-16 15:38:38 +01:00
carlad
7e438be4cf
remove hard coded request path
2016-03-16 15:20:41 +01:00
carlad
4462613c46
Merge branch 'master' into cd-v3
2016-03-15 12:12:36 +01:00
carlad
06cf863fec
Merge pull request #234 from travis-ci/cd-statement-timeout
...
bump travis-core to reinstate statement_timeout config variable
2016-03-14 17:10:08 +01:00
carlad
e1fefaf456
bump travis-core statement_timeout
2016-03-14 16:29:41 +01:00
carlad
ac400906a1
bump travis-core for db statement_timeout config
2016-03-14 14:59:33 +01:00
carlad
da0576d995
Merge branch 'master' into cd-v3
2016-03-14 13:36:46 +01:00
carlad
07dd57845b
Merge pull request #233 from travis-ci/cd-last-build-sort
...
Add ability to sort repos by default_branch.last_build
2016-03-14 13:29:06 +01:00
carlad
643ca01ee5
user repo2 again
2016-03-14 13:24:01 +01:00
carlad
156a6ebb98
set repo id
2016-03-14 13:04:34 +01:00
carlad
74b43d5e89
use repo2
2016-03-14 12:58:46 +01:00