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
Piotr Sarnacki
36be656c62
Disable landing page on pro for now
2015-04-15 09:19:37 +02:00
Piotr Sarnacki
708c738e5d
Merge pull request #345 from andyli/haxe
...
Add haxe key.
2015-04-08 14:06:05 +02:00
Andy Li
24d2ee6253
Add haxe key.
2015-04-08 10:08:19 +08:00
Piotr Sarnacki
b30492296c
Show landing page before signin in
2015-03-30 12:06:49 +02:00
Piotr Sarnacki
455e758653
Fix CCTray URL
2015-03-23 11:52:10 +01:00
Piotr Sarnacki
d46c0f13ac
Refactor repo actions support
...
This commit refactors repo-actions support to use components and make
the implementation much simpler. It also fixes a bug with buttons being
displayed when they shouldn't be.
2015-03-16 13:54:14 +01:00
Lisa Passing
ce39df2b5c
fix language string with Priotr's help
2015-03-13 12:40:58 +01:00
Lisa Passing
839511f6bd
seperate languages form config keys
2015-03-12 16:03:26 +01:00
Alexander Köplinger
41d4259c22
Add mono to keys-map.coffee
2015-03-05 23:12:19 +01:00
Lisa Passing
faca83ba5f
add org filter to dashboard, prepare sync button
2015-02-26 17:49:27 +01:00
Piotr Sarnacki
d7e3cc09ec
One more change for favicon manager
...
It seems that chrome works better with a slightly higher timeout and
when href is changed only in timeout
2015-02-26 11:19:22 +01:00
Piotr Sarnacki
3e6ec019b5
Merge pull request #336 from travis-ci/favicon-changing
...
Change favicon color based on the build state
2015-02-26 09:57:14 +01:00
Piotr Sarnacki
520361cb78
Set href on favicon <link> tag second time in a timeout
...
This somehow fixes chrome inconsistencies when changing favicon
2015-02-25 17:00:55 +01:00
Piotr Sarnacki
8087761c8a
Generate datauris for favicons automatically rather than hardcoding them
2015-02-25 17:00:19 +01:00
Piotr Sarnacki
c20f5bb61a
Add some tests for favicon manager and refactor it
2015-02-25 13:48:41 +01:00
Piotr Sarnacki
6bb53716a9
Add proper favicon data uris
2015-02-25 12:57:20 +01:00
Piotr Sarnacki
7c3ea5b7bc
Fix subscribing to private channels
...
This was a combination of 2 bugs:
* we didn't do deep_merge on config in ruby app, so
that any nested properties set in the javascript app would be
overwritten
* channelPrefix was not properly set for Travis CI Pro
2015-02-25 11:43:19 +01:00
Piotr Sarnacki
acb70dcac7
First stab at changing favicon based on build or job state
2015-02-24 16:20:56 +01:00
Piotr Sarnacki
0578af0c4c
Don't set default avatar url on ENV
...
Fingerprinting filter that Brocolli uses to add checksums to filenames
apparently is very greedy. When a URL that has a valid image is present
in ENV, fingerprint filter will going to wipe out the entire config's
meta tag value with fingerprinted url with an asset host.
2015-02-16 15:14:10 +01:00
Piotr Sarnacki
0e86df8da0
Set default avatar url properly
2015-02-16 14:41:13 +01:00
Piotr Sarnacki
0e1fd2746f
Add a simple acceptance test for dashboard and tooling needed to run it
...
Apart from adding a test, this commit also adds a dummy implementation
for Auth that can be used in tests to control the auth status.
2015-02-13 14:13:45 +01:00
Piotr Sarnacki
cc1026656c
Try to highlight lines in log a few times before giving up
2015-02-10 09:44:19 +01:00
Piotr Sarnacki
55cf221b56
Fix status images
2015-02-10 09:43:17 +01:00
Piotr Sarnacki
39b780e615
Fix syncing
2015-02-10 09:42:58 +01:00
Piotr Sarnacki
6877c3afc1
Properly add new builds to builds lists
2015-02-09 19:28:32 +01:00
Piotr Sarnacki
76672e76ca
Fix pusher auth on pro
2015-02-06 15:04:59 +01:00
Piotr Sarnacki
4dc35f7932
Fix default pro behaviour
2015-02-06 14:58:01 +01:00