Commit Graph

2602 Commits

Author SHA1 Message Date
Piotr Sarnacki
f7f274f5d5 Fix search
In search there was a check on 'auth' in the view and we no longer
inject auth into views. That's why the check needs to be done on the
controller.

The other thing is that slash breaks the URL currently, so this commit
also changes slash in the search phrase into %2F character.
2015-02-17 10:38:04 +01:00
Piotr Sarnacki
29513b744d Set charm key by default for pro 2015-02-17 09:48:18 +01:00
Lisa Passing
407e34e201 Merge branch 'master' of github.com:travis-ci/travis-web 2015-02-16 16:11:59 +01:00
Lisa Passing
0e6d7b0115 linkify dashboard footer 2015-02-16 16:11:53 +01:00
Piotr Sarnacki
5bb419ef7b Sort repos explicitly on dashboard 2015-02-16 16:09:10 +01:00
Lisa Passing
ffdfcc5739 dashboard full height while loading 2015-02-16 15:58:09 +01:00
Konstantin Haase
d4f3208afb Merge pull request #328 from ovr/patch-1
Fix link
2015-02-16 15:44:20 +01:00
Дмитрий Пацура
8f63e3f827 Fix link 2015-02-16 22:38:11 +08:00
Piotr Sarnacki
0578af0c4c Don't set default avatar url on ENV
Fingerprinting filter that Brocolli uses to add checksums to filenames
apparently is very greedy. When a URL that has a valid image is present
in ENV, fingerprint filter will going to wipe out the entire config's
meta tag value with fingerprinted url with an asset host.
2015-02-16 15:14:10 +01:00
Piotr Sarnacki
0e86df8da0 Set default avatar url properly 2015-02-16 14:41:13 +01:00
Piotr Sarnacki
9559d55400 Don't subscribe to pusher if there's no instance 2015-02-16 14:15:36 +01:00
Piotr Sarnacki
9601d53ad6 We can use @pusher directly, no need for @get 2015-02-16 14:14:59 +01:00
Piotr Sarnacki
1105981e7d Merge pull request #327 from travis-ci/ember-cli
Switch to Ember CLI and Ember Data; refactor CSS.
2015-02-16 12:37:42 +01:00
Piotr Sarnacki
a11f3bd511 Run only Sauce Labs on Travis 2015-02-16 12:34:05 +01:00
Piotr Sarnacki
77c92bf369 Trigger build 2015-02-16 12:20:43 +01:00
Piotr Sarnacki
0e1fd2746f Add a simple acceptance test for dashboard and tooling needed to run it
Apart from adding a test, this commit also adds a dummy implementation
for Auth that can be used in tests to control the auth status.
2015-02-13 14:13:45 +01:00
Piotr Sarnacki
b9cacdc596 Explicitly return false from toggleBurgerMenu to not bubble action 2015-02-12 18:48:32 +01:00
Lisa Passing
7e0fe8cb61 add burger toggle 2015-02-12 16:03:35 +01:00
Lisa Passing
adcc8b57f4 finally get profile page full-height while loading 2015-02-12 15:07:02 +01:00
Lisa Passing
7dac12cfea bring back fixed width sidebars 2015-02-12 13:08:18 +01:00
Lisa Passing
07dd6c411e fix align of hook switched 2015-02-12 12:49:51 +01:00
Lisa Passing
c9d4ccdc48 fix top bar stacing issues 2015-02-12 12:36:33 +01:00
Lisa Passing
262175595c Merge branch 'ember-cli' of github.com:travis-ci/travis-web into ember-cli 2015-02-12 12:20:37 +01:00
Lisa Passing
8589b7e97d bring back travis-pro in top 2015-02-12 12:20:28 +01:00
Piotr Sarnacki
44ff31c86f Replace title by a ruby server 2015-02-12 12:19:04 +01:00
Piotr Sarnacki
924021d49a Fix loading indicator on profile page 2015-02-12 12:16:39 +01:00
Lisa Passing
63bf1fcffe fix global_slider selector typo 2015-02-11 15:23:42 +01:00
Lisa Passing
49ea505981 Merge branch 'ember-cli' of github.com:travis-ci/travis-web into ember-cli 2015-02-11 15:17:50 +01:00
Lisa Passing
f2d24d8653 fix clickability of the logo link 2015-02-11 15:17:26 +01:00
Piotr Sarnacki
90fbf62987 Fix slider when sidebar is hidden 2015-02-11 15:10:57 +01:00
Lisa Passing
3dd7b18e26 Merge branch 'ember-cli' of github.com:travis-ci/travis-web into ember-cli 2015-02-11 15:07:43 +01:00
Lisa Passing
06f1bb9c91 add text to feedback btn 2015-02-11 14:47:10 +01:00
Piotr Sarnacki
3964eef9be Display feedback button on PRO when charmKey is set 2015-02-11 14:46:19 +01:00
Lisa Passing
167fb4217b add charmscout script 2015-02-11 14:44:29 +01:00
Lisa Passing
36dbcd3097 Merge branch 'ember-cli' of github.com:travis-ci/travis-web into ember-cli 2015-02-11 14:13:27 +01:00
Lisa Passing
5d60a0e897 change charm styles 2015-02-11 14:13:21 +01:00
Piotr Sarnacki
7e527b7480 Add ember-cli-autoprefixer
autoprefixer automatically attaches browser prefixes to CSS statements
that need it.
2015-02-11 14:06:34 +01:00
Piotr Sarnacki
911d4b6aa9 Don't show link to last build if there's no last_build_id 2015-02-11 13:04:59 +01:00
Piotr Sarnacki
0309ac29c0 Don't try to fetch lastBuild if there's no id 2015-02-11 12:59:07 +01:00
Piotr Sarnacki
4afd7db020 Return array and not a promise from Repo.search 2015-02-11 12:58:45 +01:00
Piotr Sarnacki
9c149313f7 Hide recent tab if we're searching 2015-02-11 12:58:18 +01:00
Piotr Sarnacki
4ffd33c087 Enable filtering on dashboard 2015-02-11 11:34:01 +01:00
Piotr Sarnacki
f8e787fcdd Add missing fields to models 2015-02-11 11:18:24 +01:00
Lisa Passing
c2b8fe469f fix some stuff in chrome 2015-02-10 17:51:58 +01:00
Lisa Passing
0002263d3c also fix build status bg-image 2015-02-10 17:45:24 +01:00
Lisa Passing
ce405137f8 fix popup <pre> overflow 2015-02-10 17:42:56 +01:00
Lisa Passing
72dace6f11 settings view rabbit hole 2015-02-10 17:40:45 +01:00
Lisa Passing
96aff03599 fix build header dropdown responsive behaviour 2015-02-10 16:32:43 +01:00
Lisa Passing
5f601c492c fix build tabs responsive 2015-02-10 16:10:42 +01:00
Lisa Passing
f7e1f8d603 remove weird double border on hooks 2015-02-10 15:13:08 +01:00