Commit Graph

114 Commits

Author SHA1 Message Date
Konstantin Haase
718bf96a87 owner page: fix API query to eager load repositories for all owners, not just organizations 2015-10-15 09:09:34 +02:00
Lisa P
9052ec133c fix test 2015-10-14 15:27:45 +02:00
Lisa P
2e39139da3 fix dashbaord after api cleanup, change some interaction elements 2015-10-14 14:57:39 +02:00
Lisa P
860e89dd86 fix owner page after api cleanup 2015-10-14 14:57:39 +02:00
Lisa P
7d6dd75bdf remove logic again because api takes care of it now 2015-10-14 14:57:39 +02:00
Lisa P
e80c022874 remove wrong sorting param 2015-10-14 14:57:39 +02:00
Lisa P
ebc7c5a1ed use different query more logic 2015-10-14 14:57:38 +02:00
Lisa P
8f61f49826 query for more branches if first call is not last page 2015-10-14 14:57:38 +02:00
Lisa P
3306e5a7e6 Merge pull request #398 from travis-ci/fix-404
Fix 404
2015-10-13 13:02:30 +02:00
Lisa P
3c2fbc067e make give 404 a matchable route and redirect from owner if necessary 2015-10-13 12:38:22 +02:00
Lisa P
7f57466484 set limit in branch query to 100 2015-10-09 14:52:09 +02:00
Lisa P
0d94c1b786 try to get redirect to 404 working 2015-10-06 21:07:24 +02:00
Lisa P
fbb30d120c fix owner page query 2015-10-05 23:31:59 +02:00
Lisa P
4ed60c5fbb change owner query and comment out transition 2015-10-05 22:50:09 +02:00
Lisa P
12ac35a123 fix double link in build tiles, better error message for owner 2015-10-05 22:44:29 +02:00
Lisa P
e4e29ff418 add component for landing page builds + styles 2015-10-05 17:26:45 +02:00
Lisa P
1a1fedfb74 fix last_branch fields on dashbaord 2015-09-29 15:23:44 +02:00
Lisa P
a964272df2 change some styles on dashboard 2015-09-22 17:49:11 +02:00
Lisa P
3ef64f0910 start redoing dashboard 2015-09-21 18:56:00 +02:00
Lisa P
d44f020dec fix tab highlighting 2015-09-18 12:13:18 +02:00
Lisa P
6d0067bdb0 Merge branch 'master' into branches-redux 2015-09-14 10:35:23 +02:00
Piotr Sarnacki
06c579c453 Merge pull request #394 from travis-ci/owner-route-error-handling
Add error handling for the owner route
2015-09-09 10:37:05 +02:00
Lisa P
fe67ce0882 work on branches templates 2015-09-08 17:48:47 +02:00
Lisa P
b3c966b245 toy around with branch requests 2015-09-07 18:09:39 +02:00
Lisa P
dda2051d57 commit current status 2015-09-07 15:53:14 +02:00
Piotr Sarnacki
13ce7f88bd Fix getting push access data on settings reload 2015-09-07 13:21:57 +02:00
Piotr Sarnacki
36058f79b9 Add error handling for the owner route 2015-09-07 11:45:58 +02:00
Piotr Sarnacki
8aac1c062d Rename sshKey to ssh_key for ember-data lookups 2015-09-02 13:17:29 +02:00
Lisa P
978b35b6ca check if user is signed in 2015-08-26 11:33:19 -04:00
Lisa P
d6fa74c8f6 authenticate owner request for realz 2015-08-26 11:11:12 -04:00
Lisa P
47d8951535 try to authenticate request if logged in/ on pro 2015-08-25 16:08:52 -04:00
Piotr Sarnacki
dd09b105ee Don't set needsAuth explicitly on owner apge, so the default is used 2015-08-19 12:40:01 +02:00
Lisa Passing
bc1db07901 fix duplicate owner name in document title on ownerpage 2015-08-12 11:11:28 +02:00
Piotr Sarnacki
e382d3015d We can get push access info from current user record 2015-08-07 13:05:30 +02:00
Piotr Sarnacki
759e56d7ba Change repos-list into a component 2015-08-05 13:11:57 +02:00
Lisa Passing
691e02d08f check for push permission in ssh key settings 2015-07-27 16:46:16 +02:00
Lisa P
6eb1405cea Merge pull request #374 from travis-ci/settings-glimmer
Settings glimmer
2015-07-23 13:48:45 +02:00
Lisa Passing
8891b325b3 fetch repo hook, but hide deactivate section for now 2015-07-22 15:05:27 +02:00
Piotr Sarnacki
271724f994 Implement concurrent builds limit in settings 2015-07-21 18:01:46 +02:00
Lisa Passing
e7aa74872d add general settings functionality 2015-07-21 17:24:18 +02:00
Lisa Passing
b32ce35a05 fix ssh-key displays 2015-07-20 17:11:59 +02:00
Lisa Passing
2accdd5626 try fetching ssh keys 2015-07-17 11:39:46 +02:00
Piotr Sarnacki
f4b9a3bbe2 Sign user out in the route after failed user request
Sign out should occur in the route after the request is performed.
Additionally, the error from refreshUserData needs to be handled in
route in order to not propagate to parent routes.
2015-07-16 15:20:19 +02:00
Lisa Passing
cb9c26d3a5 work on envvars 2015-07-14 15:54:19 +02:00
Lisa Passing
9bee539474 Merge branch 'master' into settings-glimmer 2015-07-14 11:24:55 +02:00
Lisa Passing
572804653c trying some thing in the settings route. No idea what I'm doing 2015-07-07 18:47:57 +02:00
Piotr Sarnacki
8a1d1b9be6 Don't use a legace /repositories endpoint for getting a key 2015-07-07 17:03:01 +02:00
Lisa Passing
2ebd6e893a add some styles for settings and new switches 2015-07-01 17:09:34 +02:00
Piotr Sarnacki
5ba541fb43 Use transitionTo instead of replaceWith on profile page 2015-07-01 09:35:21 +02:00
Piotr Sarnacki
b61b06620c Don't subscribe to common channel on landing page 2015-06-18 16:28:46 +02:00