Lisa P
0570a86035
add empty href to caches-item otherwise iOS does not fire tab event
2016-01-25 18:29:32 +01:00
Lisa P
2882c8ca96
add empty href otherwise iOS does not fire a tap event correctly
2016-01-25 15:25:33 +01:00
Piotr Sarnacki
069f7ddbeb
Fix displaying no-builds and not-active errors
...
This commit unifies the behaviour of displaying no-builds and not-active
errors for repo and fixes the error when user can't access repo settings
when the project is not active.
2016-01-21 16:35:36 +01:00
Lisa P
add716945f
Merge pull request #436 from jasonkarns/patch-2
...
Fix grammatical error for finished job duration
2016-01-21 14:05:50 +01:00
Piotr Sarnacki
2d0aee4e68
Fix status images popup
...
After recent refactorings status images popup started to fetch branches
info whenever a repo page was opened, resulting in additional HTTP
requests. Furthermore, because of a way we load branches, it could
result in builds view displaying very old builds, because in API V2 we
essentially download last build for each branch for branches request.
This commit fixes the situation in 2 ways:
1. We wait with downloading branhes till the popup is open
2. We use a V3 requests to download branches and we don't put that data
into the store
2016-01-18 13:14:28 +01:00
Piotr Sarnacki
b0df09fb22
Fix displaying no-builds message with an index view
2016-01-15 15:43:29 +01:00
Jason Karns
a7e2099829
Fix grammatical error for finished job duration
...
While a job is running, on the job status view, the duration is labeled: "Running for x sec". When the job finishes, 'Running' is swapped for 'Total time'. But "Total time for x sec" doesn't make any sense. the " for" should be part of the conditional with "Running"
2016-01-14 14:03:41 -05:00
Piotr Sarnacki
c70ed06848
Fix sorting on builds list
2016-01-14 15:40:06 +01:00
Piotr Sarnacki
0a872e25a7
Fix showing running jobs
...
When I changed tabs-list-view to be a component I missed the fact that
config is not registered for components, which resulted in not showing
the running jobs tab at all. This commit fixes the situation.
2016-01-14 14:04:29 +01:00
Piotr Sarnacki
c96a4602cd
Merge pull request #432 from travis-ci/ps-remove-deprecations
...
Remove deprecations in preparation for 2.x update
2016-01-14 11:37:41 +01:00
Piotr Sarnacki
fb1b820837
[deprecations] Remove all of the views from the app
2016-01-13 11:26:30 +01:00
Piotr Sarnacki
21f25cd2bf
[deprecations] Remove all of the views from the app
2016-01-12 16:55:22 +01:00
Piotr Sarnacki
c3ef9ac5d9
[deprecations] Remove all of the views we use just for layouts
2016-01-12 16:55:22 +01:00
Lisa P
6eed891a1a
show build number on hover in branch tiles
2016-01-12 13:10:15 +01:00
Lisa P
b8f8071f98
add image descriptions
2016-01-07 14:33:34 +01:00
Lisa P
253a56f47d
not use view in accounts
2016-01-07 14:22:39 +01:00
Piotr Sarnacki
39cf0b3044
[deprecations] Don't use ArrayController
2016-01-07 11:22:40 +01:00
Piotr Sarnacki
6ee82c0cf8
Merge pull request #426 from travis-ci/lp-whitelist-info
...
add link to docs on requests if branch is gh-pages
2016-01-06 11:26:09 +01:00
Piotr Sarnacki
f4aa705b51
Merge pull request #427 from travis-ci/fix-displaying-last-synced-at
...
Fix displaying synced at time on the profile page
2016-01-05 14:57:37 +01:00
Piotr Sarnacki
341296aaaa
Merge pull request #418 from travis-ci/lp-mobile-log
...
Mobile log
2016-01-05 14:55:52 +01:00
Piotr Sarnacki
01bcfb8a8c
Merge pull request #424 from travis-ci/lp-accessible-jobslist
...
add aria-labels to jobs-item
2016-01-05 14:51:21 +01:00
Lisa P
8d2ca774d0
fix template logic if job has not yet started
2016-01-05 14:20:23 +01:00
Lisa P
f445690fb5
refactor a lot of buttons so toggle log looks more consistent
2016-01-05 14:20:23 +01:00
Lisa P
10b0c62fc2
make log toggle on mobile
2016-01-05 14:15:25 +01:00
Lisa P
8e2b3a86c6
feature flag Build
2016-01-05 13:57:14 +01:00
Lisa P
5a0618b22e
bring back branch name
2016-01-05 13:35:29 +01:00
Lisa P
f5211f1fdc
add aria-labels to jobs-item
2016-01-05 12:56:26 +01:00
Lisa P
7aa77b4f6f
add link to docs on requests if branch is gh-pages
2016-01-05 12:43:09 +01:00
Piotr Sarnacki
00d448c231
Fix displaying synced at time on the profile page
2016-01-05 12:31:12 +01:00
Jonas Weber
ab54733723
Show author name and author avatar on builds list
2016-01-04 12:18:33 +01:00
Jonas Weber
9e94643dc4
Calculate actual avatar URL in model
...
repeated logic for Gravatar fallback
2016-01-04 12:18:01 +01:00
Piotr Sarnacki
4e720519fe
Revert "Merge branch 'thriqon-bug-author-committer'"
...
This reverts commit ac576077ab
, reversing
changes made to f9263fc8f3
.
2016-01-04 12:14:44 +01:00
Jonas Weber
83bb882475
Show author name and author avatar on builds list
2016-01-04 11:53:20 +01:00
Jonas Weber
8abc24f04b
Calculate actual avatar URL in model
...
repeated logic for Gravatar fallback
2016-01-04 11:50:10 +01:00
Piotr Sarnacki
573ebfd406
Fix status image popup
...
While fixing deprecations a `propertyBinding="foo"` calls were changed
into `property="foo"` calls, which should be `property=foo`. Otherwise
`foo` is treated as a string.
2016-01-04 11:41:50 +01:00
Lisa P
8cf9be6adc
refactor some of the icon styles an usages
2016-01-04 11:41:50 +01:00
Lisa P
d95e34484f
remove old repos templates
2015-12-22 11:13:10 +01:00
Lisa P
b4a8dc5707
remove jobs template
2015-12-22 11:13:03 +01:00
Lisa P
a941bc867a
remove label helper
2015-12-22 11:12:57 +01:00
Lisa P
79c8e97f51
remove events file
2015-12-22 11:12:52 +01:00
Lisa P
90675b1380
remove annotations
2015-12-22 11:12:38 +01:00
Lisa P
7eef434c67
delete unused accounts files
2015-12-22 11:12:32 +01:00
Lisa P
b99dc5ee59
refactor accounts, pt2
2015-12-22 11:12:25 +01:00
Lisa P
875ff4fb44
rearrange templates, start unifying avatar
2015-12-22 11:12:19 +01:00
Lisa P
201a37aa70
refactor accounts, pt1
2015-12-22 11:12:12 +01:00
Lisa P
8c9f92062d
refactor cta subscription button to component, remove deprecation
2015-12-22 11:07:44 +01:00
Lisa P
bae81542b9
update more deprecated syntax
...
update input action handling
2015-12-22 11:07:35 +01:00
Lisa P
d18715858f
switch to new each helper syntax
2015-12-22 11:07:07 +01:00
Piotr Sarnacki
2e2d2ae81b
Feature flag API V3
2015-12-17 12:39:17 +01:00
Piotr Sarnacki
598f6a02fb
Don't show default branch in inactive branches
2015-12-10 12:12:42 +01:00