Vishal Banthia
707482fa3b
Update generated swagger.json
2017-07-31 17:25:42 +09:00
Simo Kinnunen
c0d7adbc52
Bump ws to 3.0.0 and socket.io to 2.0.3. Fixes #597 .
2017-06-16 22:58:41 +09:00
Simo Kinnunen
052c786dd2
Installation with yarn v0.24.6 seemed to work fine, so let's start using it (only locally for now).
2017-06-16 22:46:56 +09:00
Simo Kinnunen
5be9bc028e
Bump node to v6.11.0.
2017-06-16 22:30:26 +09:00
Simo Kinnunen
3447c927df
Update minitouch for Blackberry PRIV and use minitouch-prebuilt for minitouch binaries instead of bundling them to the vendor dir.
2017-06-16 16:13:45 +09:00
Vishal Banthia
75a5db240a
Merge pull request #186 from openstf/fix-184
...
Fix https://github.com/openstf/stf/issues/184
2017-06-14 20:11:37 -07:00
Vishal Banthia
9aaf98ba2a
Merge pull request #601 from kwv/fixes-594
...
Fixes 594 -- Allows default content-type (application/octet-stream) on path based parameter operations
2017-06-14 20:06:16 -07:00
kris
9f3f0b9692
cleaned up per vbanthia's comments. fixed docs to align with implementation
2017-06-14 21:38:09 -05:00
Simo Kinnunen
3e6c1a5731
Merge pull request #616 from thinkhy/patch-2
...
replace "ps comm" with "ps" in the function listPidsByComm
2017-06-12 18:22:30 +09:00
thinkhy
3dba33f071
replace "ps comm" with "ps" in the function listPidsByComm
...
There exists an incompatibility problem as the shell command "ps comm" is invalid in some devices such as Google Pixel.
Below is the output when I issued "ps com" in Pixel:
1|sailfish:/ $ ps com
bad pid 'com'
1|sailfish:/ $ echo $?
1
So I replaced "ps comm" with "ps" which is workable for all the Android device.
2017-06-11 23:08:47 +08:00
Simo Kinnunen
3896e185fd
Merge pull request #615 from thinkhy/patch-1
...
Initialize flag variable "header" to true in /lib/util/devutil.js
2017-06-11 22:56:31 +09:00
thinkhy
08d9220b58
Create devutil.js
2017-06-11 18:02:31 +08:00
Simo Kinnunen
441319dca1
Merge pull request #605 from thinkhy/patch-1
...
Update index.js
2017-06-04 20:40:45 +09:00
thinkhy
ddf9672dc1
Update index.js
2017-06-04 19:37:53 +08:00
kris
eb069bbdf3
updating generated JSON
2017-05-31 09:11:35 -05:00
kris
378edc7d92
allowing default content type for POST/DELETEs
...
fixes https://github.com/openstf/stf/issues/594
2017-05-31 09:08:09 -05:00
Simo Kinnunen
0b071a1f5c
Remove "Device database does not have an entry for device ..." entirely, everyone still thinks it's an error.
2017-05-24 15:02:04 +09:00
Simo Kinnunen
e3d87f253a
Merge pull request #526 from mirceanis/master
...
update RethinkDB initial configuration docs
2017-05-16 14:33:58 +09:00
Simo Kinnunen
4b551c0b87
App switch key added.
2017-05-08 22:54:29 +09:00
Simo Kinnunen
0fe79a56f6
Merge pull request #592 from DroidsOnRoids/recents-key
...
Recents/app switch key added
2017-05-08 22:52:19 +09:00
Karol Wrótniak
9f22caa0e5
recents/app switch key added
2017-05-08 15:45:26 +02:00
Simo Kinnunen
161c6ee01a
Merge pull request #591 from aiwb/update-yargs
...
Update yargs
2017-05-04 19:04:36 +09:00
lanxi
c14ee446dc
Update yargs
2017-05-04 17:01:44 +08:00
Simo Kinnunen
1ca61935a1
Fix armv7l builds, previously broken due to dependency failures.
2017-05-04 00:23:52 +09:00
Simo Kinnunen
814a1ee2e7
Bump adbkit for additional debug messages.
2017-05-02 02:48:32 +09:00
Simo Kinnunen
55be2693fb
Bump adbkit to fix an extremely rarely occuring bug with adb connect.
2017-04-29 12:56:28 +09:00
Simo Kinnunen
2b836f6382
Make sure that check actually catches and handles errors, even if synchronous.
2017-04-29 12:55:46 +09:00
Simo Kinnunen
6bf300e29d
Require zmq in directly the test so that it being broken (due to e.g. missing bindings) won't prevent other tests from running.
2017-04-29 12:54:18 +09:00
Simo Kinnunen
18e67b12da
Protobuf 3+ should be fine now. Not entirely sure if we even need to check if anymore.
2017-04-23 01:19:17 +09:00
Simo Kinnunen
6f1025e8ff
Refactor doctor to be more resilient to unexpected errors, which made our life even harder especially on Ubuntu where the RethinkDB version contains more things in it.
2017-04-23 01:17:44 +09:00
Simo Kinnunen
0e751ca3d7
Changed sponsor URL as requested.
2017-04-15 00:28:17 +09:00
Simo Kinnunen
34a3387cf4
Update adbkit to resolve an issue with recent versions of ADB that include a null byte in adbkey.pub
, which was causing validation to fail.
2017-04-09 22:01:49 +09:00
Simo Kinnunen
43f0341297
Add support for Android O Developer Preview 1.
2017-04-08 23:21:19 +09:00
Simo Kinnunen
9fa11ac7ff
Bump adbkit to fix log parsing issues.
2017-03-30 05:13:35 +09:00
Simo Kinnunen
e25a07e011
Bump adbkit to resolve issues with modified public keys w/ adb connect.
2017-03-11 03:38:25 +09:00
Simo Kinnunen
54263114cf
Fix storage-s3/temp being in wrong directories. Everything still worked since they had the right content for yargs to do its thing. Fixes #555 .
2017-03-08 12:59:45 +09:00
Simo Kinnunen
d8f75de801
Bump apkreader to address a parsing issue. Fixes #554 .
2017-03-07 21:10:04 +09:00
Simo Kinnunen
ad32846c8c
Enforce node version check. Should avoid unnecessary GitHub issues.
2017-02-16 19:45:09 +09:00
Simo Kinnunen
1beb13c463
Require Node 6.9.x.
2017-02-15 17:26:55 +09:00
Simo Kinnunen
247b3bfc5f
Bump node to v6.9.5.
2017-02-14 18:30:38 +09:00
Simo Kinnunen
353599a69a
Merge pull request #538 from DroidsOnRoids/oauth2_domain
...
Optional email domain restriction added for OAuth2 authorization.
2017-02-14 18:12:22 +09:00
Karol Wrótniak
8b9ff7e580
Email domain restriction added for OAuth2 authorization.
2017-02-14 01:37:46 +01:00
Simo Kinnunen
79aadbb090
Mention ZUK fixes in changelog.
2017-02-10 04:48:55 +09:00
Simo Kinnunen
884c51b9b4
Add an alternate install location for binary resources. Fixes devices where /data/local/tmp is mounted as noexec, like ZUK Z1. Closes #436 .
2017-02-10 04:45:14 +09:00
Simo Kinnunen
dc5ed0193f
Seems we forgot to update STFService.apk to 2.0.0 and it was getting reinstalled every time.
2017-02-10 01:41:22 +09:00
Simo Kinnunen
86ed8cd1f0
Prevent attempt to gracefull kill device worker during cleanup if it has already exited. Not very elegant but it does its job. This should get rid of most Ctrl+C delays.
2017-02-10 01:31:16 +09:00
Simo Kinnunen
083a2a1f92
Fix incorrect migrate file path in stf local. Fixes #535 and #509 .
2017-02-09 17:16:10 +09:00
Simo Kinnunen
385acc4ff2
Don't allow the processor unit to run before we're able to connect to the database. This caused an issue when the database started up slowly, but the processor connected to the app/dev dealers regardless. Any received messages requiring database connectivity would cause the processor to die (and be restarted by systemd), causing lost messages on occasion.
2017-02-06 00:36:32 +09:00
Simo Kinnunen
a995a2f823
Don't attempt to reconnect to the db when we're dying.
2017-02-06 00:30:07 +09:00
Simo Kinnunen
d08a541bd2
RethinkDB advice.
2017-02-06 00:15:03 +09:00