Commit Graph

56 Commits

Author SHA1 Message Date
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
Piotr Sarnacki
49d09cda8e Bring back proper pusher key for dev 2014-08-01 04:14:13 +02:00
Piotr Sarnacki
17ed1d94cc First stab at ssh key form 2014-07-31 12:26:19 +02:00
Josh Kalderimis
c52719e9db add rel='stylesheet' to the google fonts link 2013-10-14 23:28:47 +02:00
Justine Arreche
e4190d0610 changed http to https to fix font issue in chrome and firefox for master 2013-10-14 12:20:59 -04:00
Justine Arreche
3a73aeb4a6 new typeface, header styles and changes to h3 size colors and styles to reflect landing page 2013-10-01 10:46:14 -04:00
Mathias Meyer
0c9a49ab51 Rework Code Climate integration for action icon bar. 2013-09-11 10:53:02 +02:00
Mathias Meyer
f4acc21d06 WIP: Code Climate UI integration. 2013-09-03 14:26:02 +02:00
Sven Fuchs
ea8946d2eb rename bootstrapTravis to Travis.run 2013-02-26 23:59:03 +01:00
Sven Fuchs
91a186e6b8 Revert "delay calling things until the document is ready"
This reverts commit e6b0ae2294.
2013-02-26 23:56:56 +01:00
Sven Fuchs
e6b0ae2294 delay calling things until the document is ready 2013-02-26 23:37:31 +01:00
Piotr Sarnacki
4e29faaa03 Start Travis with bootstrapTravis function 2013-02-26 12:21:17 +01:00
Sven Fuchs
0322e1a3c8 extract ga code and setup 2013-02-08 14:49:46 +01:00
Piotr Sarnacki
21b5c447dc Update pusher key 2013-01-31 15:09:51 +01:00
Konstantin Haase
1815774c1b add github api 2012-12-20 12:22:22 +01:00
Konstantin Haase
598783c1ae add dns prefetching 2012-12-20 12:20:34 +01:00
Randy Morgan
c4bfc7b1d7 Added i18n web filters and rake task for pulling the translations down from localeapp
You will need to set ENV['LOCALEAPP'] to the secret key to run the
update. Contact randym if you need it.
2012-11-22 20:47:38 +09:00
Piotr Sarnacki
cdbfac1166 Add google analytics 2012-11-17 12:19:30 +01:00
Piotr Sarnacki
df15776e0e Revert "Revert "It's free and hosted, not distributed!""
This reverts commit 92f843208a.
2012-11-07 22:58:09 +01:00
Piotr Sarnacki
92f843208a Revert "It's free and hosted, not distributed!"
This reverts commit 873c8aefa6.
2012-11-05 22:27:54 +01:00
Mathias Meyer
873c8aefa6 It's free and hosted, not distributed! 2012-11-02 13:26:20 +01:00
Sven Fuchs
3052db733b parse pusher key into the index.html like the api endpoint 2012-10-10 13:21:52 +02:00
Sven Fuchs
152dde6e05 make things even more generic 2012-10-03 19:29:44 +02:00
Sven Fuchs
d67e0b23bc make Assetfile more agnostic 2012-10-03 18:12:44 +02:00
Sven Fuchs
7b47863014 extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00
Sven Fuchs
3d451279e4 add the favicon 2012-10-03 13:29:50 +02:00
Sven Fuchs
419ace7c51 rework asset compilation 2012-10-01 12:36:06 +02:00
Sven Fuchs
1566595cda move loadConfig to Travis.run 2012-09-29 23:43:06 +02:00
Piotr Sarnacki
1134028996 Travis mostly works with new router
I haven't touched almost all of the things related to profile. I'm not
also sure what's the state of authentication at this point.

Conflicts:

	Gemfile
	Gemfile.lock
	Procfile
	assets/javascripts/app/app.coffee
	assets/javascripts/app/controllers.coffee
	assets/javascripts/app/controllers/auth.coffee
	assets/javascripts/app/controllers/profile.coffee
	assets/javascripts/app/routes.coffee
	assets/javascripts/app/templates/builds/list.hbs
	assets/javascripts/app/templates/builds/show.hbs
	assets/javascripts/app/templates/jobs/list.hbs
	assets/javascripts/app/templates/layouts/top.hbs
	assets/javascripts/app/templates/repos/list.hbs
	assets/javascripts/app/templates/repos/show/tabs.hbs
	assets/javascripts/app/templates/workers/list.hbs
	assets/javascripts/app/views.coffee
	assets/javascripts/app/views/repo/show.coffee
	assets/javascripts/travis.coffee
	public/index.html
	public/javascripts/application.js
	public/stylesheets/application.css
2012-09-26 16:30:16 +02:00
Konstantin Haase
7b5e8445bc load pusher key from api endpoing (allows running locally against api.travis-ci.org) 2012-09-23 02:31:32 +02:00
Sven Fuchs
cb6edc5b45 "fix" column heights, probably need a different approach to the 3-colum layout 2012-09-22 15:12:47 +02:00
Sven Fuchs
1fcb01b545 try adding Travis.Model.find() since Ember.Model does not delegate findAll() 2012-09-16 17:26:39 +02:00
Sven Fuchs
9729f230ee add pusher key 2012-09-16 15:36:16 +02:00
Sven Fuchs
3f6955ec87 resurrect current repo selector 2012-09-15 11:41:03 +02:00
Konstantin Haase
0596390d10 refactor development server 2012-09-11 15:30:32 +02:00
Sven Fuchs
d401f76ae4 work on profile view 2012-09-10 00:52:42 +02:00
Sven Fuchs
ce8daa6d73 extract tab templates, split up repo views 2012-09-09 12:28:36 +02:00
Konstantin Haase
5c8d398317 use rel rather than name 2012-08-13 14:06:37 +02:00
Piotr Sarnacki
de4721abfc Use current host as an API 2012-07-31 17:50:08 +02:00
Piotr Sarnacki
6ff304c123 Use travis-ci.org as default endpoint 2012-07-31 17:13:27 +02:00
Konstantin Haase
e7d0426493 read API endpoint from HTML 2012-07-23 17:35:36 +02:00
Sven Fuchs
2015481329 use pushState 2012-07-22 15:10:34 +02:00
Sven Fuchs
0e10ad2e01 add pusher, fix some events 2012-07-22 12:57:23 +02:00
Sven Fuchs
f87bb0c8c0 api stuff 2012-07-18 02:57:55 +02:00
Sven Fuchs
2a8f2bd4bf fix currentUser 2012-07-07 23:08:11 +02:00
Sven Fuchs
75b2e1bd6c work on actions 2012-07-04 12:19:59 +02:00