Commit Graph

3184 Commits

Author SHA1 Message Date
Lisa Passing
d32fe183ad cleanup some top styles 2015-05-18 15:00:52 +02:00
Piotr Sarnacki
d398f468b8 Fix show-more button 2015-05-12 18:32:53 +02:00
Piotr Sarnacki
b9cf051575 Show proper layout for owner's loading page 2015-05-12 17:24:16 +02:00
Lisa Passing
2700bc9557 fix running build as far as possible right now 2015-05-12 14:45:30 +02:00
Lisa Passing
1fb4a868be fix owner routes and tabs 2015-05-12 14:45:30 +02:00
Lisa Passing
ff107384c2 add owner stuff 2015-05-12 14:45:30 +02:00
Konstantin Haase
4d519f145a Revert "add eventType as an attribute, include api builds to the history"
This reverts commit 5e1dd9a83b.
2015-05-12 12:35:41 +02:00
Piotr Sarnacki
93373e89ee Enable polling for tests 2015-05-12 10:02:47 +02:00
Piotr Sarnacki
234572f8a6 Disable ajax polling for now 2015-05-12 09:38:29 +02:00
Piotr Sarnacki
ce64132de1 Pass repo to job components from the build template
It seems that when repo object on job is not instantiated it can error
out when trying to use slug along with slug. Before I dig deeper into
this, the easy fix is to pass repo from the top, because on repo view
it's loaded already.
2015-05-11 15:34:35 +02:00
Piotr Sarnacki
5c24778394 Properly deregister polling hook when there's no models to poll 2015-05-11 14:56:36 +02:00
Lisa Passing
f9fcd3888c fix owner page owner name thing 2015-05-11 14:18:20 +02:00
Lisa Passing
f697278527 Merge branch 'fix_first_sync' 2015-05-11 13:53:55 +02:00
Lisa Passing
621481cdfc fix alignment for profile hooks without admin rights 2015-05-11 13:53:37 +02:00
Lisa Passing
a26dd329de fix alignment for profile hooks without admin rights 2015-05-11 13:48:50 +02:00
Lisa Passing
38c90b53f0 refactor first_sync 2015-05-11 12:37:56 +02:00
Lisa Passing
44bff4571e remove more unused styles and adjust sticky footer height 2015-05-11 12:37:56 +02:00
Lisa Passing
c817cd5ed3 remove unused style files 2015-05-11 12:37:56 +02:00
Lisa Passing
cc98163686 change simple layout to be centered 2015-05-11 12:37:55 +02:00
Lisa Passing
9c4bee76f5 add first_sync styles 2015-05-11 12:37:55 +02:00
Lisa Passing
b04cf65485 fix tabnav sidebar 2015-05-11 12:36:46 +02:00
Piotr Sarnacki
dfbd1cab2c Merge pull request #350 from travis-ci/ajax-polling
Ajax polling
2015-05-11 12:15:39 +02:00
Piotr Sarnacki
22ac301149 Fix hook error styling 2015-05-07 13:49:23 +02:00
Piotr Sarnacki
e2db99c7fd Make polling tests more reliable with longer timeouts
I was using a very short polling interval of 10ms for testing polling
mixin. This lets a little room for any timing problems, which may happen
with setTimeout or setInterval. Increasing it to 20ms hopefully can make
it more reliable.
2015-05-07 13:49:22 +02:00
Piotr Sarnacki
a85f0ebc9f Add tests for polling service and mixin 2015-05-07 13:49:22 +02:00
Piotr Sarnacki
b27977baaa Make polling play nice with promises 2015-05-07 13:49:22 +02:00
Piotr Sarnacki
f8390b8f82 Fix tests 2015-05-07 13:49:22 +02:00
Piotr Sarnacki
29c95a4180 Poll for build on job tab
Build has also job's data, so it will get more info with not much
overhead.
2015-05-07 13:49:22 +02:00
Piotr Sarnacki
984dd2328e Also observe current repository for ajax polling 2015-05-07 13:49:21 +02:00
Piotr Sarnacki
193a005434 Remove some deprecations 2015-05-07 13:49:21 +02:00
Piotr Sarnacki
a4a75912b0 Implement ajax polling for things that are visible on the screen
We sometimes miss pusher updates, which started to be more common
lately. Until we investigate what's going on, this should be a good
workaround for keeping UI in sync with the DB.
2015-05-07 13:49:21 +02:00
Piotr Sarnacki
a304ce2640 Fix requests page 2015-05-07 13:07:00 +02:00
Piotr Sarnacki
e217335f2d Quote action names in templates 2015-05-07 12:51:23 +02:00
Piotr Sarnacki
971691852f Merge pull request #349 from travis-ci/ember-1.11.3
Update Ember to 1.11.3
2015-05-07 12:18:18 +02:00
Konstantin Haase
870c6703b1 Merge pull request #352 from travis-ci/sf-include-api-builds
Add eventType as an attribute, include api builds to the history
2015-05-06 17:19:15 +02:00
Sven Fuchs
5e1dd9a83b add eventType as an attribute, include api builds to the history 2015-05-06 15:30:57 +02:00
Lisa Passing
2751d8878e more space for titles, bring back border-radius for profile images 2015-05-06 12:17:43 +02:00
Piotr Sarnacki
bfb4946df8 Show caches also if there're no caches for push builds
This commit fixes caches view to show caches also if only PR caches
exist. Previous version checked for pushes only.
2015-05-06 11:34:02 +02:00
Lisa Passing
1fc1fdadfa more space for owner name 2015-05-05 17:19:32 +02:00
Piotr Sarnacki
95c91786ac Revert "Move owner's page under main route"
This reverts commit ee4eb418ef.
2015-05-05 15:42:59 +02:00
Piotr Sarnacki
5229dc9fef Revert "Fix sidebar for logged in users"
This reverts commit 8c07e4ec7a.
2015-05-05 15:42:58 +02:00
Piotr Sarnacki
141015b583 Revert "Don't show sidebar on owner's page"
This reverts commit 7b7b16e57f.
2015-05-05 15:42:54 +02:00
Piotr Sarnacki
7b7b16e57f Don't show sidebar on owner's page 2015-05-05 15:37:43 +02:00
Piotr Sarnacki
8c07e4ec7a Fix sidebar for logged in users 2015-05-05 15:20:57 +02:00
Lisa Passing
661b16255b set document title on owner pages 2015-05-05 14:46:53 +02:00
Lisa Passing
7373d47b14 fix broken caches list on firefox 2015-05-05 14:28:56 +02:00
Lisa Passing
55a9eaf7b3 Merge branch 'master' of github.com:travis-ci/travis-web 2015-05-05 14:21:49 +02:00
Lisa Passing
0557f17cfa remove border radius on owner profile 2015-05-05 14:21:40 +02:00
Piotr Sarnacki
ee4eb418ef Move owner's page under main route
That way we don't rerender the entire layout each time we change route
under "main"
2015-05-05 14:21:24 +02:00
Lisa Passing
1801645ddd use the config thing instead 2015-05-05 13:50:31 +02:00