Commit Graph

88 Commits

Author SHA1 Message Date
Jim Hester
546a678712 Add R language key for matrix column 2016-02-17 10:22:53 -05:00
Lisa P
243bd4aed5 update according to comments 2016-02-02 15:22:03 +01:00
Piotr Sarnacki
ac4f5ed193 Merge pull request #445 from travis-ci/update-finished-at-for-finished-builds
Update time also for finished builds, but only every minute
2016-02-01 11:58:44 +01:00
Piotr Sarnacki
e919906f99 Update time also for finished builds, but only every minute 2016-01-25 17:55:48 +01:00
Lisa P
05b85eb37f make a user-avatar component
delete some, add some, fix some tests
2016-01-21 12:08:28 +01:00
Piotr Sarnacki
e1a2f42030 Properly set pusher path in config 2016-01-15 12:36:45 +01:00
Piotr Sarnacki
21f25cd2bf [deprecations] Remove all of the views from the app 2016-01-12 16:55:22 +01:00
Piotr Sarnacki
a920ae9cd7 [deprecations] Use modelName instead of typeKey 2016-01-07 11:18:05 +01:00
Piotr Sarnacki
f5823669b2 [deprecations] Use regular computed property instead of arrayComputed 2016-01-07 10:40:17 +01:00
Piotr Sarnacki
7649c180dd Fix cancel and restart buttons
Callback functions for restart and cancel where improperly updated while
switching from coffeescript to javascript.
2016-01-07 10:19:29 +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
Piotr Sarnacki
2e2d2ae81b Feature flag API V3 2015-12-17 12:39:17 +01:00
Piotr Sarnacki
9a55449789 Fix pusher auth for pro 2015-12-09 11:57:57 +01:00
Piotr Sarnacki
bdcb906fe0 [deprecations] Use peekRecord instead of getById 2015-12-08 10:18:08 +01:00
Piotr Sarnacki
5cf1cbba6b Move ajax and auth into services 2015-12-08 10:18:02 +01:00
Piotr Sarnacki
d677307006 Remove some more deprecations 2015-12-08 10:17:32 +01:00
Piotr Sarnacki
63ddf332a8 Properly call error callback in ajax utility 2015-12-07 13:35:25 +01:00
Piotr Sarnacki
69ac8e1a00 Revert "Change signature in $.ajax's error callback"
This reverts commit 60a77742c0.

We don't use $.ajax...
2015-12-07 10:05:19 +01:00
Piotr Sarnacki
60a77742c0 Change signature in $.ajax's error callback
Error callback in $.ajax has different signature than success callback
2015-12-07 09:39:39 +01:00
Piotr Sarnacki
3827b6b4d8 Add debug info on ajax errors 2015-12-04 11:23:53 +01:00
Lisa P
6784f6f708 Merge pull request #407 from travis-ci/lp-pro-landingpage
pro landing page
2015-11-23 09:24:54 +01:00
Lisa P
ff6455bab7 add osx_image to keys-map 2015-11-13 13:13:40 +01:00
Lisa P
701acecc56 change pro navigation and landing page redirects 2015-11-11 18:18:58 +01:00
Steffen Kötte
1d6cf2fbea Smalltalk support 2015-10-22 12:09:06 +02:00
Jonne Haß
16a8d356fc Add crystal language key 2015-10-21 00:44:13 +02:00
amir
eb60eb0caf Change Rst ro RST
RST is abbreviation of reStructuredText.
Using Rst is plain wrong, it would be good to use RST or reStructuredText.
2015-09-25 18:55:58 +03:30
Piotr Sarnacki
94a018769d [specs] auth.refreshUserData returns a promise now 2015-09-02 13:17:28 +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
Lisa P
6eb1405cea Merge pull request #374 from travis-ci/settings-glimmer
Settings glimmer
2015-07-23 13:48:45 +02:00
Piotr Sarnacki
47809b013f Remove debugger 💣 2015-07-17 13:10:34 +02:00
Piotr Sarnacki
6a3f51ef9a Remove code added for debugging 2015-07-17 13:09:21 +02:00
Piotr Sarnacki
dc2daeafdc Don't be so noisy with pusher subscription 2015-07-17 13:07:22 +02:00
Sven Fuchs
309f5aa578 handle job:queued events 2015-07-17 12:27:22 +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
cc0bed2974 fix failing tests 2015-07-16 12:28:14 +02:00
Lisa Passing
f5d986aaca Merge branch 'master' into userlike 2015-07-15 14:57:58 +02:00
Lisa Passing
a7bc36cba7 make userlike button work with sign in and out 2015-07-15 14:02:16 +02:00
Hiro Asari
636f7cd987 Merge pull request #366 from paultcochrane/pr/add-perl6-to-matrix
Add Perl6 to matrix
2015-07-13 13:40:40 -04:00
Piotr Sarnacki
996bde3200 Sign out users also on 404 from user query from API
On travis-ci.com we return 404 from queries that failed authentication
for security reasons.
2015-07-07 13:35:10 +02:00
Paul Cochrane
78d16542b3 Add Perl6 to matrix 2015-06-30 23:12:20 +02:00
Piotr Sarnacki
1365caae9a Use per repo channels instead of common channel 2015-06-18 15:47:14 +02:00
Piotr Sarnacki
2332c3cf63 Fix specs 2015-06-16 18:18:14 +02:00
Piotr Sarnacki
78580c1e76 Always refresh a user record when page is loaded 2015-06-16 17:54:55 +02:00
Piotr Sarnacki
4115a7c59b Don't check scopes for Travis Become 2015-06-16 15:25:21 +02:00
Piotr Sarnacki
4201b81fe8 Change CurrentUserController to Controller 2015-06-02 11:16:04 +02:00
Piotr Sarnacki
ac6d6037f9 Make favicon colors in line with UI state colors 2015-05-18 14:09:23 +02:00
Lisa Passing
929a964e71 add more config keys 2015-04-23 14:40:28 +02:00
Lisa Passing
89f055cbd0 add rust to config keys 2015-04-21 17:12:59 +02:00