1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00
Commit graph

1693 commits

Author SHA1 Message Date
Gunther Brunner
142866838c Adding standard since its quite similar to the current style and removes the maintenance burden, while also making it easier to follow for contributors.
Over the time replace JSHint.
2015-07-28 18:20:17 +09:00
Simo Kinnunen
361bf9caea Move utility plugins into their own folder. They don't go into the support folder because they're not standalone units and require interaction with the main units. Further refactoring pending. 2015-07-28 15:59:02 +09:00
Simo Kinnunen
252f778598 Expose provider min/max ports to stf local. 2015-07-28 11:38:14 +09:00
Gunther Brunner
b6c8d4809d Update dependencies. 2015-07-27 20:54:47 +09:00
Gunther Brunner
519ea2a8bd Add Russian translation. 2015-07-27 18:21:58 +09:00
Simo Kinnunen
caf8d35eb7 Allow adb connect URL to be customized. 2015-07-24 13:43:12 +09:00
Simo Kinnunen
7eb6f8f871 1.0.7 2015-07-23 17:50:27 +09:00
Simo Kinnunen
7a262a4e68 Allow minitouch more time to start. The number of retries had already been set to 7 earlier, but got mistakenly changed to 5 during refactoring. 2015-07-22 17:55:52 +09:00
Simo Kinnunen
674953f727 Update minicap to fix EINTR issues on termination. 2015-07-22 16:05:09 +09:00
Simo Kinnunen
1d15e8e3d7 Since minicap is quite complicated and gets restarted often, perhaps it's best if we let changes fully propagate before restarting it again. There was a problem with someone changing rotation so quickly that pid retrieval failed, which means that stopping was sort of iffy, which then caused various problems. The pid retrieval process was improved in 5a77d300dc. 2015-07-21 15:42:58 +09:00
Simo Kinnunen
5a77d300dc Read minicap pid from shell output. Should be more reliable for quick restarts. 2015-07-21 15:34:58 +09:00
Simo Kinnunen
76eb1b077a Forgot why we don't force a rotation lock, added a doc explaining why so that I won't waste time thinking about it again. 2015-07-21 15:10:04 +09:00
Simo Kinnunen
43f2f6257f Add pkg-config to installation requirements, as some users don't have it installed by default and Node seems to need it. Fixes #17. 2015-07-21 11:25:15 +09:00
Simo Kinnunen
24c79a3787 Mention that we have no idea how to install on Windows. 2015-07-21 10:27:38 +09:00
Simo Kinnunen
6fab4c1e6e Revert "Blacklist win32"
This reverts commit d1fcec9983.
2015-07-21 10:19:37 +09:00
Gunther Brunner
d1fcec9983 Blacklist win32
We still don't (if ever) support installation on Windows OS.
2015-07-21 04:33:00 +09:00
Gunther Brunner
ded88f78be Update device db. 2015-07-17 19:16:26 +09:00
Simo Kinnunen
4d73fa7ebb 1.0.6 2015-07-17 13:38:04 +09:00
Simo Kinnunen
056b8843c0 Update minicap to fix screenshots. 2015-07-17 13:33:39 +09:00
Simo Kinnunen
82b432a523 1.0.5 2015-07-17 11:15:08 +09:00
Simo Kinnunen
18be14dd82 Update adbkit to 2.3.1 to further improve adb connect reliability. 2015-07-17 02:12:02 +09:00
Simo Kinnunen
fbae22e233 Update minicap to prevent SIGPIPE when we fail to read all frames before the connection dies. This should greatly decrease FrameProducer._stop() related errors. 2015-07-16 17:38:44 +09:00
Gunther Brunner
6c68bdb2ac Add gulp build. 2015-07-15 20:49:34 +09:00
Gunther Brunner
9cdcdf80a7 Add logo. 2015-07-15 20:49:34 +09:00
Simo Kinnunen
cfcac31213 Update STFService to 1.0.0 for potential SDK 9 support. 2015-07-15 20:29:26 +09:00
Gunther Brunner
c9a79501f6 Merge branch 'ci' 2015-07-15 20:20:40 +09:00
Simo Kinnunen
ef40b59532 Update minicap files for potential SDK 9 support. We don't actually have a device to test it with, so while it should work, it might not. 2015-07-15 20:12:40 +09:00
Gunther Brunner
ca67e868b5 Add rethinkdb to Travis. Check STF version. 2015-07-15 20:08:16 +09:00
Gunther Brunner
67ac6e327e Use travis addons for apt. 2015-07-15 19:47:05 +09:00
Gunther Brunner
b4db2c5888 Remove apt cache. 2015-07-15 16:28:14 +09:00
Simo Kinnunen
dc07777829 Hopefully get rid of FrameProducer._stop() timeouts. Doesn't reproduce locally. 2015-07-15 14:15:05 +09:00
Gunther Brunner
cfc84a0e42 Add zeromq.
Install bower dependencies.
Cache dependencies.
2015-07-14 22:30:36 +09:00
Gunther Brunner
645fdb6dbc Basic Travis CI configuration. 2015-07-14 21:46:29 +09:00
Gunther Brunner
fb5a1dd6bc Remove protractor from npm test for now, until protractor tests are updated for SauceLabs. 2015-07-14 21:01:50 +09:00
Gunther Brunner
eaec90184e Update devices-db. 2015-07-14 20:29:43 +09:00
Gunther Brunner
e5384e2cfd Update dependencies. 2015-07-14 18:39:54 +09:00
Simo Kinnunen
bedae03035 1.0.4 2015-07-13 18:30:11 +09:00
Simo Kinnunen
2e8da55a31 Update stf-device-db to 1.0.1 to support Moto X (1st gen.). 2015-07-13 15:58:29 +09:00
Simo Kinnunen
55d27364a2 Ignore remote devices by default, use -R or --allow-remote to override. 2015-07-13 14:31:52 +09:00
Simo Kinnunen
a996d97681 Update stf-browser-db to 1.0.2. Fixes #9. 2015-07-13 14:13:04 +09:00
Simo Kinnunen
3dfd524dd0 Use openstf/stf:latest as the default image in the deployment guide. It's a bit more risky but this way we won't have to keep updating it every now and then. 2015-07-11 00:56:16 +09:00
Simo Kinnunen
c87c8dd980 Merge pull request #7 from aberoham/deployment-doc-typo
Deployment doc typo
2015-07-11 00:49:25 +09:00
Gunther Brunner
83e4e6b2fe Update maintenance page. 2015-07-10 21:38:16 +09:00
Gunther Brunner
89862f2c21 Update translation instructions. 2015-07-10 21:14:20 +09:00
Gunther Brunner
5f77474786 Push source and pull all the translations from Transifex when running gulp translate. 2015-07-10 21:14:02 +09:00
Gunther Brunner
8203f32e01 Add small Spanish translation to see how Transifex behaves. 2015-07-10 21:09:12 +09:00
Gunther Brunner
62e90a70f6 Updated Japanese translation directly from Transifex (removing unused strings). 2015-07-10 20:21:56 +09:00
Gunther Brunner
8a831d0fac Add Transifex project configuration file. 2015-07-10 20:09:15 +09:00
Gunther Brunner
ebb9482290 Remove "translate" from the "build" step since it is not related and translation always happens at a different time. 2015-07-10 17:38:57 +09:00
Simo Kinnunen
c418622c8c Update browser db to 1.0.1 to support jp.co.yahoo.android.ybrowser. 2015-07-10 16:55:04 +09:00