Commit Graph

1826 Commits

Author SHA1 Message Date
Simo Kinnunen
ef9e17dd1f Don't suggest that the nginx unit is a template unit. 2015-07-06 18:29:36 +09:00
Simo Kinnunen
efef52914a Add sample nginx configuration. 2015-07-06 18:28:30 +09:00
Simo Kinnunen
f49749ed0f Fix image URL to include the raw parameter. 2015-07-06 17:51:27 +09:00
Simo Kinnunen
326a041a56 Fix formatting errors and bad wording that became apparent after pushing the branch and seeing it on GitHub. 2015-07-06 17:49:39 +09:00
Simo Kinnunen
dd63adf1dd Add initial deployment guide with unit configurations and what should be a correct topo graph. Nginx configuration is still missing. 2015-07-06 17:40:33 +09:00
Gunther Brunner
22efee786c Open a new device in Standalone window by pressing SHIFT+CLICK when using a device.
Use a new device without opening any window by pressing ALT+CLICK.
2015-07-06 17:22:05 +09:00
Simo Kinnunen
c23744a799 Mention that root is neither required nor used. 2015-07-06 12:25:01 +09:00
Simo Kinnunen
c61e8363c5 Troubleshooting guide for adb connect. 2015-07-03 20:42:47 +09:00
Simo Kinnunen
a818fdcf1d Update adbkit to probably/hopefully fix disconnect issues with adb connect. It was difficult to reproduce reliably. The main reason was most likely that some data in the initial chunks may have been missed due to us relying on the 'readable' event too much, possibly listening for it after it occured. Fixes #2. 2015-07-03 20:16:02 +09:00
Simo Kinnunen
3b0faaf171 Add super short usage screencast to README. 2015-07-02 16:08:55 +09:00
Simo Kinnunen
d4aad946c8 Misc wording improvements. 2015-07-02 14:05:31 +09:00
Simo Kinnunen
c43467fd57 Grammar. 2015-07-02 14:01:24 +09:00
Simo Kinnunen
bf0adb06ee Make it more obvious that you can just run STF directly after installing it from NPM. 2015-07-02 13:59:56 +09:00
Simo Kinnunen
289896cd00 Mention our docker container. 2015-07-02 13:59:32 +09:00
Simo Kinnunen
b1ec7ae488 1.0.0 v1.0.0 2015-07-01 21:59:12 +09:00
Gunther Brunner
4ece69bf5c Fixed gulp translate not being called in sequence. 2015-07-01 21:58:28 +09:00
Simo Kinnunen
e5d90dc30f Remove /doc/ from .npmignore, README uses it. 2015-07-01 21:21:16 +09:00
Simo Kinnunen
51b05a8f41 Complete package.json. 2015-07-01 21:19:23 +09:00
Gunther Brunner
3e6a5119e2 Downgrading css-loader to 0.14 because the source-map dependency has a "Cannot read property 'sections' of null" type error. 2015-07-01 21:16:59 +09:00
Simo Kinnunen
cf73b4c95b Add filter-branched files back. 2015-07-01 20:57:33 +09:00
Gunther Brunner
45d6653674 Removed all npm & bower warnings dependencies that are under our control. 2015-07-01 20:38:13 +09:00
Simo Kinnunen
66fdb58be0 Add a close-up picture of our device shelf to the README. 2015-07-01 20:18:00 +09:00
Simo Kinnunen
f17e583585 Use a non-shady base image and add node installation directly to our Dockerfile. This makes it more easily customizable and should be more trustworthy. 2015-07-01 19:35:49 +09:00
Gunther Brunner
935121a9f6 "gulp-rimraf" deprecated in favor of "del". 2015-07-01 19:34:56 +09:00
Simo Kinnunen
775bffe4a9 Get rid of our internal "build system" and switch to a CI-buildable Dockerfile instead. 2015-07-01 18:44:31 +09:00
Simo Kinnunen
f726c0a614 Reformat .gitignore. 2015-07-01 17:58:48 +09:00
Gunther Brunner
fb9e1b4eaf Fix long-standing bug that prevents vertical scrolling on the device list when it has horizontal scrolling.
It only happens on latest versions of Chrome when used along a MacBook Trackpad.
Couldn't reproduce on other browsers/hardware.
2015-07-01 17:36:55 +09:00
Simo Kinnunen
7ad09d6713 Update jws to 3.0.0. 2015-07-01 17:32:30 +09:00
Simo Kinnunen
4d0e8775cb Add a FAQ about how to remove STF from a device. 2015-07-01 17:13:04 +09:00
Simo Kinnunen
4b970c85b5 Remove extra empty line. 2015-07-01 16:57:31 +09:00
Simo Kinnunen
daa285295e Further tweaks to allow stf to be installed from NPM directly. 2015-07-01 16:50:19 +09:00
Gunther Brunner
5bd7ecaa38 Revert Angular to a bit less edgy version. 2015-07-01 15:45:07 +09:00
Gunther Brunner
9ae0a55b96 Merge branch 'master' of https://github.com/openstf/stf 2015-07-01 15:20:00 +09:00
Gunther Brunner
5eeb418f9c Fixed mock post data. 2015-07-01 15:17:33 +09:00
Gunther Brunner
5255b32f09 Remove partials, not needed anymore with Webpack bundling. 2015-07-01 15:12:56 +09:00
Simo Kinnunen
9f627cb129 Hopefully fix occasional errors when trying to send an initial banner to a frame client. After looking through ws' source, the most likely reason seems to be that the websocket is in CLOSING state. Even if not, we should get a bit more useful log output this time. 2015-07-01 12:49:12 +09:00
Gunther Brunner
02779f648d Remove unused Bower dependencies. 2015-06-30 20:22:50 +09:00
Gunther Brunner
97ba9a2ec0 Use webpack instead of require.js for MOCK authentication.
Removing Japanese hardcoded strings (Needs gettext loading code).
2015-06-30 20:06:38 +09:00
Gunther Brunner
c588dd87c6 Use webpack instead of require.js for LDAP authentication.
Removing Japanese hardcoded strings (Needs gettext loading code).
2015-06-30 19:44:04 +09:00
Simo Kinnunen
15a6a1ab24 Make it possible to switch auth provider even when using stf local, although it's a bit involved. 2015-06-30 18:40:31 +09:00
Simo Kinnunen
94dc1689b8 Automatically use prebuild resources if available. 2015-06-30 17:44:58 +09:00
Gunther Brunner
76bce1a19d Use new logo path. 2015-06-30 15:55:10 +09:00
Simo Kinnunen
10e7acd6a9 Tweak .npmignore to match the current build. Looks like the build path may need some additional poking, though, as it's making the ignores painful. 2015-06-30 12:30:31 +09:00
Simo Kinnunen
186e9a6c26 Remove .npmrc. 2015-06-30 12:05:59 +09:00
Gunther Brunner
0ae1e52902 Using HTML5 "results" in Chrome 43 on OS X El Capitan crashes the whole browser.
Fix: Don't use "results".
2015-06-29 19:28:34 +09:00
Simo Kinnunen
374781532f Fix stf generate-fake-device. 2015-06-29 19:25:16 +09:00
Simo Kinnunen
f28ab04e75 Initial security and maintenance FAQs. 2015-06-27 01:53:53 +09:00
Simo Kinnunen
63f66b26ab Phrasing. 2015-06-27 00:51:47 +09:00
Simo Kinnunen
d242c41d88 Mention USB serial uniqueness requirement. 2015-06-26 23:59:04 +09:00
Simo Kinnunen
7740a8be62 Add a quick note about security. 2015-06-26 17:59:04 +09:00