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
99b7ce4a9d
Add missing semicolon
2016-01-14 11:28:25 +01:00
Piotr Sarnacki
ee5f842d51
Fix adding ssh key
2016-01-13 11:25:45 +01:00
Piotr Sarnacki
13d2eba016
[deprecations] Remove the need to use beforeObserver in job-log component
2016-01-12 18:27:24 +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
Piotr Sarnacki
4b71704b1c
[deprecations] Don't use second argument in a property
...
This makes Ember.js think that we're trying to use the property as
setter and it's deprecated
2016-01-07 11:18:05 +01:00
Piotr Sarnacki
e7ca2c8bfe
[deprecations] Use Store#unloadRecord instaed of Store#dematerializeRecord
2016-01-07 11:18:05 +01:00
Piotr Sarnacki
a6087d4fcd
[deprecations] Use Component#_state instead of Component#state
2016-01-07 11:18:00 +01:00
Piotr Sarnacki
03332a8654
[deprecations] Don't run Ember.set directly in didInsertElement
2016-01-07 10:40:14 +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
Lisa P
5bf4e4ffe4
make isGHPages a proper property
2016-01-05 15:01:38 +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
Lisa P
1233eba3e8
fix log
2016-01-05 14:44:27 +01:00
Lisa P
10b0c62fc2
make log toggle on mobile
2016-01-05 14:15:25 +01:00
Lisa P
4edd1feaad
remove coffee file
2016-01-05 13:25:48 +01:00
Lisa P
f5211f1fdc
add aria-labels to jobs-item
2016-01-05 12:56:26 +01:00
Lisa P
dbd124852d
remove coffee file
2016-01-05 12:44:08 +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
737685a7c0
Fix ajax callbacks after javascript conversion
2016-01-04 13:15:15 +01:00
Piotr Sarnacki
e60b0a0224
Fix jshint errors after conversion to JS
2016-01-04 13:15:15 +01:00
Piotr Sarnacki
fafaf65043
Convert project to JavaScript
2016-01-04 13:15:14 +01:00
Jonas Weber
e27a19101d
Drop unneeded imports for gravatarImage
2016-01-04 12:19:14 +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
b68ae942a6
Drop unneeded imports for gravatarImage
2016-01-04 11:54:18 +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
ae704df6bf
Use el.innerHTML = ''; instead of $(el).empty()
...
It turns out that jQuery's empty method can be really slow in Firefox,
which can freeze the browser when cleaning the log.
2016-01-04 11:41:50 +01:00
Piotr Sarnacki
f6b95a9a9a
Convert log-content component to js
2016-01-04 11:41:50 +01:00
Lisa P
79c8e97f51
remove events file
2015-12-22 11:12:52 +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
Piotr Sarnacki
2e2d2ae81b
Feature flag API V3
2015-12-17 12:39:17 +01:00
Piotr Sarnacki
b950b60c64
Fix committer and author in build header
2015-12-10 09:39:05 +01:00
Piotr Sarnacki
0d9755489f
Sort repos in repos controller, not in the component
...
We rely on the order of repositories when we set current repo on the
main page. That's why we need to do sorting in the controller.
2015-12-08 10:18:08 +01:00
Piotr Sarnacki
a56e4a39c3
Fix sorting on the left sidebar
2015-12-08 10:18:07 +01:00
Piotr Sarnacki
8de314e943
Sort repos in repos-list component, not in controller
2015-12-08 10:18:02 +01:00
Piotr Sarnacki
47439657a1
Use lastBuild from defaultBranch on repository
...
One thing that is not standard here is a serializer for branch, which
uses @href as id. At this point branches don't have ids and ember-data
needs one, so using @href is the easiest way.
2015-12-08 10:18:02 +01:00
Piotr Sarnacki
5cf1cbba6b
Move ajax and auth into services
2015-12-08 10:18:02 +01:00
Lisa P
d78ec1a438
fix commit link in build header
2015-12-03 12:32:48 +01:00
Lisa P
576409ba1e
add elapsed time
2015-12-02 16:13:28 +01:00
Lisa P
9baadcfd9e
try two-line /builds
...
fix white ghosting on api icon
check requests for existing branch
tweak cc icon
tweak settings fields
try hover over settigns menu
2015-12-02 16:13:26 +01:00
Lisa P
0b1bd7d090
style caches
...
some cache tweaks
add title attributes to settings interaction elements
2015-12-02 16:13:21 +01:00
Lisa P
495c3b50f8
style requests
...
some spacing tweaks
implement Justine's feedback
2015-12-02 16:13:18 +01:00
Lisa P
3fa79819dd
change template for build history
...
new icon vor show more btn
2015-12-02 16:13:15 +01:00
Lisa P
85f61c5155
style pullrequests
2015-12-02 16:13:14 +01:00
Lisa P
fe36e018ce
start flexboxify job list
...
implement Justine\'s feedback
remove regenerate key popup styles
add new icons, refactor request-icon component
use correct property name
2015-12-02 16:11:25 +01:00
Lisa P
fd885304f6
remove old build header styles
...
delete old job styles
cleanup templates and prepare for jobs list
2015-12-02 16:11:21 +01:00