1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00
Commit graph

1928 commits

Author SHA1 Message Date
Gunther Brunner
fbd11a5951 Change WiFi icon in Apps. Fix hover color. 2015-08-25 16:45:19 +09:00
Gunther Brunner
1ce4b4fbed Update dependencies. 2015-08-25 15:17:07 +09:00
Gunther Brunner
3bad591557 Add Product name to Details tab even if there is no Product name (using Model). 2015-08-24 20:34:33 +09:00
Gunther Brunner
cb4e62c555 Overflow hidden breaks in new UI Bootstrap dropdown. 2015-08-24 20:00:53 +09:00
Simo Kinnunen
791e40d2a8 1.0.10 2015-08-24 17:47:26 +09:00
hogehoge-banana
9299487670 use amazon s3 instead of storage-temp 2015-08-24 17:40:30 +09:00
Gunther Brunner
277897e192 Removing iojs from Travis since it started to fail.
Add it back again in the future when node and iojs merge.
2015-08-24 17:33:24 +09:00
Simo Kinnunen
95860fd78f Merge branch 'shrink-docker-image' 2015-08-24 17:29:03 +09:00
Simo Kinnunen
fb2eaca4c2 Move users to the base image, so that we can download the gyp sources for the correct user in the base image. 2015-08-24 17:11:05 +09:00
Simo Kinnunen
243be57e10 Reduce image size to ~580MB by making sure we get absolutely nothing but production dependencies, and clear all caches. 2015-08-24 16:29:47 +09:00
Simo Kinnunen
eeaa07c3a8 Remove node_modules from .npmignore, the docs say it will be ignored anyway. 2015-08-24 13:10:03 +09:00
Gunther Brunner
9b568dac93 Removed ng-annotate-webpack-plugin because it doesn't annotate always, and build time increases exponentially. 2015-08-21 17:45:30 +09:00
Simo Kinnunen
adce1ba835 Prune development dependencies once build is over. Shaves off about 180MB from the final image (which is still quite large at ~790MB, previously ~970MB). 2015-08-21 00:33:22 +09:00
Gunther Brunner
79dabc5751 Update dependencies. 2015-08-13 15:30:05 +09:00
Simo Kinnunen
afa8e7b25e Add a docker image for armv7hf. 2015-08-09 03:33:10 +09:00
Gunther Brunner
3f8dfa0078 Clicking STF Icon now goes to devices instead of showing a gray screen. 2015-08-06 20:11:52 +09:00
Gunther Brunner
2d5f7082cf Updated to released (non git) dependencies. Angular-ui-bootstrap updated to latest version. 2015-08-06 15:40:18 +09:00
Simo Kinnunen
45615e31c1 Markdown formatting fixes. 2015-08-05 14:38:57 +09:00
Simo Kinnunen
3e5903edcf Separate device log recording from the rest of the app. This should cause less strain on the DB server especially since the full event log is rarely needed; you could just use your favorite log collector to watch stderr. DB calls are still mixed, but may be refactored out later. 2015-08-04 20:44:44 +09:00
Simo Kinnunen
85067b6f0b Allow reaper to die if initial state can't be loaded. 2015-08-04 19:08:16 +09:00
Simo Kinnunen
77e8d6c2dc Update rethinkdb dep to 2.0.2. 2015-08-04 18:38:39 +09:00
Gunther Brunner
72ab9b24db Update dependencies. 2015-08-04 14:59:47 +09:00
Gunther Brunner
49658d0925 Add Travis CI for Slack notifications. 2015-08-04 14:47:41 +09:00
Gunther Brunner
82047671eb Update dependencies. 2015-07-31 19:24:13 +09:00
Gunther Brunner
69dbda2f45 Since we are already including Bower locally,
the global dependency is not required anymore.

Simply calling `npm install` will also always install Bower dependencies.
2015-07-30 15:03:52 +09:00
Gunther Brunner
5ba287babe Getting the behaviour we really want from NPM with **in-publish**.
* `npm install` now does:
`bower install`

* `npm publish` now does:
`bower install`
`gulp build`
2015-07-30 15:02:08 +09:00
Gunther Brunner
f2105470f1 Release 1.0.9 2015-07-29 20:07:11 +09:00
Gunther Brunner
9695ad6664 Release 1.0.8 2015-07-29 19:28:51 +09:00
Gunther Brunner
5f40054787 Fixed App shortcut icon call.
Still needs server side implementation of openSettings, openWiFiSettings, openManageApps, openDeveloperSettings.
2015-07-29 19:27:10 +09:00
Simo Kinnunen
d9d47cc3bf Mute devices when they're being used if the --mute-master option is given. 2015-07-29 19:07:24 +09:00
Gunther Brunner
aca27428b0 Show N/A - characters instead of nothing for unknown devices. 2015-07-29 15:35:36 +09:00
Gunther Brunner
3d0c5efede Show model name for unrecognised devices. Closes #28. 2015-07-28 18:20:18 +09:00
Gunther Brunner
2ac37dfe48 Update translations. 2015-07-28 18:20:18 +09:00
Gunther Brunner
afd20491be Separate a new span for the title because angular-gettext-tools text scrapper is not smart enough. 2015-07-28 18:20:18 +09:00
Gunther Brunner
83005916ca Remove unused file. 2015-07-28 18:20:18 +09:00
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