Commit Graph

895 Commits

Author SHA1 Message Date
Josh Kalderimis
df02b714ec update the Gemfile to use the secure rubygems, and remove the common queue from the sidebar 2013-03-10 00:07:20 +13:00
Mathias Meyer
46a107e9ff Use locale. 2013-03-08 13:06:20 +01:00
Mathias Meyer
74b3136214 Add link to status page. 2013-03-08 10:00:01 +01:00
Piotr Sarnacki
4bdd1834c4 Fix passing alt=default param 2013-03-05 21:08:14 +01:00
Sven Fuchs
1e6067f54c cookies are split by ; 2013-02-27 01:35:53 +01:00
Sven Fuchs
1fd16ef555 rename bootstrapTravis to Travis.run 2013-02-27 00:29:42 +01:00
Sven Fuchs
e338d6d2dc Merge branch 'sf-refactor-alternate' 2013-02-27 00:22:29 +01:00
Sven Fuchs
827910d70c Merge branch 'master' of github.com:travis-ci/travis-web 2013-02-27 00:22:03 +01:00
Sven Fuchs
24a38d03e0 Revert "defer calling things until the document is ready"
This reverts commit 5ae74ddcdc.
2013-02-27 00:04:09 +01:00
Sven Fuchs
b93ce53a7f restore cookie max_age 2013-02-26 23:55:49 +01:00
Sven Fuchs
5ae74ddcdc defer calling things until the document is ready 2013-02-26 23:39:03 +01:00
Sven Fuchs
47765ba8c0 try disabling rack/cache 2013-02-26 23:11:40 +01:00
Sven Fuchs
9bda77e757 try removing Secure from the cookie 2013-02-26 23:07:09 +01:00
Sven Fuchs
b314670530 debug output 2013-02-26 23:00:17 +01:00
Sven Fuchs
c5aaa8806a uppercase Path 2013-02-26 22:55:00 +01:00
Sven Fuchs
5c18bd3406 try using path for the cookie 2013-02-26 20:09:47 +01:00
Sven Fuchs
d686b741bf try using the staging domain 2013-02-26 19:12:37 +01:00
Sven Fuchs
941d1391bb move AltVersions to its own file, try setting domain and secure on the cookie 2013-02-26 19:05:49 +01:00
Piotr Sarnacki
3c3deb49d8 Compile files in production mode before sending them to s3 2013-02-26 13:13:34 +01:00
Piotr Sarnacki
4e29faaa03 Start Travis with bootstrapTravis function 2013-02-26 12:21:17 +01:00
Sven Fuchs
bc4092ad4d simplify app creation and rename "custom_branch" to "alt" 2013-02-25 17:42:03 +01:00
Randy Morgan (@morgan_randy)
afb6bd1950 Merge pull request #147 from travis-ci/rm_add_de_locale
Added de locale to profile
2013-02-25 05:22:16 -08:00
Randy Morgan
050bdfddb8 Added de locale to profile
This is dependent on https://github.com/travis-ci/travis-core/pull/190
2013-02-25 21:02:02 +09:00
Josh Kalderimis
86d8ebbdcb Merge pull request #146 from travis-ci/rm_add_i18n_info_to_readme
Added info for i18n management to readme
2013-02-25 03:32:40 -08:00
Randy Morgan
7e24a3093e Added info for i18n management to readme
Hopefull this will help people stop sending in pull requests with .yml
changes for localization. ..Assuming they read the README!
2013-02-25 20:30:02 +09:00
Piotr Sarnacki
9cf20d774d Don't shadow options method in set_config 2013-02-22 22:54:09 +01:00
Piotr Sarnacki
e2af5d8f9c Merge pull request #133 from fionatay/readme
add Jasmine spec info to README
2013-02-21 16:24:20 -08:00
Piotr Sarnacki
4e8128b255 Revert "Fix procfile to rerun app when lib/**/* changes"
Doh. I forgot that Procfile is not used only for development.

This reverts commit f7216b34ff.
2013-02-21 22:22:22 +01:00
Piotr Sarnacki
aa43803811 Allow to set "custom_branch" for assets
When custom-branch param is set, travis-web will serve assets from S3
from given branch (the compiled assets are uploaded to S3 on each
build). Cookie will also be set to serve assets from this branch until
disabled.

Custom branch may be disabled by passing disable-custom-branch=true
param.
2013-02-21 22:12:33 +01:00
Piotr Sarnacki
f7216b34ff Fix procfile to rerun app when lib/**/* changes 2013-02-21 21:00:01 +01:00
Piotr Sarnacki
466a7b38a0 Upload only styles and scripts 2013-02-21 18:39:42 +01:00
Piotr Sarnacki
8d86ad11d6 Upload assets to S3 2013-02-21 18:31:15 +01:00
Piotr Sarnacki
3943b6d8f8 Update pusher to 1.12.6 2013-02-20 05:02:25 +01:00
Piotr Sarnacki
11e11eb936 Revert removal of jasmine styles 2013-02-18 23:46:43 +01:00
Piotr Sarnacki
829e1a4001 Fix routes code if google analytics is not loaded 2013-02-18 23:46:42 +01:00
Josh Kalderimis
f3d47ff24f remove the ppp queue from the interface 2013-02-16 01:01:56 -08:00
Piotr Sarnacki
5255cfe744 Remove console log statements 2013-02-13 14:45:36 +01:00
Piotr Sarnacki
4590492547 Fix one more problem with folds 2013-02-13 14:42:23 +01:00
Piotr Sarnacki
fd08feb992 Add 'Your build has been stopped' to texts which expand folds 2013-02-13 14:32:58 +01:00
Piotr Sarnacki
76520cfcdb Add count for running jobs 2013-02-13 11:52:00 +01:00
Piotr Sarnacki
3862dd163d Limit log to 5000 lines 2013-02-13 04:03:02 +01:00
Piotr Sarnacki
c1674e9d76 Fix fold expansion when script exits before fold finishes 2013-02-13 03:30:41 +01:00
Josh Kalderimis
c72837f70e Running jobs => Running Jobs 2013-02-11 19:15:44 -08:00
Josh Kalderimis
7ed8aaefad add a check to running jobs to display a friendly message if no jobs are running 2013-02-11 19:10:31 -08:00
Piotr Sarnacki
e90c21c9a5 Normalize rvm version to float if it comes as an integer 2013-02-11 15:59:52 +01:00
Piotr Sarnacki
2607197cba Fix typo in requeue build permissions check 2013-02-09 18:29:07 +01:00
Sven Fuchs
59f1ea0b12 make _gaq global 2013-02-08 15:36:19 +01:00
Sven Fuchs
fb96164db8 just depend on the ga code 2013-02-08 15:30:49 +01:00
Sven Fuchs
2e8a197933 relax checking for non-production hosts 2013-02-08 15:22:32 +01:00
Sven Fuchs
e61e2e3829 setup ga early 2013-02-08 15:21:49 +01:00