Piotr Sarnacki
97630fc171
Removed unused css from colors.sass
2013-01-18 01:22:40 +01:00
Piotr Sarnacki
e8ce5020a4
Compress css in production mode
2013-01-18 01:22:40 +01:00
Sven Fuchs
99edd9f0df
Merge branch 'master' of github.com:travis-ci/travis-web
2013-01-17 20:25:13 +01:00
Sven Fuchs
050c9fd211
clear log on job:created, too
2013-01-17 20:24:51 +01:00
Piotr Sarnacki
f3b37b9aaf
Add redirect on /jobs/:id/log.txt and /builds/:id/log.txt
2013-01-16 13:14:46 +01:00
Piotr Sarnacki
a8b5460eed
Show download log link in the cog menu
2013-01-16 12:59:15 +01:00
Piotr Sarnacki
13d752a77b
Disable worker:removed and worker:added events until we find a fix on server side
2013-01-15 15:25:22 +01:00
Piotr Sarnacki
98e6503e73
Add download log link at the bottom of the log
2013-01-15 13:18:49 +01:00
Piotr Sarnacki
e40fa3b26d
Removed unused urls
2013-01-15 13:18:49 +01:00
Piotr Sarnacki
f71f247d10
Merge pull request #103 from nschonni/remove-name-log-link
...
Remove name attribute from log line link
2013-01-14 17:37:12 -08:00
Nick Schonning
850b5148f9
Remove name attribute from log line link
...
Name is only intended for form elements, also the ID is what is used by
the anchor link
2013-01-14 20:16:16 -05:00
Piotr Sarnacki
c7910d0917
Update locales
2013-01-15 00:48:34 +01:00
Piotr Sarnacki
6fb15c4a97
Show pull request number on the list
2013-01-15 00:48:34 +01:00
Piotr Sarnacki
7c97317df6
Merge pull request #100 from KL-7/default-status-image-branch
...
Select current branch in status images popup.
2013-01-14 15:31:41 -08:00
Kirill Lashuk
402722d563
Rename urlStatusImage to statusImageUrl.
2013-01-14 23:12:31 +03:00
Kirill Lashuk
9bfd9f3948
Fix urlStatusImage generation.
2013-01-14 23:11:02 +03:00
Kirill Lashuk
8d4c28b7f7
Rename property to statusImageBranch.
2013-01-14 23:04:37 +03:00
Kirill Lashuk
ec14d96236
Select current branch in status images popup.
2013-01-14 23:04:37 +03:00
Piotr Sarnacki
64b94711c7
Disable worker:removed and worker:added events until we find a fix on server side
2013-01-14 18:15:46 +01:00
Piotr Sarnacki
85e0cf8a5b
Update locales
2013-01-12 17:00:48 +01:00
Piotr Sarnacki
4519736fcd
Put message before the commit on lists ( closes #93 )
2013-01-11 18:36:22 +01:00
Piotr Sarnacki
42e93c9f94
Sometimes empty value is passed to lines, abort in such cases
2013-01-10 13:44:24 +01:00
Piotr Sarnacki
908c7e7b8f
Few more changes in README
2013-01-10 03:30:18 +01:00
Konstantin Haase
58a7b7712a
Update README.md
2013-01-09 21:04:31 +01:00
Piotr Sarnacki
b83948f583
Fallback to login if name is not given for a user
2013-01-09 16:42:10 +01:00
Konstantin Haase
5ca5b15f40
Merge branch 'master' of github.com:travis-ci/travis-web
2013-01-08 15:10:59 +01:00
Piotr Sarnacki
ae9ff005d3
Don't throw error when repo can't be find
...
When visiting page of repo that doesn't exist, we should not throw an
error. It still does not work as expected, redirecting to
/undefined/undefined, which should be addressed as well, but at least we
don't throw errors now.
2013-01-08 15:01:49 +01:00
Konstantin Haase
5b48aa20e7
check scopes
2013-01-07 20:59:54 +01:00
Piotr Sarnacki
938aaafc71
Merge pull request #84 from randym/instrumentation
...
WIP! Added first level instrumentation for travis-web
2013-01-03 07:13:34 -08:00
Piotr Sarnacki
88c2e3a658
Merge pull request #91 from travis-ci/rkh-dns-prefetch
...
add DNS prefetching
2013-01-03 06:44:26 -08:00
Piotr Sarnacki
7c779bb1b8
Merge pull request #92 from MSNexploder/patch-1
...
Typo
2013-01-02 07:58:12 -08:00
Stefan Huber
3d347fdcf5
Typo
2013-01-02 16:42:44 +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
Piotr Sarnacki
2daed5f36f
Replace *all* unsupported ansi escape chars.
2012-12-19 17:13:22 +01:00
Piotr Sarnacki
b7ea84a455
Add locales.js to .gitignore
2012-12-17 22:23:32 +01:00
Piotr Sarnacki
c69e147992
We can remove locales.js, it will be created on compilation on heroku
2012-12-17 22:17:04 +01:00
Piotr Sarnacki
12102f1606
Properly update locales
2012-12-17 22:09:38 +01:00
Piotr Sarnacki
8b5f05ab6f
Merge pull request #82 from LaurentGoderre/master
...
Removed the unused font-face declararation.
2012-12-17 12:59:19 -08:00
Piotr Sarnacki
7d9ca64cba
Upated locales.js
2012-12-17 21:12:46 +01:00
Konstantin Haase
cb392b549d
reduce logging
2012-12-17 20:33:28 +01:00
Konstantin Haase
8d2344831d
Merge branch 'master' of github.com:travis-ci/travis-web
2012-12-17 20:18:11 +01:00
Konstantin Haase
f756df1468
typo
2012-12-17 20:17:36 +01:00
Konstantin Haase
12c84d8359
more logging in auth
2012-12-17 20:15:19 +01:00
Konstantin Haase
7ce690aecf
add logging
2012-12-17 19:58:34 +01:00
Piotr Sarnacki
207c8eb7e9
Fix translations for accounts and signing_in
2012-12-17 19:46:27 +01:00
Konstantin Haase
edf6f49864
Merge branch 'rkh-token-in-user'
2012-12-17 16:10:35 +01:00
Konstantin Haase
f326960f9a
check for token
2012-12-17 15:19:22 +01:00
Konstantin Haase
61c9bf3457
Merge branch 'rkh-refactor-auth'
2012-12-16 18:18:00 +01:00
Konstantin Haase
34aaa070c9
don't check for token for now
2012-12-16 18:14:04 +01:00