Commit Graph

944 Commits

Author SHA1 Message Date
Piotr Sarnacki
8061e57814 Sort running jobs by repo slug and number 2013-02-07 18:40:20 +01:00
Piotr Sarnacki
b5c7e52eaa Wait for slug being present on runnning jobs list 2013-02-07 13:20:42 +01:00
Piotr Sarnacki
c5dce13317 Group running jobs by repo 2013-02-07 13:20:41 +01:00
Piotr Sarnacki
ad6f9e59c7 Display running jobs 2013-02-07 13:20:41 +01:00
Mathias Meyer
c17b9cd271 Add colon. 2013-02-07 11:39:52 +01:00
Mathias Meyer
c8ad6add28 It's Mogotest. 2013-02-07 11:35:20 +01:00
Mathias Meyer
75e9f162ab Add mogo. 2013-02-07 11:26:10 +01:00
Piotr Sarnacki
e05b2cbe80 Merge pull request #134 from lukesarnacki/show-disabled-links-in-cog-menu
Disable links in cog menu when not signed in
2013-02-07 02:02:15 -08:00
Piotr Sarnacki
2bef45de3b Remove redundant Queue: from Mac OSX queue 2013-02-07 05:10:12 +01:00
Piotr Sarnacki
d25ad55ce6 Add OSX queue 2013-02-07 04:23:14 +01:00
Piotr Sarnacki
0ab1ba262b We now have a linux queue instead of jvmotp, rails and spree 2013-02-07 04:18:49 +01:00
Lukasz Sarnacki
201a3abf17 Disable links in cog menu when not signed in
When user is not logged in, some links in cog menu
are not display. This commit makes them visible but
disabled.
2013-02-07 00:40:15 +01:00
Fiona Tay
fa2e209597 add Jasmine spec info to README 2013-02-06 21:37:08 +08:00
Piotr Sarnacki
66ce7239ee Merge pull request #130 from lukesarnacki/right-workers-slug-ff-css-fix
Better align of build numbers in right column
2013-02-05 11:15:38 -08:00
Lukasz Sarnacki
6b29e9b88d Better align of build numbers in right column
This is only fix for FF, checked on chrome few last versions,
safari 5.1 and 6, FF above 15.
2013-02-05 19:30:29 +01:00
Piotr Sarnacki
36fb57b093 Merge pull request #120 from minciue/master
Show committer's name in builds list
2013-02-05 10:02:50 -08:00
Piotr Sarnacki
21b5c447dc Update pusher key 2013-01-31 15:09:51 +01:00
Piotr Sarnacki
4b01db6d4b Don't parse user if data can't be fetched from storage (closes #124) 2013-01-30 02:24:12 +01:00
Piotr Sarnacki
ead17606b5 Fix download log link after log changes 2013-01-30 02:15:11 +01:00
Piotr Sarnacki
9df79d6944 Wait for job.id in Travis.Artifact 2013-01-29 15:36:14 +01:00
Mathias Meyer
5687f57388 Add missing sponsors. 2013-01-29 08:16:59 +01:00
Piotr Sarnacki
28b17f97a0 Build log url manually if Location header can't be fetched 2013-01-29 05:02:15 +01:00
Piotr Sarnacki
f6baa172a5 Fetch archived logs from S3 without redirect 2013-01-29 04:17:17 +01:00
Piotr Sarnacki
8202eaa452 Add error callback to Travis.ajax, pass all args to callbacks 2013-01-29 04:16:46 +01:00
Piotr Sarnacki
ba2f691ae6 No need to set content type for requests without body 2013-01-29 04:16:19 +01:00
Piotr Sarnacki
a8fb681bfc Always convert method passed to Travis.ajax to upper case 2013-01-29 04:15:47 +01:00
Piotr Sarnacki
eb2feca02a Set proper content type for logs requests 2013-01-28 18:18:16 +01:00
Eugen Minciu
d58ec434d7 !important is not needed for committer media query 2013-01-28 15:40:43 +02:00
Piotr Sarnacki
5d3333efd2 Remove console.log 2013-01-27 22:51:45 +01:00
Piotr Sarnacki
5fbf153ed9 Use /jobs/:id/log.txt endpoint for fetching logs 2013-01-27 02:46:18 +01:00
Piotr Sarnacki
e9092418a7 Fetch builds for branches from /builds endpoint (closes #123) 2013-01-26 12:04:39 +01:00
Eugen Minciu
b1809c0951 Media query to hide committer on small screens. 2013-01-24 16:12:28 +02:00
Piotr Sarnacki
0e925c0eed Load branches for status images only after opening the popup 2013-01-24 00:48:11 +01:00
Piotr Sarnacki
2723ae5c06 Find job for clearing logs only if it's already in store
Otherwise we make ajax request every time job is created.
2013-01-23 22:08:17 +01:00
Piotr Sarnacki
ee9f9d934c Don't instantiate repo nor job on worker updates
We can create thos records based on job:started event. Also, links used
on the workers list are created from attributes only anyway.
2013-01-23 21:33:13 +01:00
Sven Fuchs
28e40ab0e4 make WorkerItemView.display rely on the model more 2013-01-22 19:04:25 +01:00
Sven Fuchs
abb14a8d39 Merge branch 'master' of github.com:travis-ci/travis-web 2013-01-22 18:55:24 +01:00
Sven Fuchs
f2ca2d5260 remove worker.lastSeenAt (useless anyway) and use payload.job instead of (deprecated) payload.build for active worker links 2013-01-22 18:55:08 +01:00
Sven Fuchs
9be127fa59 re-enable worker updates via pusher 2013-01-22 17:30:42 +01:00
Eugen Minciu
52bc49b64c Add the commiter's name to the builds list 2013-01-22 18:10:59 +02:00
Konstantin Haase
1355f9651e Merge pull request #119 from minciue/master
Document how to run the spec suite.
2013-01-22 06:05:47 -08:00
Eugen Minciu
8ed1226955 Document how to run the rspec suite. 2013-01-22 16:02:58 +02:00
Piotr Sarnacki
b4ea261ee3 Delegate isLoaded in ArrayProxy on repos list 2013-01-22 01:58:20 +01:00
Piotr Sarnacki
2ca67e6b06 Bring back repo url, it's used in status images urls (closes #118) 2013-01-22 01:30:56 +01:00
Piotr Sarnacki
9052869f9f Remove class from log line number to make template simpler (closes #112) 2013-01-22 01:22:47 +01:00
Piotr Sarnacki
75035c9a63 Left margin should be added only to the statuses on the list 2013-01-19 18:59:24 +01:00
Sven Fuchs
f4fb1d14d4 add comment 2013-01-19 14:45:16 +01:00
Piotr Sarnacki
932cfb6499 Merge pull request #111 from nschonni/move-sponsor-sass
Slit out #main content sponsor Sass
2013-01-18 16:46:38 -08:00
Nick Schonning
36c5aa8ca4 Slit out #main content sponsor Sass 2013-01-18 19:41:43 -05:00
Piotr Sarnacki
aac84916e2 Compress javascripts directly to app.js in production mode 2013-01-19 01:24:18 +01:00