Mike Kobit
df325866f1
Fix spelling errors for 'repository'
2016-03-02 09:26:58 -06:00
Piotr Sarnacki
20b72e5f10
Merge pull request #467 from travis-ci/ps-pendo.io
...
Add pendo.io integration
2016-03-02 15:15:51 +01:00
Piotr Sarnacki
51f91c3748
Add pendo.io integration
2016-03-01 12:22:17 +01:00
Piotr Sarnacki
0f99defb25
Merge pull request #466 from fauxton/typo_fix
...
Fix mixin typo
2016-02-25 17:39:46 +01:00
Curtis Ekstrom
8211dd716a
Fix mixin typo
2016-02-25 14:51:31 +01:00
Piotr Sarnacki
55005b1b13
Scroll page in beforeModel hook in scroll-mixin
...
The `activate` hook is not always called when the route is used,
specifically it will not be called when the model changes, but the
change happened within the same route (for example when switching from
/travis-ci/travis-web to /travis-ci/travis-core). `beforeModel` is
guaranteed to be called every time the model is changed, both when the
route is entered for the first time and on any subsequent calls.
2016-02-23 13:05:36 +01:00
Lisa P
4fc13503d5
Merge pull request #463 from travis-ci/lp-le-dash
...
Updating some UI elements
2016-02-22 11:35:49 +00:00
Lisa P
dad5950142
start fresh markup for prgs filter
2016-02-19 18:40:18 +01:00
Lisa P
101a0ec71f
sync button on dashbaord
2016-02-19 18:40:16 +01:00
Lisa P
192ebce0c3
refactor all things dashbaord
2016-02-17 17:04:15 +01:00
Lisa P
77dcbacd5e
Merge pull request #462 from jimhester/R-matrix
...
Add R language key for matrix column
2016-02-17 15:57:59 +00:00
Lisa P
3a211b8a73
Merge pull request #461 from fauxton/ember-cli-2.3
...
Upgrade to Ember-CLI 2.3.0
2016-02-17 15:53:39 +00:00
Lisa P
b0d1ac8463
Merge pull request #460 from fauxton/remove_binding_deprecations
...
Remove legacy binding deprecation warnings
2016-02-17 15:45:32 +00:00
Lisa P
a09ec1c264
Merge pull request #459 from travis-ci/lp-update-footer
...
update footer
2016-02-17 15:36:04 +00:00
Jim Hester
546a678712
Add R language key for matrix column
2016-02-17 10:22:53 -05:00
Lisa P
645daffd10
update footer
...
introduce grey as body color
special case footer on landing-pro
2016-02-17 15:20:00 +01:00
Curtis Ekstrom
e436dbaeac
Upgrade package to remove deprecation warning
2016-02-17 06:18:54 +01:00
Curtis Ekstrom
0a5b7465d8
Remove legacy binding deprecation warnings
...
This removes the warnings and should clean up the test output (especially in CI) quite a bit.
2016-02-16 23:40:17 +01:00
Curtis Ekstrom
90dc71694e
Upgrade to Ember-CLI 2.3.0
...
Note: There is a [known issue](https://github.com/mixonic/ember-cli-deprecation-workflow/issues/30 ) with a deprecation warning coming from
...wait for it... ember-cli-deprecation-workflow.
Otherwise, this simply bumps the necessary dependencies (suggested by
the new generators) and makes the project conform to the minimal changes
in import syntax.
2016-02-16 23:02:01 +01:00
Lisa P
9f636b986c
Merge pull request #458 from fauxton/fix_sidebar_links
...
Remove click handler overriding default link behavior
2016-02-16 14:36:36 +00:00
Curtis Ekstrom
2ae61562ea
Ensure scroll position reset
...
This adds a new mixin that allows us to opt in to scroll reset
behavior.
2016-02-16 14:10:12 +01:00
Curtis Ekstrom
c118153f2f
Remove click handler overriding default link behavior
...
An [issue](https://github.com/travis-ci/travis-ci/issues/5181 ) was reported in
which the repository sidebar links were not functioning properly. I've
tracked it down to the fact that a click handler was registered and
automatically performing a redirect to the repo route.
This breaks CMD+Click behavior (as the click handler was still
called and navigating when the user did not expect it, as well as
navigated to a link that the user did not intend to visit.
This commit simply removes that click handler. I checked the previous
coffee version of the file to gain more context on why it was initially
added, but unfortunately, it was simply added when the original
component was created, so I'm not sure what its use was.
2016-02-15 23:40:09 +01:00
Lisa P
08bc13aedd
fix layout issue on repos for not signed in users
2016-02-15 16:45:40 +01:00
Lisa P
f8ce0b494f
Merge pull request #456 from travis-ci/ja-rexported-logos
...
Added in rexported logo assets and corrected /logos for file downloads
2016-02-12 15:54:51 +01:00
Justine
af4b85ab24
Merge pull request #457 from travis-ci/ha-doc-env-var-escaping
...
Add note for escaping bash special characters
2016-02-11 18:08:16 -05:00
Hiro Asari
d55147ee04
Add note for escaping bash special characters
2016-02-11 12:33:26 -10:00
Justine Arreche
be6bfda455
Added in rexported logo assets and corrected /logos for file downloads
2016-02-11 12:15:07 -05:00
Lisa P
ae1719b5f4
Merge pull request #452 from travis-ci/lp-cleanup
...
mulitiple smaller things
2016-02-11 16:19:50 +01:00
Lisa P
a343815476
revamp settings button to more options
2016-02-11 15:12:04 +01:00
Lisa P
7a6bb1cdd9
update status image popup
2016-02-11 14:44:36 +01:00
Lisa P
eda72b785c
remove unused styles
2016-02-11 14:43:00 +01:00
Lisa P
92eec06b6e
broadcast fix for safari
2016-02-11 14:38:59 +01:00
Piotr Sarnacki
707c77aeee
Strengthen the dependencies on canCancel in build
...
For some reason it sometimes is not refreshed correctly without these
additional dependencies.
2016-02-11 13:54:07 +01:00
Piotr Sarnacki
20e8a47576
Fix logs displaying when a restart happens
...
When a user restarts a job, we should not try fetching the log again. In
order to do this I added a guard in job-log component, which checks if
attributes changed in didReceiveAttrs callback. If the old job value is
the same as the new value, we don't need to do anything.
2016-02-11 13:43:59 +01:00
Piotr Sarnacki
238969bc51
Merge pull request #455 from alicetragedy/lg-update-team
...
add twitter handle for laura in team page
2016-02-09 14:43:59 +01:00
alicetragedy
a27131015f
add twitter handle for laura in team page
2016-02-09 10:53:21 +01:00
carlad
c65841e7ce
Merge pull request #454 from travis-ci/ja-adding-laura
...
Added in Laura's picture, gif, information and countries..
2016-02-08 22:03:56 +01:00
Justine Arreche
24aa541616
Added in Laura's picture, gif, information and countries.. oh and I guess I also wanted to sneaky change my picture too
2016-02-08 15:25:53 -05:00
Piotr Sarnacki
1091385aab
Merge pull request #447 from fauxton/remove_autoprefixer_deprecations
...
Remove autoprexifer deprecations
2016-02-08 11:43:37 +01:00
Piotr Sarnacki
a6e850ecea
Merge pull request #448 from fauxton/remove_router_deprecations
...
Remove resource router deprecations
2016-02-08 11:43:31 +01:00
Piotr Sarnacki
9c9f161c26
Merge pull request #450 from fauxton/remove_append_deprecations
...
Remove append() test deprecations
2016-02-08 11:43:17 +01:00
Lisa P
c07709139c
fix people pics on front page
2016-02-04 13:00:47 +01:00
Lisa P
4347c1efe4
Merge pull request #449 from travis-ci/enterprise-ui-fixes
...
Enterprise ui fixes
2016-02-04 12:29:57 +01:00
Curtis Ekstrom
9d429966d0
Remove append() test deprecations
...
Replacing with `render` to appease the test suite gods.
2016-02-04 00:06:47 +01:00
Lisa P
243bd4aed5
update according to comments
2016-02-02 15:22:03 +01:00
Lisa P
38be0fc90c
enterprisify infrastructure notices
2016-02-02 12:32:04 +01:00
Lisa P
534714e7e9
hide syncing info on enterprise
2016-02-02 12:23:50 +01:00
Lisa P
21cbc96e77
bring back profile graphic
2016-02-02 12:23:49 +01:00
Lisa P
90408dfb47
hide some UI elements for enterprise
2016-02-02 12:23:49 +01:00
Piotr Sarnacki
1d0fb6468e
Fix job times updating on build view
2016-02-02 11:45:59 +01:00