Commit Graph

2728 Commits

Author SHA1 Message Date
Lisa Passing
879a6e9a94 make dashboard org dropdown a little wider 2015-03-02 12:33:45 +01:00
Lisa Passing
99d20b6335 hide inactive repos for now 2015-03-02 12:26:56 +01:00
Lisa Passing
074cf2d427 get dashboard sync button to work properly 2015-03-02 12:26:19 +01:00
Lisa Passing
48551e291c adjust alignment of loading indicator 2015-03-02 11:32:55 +01:00
Lisa Passing
3d8c7c3d56 add css animation loading indicator 2015-03-02 11:30:45 +01:00
Lisa Passing
29b3d8be88 style account sync buttons 2015-02-27 15:37:53 +01:00
Lisa Passing
faca83ba5f add org filter to dashboard, prepare sync button 2015-02-26 17:49:27 +01:00
Lisa Passing
35851ef34b dashboard: use same styles for create as for started 2015-02-26 15:28:13 +01:00
Lisa Passing
c3f697350a Merge branch 'dashboard-list' 2015-02-26 13:15:18 +01:00
Lisa Passing
c8891f8023 position loading button right 2015-02-26 13:12:48 +01:00
Lisa Passing
5180ca8211 decrease gap between restart and code climate btn 2015-02-26 12:10:43 +01:00
Piotr Sarnacki
f27ea4a193 Disable tailing when "To top" is clicked 2015-02-26 11:57:38 +01:00
Lisa Passing
a5cc2dd099 Merge branch 'master' of github.com:travis-ci/travis-web 2015-02-26 11:39:19 +01:00
Lisa Passing
7c913bbc58 bring back colors to the log! 2015-02-26 11:39:01 +01:00
Piotr Sarnacki
dfc4c9077d Fix favicon specs for async behaviour 2015-02-26 11:35:56 +01:00
Piotr Sarnacki
2cf1b5b679 Revert "Remove unneeded log related functions from repo-actions"
This reverts commit d6885fdaa1.

It seems that we still use some actions from there.
2015-02-26 11:33:32 +01:00
Piotr Sarnacki
c72db42231 Fix displaying restart build button 2015-02-26 11:32:08 +01:00
Piotr Sarnacki
d6885fdaa1 Remove unneeded log related functions from repo-actions 2015-02-26 11:31:51 +01:00
Piotr Sarnacki
d7e3cc09ec One more change for favicon manager
It seems that chrome works better with a slightly higher timeout and
when href is changed only in timeout
2015-02-26 11:19:22 +01:00
Piotr Sarnacki
3e6ec019b5 Merge pull request #336 from travis-ci/favicon-changing
Change favicon color based on the build state
2015-02-26 09:57:14 +01:00
Piotr Sarnacki
cf946d5da5 Merge pull request #335 from travis-ci/anchor-btn-to-log
Move log related buttons to the log area
2015-02-26 09:56:32 +01:00
Lisa Passing
39a15275a1 minimize white space gap on bigger screens 2015-02-25 17:07:33 +01:00
Piotr Sarnacki
32c6ee18d6 Add favicon pngs 2015-02-25 17:05:17 +01:00
Piotr Sarnacki
520361cb78 Set href on favicon <link> tag second time in a timeout
This somehow fixes chrome inconsistencies when changing favicon
2015-02-25 17:00:55 +01:00
Piotr Sarnacki
8087761c8a Generate datauris for favicons automatically rather than hardcoding them 2015-02-25 17:00:19 +01:00
Piotr Sarnacki
b96b776b02 Bump inline images to 0.0.4 2015-02-25 16:55:30 +01:00
Piotr Sarnacki
405cdd3dae Received state should also indicate not started build 2015-02-25 16:50:49 +01:00
Lisa Passing
ae7586c121 add custom message in log 2015-02-25 15:39:51 +01:00
Piotr Sarnacki
c20f5bb61a Add some tests for favicon manager and refactor it 2015-02-25 13:48:41 +01:00
Lisa Passing
a9155287c5 shift scroll log btn around a bit 2015-02-25 13:12:44 +01:00
Piotr Sarnacki
6bb53716a9 Add proper favicon data uris 2015-02-25 12:57:20 +01:00
Lisa Passing
bd4825f296 add new styles to log-scroll-btn 2015-02-25 12:43:49 +01:00
Piotr Sarnacki
89b782957e Add ability to run dev ruby server with SSL 2015-02-25 12:00:41 +01:00
Piotr Sarnacki
d896d673a8 Merge pull request #334 from travis-ci/allow-cancel-if-there-are-cancelable-jobs
Allow cancel if there are cancelable jobs
2015-02-25 11:53:12 +01:00
Piotr Sarnacki
e189bc607b Allow to cancel build if any of the jobs can be cancelled 2015-02-25 11:52:55 +01:00
Piotr Sarnacki
7c3ea5b7bc Fix subscribing to private channels
This was a combination of 2 bugs:

* we didn't do deep_merge on config in ruby app, so
  that any nested properties set in the javascript app would be
  overwritten
* channelPrefix was not properly set for Travis CI Pro
2015-02-25 11:43:19 +01:00
Josh Kalderimis
0d0b484954 Merge branch 'anchor-btn-to-log' into dashboard-list
Conflicts:
	app/templates/top.hbs
2015-02-25 09:08:52 +13:00
Lisa Passing
a65c0b8aa1 re-do org selector styles 2015-02-24 17:31:36 +01:00
Piotr Sarnacki
e8ad482434 Make favicon work properly when viewing job
Current implementation of controllers makes it hard to implement favicon
changes outside of build/job controllers. The problem is that if a job
is viewed, both controller are populated, which means they will both
send state change events to change favicon. This commit adds a check for
build controller, which allows to disable state change events when we're
viewing a job
2015-02-24 16:51:37 +01:00
Piotr Sarnacki
acb70dcac7 First stab at changing favicon based on build or job state 2015-02-24 16:20:56 +01:00
Lisa Passing
f599723bf2 finish new buttons
add :focus styles

cleanup log styles a bit, remove ids form css

trying to add actions

finish new buttons
2015-02-24 16:10:56 +01:00
Piotr Sarnacki
203302bd63 Fix remove log button popup 2015-02-24 15:51:36 +01:00
Lisa Passing
e4a58787f4 trying to add actions 2015-02-24 15:51:36 +01:00
Lisa Passing
101fbc3021 cleanup log styles a bit, remove ids form css 2015-02-24 15:51:36 +01:00
Lisa Passing
8c1e52dd13 prepare log header 2015-02-24 15:51:36 +01:00
Piotr Sarnacki
788e624646 Properly set legal urls 2015-02-24 13:06:58 +01:00
Lisa Passing
94aea59450 prepare org filter markup and styles 2015-02-23 17:51:41 +01:00
Lisa Passing
26ffa632f1 make active repos dynamic again 2015-02-23 17:34:28 +01:00
Lisa Passing
5d41629672 fix alignment fox starred tiles if n >2 2015-02-23 17:15:45 +01:00
Lisa Passing
3df0b1d3d7 cleanup css a little 2015-02-23 17:09:34 +01:00