Commit Graph

3219 Commits

Author SHA1 Message Date
Lisa Passing
1cdd447ae6 please the vertical alignment police 👮🚓🚨 2015-06-11 16:16:51 +02:00
Lisa Passing
afe34223bd fix spacing on public repo pages 2015-06-11 16:11:47 +02:00
Lisa Passing
d252a0657a remove old loading styles 2015-06-10 12:32:04 +02:00
Lisa Passing
acc1b490b3 Merge branch 'master' of github.com:travis-ci/travis-web 2015-06-10 12:31:08 +02:00
Lisa Passing
6552418e4b add border-radius to langing page tiles 2015-06-10 12:31:04 +02:00
Piotr Sarnacki
5f37bcb312 Query for repos on landing page right away 2015-06-10 12:19:13 +02:00
Piotr Sarnacki
648d7579e4 Use less expensive endpoints for getting repos with last builds
We display a few recently built repos on landing page. Till now it was
using quite expensive endpoint "/repos". This commit changes it to get
last builds from builds endpoint and then fetch repositories by ids.
2015-06-10 11:32:06 +02:00
Lisa Passing
6b6f0a6994 use old top value 2015-06-04 11:36:02 +02:00
Lisa Passing
db8b70848d fix landing page tiles 2015-06-04 11:31:23 +02:00
Piotr Sarnacki
950cb45a7c Fix settings menu 2015-06-02 12:33:48 +02:00
Piotr Sarnacki
410f4730bb Merge pull request #354 from travis-ci/removing-deprecations
Removing deprecations
2015-06-02 11:48:54 +02:00
Piotr Sarnacki
f8470cd231 Add some more tests for requests-item component, fix builds-item tests 2015-06-02 11:44:14 +02:00
Piotr Sarnacki
e1bb8a2e41 Settings controller doesn't need to be ObjectController 2015-06-02 11:16:04 +02:00
Piotr Sarnacki
81264689f8 Change requests items to use components 2015-06-02 11:16:04 +02:00
Piotr Sarnacki
d2dd744811 Remove unused controllers 2015-06-02 11:16:04 +02:00
Piotr Sarnacki
4201b81fe8 Change CurrentUserController to Controller 2015-06-02 11:16:04 +02:00
Piotr Sarnacki
394e9ce11b Change account to Controller 2015-06-02 11:16:04 +02:00
Piotr Sarnacki
8b333c09fa Extract builds-item as a component to not use itemController 2015-06-02 11:16:04 +02:00
Piotr Sarnacki
e9736dfda9 Add ssl certs for localhost, for ssl testing 2015-06-02 11:15:36 +02:00
Lisa Passing
e8da85562c add some scrolling to click on sidebar 2015-06-01 12:53:15 +02:00
Lisa Passing
7229e068c5 cleanup some dashbaord images 2015-05-28 15:40:49 +02:00
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