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

440 commits

Author SHA1 Message Date
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
Simo Kinnunen
961a958d7b Log forks. 2014-04-12 15:26:49 +09:00
Simo Kinnunen
5e610a8de4 Use serial syrup everywhere. 2014-04-11 15:47:53 +09:00
Simo Kinnunen
7f74ecd7af Use wireutil.reply() where possible. 2014-04-11 14:54:19 +09:00
Simo Kinnunen
90b39306a8 Add a utility to produce transaction responses. 2014-04-11 11:14:06 +09:00
Simo Kinnunen
e4b701df5d Don't try to restart if we're stopping. 2014-04-11 11:01:00 +09:00
Gunther Brunner
e10a58c881 Removing $rootScope for device and control, not needed anymore. 2014-04-08 20:50:35 +09:00
Gunther Brunner
b4e30aae75 Removed isolated scope. Now we can use a parent scope inside the tabs. 2014-04-08 19:41:29 +09:00
Gunther Brunner
c91fb302a0 Added current device style. 2014-04-08 18:54:37 +09:00
Gunther Brunner
c6a34713f0 Handling of about to be kicked devices improved. 2014-04-08 17:59:08 +09:00
Gunther Brunner
0bce25cabf Adding List of current used devices. 2014-04-08 15:56:36 +09:00
Gunther Brunner
b343f08173 Don't rotate, make Portrait/Landscape. 2014-04-08 13:50:20 +09:00
Simo Kinnunen
fa7437a445 Add more advanced filtering to the device tracker. Make the group tracker work properly. 2014-04-08 13:48:46 +09:00
Gunther Brunner
334490d878 Showing the device name. 2014-04-07 19:57:54 +09:00
Gunther Brunner
09d4212965 Preparing for the future, the device will rotate. 2014-04-07 19:47:59 +09:00
Gunther Brunner
9ce7f545a2 Activities UI revamped.
Still needs to do error handling.
2014-04-07 19:20:37 +09:00
Gunther Brunner
ab1b6f3c25 Adding ability to launch activities. 2014-04-07 18:58:42 +09:00
Simo Kinnunen
4d5319b555 Auto-end shared lifecycles on exit. 2014-04-07 17:05:12 +09:00