1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00
Commit graph

757 commits

Author SHA1 Message Date
Simo Kinnunen
cbab9963cc Update browser mappings. 2014-04-22 17:15:42 +09:00
Simo Kinnunen
a4a0a62a66 Promise.timeout() doesn't stack (i.e. foo.timeout(1000).timeout(1000) doesn't mean "wait 1000ms, then another 1000ms", it means that we have two 1000ms timeouts running at the same time). Fix places where it could be a problem. 2014-04-22 16:48:13 +09:00
Simo Kinnunen
24620076b3 More logging. 2014-04-22 13:55:11 +09:00
Simo Kinnunen
1f19fd58c1 Implement clearBrowser(). 2014-04-22 13:52:13 +09:00
Simo Kinnunen
d037f45b29 Remove commented out reminders of already implemented features. 2014-04-22 13:45:11 +09:00
Simo Kinnunen
ced84f0f66 Add sample of openBrowser() usage. Unfortunately it doesn't work because the radio buttons are acting weird. 2014-04-22 11:03:33 +09:00
Simo Kinnunen
0dfc502e80 Rename identity.browsers to identity.browser. 2014-04-22 10:31:53 +09:00
Simo Kinnunen
9375fd7fe6 Allow invites for an already joined member to succeed. 2014-04-22 10:21:15 +09:00
Simo Kinnunen
33d2862704 URLs can now be opened. 2014-04-21 20:36:32 +09:00
Simo Kinnunen
71bf2fd131 Don't freak out if trying to close a socket that was already closed. 2014-04-21 18:56:40 +09:00
Simo Kinnunen
c9043dd895 Replace webpack-dev-middleware with our own improved version. 2014-04-21 17:38:34 +09:00
Simo Kinnunen
1e18c991b4 Fix typo. 2014-04-21 11:51:48 +09:00
Simo Kinnunen
400e27d091 Rename 'logsender' to 'logger' because the old name was so bad. 2014-04-21 11:35:35 +09:00
Simo Kinnunen
1f607d4521 Add network type to phone data. 2014-04-18 17:47:37 +09:00
Simo Kinnunen
4bbd1fbe3b The log sender plugin shouldn't need a shutdown delay either. 2014-04-18 17:16:49 +09:00
Simo Kinnunen
035caf91b6 Remove unnecessary shutdown delay from the group plugin. 2014-04-18 17:16:04 +09:00
Simo Kinnunen
8da5b61289 Logcat works now, but still kind of wondering how the messages should arrive. 2014-04-17 18:27:35 +09:00
Simo Kinnunen
40b493649b Prevent certificate issues when installing STFService by uninstalling it first. 2014-04-17 17:33:40 +09:00
Simo Kinnunen
ce9733f5da Update STFService. Now both the agent and the service use the same wire proto. 2014-04-17 02:20:49 +09:00
Simo Kinnunen
d5c96dc50d Clean up the owner plugin (now called 'group'). 2014-04-16 19:00:17 +09:00
Simo Kinnunen
4676af51d7 Fix incorrect variable. 2014-04-16 15:26:39 +09:00
Simo Kinnunen
07217f9a39 Make sure we only have one forward per port. 2014-04-16 15:14:01 +09:00
Simo Kinnunen
4299ed3aa0 Rename simSerial to iccid. 2014-04-16 11:23:20 +09:00
Simo Kinnunen
35cd19dc28 Add sim serial to collected device properties. 2014-04-15 18:37:39 +09:00
Simo Kinnunen
fb3892ab07 Keep forwards list up to date on client side. 2014-04-15 18:02:48 +09:00
Simo Kinnunen
b0400130ff Allow all pending transaction results to be cancelled. 2014-04-15 17:33:22 +09:00
Simo Kinnunen
f46540e51e All transaction-based ControlService methods now return promises directly, which makes it easier to integrate with other promises, is simpler and opens up new refactoring opportunities. 2014-04-15 16:56:13 +09:00
Simo Kinnunen
4270d9589c Refactor control-service to reduce duplicate code. No change for the difficult parts (i.e. upload, installation). 2014-04-15 16:40:26 +09:00
Simo Kinnunen
f8a2eeab26 Reverse port forwarding works, but changes don't apply to new devices yet. 2014-04-15 15:52:45 +09:00
Gunther Brunner
a1fa91a356 +20ms for the canvas resizing. 2014-04-15 15:51:05 +09:00
Gunther Brunner
f3c4ebc45e Device table is now selectable. 2014-04-15 15:43:39 +09:00
Gunther Brunner
8cbc89b96f Port forwarding now adds rows in real time. 2014-04-15 15:43:39 +09:00
Simo Kinnunen
fe092bc358 Fix 'line is too long' warning. 2014-04-15 11:30:39 +09:00
Simo Kinnunen
f5ac9d2315 Reverse port forwarding maybe works. 2014-04-14 20:57:40 +09:00
Gunther Brunner
af33084a01 Adding Port Forwarding basic UI. 2014-04-14 20:45:21 +09:00
Gunther Brunner
13d0b05505 Adding hipchat link for user. 2014-04-14 19:39:00 +09:00
Gunther Brunner
2279099a10 Add ellipsis overflow to device name. 2014-04-14 19:06:42 +09:00
Gunther Brunner
3aa44f1a9c Added ability to install from device screen. Still not synced to Upload panel. 2014-04-14 18:48:19 +09:00
Gunther Brunner
24afc6fbef Smooth resizing. 2014-04-14 18:05:26 +09:00
Gunther Brunner
eb09b7ebcf Fixing resize of the window. 2014-04-14 18:00:34 +09:00
Gunther Brunner
5124b77741 Cache image width and height. 2014-04-14 17:50:32 +09:00
Gunther Brunner
f20c798ec4 Bumping bower packages. 2014-04-14 17:28:26 +09:00
Gunther Brunner
bd3a2b6caf Explicitly bump package versions. 2014-04-14 17:16:51 +09:00
Gunther Brunner
e2b59c0741 Fix the device screen height filling the parent. 2014-04-14 16:21:40 +09:00
Simo Kinnunen
1cc88e4f42 Suggest enabling third party apps if STF apk installation is taking a bit too long. 2014-04-14 14:29:42 +09:00
Simo Kinnunen
0dda2d9f6f Throw if DB migration fails. 2014-04-14 14:20:09 +09:00
Simo Kinnunen
609e33837b Gracefully shutdown auth apps. 2014-04-12 21:34:38 +09:00
Simo Kinnunen
4ba11eca61 Provider should now shut down gracefully. 2014-04-12 16:56:12 +09:00
Simo Kinnunen
bd2b43901d Make graceful shutdown more graceful by actually waiting for sockets (and others) to close. Ongoing effort. 2014-04-12 16:16:03 +09:00
Simo Kinnunen
123bf2e647 Automatically close database when lifecycle ends. 2014-04-12 16:00:04 +09:00