Lisa Passing
d687ebe01a
bring back old things
2015-05-28 15:40:49 +02:00
Lisa Passing
275f8f14b2
trying some api things
2015-05-28 15:40:49 +02:00
Lisa Passing
d08e70f6cf
more dashboard updates
2015-05-28 15:40:49 +02:00
Lisa Passing
08e53b6aee
start dashboard update
2015-05-28 15:40:48 +02:00
Lisa Passing
064f414da7
create loading-indicator component and replace all instances of the non-component
2015-05-28 13:52:44 +02:00
Piotr Sarnacki
1b1dbe3d15
Revert "Update ember-data to 1.0.0-beta.17"
...
This reverts commit 2d0cd7e44f
.
2015-05-20 13:09:05 +02:00
Piotr Sarnacki
4b8900be0a
Bring back proper HTML for running jobs item
2015-05-20 13:07:22 +02:00
Piotr Sarnacki
2d0cd7e44f
Update ember-data to 1.0.0-beta.17
2015-05-20 11:53:30 +02:00
Piotr Sarnacki
697f3bc56c
Merge pull request #356 from travis-ci/small_fixes
...
Small fixes
2015-05-19 16:15:25 +02:00
Lisa Passing
3d21fd88a7
change irc link to chat.travis
2015-05-19 11:47:06 +02:00
Lisa Passing
4559a8441f
remove outline from logo
2015-05-19 11:28:42 +02:00
Lisa Passing
621b5750f0
fix committer has author avatar issue
2015-05-18 15:59:54 +02:00
Lisa Passing
0b658dab73
fix typo on getting_started
2015-05-18 15:28:08 +02:00
Lisa Passing
d32fe183ad
cleanup some top styles
2015-05-18 15:00:52 +02:00
Piotr Sarnacki
ac6d6037f9
Make favicon colors in line with UI state colors
2015-05-18 14:09:23 +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