Piotr Sarnacki
50e9986dda
Fixes after merging ps-env-vars
2014-08-21 16:39:15 +02:00
Piotr Sarnacki
9741ede075
Merge branch 'ps-env-vars'
...
Conflicts:
assets/scripts/app/controllers.coffee
assets/scripts/app/helpers/handlebars.coffee
assets/scripts/app/templates/repo/settings.hbs
assets/scripts/app/views/repo/show.coffee
assets/styles/tabs.sass
config.ru
2014-08-21 16:02:07 +02:00
Piotr Sarnacki
eecd5187a3
Revert "Revert "Page for displaying caches""
...
This reverts commit 3d6931c523
.
2014-08-12 16:05:21 +02:00
Sven Fuchs
3d6931c523
Revert "Page for displaying caches"
...
This reverts commit a58688b451
.
2014-08-12 15:53:19 +02:00
Piotr Sarnacki
a58688b451
Page for displaying caches
2014-08-05 18:09:24 +02:00
Piotr Sarnacki
534ac6431b
Allow to disable ssh_key
2014-08-01 04:33:04 +02:00
Martin Charles
fb8655769e
Fixed Caching and Cleaned up Old Caching
...
Caching was broken for many reasons:
* Puma calls `Travis::Web::App.initilize` multiple times. This caused
the server start time to be incorrect, breaking caching.
* The `Date` HTTP header was missing. This caused some browsers to fail to cache
assets.
* The `ETag` was incorrectly formatted.
Some other things which were changed:
* Removed `Rack::Cache`
2014-05-21 11:50:09 -04:00
Henrik Hodne
73213153fe
Fix secure.travis-ci.org redirect
...
`fullpath` starts with SCRIPT_NAME. From the Rack spec:
> The SCRIPT_NAME, if non-empty, must start with /
Fixes travis-ci/travis-ci#1278 .
2013-07-24 16:03:04 -07:00
Sven Fuchs
bc4092ad4d
simplify app creation and rename "custom_branch" to "alt"
2013-02-25 17:42:03 +01:00
Sven Fuchs
0322e1a3c8
extract ga code and setup
2013-02-08 14:49:46 +01:00
Sven Fuchs
2a61ca1b19
fix redirect
2012-12-14 16:11:00 +01:00
Sven Fuchs
b2f3a36464
redirect from secure.* to main domain
2012-12-14 16:01:44 +01:00
Sven Fuchs
3f5f2a4726
redirect mobile clients to a given MOBILE_ENDPOINT
2012-12-14 14:10:56 +01:00
Konstantin Haase
0ac265a4a7
allow setting token manually
2012-10-24 19:36:17 +02:00
Konstantin Haase
3195a75a22
we actually have an instance in the block
2012-10-23 22:09:26 +02:00
Konstantin Haase
d6986a7806
allow only GET and HEAD request
2012-10-22 21:22:47 +02:00
Konstantin Haase
4cd506ea59
redirect potential API calls to API, fixes #32
2012-10-22 21:21:19 +02:00
Konstantin Haase
ab866b4fe2
no longer run api
2012-10-16 18:42:37 +02:00
Sven Fuchs
73fe04185d
split up config.ru
2012-09-30 17:30:57 +02:00
Sven Fuchs
5862bbe3df
fix nil api_endpoint
2012-09-23 16:02:33 +02:00
Konstantin Haase
5b092e9ec4
default to running against api.travis-ci.org
2012-09-23 10:53:00 +02:00
Konstantin Haase
ae224b1253
set deflate
2012-09-22 16:59:58 +02:00
Konstantin Haase
dca8fbf8b0
fix endpoint logic
2012-09-22 16:50:40 +02:00
Konstantin Haase
36b58c59ff
force ssl in production
2012-09-20 17:01:17 +02:00
Konstantin Haase
50de5c85d5
respond to any unknown requests with index.html
2012-09-14 21:47:00 +02:00
Konstantin Haase
23ffffff36
make config.ru more flexible
2012-09-11 18:17:07 +02:00
Konstantin Haase
0596390d10
refactor development server
2012-09-11 15:30:32 +02:00
Piotr Sarnacki
c4a57550e5
Run API before ember's app
...
Ember's serving app has catch-all route, so it needs to be run after API
2012-08-10 13:49:53 +02:00
Konstantin Haase
a467ec87e6
have to instantiate Api
2012-08-09 23:28:14 +02:00
Konstantin Haase
3f8d061131
use a cascade rather than middleware
2012-08-09 23:26:55 +02:00
Sven Fuchs
2015481329
use pushState
2012-07-22 15:10:34 +02:00
Sven Fuchs
32be28d266
add a sinatra app + stuff
2012-07-20 14:31:29 +02:00
Sven Fuchs
948807eedd
deploy to heroku
2012-06-27 17:05:16 +02:00
Sven Fuchs
767476a8c9
remove rails
2012-06-22 00:37:43 +02:00
Sven Fuchs
a3f629bd0d
initial commit
2012-06-17 00:05:06 +02:00