Karol Wrótniak
353c35118a
Update STFService.apk to 2.4.0
2020-02-03 20:47:38 +01:00
Karol Wrótniak
53037cf5cb
Merge pull request #1159 from openstf/dependabot/npm_and_yarn/extend-3.0.2
...
Bump extend from 3.0.1 to 3.0.2
2020-01-26 18:03:01 +01:00
dependabot[bot]
7bd77f1c17
Bump ws from 3.0.0 to 3.3.1
...
Bumps [ws](https://github.com/websockets/ws ) from 3.0.0 to 3.3.1.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/3.0.0...3.3.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-01-26 13:04:46 +00:00
dependabot[bot]
0439c26f61
Bump extend from 3.0.1 to 3.0.2
...
Bumps [extend](https://github.com/justmoon/node-extend ) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/justmoon/node-extend/releases )
- [Changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md )
- [Commits](https://github.com/justmoon/node-extend/compare/v3.0.1...v3.0.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-01-26 13:04:07 +00:00
Karol Wrótniak
ae6a0c356d
Merge pull request #1158 from openstf/dependabot/npm_and_yarn/webpack-dev-server-3.1.11
...
Bump webpack-dev-server from 1.16.5 to 3.1.11
2020-01-26 14:02:49 +01:00
Karol Wrótniak
e5e537e59d
Merge pull request #1131 from WoLpH/patch-1
...
Fix for stdout race condition in stf doctor
2020-01-26 14:01:48 +01:00
Denis barbaron
d9ea4ab85e
Add support of device market name property in group feature
2020-01-24 16:18:28 +01:00
Denis barbaron
1dd9f45f06
Merge branch 'master' into group-feature
2020-01-24 10:47:35 +01:00
Denis barbaron
36f227aae1
fix bug on screen field displaying of devices settings tab
2020-01-23 18:10:42 +01:00
Karol Wrótniak
12b5b057f3
Merge pull request #1087 from gebitang/master
...
Change api status code from 500 to 200
2020-01-19 18:56:32 +01:00
dependabot[bot]
d32d02b390
Bump webpack-dev-server from 1.16.5 to 3.1.11
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 1.16.5 to 3.1.11.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v1.16.5...v3.1.11 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-01-18 17:16:08 +00:00
Karol Wrótniak
70f4de6141
Merge pull request #1002 from DroidsOnRoids/market_name
...
Add market name to device properties.
2020-01-18 18:15:28 +01:00
Karol Wrótniak
a725d1a732
Update android-device-list to 1.2.1
2020-01-17 00:50:02 +01:00
Rick van Hattem
d371e733d2
Fix for stdout race condition in stf doctor
...
Sometimes the process exits before the data is read from stdout. The result is that the `call` method exits before it has it's output.
Example bug: https://github.com/openstf/stf/issues/1091
2019-11-06 12:26:31 +01:00
Crepieux Pierre
f145032277
ensure we are using the relevant command to start the service
...
Android prevents the launch of a service if the app is in
background. This change is related to
https://github.com/openstf/STFService.apk/pull/38
which increased the targetSdkLevel of the STFService app.
2019-10-30 16:17:01 +01:00
gebitang
e4f6ffc7d2
Merge remote-tracking branch 'upstream/master'
2019-10-15 10:39:42 +08:00
Karol Wrótniak
c300ee646a
Update android-device-list to 1.2.0
2019-09-19 23:47:48 +02:00
Karol Wrótniak
96312dd453
Merge remote-tracking branch 'upstream/master' into market_name
2019-09-19 23:47:12 +02:00
Lukasz.Zeglinski
7d593cdb51
Add test for issue #1076
...
Add tests for device icon view
2019-09-19 16:41:18 +02:00
Lukasz.Zeglinski
8bba7f4558
Merge branch 'master' into fix/enable_reopening_device_view
2019-09-18 10:08:11 +02:00
Simo Kinnunen
d4efda70d7
Merge pull request #1099 from lukzeg/feature/update-protractor-tests
...
[#1098 ]Update protractor jasmine tests
2019-09-18 10:14:12 +09:00
Lukasz.Zeglinski
2c811e07a5
Update protractor jasmine tests
2019-09-17 21:58:49 +02:00
Simo Kinnunen
f01dd4374a
Later Android versions seem to be asking for verification when removing files.
2019-09-11 23:31:08 +09:00
Simo Kinnunen
89f2f7d39b
Make sure we try to read as soon as possible. Otherwise we may miss a chunk if timing is off.
2019-09-11 23:30:30 +09:00
Lukasz.Zeglinski
d99a6e7a97
Separate device logs
2019-09-11 11:04:55 +02:00
Simo Kinnunen
345ba4d8a8
Update link as requested.
2019-09-02 21:37:30 +09:00
Simo Kinnunen
d1911f689d
Remove nvmrc when building on Travis. Makes it easier to potentially build against multiple versions in the future.
2019-09-02 21:34:20 +09:00
Simo Kinnunen
38a0ddfece
Force Travis to also use Node 8.16.1.
2019-09-01 02:56:03 +09:00
Simo Kinnunen
e61196f236
Update bower to make installation work again.
2019-09-01 02:50:42 +09:00
Simo Kinnunen
887e2fe573
Force Node 8 until newer versions can be supported again.
2019-09-01 02:49:56 +09:00
Denis Barbaron
e461498e84
Merge branch 'master' into group-feature
2019-08-28 10:00:47 +02:00
gebitang
c7cd8f4c63
Change api status code from 500 to 200 in order to display error info in page.
2019-08-28 10:38:00 +08:00
Denis barbaron
9b9cfbe7ba
update code for karma compatibility
2019-08-27 15:38:28 +02:00
Denis barbaron
91d828dfdb
merge from master: fixing conflicts
2019-08-27 15:04:33 +02:00
Lukasz.Zeglinski
da2da8d0a3
Enable opening device view via reselecting device from device view
2019-07-18 14:37:44 +02:00
Lukasz.Zeglinski
93178413ea
Fix of the codestyle issues
2019-07-18 10:33:20 +02:00
Lukasz.Zeglinski
778dfc4d56
Add validation for filter.pid/ filter.tid/ filter.data input objects
2019-07-17 18:54:06 +02:00
Lukasz Zeglinski
a70c2e47ee
Merge pull request #1 from openstf/master
...
merge from main repo
2019-07-16 09:57:30 +02:00
Simo Kinnunen
16e64b51ff
Merge pull request #770 from neofreko/adb-key-api
...
Implements addAdbPublicKey API endpoint
2019-07-10 11:44:32 -07:00
Simo Kinnunen
5ff96f5436
Merge pull request #1061 from mitchtech/master
...
Fix SAML_ID_PROVIDER_CERT_PATH in example SAML auth provider unit
2019-06-20 10:10:35 +09:00
Michael J. Mitchell
846cfc1a66
Fix SAML_ID_PROVIDER_CERT_PATH in example SAML auth provider unit
2019-06-19 12:26:04 -07:00
Denis barbaron
7f5dc4c152
add groups feature
2019-06-12 10:29:07 +02:00
horochx
5d853bc4d4
Update .bowerrc
...
Fix Error: bower EINVRES Request to https://bower.herokuapp.com/packages/angular failed with 502
2019-05-10 12:52:21 +08:00
Karol Wrótniak
3d3d1f67b4
Add market name to device properties.
2019-05-03 22:00:55 +02:00
Simo Kinnunen
6fd750dad5
3.4.1
v3.4.1
2019-05-03 19:57:00 +09:00
Simo Kinnunen
12f870c974
Cut 3.4.1.
2019-05-03 19:55:36 +09:00
Simo Kinnunen
d595449a87
Update adbkit to 2.11.1 to fix public key parsing issues.
2019-05-03 19:50:30 +09:00
Luiz Esmiralha
1fdbe3b3dd
pt_BR translation
2019-04-21 11:54:20 -03:00
Simo Kinnunen
1218424aee
Merge pull request #1036 from alexisoyama/patch-1
...
Update README about HeadSpin
2019-04-18 13:20:53 +09:00
Alexis Oyama
01a474eaca
Update README about HeadSpin
2019-04-15 21:12:23 +09:00