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

92 commits

Author SHA1 Message Date
Simo Kinnunen
f9da1cb0bf Fix typo in error logger. 2014-01-31 13:10:58 +09:00
Simo Kinnunen
4c45a7288b Load devices with Oboe. 2014-01-31 05:10:38 +09:00
Simo Kinnunen
c119e2c3d2 Add API endpoints for loading devices. 2014-01-31 04:27:04 +09:00
Simo Kinnunen
52ae7765c8 Add Oboe.js. 2014-01-31 03:52:55 +09:00
Simo Kinnunen
9ed2524a7f Add socket.io with authentication and start rebuilding the device list. 2014-01-31 03:37:55 +09:00
Gunther Brunner
176310cb6d Changed name to email for now. 2014-01-30 23:23:06 +09:00
Gunther Brunner
00628279c7 Styling the login page. 2014-01-30 23:17:35 +09:00
Simo Kinnunen
fb4710e2bf Rename auth/mock resources to auth-mock for now. 2014-01-30 21:57:29 +09:00
Simo Kinnunen
a2750d3013 Store device display URL. 2014-01-30 21:48:20 +09:00
Simo Kinnunen
f1c4e68ef7 Properly require the split module. 2014-01-30 21:29:31 +09:00
Simo Kinnunen
bc162676e3 Make it easier to see which devices are ready. 2014-01-30 21:18:41 +09:00
Simo Kinnunen
aca775b7f7 Add SONY_ERICSSON to manufacturer list and try to be a bit more intelligent when detecting it. 2014-01-30 20:05:16 +09:00
Simo Kinnunen
f8cceffe91 More useful logs. 2014-01-30 19:42:21 +09:00
Simo Kinnunen
88de7d1578 Fix issues with the proxy. 2014-01-30 19:36:43 +09:00
Simo Kinnunen
8bc9592a79 Add HTTP API proxy. 2014-01-30 19:29:42 +09:00
Simo Kinnunen
cadc7a17d0 Move matchesRequirements to devutil. 2014-01-30 17:02:29 +09:00
Simo Kinnunen
1616840818 Add display information to device identity. 2014-01-30 16:53:49 +09:00
Simo Kinnunen
c45c081c6f Allocate two ports to each worker. 2014-01-30 16:18:29 +09:00
Simo Kinnunen
e0426d01be Remove unused method devutil.startProp(). It was probably added by mistake. 2014-01-30 15:34:00 +09:00
Simo Kinnunen
e083855d61 Map PANASONIC. 2014-01-30 14:47:01 +09:00
Simo Kinnunen
a54f449987 Map NEC. 2014-01-30 14:41:42 +09:00
Simo Kinnunen
f37e1d8adb Log number of provided devices. 2014-01-30 14:33:51 +09:00
Simo Kinnunen
3e3b98891f Fix monkey command to not break due to auto-escaping. 2014-01-30 14:26:06 +09:00
Simo Kinnunen
4b934f5c66 Give monkey EXTERNAL_STORAGE. 2014-01-30 14:22:23 +09:00
Simo Kinnunen
090908f161 Apparently Linux doesn't allow multiple arguments in shebang. Removing --harmony flag as it's currently unused anyway, and switching to Promise.longStackTraces(). 2014-01-30 13:52:10 +09:00
Simo Kinnunen
816904b9bb React to device reboots more gracefully. Previously, the provider would attempt to restart the worker as soon as an essential service died, even if the device was soon released after. Now that doesn't happen. 2014-01-30 12:15:22 +09:00
Simo Kinnunen
8db22952bf Initiate monkey directly from stream. On some devices monkey crashes if we just connect and disconnect. 2014-01-30 10:49:54 +09:00
Simo Kinnunen
01070bcf6c Simplify environment variable overrides. 2014-01-30 00:58:03 +09:00
Simo Kinnunen
e4679b65c0 Take hipchat token from options. 2014-01-30 00:46:46 +09:00
Simo Kinnunen
4cf3d242a5 Add HipChat notifier role. 2014-01-30 00:21:34 +09:00
Simo Kinnunen
07f611b361 Add logcat. 2014-01-29 22:01:22 +09:00
Simo Kinnunen
ad87d8ff10 Fix inconsistent formatting. 2014-01-29 21:21:47 +09:00
Simo Kinnunen
cc31ea2ad5 Expose logger levels. 2014-01-29 21:20:29 +09:00
Simo Kinnunen
e424e59daf Update topo ditaa graph. 2014-01-29 21:11:45 +09:00
Simo Kinnunen
c859ff0530 Rename coordinator -> processor. 2014-01-29 21:05:28 +09:00
Simo Kinnunen
6ab252857f Add provider to device data. 2014-01-29 20:54:04 +09:00
Simo Kinnunen
389db73f08 Save device logs to rethinkdb. 2014-01-29 19:50:47 +09:00
Simo Kinnunen
39989c6e7a Don't force new timestamp in Log.Entry constructor. 2014-01-29 18:14:05 +09:00
Simo Kinnunen
ba56b8d70c Emit log messages as they occur. 2014-01-29 18:09:01 +09:00
Simo Kinnunen
6fc2791ab2 More control over logger colors. 2014-01-29 17:59:31 +09:00
Simo Kinnunen
315418d790 Make absolutely sure that we kill old procs. 2014-01-29 17:00:45 +09:00
Simo Kinnunen
a8914297ad Trap more errors. 2014-01-29 16:47:25 +09:00
Simo Kinnunen
ae4e4d3075 Keep better track of vital streams. Add monkey. 2014-01-29 16:24:07 +09:00
Simo Kinnunen
6c350d0068 Move more work to devutil. 2014-01-29 14:17:41 +09:00
Simo Kinnunen
3c55f91ee9 Figure out how to kill monkey reliably. 2014-01-29 12:19:48 +09:00
Simo Kinnunen
403c29c60a Start HTTP API on device. 2014-01-29 11:44:28 +09:00
Simo Kinnunen
2f2e4b6f31 Rename vendor.so to vendor.lib. 2014-01-29 00:40:18 +09:00
Simo Kinnunen
216592a995 Push vendor files to devices. 2014-01-29 00:13:29 +09:00
Simo Kinnunen
a4725fe71c Detect if we kill device worker before it becomes operational. 2014-01-28 23:21:39 +09:00
Simo Kinnunen
f056e0d2ca Reorder switches. 2014-01-28 17:10:28 +09:00