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

1693 commits

Author SHA1 Message Date
Simo Kinnunen
48b3d66d90 Exclude dummy endpoint from CSRF check. It's used as a hack to enable autocomplete on certain fields. 2015-07-10 15:43:54 +09:00
Simo Kinnunen
b72943bc4d 1.0.3 2015-07-10 12:24:54 +09:00
Simo Kinnunen
398d0c7053 Update pot file. 2015-07-10 12:23:20 +09:00
Simo Kinnunen
2813aac111 Mention the --public-ip option in the README since people tend to ask about it. 2015-07-10 12:15:09 +09:00
Simo Kinnunen
8facb9c82c Update base image for node 0.12.7. 2015-07-10 12:15:09 +09:00
Simo Kinnunen
e92b1e0da0 Update adbkit to 2.3.0 to address adb connect issues. 2015-07-10 12:15:09 +09:00
Abraham Ingersoll
571d42e92b typo in stf-websocket unit template filename 2015-07-09 19:43:09 -05:00
Abraham Ingersoll
bea1037715 typo in stf-storage-plugin-apk unit template filename 2015-07-09 18:56:28 -05:00
Gunther Brunner
f9896bab69 Updated translations. 2015-07-09 17:30:05 +09:00
Simo Kinnunen
437e03d9bd Use separate base image for faster builds and pulls, since the official Docker Hub doesn't handle rebuilds as well as it should, and Quay.io only serves from the US-east region right now. 2015-07-08 18:50:30 +09:00
Simo Kinnunen
a6fb539cd5 1.0.2 2015-07-08 17:10:16 +09:00
Simo Kinnunen
751fda6b30 Support custom auth URLs in stf local and map oauth2 to the correct URL by default. 2015-07-08 12:50:09 +09:00
Simo Kinnunen
afa30eff71 Update pot file after file changes. 2015-07-06 21:48:53 +09:00
Simo Kinnunen
2f186fa9f5 Add Quay.io and NPM version shields. 2015-07-06 21:37:50 +09:00
Simo Kinnunen
767ed2e17f Don't ignore Dockerfile in .dockerignore, quay.io doesn't like when you do that. 2015-07-06 19:52:23 +09:00
Simo Kinnunen
c0dc08eab6 1.0.1 2015-07-06 19:19:02 +09:00
Simo Kinnunen
3b4ad38394 Merge branch 'deployment-docs' 2015-07-06 18:32:31 +09:00
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 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