Merge branch 'sf-auth-iframe' of github.com:travis-ci/travis-ember into sf-auth-iframe
Conflicts: Gemfile.lock assets/javascripts/lib/travis/auth.coffee public/javascripts/application.js public/stylesheets/application.css
This commit is contained in:
commit
7f2505a71a
|
@ -22,7 +22,7 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/travis-ci/travis-api.git
|
remote: git://github.com/travis-ci/travis-api.git
|
||||||
revision: 3ddb2da33b29542aa093bcf0d28b324e6b38dcd4
|
revision: 8954eaa081b7b3c4a6449343eaf10d7c8d3c5c46
|
||||||
branch: sf-use-services
|
branch: sf-use-services
|
||||||
specs:
|
specs:
|
||||||
travis-api (0.0.1)
|
travis-api (0.0.1)
|
||||||
|
@ -30,6 +30,7 @@ GIT
|
||||||
hubble (~> 0.1)
|
hubble (~> 0.1)
|
||||||
newrelic_rpm (~> 3.3.0)
|
newrelic_rpm (~> 3.3.0)
|
||||||
pg (~> 0.13.2)
|
pg (~> 0.13.2)
|
||||||
|
rack-contrib (~> 1.1)
|
||||||
rack-ssl (~> 1.3)
|
rack-ssl (~> 1.3)
|
||||||
redcarpet (~> 2.1)
|
redcarpet (~> 2.1)
|
||||||
sinatra (~> 1.3)
|
sinatra (~> 1.3)
|
||||||
|
@ -174,6 +175,8 @@ GEM
|
||||||
rack (1.4.1)
|
rack (1.4.1)
|
||||||
rack-cache (1.2)
|
rack-cache (1.2)
|
||||||
rack (>= 0.4)
|
rack (>= 0.4)
|
||||||
|
rack-contrib (1.1.0)
|
||||||
|
rack (>= 0.9.1)
|
||||||
rack-protection (1.2.0)
|
rack-protection (1.2.0)
|
||||||
rack
|
rack
|
||||||
rack-ssl (1.3.2)
|
rack-ssl (1.3.2)
|
||||||
|
|
1
Procfile
1
Procfile
|
@ -1,2 +1,3 @@
|
||||||
web: RUN_API=1 bundle exec unicorn -p $PORT -c ./unicorn.rb
|
web: RUN_API=1 bundle exec unicorn -p $PORT -c ./unicorn.rb
|
||||||
guard: bundle exec guard
|
guard: bundle exec guard
|
||||||
|
rerun: rerun -p 'assets/**/*' 'bundle exec rakep'
|
||||||
|
|
|
@ -41,7 +41,7 @@ class EndpointSetter < Struct.new(:app, :endpoint)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
use Rack::SSL if env == 'production'
|
||||||
use Rack::Deflater if deflate and deflate != '0'
|
use Rack::Deflater if deflate and deflate != '0'
|
||||||
|
|
||||||
app = proc do |env|
|
app = proc do |env|
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user