Commit Graph

1181 Commits

Author SHA1 Message Date
Piotr Sarnacki
ebeaabe598 Use jQuery.param for generating query string 2013-05-15 17:23:51 +02:00
Piotr Sarnacki
3f30f3eec9 sign out before resetting app 2013-05-15 17:23:51 +02:00
Piotr Sarnacki
99c3ad770c Router changes for new ember.js 2013-05-15 17:23:50 +02:00
Piotr Sarnacki
f374feae32 Update Ember.js 2013-05-15 17:23:50 +02:00
Piotr Sarnacki
47630b5bab Use view.jobIdForLog instead of showDownloadLog
The latter is not always refreshed, I don't have time to debug it more
thoroughly
2013-05-15 17:23:48 +02:00
Piotr Sarnacki
07cd8233d4 Use $.ajax when testing to not break jquery.mockjax 2013-05-15 17:23:48 +02:00
Piotr Sarnacki
070d863588 No need to do hacks with Location header or Content-Type anymore 2013-05-15 17:23:48 +02:00
Piotr Sarnacki
5b771aafcc Use XMLHttpRequest directly
jQuery uses getAllResponseHeaders function for getting response headers,
even for getResponseHeader. As far as I know, there is no easy way to
get original xhr object and call getResponseHeader on such object.
Because of that getResponseHeader is broken on firefox with CORS.

I rewrote Travis.ajax to use XMLHttpRequest directly in order to fix
this, the compatibility with jQuery.ajax is mostly handled.
2013-05-15 17:23:47 +02:00
Henrik Hodne
3c8bfa4690 Fix bold ANSI colours 2013-05-15 17:12:34 +02:00
Henrik Hodne
98ad56f957 Merge pull request #186 from travis-ci/hh-nicer-ansi-colours
Update the ANSI log colours
2013-05-15 08:07:15 -07:00
Henrik Hodne
94eaa079dc Update the ANSI log colours 2013-05-15 16:46:07 +02:00
Josh Kalderimis
da35b52a56 Merge branch 'master' of https://github.com/travis-ci/travis-web 2013-05-13 10:56:03 +02:00
Mathias Meyer
eff0c9be20 Add updated/recompiled banner images.
It seems like the right thing to do.
2013-05-11 09:27:28 +02:00
Mathias Meyer
f7618bef8b There's a capital H in GitHub. 2013-05-11 08:38:23 +02:00
Mathias Meyer
6230224412 Remove Fork me sidebar. 2013-05-10 23:50:25 +02:00
Mathias Meyer
61c0f5179d Add Blue Box as the default sponsor of a test run. 2013-05-10 23:19:07 +02:00
Josh Kalderimis
55a58f275d remove the (i) from the top right of the tabs
the (i) is a miscommunication as it looks like it is to give information about the tabs instead of pop down descriptions underneath each of the repos in the recent and 'my repos' lists.
2013-05-10 19:54:52 +02:00
Piotr Sarnacki
c263319ed5 Merge pull request #184 from travis-ci/mm-repo-name-links-to-travis
Change repository header to link to Travis repo.
2013-05-10 08:27:40 -07:00
Mathias Meyer
d82116d68f Fix GitHub URL test. 2013-05-10 17:09:40 +02:00
Mathias Meyer
d04988138d Fix specs and expectations for URL changes. 2013-05-10 17:05:45 +02:00
Mathias Meyer
9bce26ea3e Change repository header to link to Travis repo.
Linking this to GitHub is cause for confusion, even for myself.
The tiny octocat now points to GitHub instead.
2013-05-10 16:49:15 +02:00
Piotr Sarnacki
55d808fac8 Merge pull request #183 from nschonni/force-ga-https-137
Remove conditional ga HTTPS loading
2013-05-09 02:25:16 -07:00
Nick Schonning
c1f9ed20e3 Remove conditional ga HTTPS loading
Shortcut since site is always secure.
Fixes gh-137
2013-05-08 23:13:18 -04:00
Piotr Sarnacki
e2d92c2ffb POST requests should always require auth 2013-05-02 19:56:48 +02:00
Piotr Sarnacki
595393f273 Don't send Authorization header when it's not needed
CORS specification specifies "simple request", which does not need a
preflight OPTIONS request. The only thing, which we send and is
forbidding to send simple requests is Authorization header, which is not
needed for public endpoints.
2013-05-02 17:59:43 +02:00
Piotr Sarnacki
924b20d12e Update log engine 2013-05-02 01:30:07 +02:00
Piotr Sarnacki
7ebd2bfcad Merge branch 'fionatay-master' 2013-04-30 02:47:34 +02:00
Piotr Sarnacki
df9db80c42 A few improvements for tabs on repos list
* if user is logged out, the default tab should be 'recent'
* when user logs in, the tab is switched to 'my repositories'
* when user logs out, my repositories is hidden again and tab is
  switched to 'recent'
