Commit Graph

2260 Commits

Author SHA1 Message Date
dependabot[bot]
c790c00370 Bump @devicefarmer/adbkit-monkey from 1.0.1 to 1.1.0 (#242)
Bumps [@devicefarmer/adbkit-monkey](https://github.com/devicefarmer/adbkit-monkey) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/devicefarmer/adbkit-monkey/releases)
- [Commits](https://github.com/devicefarmer/adbkit-monkey/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-03 03:14:06 +02:00
dependabot[bot]
05443e7d9d Bump dns-packet from 1.3.1 to 1.3.4 (#261)
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-03 03:13:22 +02:00
Karol Wrótniak
2fd07996c5 Add files via upload (#265) 2021-06-03 03:11:14 +02:00
Pierre Crépieux
ce438c1e9b Merge pull request #262 from DeviceFarmer/minicap-update
Minicap update to support more devices (included Android 12)
2021-06-01 15:02:15 +02:00
Crepieux Pierre
4a8787891d Fix code style
Signed-off-by: Crepieux Pierre <pierre.crepieux@orange.com>
2021-06-01 09:46:35 +02:00
Crepieux Pierre
bb1c20d1f7 Introduce support for new VM based minicap to support Android 12
This commit introduce a new option to use a new minicap
implementation by specifying --screen-grabber or the env
variable SCREEN_GRABBER. The current native minicap is the default
and is refered as 'minicap-bin'. The new minicap which is packaged
in an apk is usable with 'minicap-apk' and will be used as a
fallback.
At the moment, this apk is expected to be included in
minicap-prebuilt node package at this location
minicap-prebuilt/prebuilt/noarch/minicap.apk.

STFService.apk has also been updated to take into account Android 12

Signed-off-by: Crepieux Pierre <pierre.crepieux@orange.com>
2021-05-31 18:00:28 +02:00
Karol Wrótniak
69e2a3651e Remove npm install from Debian x64 Dockerfile (#260) 2021-05-25 03:40:14 +02:00
dependabot-preview[bot]
56071c045d Upgrade to GitHub-native Dependabot (#239)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-04-29 18:17:27 +02:00
Jussi Vatjus-Anttila
3370f679bc add rest API for update Device note (#222)
* add rest API for update Device note

Signed-off-by: Jussi Vatjus-Anttila <jussiva@gmail.com>

* improve failure message

Signed-off-by: Jussi Vatjus-Anttila <jussiva@gmail.com>

Co-authored-by: Karol Wrótniak <karol.wrotniak@droidsonroids.pl>
2021-04-06 11:21:38 +02:00
Karol Wrótniak
38cb66b1bd Changed ng-context-menu coordinates (#227)
Fixes #219
2021-04-06 11:09:15 +02:00
Chen Fu
03dfec1160 Fix build error on arm platform (#212)
Signed-off-by: chenfu <chenfu@staff.sina.com.cn>
2021-03-20 09:23:08 +01:00
Karol Wrótniak
1db3c2d6eb Release 3.6.1 (#209) v3.6.1 2021-03-11 00:45:10 +01:00
Karol Wrótniak
7324a6628c Fix package.json (#208) 2021-03-10 20:14:51 +01:00
Karol Wrótniak
53acc928f5 Revert all adbkit upgrades (#207) 2021-03-10 19:22:32 +01:00
Karol Wrótniak
84bf212497 Revert adbkit monkey version to 1.0.1 (#205) 2021-03-10 18:15:41 +01:00
Karol Wrótniak
827cd1ed37 Adbkit revert (#204)
* Revert adbkit upgrade

* Update required STFService APK version
2021-03-10 17:31:06 +01:00
Karol Wrótniak
d08c93f184 Fix ADB parser invocation (#203) 2021-03-10 15:15:33 +01:00
Karol Wrótniak
5dfdd9ac63 Fix adb invocations (#202) 2021-03-10 14:50:33 +01:00
Karol Wrótniak
50ee38c2ce Fix deviceClient invocations in minicap (#201) 2021-03-10 13:52:47 +01:00
Karol Wrótniak
f21140acf7 Fix adb invocations in devutil (#200) 2021-03-10 13:22:03 +01:00
Karol Wrótniak
463604f72e Update minicap.js (#199) 2021-03-10 12:39:14 +01:00
Karol Wrótniak
b343341f79 Update properties.js (#198) 2021-03-10 12:20:17 +01:00
Karol Wrótniak
67cf6ef2b3 Fix waitBootComplete invocation (#196)
* Fix waitBootComplete invocation
2021-03-10 11:38:53 +01:00
Karol Wrótniak
360a4559ee Fix adbkit import (#195) 2021-03-10 10:42:44 +01:00
Karol Wrótniak
c71cb684fd Fix adbkit parser import (#194) 2021-03-10 10:19:14 +01:00
Karol Wrótniak
8a96e67fb9 Update index.js (#193) 2021-03-10 08:56:57 +01:00
Karol Wrótniak
19eba7de04 Release 3.6.0 (#190)
* Update STFService APK to 2.4.6

* Delete .travis.yml

* Update Dockerfile-debian-x86_64
v3.6.0
2021-03-09 19:45:54 +01:00
dependabot-preview[bot]
aab9a590d5 [Security] Bump socket.io from 2.0.3 to 2.4.0 (#174)
Bumps [socket.io](https://github.com/socketio/socket.io) from 2.0.3 to 2.4.0. **This update includes a security fix.**
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/2.4.0/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/2.0.3...2.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-09 19:11:24 +01:00
dependabot-preview[bot]
103e105564 [Security] Bump elliptic from 6.5.3 to 6.5.4 (#189)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. **This update includes a security fix.**
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-09 19:10:38 +01:00
Karol Wrótniak
0fc3d091ef [skip-ci] Add cmake to dependency list (#170)
Closes #169
2021-01-13 17:05:46 +01:00
Ian Foster
342af8afa7 Added simple docker-compose example (#157)
Signed-off-by: Ian Foster <ian@vorsk.com>
2020-12-13 01:22:41 +01:00
dependabot-preview[bot]
f239d9c58a [Security] Bump ini from 1.3.4 to 1.3.7 (#153)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.7. **This update includes a security fix.**
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.4...v1.3.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-11 00:14:27 +01:00
Denis Barbaron
f677fababf Update Dockerfile for Debian armhf (#138)
- update "LABEL Url" from openstf to devicefarmer
- install "cmake" package

Co-authored-by: Karol Wrótniak <karol.wrotniak@droidsonroids.pl>
2020-10-27 12:44:38 +01:00
nghiaviminh
6b38be2b14 Fix AAB installation fails when /tmp is on different mountpoint than storage-temp save directory (#139)
Signed-off-by: nghia.viminh <nghia.viminh@gameloft.com>
2020-10-26 09:52:45 +01:00
Denis Barbaron
5c2e333bcd Update Dockerfile for Debian x86_64 (#137)
- Update "LABEL Url" from openstf to devicefarmer

Signed-off-by: Denis barbaron denis.barbaron@orange.com
2020-10-23 18:25:59 +02:00
Karol Wrótniak
25e07b20cd Release 3.5.0 (#135) 2020-10-18 04:30:46 +02:00
Karol Wrótniak
f8e9bf97eb Update STF Service APK to 2.4.5 (#134)
* Update STF Service APK to 2.4.5
* Remove gulp build from CI pipeline

Signed-off-by: Karol Wrótniak <karol.wrotniak@droidsonroids.pl>
2020-10-18 03:15:05 +02:00
Karol Wrótniak
7d48afb07c Dependency versions bump (#109)
minicap 2.5.0
adbkit 2.11.3
adbkit-apkreader 3.2.2
2020-10-06 21:01:35 +02:00
dependabot-preview[bot]
fd9dd82f6d Bump sinon-chai from 2.11.0 to 2.14.0 (#122)
Bumps [sinon-chai](https://github.com/domenic/sinon-chai) from 2.11.0 to 2.14.0.
- [Release notes](https://github.com/domenic/sinon-chai/releases)
- [Changelog](https://github.com/domenic/sinon-chai/blob/master/CHANGELOG.md)
- [Commits](https://github.com/domenic/sinon-chai/compare/2.11.0...v2.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-05 20:59:47 +02:00
dependabot-preview[bot]
50a4a1358a Bump rethinkdb from 2.3.3 to 2.4.2 (#116)
Bumps [rethinkdb](https://github.com/rethinkdb/rethinkdb) from 2.3.3 to 2.4.2.
- [Release notes](https://github.com/rethinkdb/rethinkdb/releases)
- [Commits](https://github.com/rethinkdb/rethinkdb/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Karol Wrótniak <karol.wrotniak@droidsonroids.pl>
2020-09-29 01:41:06 +02:00
dependabot-preview[bot]
29d3d24986 Bump imports-loader from 0.6.5 to 0.8.0 (#117)
Bumps [imports-loader](https://github.com/webpack-contrib/imports-loader) from 0.6.5 to 0.8.0.
- [Release notes](https://github.com/webpack-contrib/imports-loader/releases)
- [Changelog](https://github.com/webpack-contrib/imports-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/imports-loader/compare/v0.6.5...v0.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-29 01:02:09 +02:00
dependabot-preview[bot]
34d817c0d7 Bump then-jade from 2.4.3 to 2.4.4 (#115)
Bumps [then-jade](https://github.com/then/then-jade) from 2.4.3 to 2.4.4.
- [Release notes](https://github.com/then/then-jade/releases)
- [Commits](https://github.com/then/then-jade/compare/v2.4.3...v2.4.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-28 23:55:42 +02:00
nghiaviminh
841b092d25 Add .aab installation support (#103)
* Add .aab installation support

Signed-off-by: nghia.viminh <nghia.viminh@gameloft.com>
2020-09-28 11:29:58 +02:00
dependabot-preview[bot]
a0792c857a Bump body-parser from 1.17.2 to 1.19.0 (#112)
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.17.2 to 1.19.0.
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/1.17.2...1.19.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-26 16:05:14 +02:00
dependabot-preview[bot]
fdad3d2452 Bump request from 2.81.0 to 2.88.2 (#113)
Bumps [request](https://github.com/request/request) from 2.81.0 to 2.88.2.
- [Release notes](https://github.com/request/request/releases)
- [Changelog](https://github.com/request/request/blob/master/CHANGELOG.md)
- [Commits](https://github.com/request/request/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-26 15:02:30 +02:00
dependabot-preview[bot]
0e3359a2f3 Bump markdown-serve from 0.3.3 to 0.8.0 (#79)
Bumps [markdown-serve](https://github.com/lyphtec/markdown-serve) from 0.3.3 to 0.8.0.
- [Release notes](https://github.com/lyphtec/markdown-serve/releases)
- [Commits](https://github.com/lyphtec/markdown-serve/commits/v0.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-23 00:11:55 +02:00
dependabot-preview[bot]
93591ac3b5 Bump exports-loader from 0.6.4 to 1.1.0 (#73)
Bumps [exports-loader](https://github.com/webpack-contrib/exports-loader) from 0.6.4 to 1.1.0.
- [Release notes](https://github.com/webpack-contrib/exports-loader/releases)
- [Changelog](https://github.com/webpack-contrib/exports-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/exports-loader/compare/v0.6.4...v1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-22 20:44:07 +02:00
dependabot-preview[bot]
9a6a6c22ea [Security] Bump http-proxy from 1.16.2 to 1.18.1 (#98)
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.16.2 to 1.18.1. **This update includes a security fix.**
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.16.2...1.18.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-22 20:11:43 +02:00
Denis Barbaron
d71e3fced4 Fix issue on File Explorer (#97)
* Fix issue on File Explorer

While getting a file on a controlled device, the connection to minicap service was stopping due to the URL redirection.

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
2020-09-20 16:17:25 +02:00
dependabot-preview[bot]
6464a59c4f Bump cookie-session from 2.0.0-beta.2 to 2.0.0-rc.1 (#91)
Bumps [cookie-session](https://github.com/expressjs/cookie-session) from 2.0.0-beta.2 to 2.0.0-rc.1.
- [Release notes](https://github.com/expressjs/cookie-session/releases)
- [Changelog](https://github.com/expressjs/cookie-session/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/cookie-session/compare/2.0.0-beta.2...2.0.0-rc.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-01 09:48:39 +02:00