Commit Graph

128 Commits

Author SHA1 Message Date
Piotr Sarnacki
f47b893cb8 Rename Travis.Route to Travis.BasicRoute and Travis.View to Travis.BasicView 2015-02-02 11:48:22 +01:00
Piotr Sarnacki
dcd0b9d352 Bring back requiring templates 2015-01-30 17:34:49 +01:00
Piotr Sarnacki
fedacace0e Load initializers last 2015-01-30 17:17:55 +01:00
Piotr Sarnacki
6fb1bfaaaf Actually require initializers 2015-01-30 17:07:39 +01:00
Piotr Sarnacki
0a048d1f00 Move things from App.setup() to initializer 2015-01-30 17:07:28 +01:00
Piotr Sarnacki
031cc0124d Event model and view are not used anymore, remove them 2015-01-30 15:46:27 +01:00
Piotr Sarnacki
d01fa740ea Change remaining requires for lib/travis/ 2015-01-30 15:45:17 +01:00
Piotr Sarnacki
b0b1ef305b Change the way config is stored
On ember-cli config is stored in config/environment.js file and it can be
accessed at any time of app being booted. Till now we were using Travis.config
which was making things hard, because we needed an application instance to get
any config value. This commit moves config to config/environment.js and allows
to access it at any point of loading the app.
2015-01-30 15:29:46 +01:00
Piotr Sarnacki
f94ff75a13 More ember-cli compat changes 2015-01-30 09:10:48 +01:00
Piotr Sarnacki
e00d5d5d5c Move requires to travis.coffee 2015-01-29 13:39:07 +01:00
Piotr Sarnacki
b7f11adafb Move helpers and urls to utils 2015-01-29 13:39:07 +01:00
Piotr Sarnacki
47c87317d0 More ember-cli compat changes 2015-01-29 13:39:07 +01:00
Piotr Sarnacki
8124bc3780 Fix requires 2015-01-29 13:39:07 +01:00
Piotr Sarnacki
ec24b21e81 Switch to Ember Data 2015-01-29 13:39:05 +01:00
Piotr Sarnacki
81f950e4f6 Merge branch 'master' into dashboard 2015-01-29 13:38:40 +01:00
Hiro Asari
f26a7770bb Merge pull request #315 from a14n/dart-support
Dart support
2015-01-29 07:35:22 -05:00
Piotr Sarnacki
b06582557a Inject storage and sessionStorage 2015-01-19 17:20:43 +01:00
Piotr Sarnacki
0a02c8a349 Merge branch 'master' into dashboard 2015-01-19 16:50:11 +01:00
Piotr Sarnacki
bc53d98b2a Show docs link on topbar on enterprise 2015-01-19 13:56:29 +01:00
Piotr Sarnacki
a5978dd36f Merge branch 'master' into dashboard
Conflicts:
	assets/scripts/app/controllers.coffee
	assets/scripts/app/routes.coffee
2015-01-19 13:09:30 +01:00
Piotr Sarnacki
91d07a848d Remove window.history.state polyfill
We used it for phantomjs and we're not using phantomjs at the moment (nor we'll
use it after switch to ember-cli)
2015-01-19 13:04:53 +01:00
Piotr Sarnacki
9b0d98234e Add config for enterprise 2015-01-19 12:31:46 +01:00
Piotr Sarnacki
fc0c549556 Create separate stylesheets for dashboard and the rest 2015-01-15 11:14:20 +01:00
Piotr Sarnacki
5065bb5739 Subscribe to pusher channels only when entering the MainRoute
We don't want to subscribe if we're at any other routes, because there is no
data there. The main target is to avoid all of the notifications from a common
channel if we're on the /dashboard route.
2015-01-15 10:36:35 +01:00
Piotr Sarnacki
8715087237 Extract ApplicationRoute to a separate file 2015-01-14 14:07:05 +01:00
Piotr Sarnacki
8a37d9e92d Remove unneeded code 2014-12-29 18:20:22 +01:00
Piotr Sarnacki
51e8806d17 [pro-merge] Set ajax.pro to whatever value Travis.cofnig.pro holds 2014-12-29 18:17:57 +01:00
Piotr Sarnacki
284734ee65 [pro-merge] Add charm initialization script if charm_key is available 2014-12-29 18:17:57 +01:00
Piotr Sarnacki
3c99ec395c [pro-merge] Add styles from travis-pro-web
For now I put all of the pro styles in a ".pro" selector, which is added to the
body element.
2014-12-29 18:17:56 +01:00
Piotr Sarnacki
f8c17775ed [pro-merge] Add config entries from travis pro 2014-12-29 18:17:56 +01:00
Piotr Sarnacki
09eeeaff1b Revert "Revert "Merge pull request #308 from rwjblue/update-ember""
This reverts commit 840ce5a47d.
2014-12-29 18:16:14 +01:00
Alexandre Ardhuin
df54fc5807 Dart support 2014-12-14 14:57:05 +01:00
Justine
a7ad256324 Auto-merged master into ja-build-header on deployment. 2014-12-11 19:36:21 +01:00
Justine Arreche
b8f8383a5e changed svg to png file format 2014-12-11 19:10:38 +01:00
Josef Šimánek
29c01c9bd2 Add C#, D and Julia languages into matrix. 2014-12-11 03:29:18 +01:00
Justine Arreche
4d0bd26d65 added new default avatar and changed tab appearances between #left and #main 2014-12-10 21:30:46 +01:00
Piotr Sarnacki
95538498f0 Make pusher log fallback configurable and disable it by default 2014-11-12 12:26:49 +01:00
Piotr Sarnacki
840ce5a47d Revert "Merge pull request #308 from rwjblue/update-ember"
After upgrading ember to 1.8.1 tests pass, but I found a few cases where
things break (for example when navigating between certain routes). I'm
reverting for now.

This reverts commit fa5e9179af, reversing
changes made to 978c887123.
2014-11-12 12:11:53 +01:00
Robert Jackson
e40d8a282f
Inject config into controllers.
Avoid deprecations from globals in template.
2014-11-05 15:29:26 -05:00
Sven Fuchs
b2d3a6199d config source_endpoint
Conflicts:
	config.ru
	public/index.html
2014-10-13 14:45:50 +02:00
Sven Fuchs
65ee0d5486 allow setting the pusher host 2014-10-13 14:42:12 +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
Piotr Sarnacki
17ed1d94cc First stab at ssh key form 2014-07-31 12:26:19 +02:00
Piotr Sarnacki
745a39eae5 First stab at env vars 2014-07-28 14:19:44 +02:00
Josef Šimánek
a934267b86 Use gravatar for author and committer avatars. 2014-05-09 02:20:34 +02:00
Mathias Meyer
4fa2ade298 Show xcode_sdk and scheme as matrix dimensions.
Fixes travis-ci/travis-ci#2177.
2014-05-05 08:27:09 +02:00