2013-04-30 02:45:16 +02:00
Piotr Sarnacki
e23d16c135 Sign out user before running tests 2013-04-29 23:00:13 +02:00
Piotr Sarnacki
f3570acf7c Comment failing tests, sidebar is temporarily limited. 2013-04-29 22:58:57 +02:00
Piotr Sarnacki
9ca1833103 Revert "Revert "Remove sidebar elements, which need to query API""
This reverts commit e6b8562054.
2013-04-29 14:53:56 +02:00
Fiona Tay
8152f4f2d6 Add placeholder for search input 2013-04-29 14:53:55 +02:00
Fiona Tay
3b53aca586 Fix minor spelling mistakes 2013-04-29 14:53:55 +02:00
Piotr Sarnacki
d2e103bc36 Revert "Remove sidebar elements, which need to query API"
This reverts commit d0009176f9.
2013-04-29 14:53:55 +02:00
Piotr Sarnacki
9dac139874 Revert "Revert "Remove sidebar elements, which need to query API""
This reverts commit e6b8562054.
2013-04-25 15:56:03 +02:00
Piotr Sarnacki
15f283fc55 Merge pull request #179 from fionatay/placeholder
Add a placeholder for the repository search bar
2013-04-25 02:48:26 -07:00
Fiona Tay
0f0f4bb798 Add placeholder for search input 2013-04-25 02:43:16 -07:00
Henrik Hodne
37b0615839 Merge pull request #178 from fionatay/spelling
Fix minor spelling mistakes
2013-04-25 02:36:08 -07:00
Fiona Tay
615eaee4e0 Fix minor spelling mistakes 2013-04-25 02:33:58 -07:00
Piotr Sarnacki
e6b8562054 Revert "Remove sidebar elements, which need to query API"
This reverts commit d0009176f9.
2013-04-18 14:14:56 +02:00
Fiona Tay
5cf2c65d2f make 'My Repos' come before 'Recent' in sidebar 2013-04-17 20:12:33 -07:00
Henrik Hodne
f5f38a8144 Merge pull request #173 from fionatay/master
Correct typo in README
2013-04-17 20:00:02 -07:00
Fiona Tay
028e8c76ce correct typo in README 2013-04-17 19:30:16 -07:00
Piotr Sarnacki
d0009176f9 Remove sidebar elements, which need to query API
We have problems with timeouts and thus we want to lower API load
2013-04-16 20:46:56 +02:00
Piotr Sarnacki
dbbd82c825 Move GroupView into proper location 2013-04-15 18:55:22 +02:00
Sven Fuchs
bd70c5ff97 Merge branch 'master' of github.com:travis-ci/travis-web 2013-04-14 14:12:55 +02:00
Sven Fuchs
c947bf9b7c update wooga 2013-04-14 14:12:46 +02:00
Piotr Sarnacki
1198809979 Move WorkersView and JobsView to Travis.SidebarView namespace
Travis.JobsView already exists, so I need to put those views in some
other namespace, but so that they're available without instantiating
SidebarView
2013-04-08 00:36:21 +02:00
Piotr Sarnacki
31f25ed4f8 Move WorkersView and JobsView to Travis namespace
That way those views can be overriden easily
2013-04-08 00:25:05 +02:00
Piotr Sarnacki
dce72c8b20 Update log.js 2013-04-07 23:58:33 +02:00