Skip to content

Commit

Permalink
Release 3.6.0 (#190)
Browse files Browse the repository at this point in the history
* Update STFService APK to 2.4.6

* Delete .travis.yml

* Update Dockerfile-debian-x86_64
  • Loading branch information
koral-- authored Mar 9, 2021
1 parent aab9a59 commit 19eba7d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 57 deletions.
48 changes: 0 additions & 48 deletions .travis.yml

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 3.6.0 (2021-03-09)

### Fixes

- Fix AAB installation fails when /tmp is on different mountpoint than storage-temp save directory [#139](https://github.com/DeviceFarmer/stf/pull/139)

### Enhancements

- Update dependency versions, including adbkit rewritten in TypeScript

## 3.5.0 (2020-10-18)

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile-debian-x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
--shell /usr/sbin/nologin \
stf && \
su stf -s /bin/bash -c '/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js install' && \
apt-get -y install --no-install-recommends libzmq3-dev libprotobuf-dev git graphicsmagick yasm && \
apt-get -y install --no-install-recommends libzmq3-dev libprotobuf-dev git graphicsmagick yasm cmake && \
echo '--- Building app' && \
mkdir -p /app && \
chown -R stf:stf /tmp/build && \
Expand All @@ -43,7 +43,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
export PATH=$PWD/node_modules/.bin:$PATH && \
sed -i'' -e '/phantomjs/d' package.json && \
npm install -g npm && \
echo 'npm install --no-optional --loglevel http' | su stf -s /bin/bash && \
echo 'npm install --no-optional --loglevel http --legacy-peer-deps' | su stf -s /bin/bash && \
echo '--- Assembling app' && \
echo 'npm pack' | su stf -s /bin/bash && \
tar xzf devicefarmer-stf-*.tgz --strip-components 1 -C /app && \
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicefarmer/stf",
"version": "3.5.0",
"version": "3.6.0",
"description": "Smartphone Test Farm",
"keywords": [
"adb",
Expand All @@ -15,8 +15,8 @@
"license": "Apache-2.0",
"author": {
"name": "The DeviceFarmer Project",
"email": "contact@openstf.io",
"url": "https://devicefarmer.github.io"
"email": "contact@devicefarmer.com",
"url": "https://devicefarmer.com"
},
"repository": {
"type": "git",
Expand All @@ -34,9 +34,9 @@
},
"dependencies": {
"@slack/client": "^3.5.4",
"@devicefarmer/adbkit": "^2.11.3",
"@devicefarmer/adbkit": "^3.2.0",
"@devicefarmer/adbkit-apkreader": "^3.2.2",
"@devicefarmer/adbkit-monkey": "^1.0.1",
"@devicefarmer/adbkit-monkey": "^1.1.0",
"android-device-list": "^1.2.1",
"aws-sdk": "^2.4.13",
"basic-auth": "^1.0.3",
Expand All @@ -63,7 +63,7 @@
"lodash": "^4.14.2",
"markdown-serve": "^0.8.0",
"mime": "^1.3.4",
"@devicefarmer/minicap-prebuilt": "^2.5.0",
"@devicefarmer/minicap-prebuilt": "^2.6.0",
"minimatch": "^3.0.3",
"@devicefarmer/minitouch-prebuilt": "^1.3.0",
"my-local-ip": "^1.0.0",
Expand All @@ -86,7 +86,7 @@
"@devicefarmer/stf-appstore-db": "^1.0.0",
"@devicefarmer/stf-browser-db": "^1.0.2",
"@devicefarmer/stf-device-db": "^1.2.0",
"@devicefarmer/stf-syrup": "^1.0.1",
"@devicefarmer/stf-syrup": "^1.0.2",
"@devicefarmer/stf-wiki": "^1.0.0",
"swagger-express-mw": "^0.7.0",
"swagger-tools": "^0.10.3",
Expand Down
Binary file modified vendor/STFService/STFService.apk
Binary file not shown.

0 comments on commit 19eba7d

Please sign in to comment.