Simo Kinnunen
d5ab5fd83d
Merge branch 'thasegaw-ldap_search_filter'
2017-10-12 22:32:27 +09:00
Simo Kinnunen
17c2ce67a2
Slightly modify undefined check to make it match the rest of the codebase. No change in expected usage.
2017-10-12 22:31:07 +09:00
Simo Kinnunen
c55b08fbc2
Merge branch 'ldap_search_filter' of https://github.com/thasegaw/stf into thasegaw-ldap_search_filter
2017-10-12 22:28:16 +09:00
Simo Kinnunen
d8f4117871
Merge branch 'aluedeke-patch-1'
2017-09-25 15:33:01 +09:00
Simo Kinnunen
f593b0e317
Fix date of Pixel donation.
2017-09-25 15:32:33 +09:00
Andreas Lüdeke
970bcee4dc
Adding Sauce as Hardware sponsor
2017-09-22 11:22:24 +02:00
Simo Kinnunen
2351025f6f
Allow master volume to be always muted.
2017-09-22 17:08:34 +09:00
Vishal Banthia
cc5d7580c2
Fix automation order in device list
2017-09-19 07:34:37 +09:00
Simo Kinnunen
e2a0447def
Fix checkExecutable() not working correctly on Windows.
2017-09-06 16:35:47 +09:00
Gunther Brunner
a4c82d8d29
Add copyright year
2017-09-06 13:13:30 +09:00
Simo Kinnunen
0d32a2a4cf
Use network properties for the network column, since they get updated in real time.
2017-09-05 00:00:11 +09:00
Simo Kinnunen
0a5b0324c0
Forgot to update README for Android 8.0.
2017-08-31 03:11:53 +09:00
Simo Kinnunen
916d8f7515
3.1.0
v3.1.0
2017-08-31 03:06:04 +09:00
Simo Kinnunen
1407f4ae2e
Cut 3.1.0.
2017-08-31 03:05:48 +09:00
Simo Kinnunen
c922eb92e5
Android 8.0 support.
2017-08-31 03:04:40 +09:00
Simo Kinnunen
b138ab0121
3.0.1
v3.0.1
2017-08-21 16:55:13 +09:00
Simo Kinnunen
f78f2a4c9c
Update changelog for 3.0.1.
2017-08-21 16:55:00 +09:00
Simo Kinnunen
5637187780
Update adbkit to resolve index out of range errors on some newer APKs.
2017-08-21 16:54:31 +09:00
Simo Kinnunen
895b781b69
3.0.0
v3.0.0
2017-08-09 19:16:50 +09:00
Simo Kinnunen
aeae13d8c0
Update changelog for 3.0.0.
2017-08-09 19:16:23 +09:00
Simo Kinnunen
df45b706a7
Ignore .python-version, we need python 2.7 for node-gyp which sometimes requires setting a local python version.
2017-08-09 19:15:27 +09:00
Simo Kinnunen
0d4055b826
Bump node to v6.11.2.
2017-08-09 19:01:00 +09:00
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
Takashi Hasegawa
8e56ef9d16
revert due to injection
2017-06-15 10:02:23 +09:00
Takashi Hasegawa
89878d070f
refactoring
2017-06-15 00:33:00 +09:00
Takashi Hasegawa
0ea54678f0
consider OrFilter
2017-06-14 23:11:51 +09:00
Takashi Hasegawa
b8388c75b3
add ldap-search-filter option
2017-06-14 13:45:12 +09:00
Takashi Hasegawa
8adc6424ca
fix variable name
2017-06-14 12:53:55 +09:00
Takashi Hasegawa
9e8a8e4b97
support search filter
2017-06-14 12:51:31 +09: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