Lisa P
9370b4b7be
fix some display bugs
2015-08-28 17:00:51 -04:00
Lisa P
c5fa70776b
add the branches things
2015-08-28 16:28:47 -04:00
Lisa P
cecd09fa99
work on branch coloring and things
2015-08-27 20:35:26 -04:00
Lisa P
05b22c40e0
start implementing new branches
2015-08-27 17:42:45 -04:00
Lisa P
58f540457b
Merge pull request #392 from travis-ci/fix-owner-on-magnum
...
Authenticate owner request
2015-08-26 13:14:08 -04: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
6ef0c1af96
use data from model like Piotr said
2015-08-26 10:00:24 -04:00
Lisa P
33c439a928
display right account name, but only in slug form
2015-08-25 18:00:51 -04:00
Lisa P
c0fe47f2c1
delete some templates that are not used anymore
2015-08-25 18:00:03 -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
Piotr Sarnacki
aa22f7bb61
Change repos-empty view to a component
2015-08-19 12:28:07 +02:00
Piotr Sarnacki
da10f0a839
Fix popup open
2015-08-19 11:23:30 +02:00
Piotr Sarnacki
1f7f75b32c
Auth is not a service, so for now inject auth into components as well
2015-08-19 11:22:04 +02:00
Piotr Sarnacki
eec378116f
Don't insert parts when log is not inDOM
2015-08-18 15:53:42 +02:00
Piotr Sarnacki
86cd0f8a13
Fix switching log when redirecting without changing routes
...
When the log changes, but without a route change (like when you switch
from one job to another job), we need to properly clean up and set up a
new log. The best way I figured out is to do it in didUpdateAttrs hook,
but only when the log actually changes. In such situation the old and
the new log should be past to teardown and setup functions.
2015-08-18 14:21:02 +02:00
Piotr Sarnacki
ee52beaa10
Fix log
...
After update to glimmer log started to be rendered incorrectly, with log
lines being inserted in the wrong places. I'm not sure what's the
underlying problem, but rewriting to components seems to fix the issue.
Since views are deprecated anyway I'm not going to investigate the
problem deeper.
2015-08-18 10:41:10 +02:00
Lisa P
9053a1e379
make sure owner avatar and github url change
2015-08-17 18:01:35 +02:00
Lisa P
9aee4fd4b8
Merge pull request #389 from travis-ci/ownerpage-newstyle
...
Ownerpage newstyle
2015-08-17 17:51:59 +02:00
Lisa P
144c3cd4f8
omg add, little animation
2015-08-17 17:34:54 +02:00
Lisa P
3d1cbdd1d8
add tractor illustration
2015-08-17 16:26:38 +02:00
Lisa P
11b5e2f024
add animated booting state icon to ownerpage
2015-08-17 11:32:22 +02:00
Lisa P
73d5024e06
remove unnecessary new line
2015-08-17 10:47:18 +02:00
Lisa P
e4b689b0d5
display actiavte options on not-active of if user has pushPermissions
2015-08-17 10:15:09 +02:00
Lisa P
75ce90fc03
check for lastBuildId and only display not-active if it is false
2015-08-14 16:58:06 +02:00
Lisa P
fa27fae524
remove even more styles
2015-08-14 14:53:00 +02:00
Lisa P
1233890a5a
remove more unused styles
2015-08-14 14:47:10 +02:00
Lisa P
8341b2c1cd
fix some crossbrowser inconsistencies
2015-08-14 14:45:27 +02:00
Lisa P
073fd3feac
slightly tweak copy on no-repos
2015-08-13 14:59:04 +02:00
Lisa P
6de92f20d9
add component for no repositories notice
2015-08-12 15:59:32 +02:00
Lisa P
7e68915ede
disable /:owner/running route for now
2015-08-12 15:58:55 +02:00
Lisa P
110c17d2c4
Merge pull request #390 from travis-ci/noscript-notice
...
add simple noscript notice
2015-08-12 11:21:18 +02:00
Lisa P
79eb530270
Merge pull request #388 from travis-ci/lp-no-builds
...
No builds/ not activated
2015-08-12 11:20:22 +02:00
Lisa Passing
bc1db07901
fix duplicate owner name in document title on ownerpage
2015-08-12 11:11:28 +02:00
Lisa Passing
5736dbfe4b
add more space
2015-08-12 10:56:18 +02:00
Lisa Passing
98d9476b7a
link from repo header to ownerpage
2015-08-12 10:54:59 +02:00
Lisa Passing
0238eb18b1
add noscript tag to index
2015-08-11 17:52:01 +02:00
Lisa Passing
351cb909b6
add backgroundcolor to owner avatar in case we get transparent bg avatars
2015-08-11 17:13:32 +02:00
Lisa Passing
0cea3d43a6
add responsive styles to owner page list
2015-08-11 16:51:29 +02:00
Lisa Passing
b4c6edf72c
Merge branch 'master' into ownerpage-newstyle
2015-08-11 16:16:26 +02:00
Lisa Passing
d8f2758e31
new ownerpage style
2015-08-11 16:00:25 +02:00
Piotr Sarnacki
db93e755d6
Fix build and jobs tabs
2015-08-11 14:51:40 +02:00
Lisa Passing
97463e6320
write repository consistently in lower case
2015-08-11 13:52:34 +02:00
Lisa Passing
2ebba3e774
bring back navigation toggle
2015-08-11 13:44:03 +02:00
Lisa Passing
a2e78bb058
take out trigger build via api because it doesn't work
2015-08-10 19:11:32 +02:00
Lisa Passing
a6f18ab19c
Merge branch 'master' into lp-no-builds
2015-08-10 18:53:03 +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
8e5d40029a
Merge pull request #386 from travis-ci/ember-1.13.6
...
Ember 1.13.6
2015-08-06 14:30:14 +02:00
Piotr Sarnacki
a0ca1ec66b
Change running jobs and queue into components
2015-08-06 13:58:14 +02:00
Piotr Sarnacki
8c35e42b2b
Fix show more button by changing it into component
2015-08-06 12:05:44 +02:00
Piotr Sarnacki
7e59794571
Fix log clearing after job restart
...
In glimmer world rerender doesn't work as before and since we manage log
element manually, we need to also clear it manually and reset the log
properly
2015-08-06 11:34:25 +02:00
Piotr Sarnacki
daeb5fa056
Refactor repo tools to use components
2015-08-06 11:09:41 +02:00
Piotr Sarnacki
c0f2416703
Debounce limit concurrent builds input in settings
2015-08-05 15:04:56 +02:00
Piotr Sarnacki
5ad61f1968
Merge pull request #384 from travis-ci/remove-visibility-api-from-pusher
...
Remove Visibility API usage from Pusher
2015-08-05 13:34:56 +02:00
Piotr Sarnacki
457f66b91f
Remove Visibility API usage from Pusher
2015-08-05 13:13:44 +02:00
Piotr Sarnacki
759e56d7ba
Change repos-list into a component
2015-08-05 13:11:57 +02:00
Lisa Passing
9efa886d01
remove animation for now
2015-08-03 18:01:40 +02:00
Lisa Passing
86aea340eb
try some animations
2015-08-03 11:28:30 +02:00
Lisa Passing
f41babc783
remove more legacy styles
2015-07-30 17:34:18 +02:00
Lisa Passing
5b361a49ef
initial attempt to trigger the first build of a repo through api
2015-07-29 16:07:31 +02:00
Lisa Passing
d15d35a9ff
change logic of displaying noPR builds message
2015-07-29 12:13:31 +02:00
Lisa Passing
72b214e5b8
group elements in wheelbarrow svg
2015-07-28 17:11:20 +02:00
Lisa Passing
0059a34daa
inline loading indicator on profile hooks
2015-07-28 15:59:56 +02:00
Lisa Passing
8bc1d4ad33
display wheelbarrow notice if repo is not active
2015-07-28 15:57:40 +02:00
Lisa Passing
163ad2a6dd
add not-active component
2015-07-28 15:20:50 +02:00
Lisa Passing
8795a932d0
Merge branch 'master' into lp-no-builds
2015-07-28 14:31:31 +02:00
Lisa Passing
b9434e5baf
fix another too dark border
2015-07-28 13:08:05 +02:00
Lisa Passing
0f39e6fb7a
Merge branch 'master' into lp-ssh-key-permissions
2015-07-28 12:29:06 +02:00
Lisa Passing
584977e97d
Merge branch 'master' into lp-ssh-key-permissions
2015-07-28 12:15:08 +02:00
Lisa Passing
42ee11263e
Merge branch 'master' into booting-state
2015-07-28 11:48:06 +02:00
Lisa Passing
4c28a41dff
tweak tooltip
2015-07-28 11:31:03 +02:00
Lisa Passing
eeeb64d29a
tweak position of help button
2015-07-28 11:06:01 +02:00
Lisa Passing
2d34fc0252
group no-build-svg elements and alter message on PR tab
2015-07-27 18:45:18 +02:00
Lisa Passing
5ec89df59e
Merge branch 'master' into booting-state
2015-07-27 17:10:23 +02:00
Lisa Passing
023293de8a
change help link on limit concurrency settings from blog post to docs
2015-07-27 17:05:51 +02:00
Lisa Passing
ff9813f200
Merge branch 'master' into lp-ssh-key-permissions
2015-07-27 16:50:38 +02:00
Lisa Passing
691e02d08f
check for push permission in ssh key settings
2015-07-27 16:46:16 +02:00
Lisa Passing
db72c54bc4
take out debugger
2015-07-27 11:09:51 +02:00
Lisa Passing
63d8db4692
switch from svg to css animation
2015-07-23 17:35:58 +02:00
Lisa Passing
e6fd028a6e
Merge branch 'master' into booting-state
2015-07-23 16:38:40 +02:00
Lisa Passing
ac6c73a340
add inline styles to switch
2015-07-23 15:13:57 +02:00
Lisa Passing
a052278bda
make it a icon switch
2015-07-23 14:55:30 +02:00
Lisa Passing
cf7849a446
fix missing styles on hooks without admin rights
2015-07-23 14:54:20 +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
14ac3872c3
moving feedback button a bit more to the left
2015-07-23 12:38:53 +02:00
Lisa Passing
dac21f6164
show legacy note first, then job not yet started notice
2015-07-23 12:37:23 +02:00
Lisa Passing
6578e8b3ce
don't let fingerprints get cut off
2015-07-23 12:24:40 +02:00
Lisa Passing
d2abeb6841
even less tooltip line height
2015-07-22 17:23:47 +02:00
Lisa Passing
4ca636caf1
decrease font-size on tooltips, rearrange settings switches, more spacing between settings sections
2015-07-22 17:15:05 +02:00
Lisa Passing
183b4bf966
remove weird bpoxshadow in Firefox
2015-07-22 15:32:03 +02:00
Lisa Passing
8891b325b3
fetch repo hook, but hide deactivate section for now
2015-07-22 15:05:27 +02:00
Lisa Passing
4ba671542a
nudge some tooltip pixels
2015-07-22 13:08:37 +02:00
Lisa Passing
bed880019f
add help icon to concurrency build setting
2015-07-22 12:51:03 +02:00
Lisa Passing
0efcaabc62
push some pixels on settings
2015-07-22 11:30:32 +02:00
Piotr Sarnacki
868995bf09
Move concurrent build limit flow into a component
2015-07-22 10:55:23 +02:00
Lisa Passing
7817cd47e4
add bg-color to default btn styles
2015-07-22 10:48:50 +02:00
Lisa Passing
7652f9b5b0
some styles for switches
2015-07-21 18:51:30 +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