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
Piotr Sarnacki
bbd37e6e15
Don't try to upload build to S3 for pull requests
2013-04-07 19:35:39 +02:00
Piotr Sarnacki
c7561ee13e
Properly display matrix keys when build does not have all keys
...
When additional items are included into matrix via 'matrix.include' key
in .travis.yml they may contain config keys, which are not available on
build.
For example build can contain only 'rvm' key, but we may add the
following include:
matrix:
include:
- rvm: '2.0.0'
env: 'FOO=bar'
In such case, we need to take into account also keys from additional
job, not only from the build.
(closes #172 )
2013-04-06 01:48:32 +02:00
Piotr Sarnacki
8a69df0126
For some reason passing event breaks on chrome
2013-04-05 19:42:53 +02:00
Piotr Sarnacki
957d8a01ab
Merge branch 'sidebar-tabs'
...
Conflicts:
assets/scripts/spec/support/conditions.coffee
2013-04-05 19:26:24 +02:00
Piotr Sarnacki
d414c47833
Don't render links if slug is missing
2013-04-05 19:25:30 +02:00
Piotr Sarnacki
39d0202d7a
Fix specs, add styling for firefox
2013-04-05 18:09:00 +02:00
Piotr Sarnacki
cf23f81c40
Typo in tools view: hasPermissions -> hasPermission
2013-04-04 17:18:41 +02:00
Piotr Sarnacki
2f6e8082ac
Show pull request title also in job view
2013-04-03 13:27:52 +02:00
Piotr Sarnacki
7996358f01
Fix fetching log in firefox when Location header is unavailable
2013-04-02 20:17:24 +02:00
Sven Fuchs
46413b66fb
update log.js
2013-04-01 03:08:45 +02:00
Sven Fuchs
b70c344250
update log.js
2013-04-01 02:35:08 +02:00
Sven Fuchs
e498c9bd53
Merge branch 'master' of github.com:travis-ci/travis-web
2013-03-31 23:34:55 +02:00
Sven Fuchs
c2063e0a45
update log.js
2013-03-31 23:34:41 +02:00
Piotr Sarnacki
17923af973
Fix expanding folds on firefox
2013-03-29 23:25:05 +01:00
Piotr Sarnacki
ac675e5918
Fix tests
2013-03-29 22:53:57 +01:00
Piotr Sarnacki
ce6862e6a0
Always poll for changes when user is syncing
2013-03-29 22:15:19 +01:00
Sven Fuchs
da5e028295
need to return true after testing for TEST_SUITE
2013-03-29 20:29:43 +01:00
Sven Fuchs
3386142250
do not re-run rakep
2013-03-29 16:22:24 +01:00
Sven Fuchs
a948a1612f
install travis-artifacts only on TEST_SUITE=ruby
2013-03-29 16:14:30 +01:00
Sven Fuchs
91e27d4dda
try uploading on TEST_SUITE=ruby
2013-03-29 16:13:29 +01:00
Sven Fuchs
63c0c50ec2
Merge branch 'master' into sf-log
2013-03-29 16:04:18 +01:00