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

1960 commits

Author SHA1 Message Date
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
Simo Kinnunen
4ff664601a Add back the requirement to have at least one dot for any version filter. I thought it didn't make much sense but then I realized that an unquoted search for "Nexus 5" would most likely match all Nexus devices due to the fields being handled separately. 2015-06-26 17:00:15 +09:00
Simo Kinnunen
f5e76039cd Refactor query parser to append query values with a separate method. This allows possible flag-fields (like 'numeric') to be added later, although currently this functionality is not required. 2015-06-26 16:49:29 +09:00
Simo Kinnunen
c1a00dbad6 Allow Android M to be matched by search filters, and sort it properly. 2015-06-26 16:47:20 +09:00
Simo Kinnunen
3257665ec2 Sort browser apps alphabetically. Sort again in the detailed device list as we currently have old data left over and we may wish to change the sorting later anyway. Should not be terribly bad due to most devices only having one or two browsers. 2015-06-26 14:53:53 +09:00
Simo Kinnunen
7071876030 Show all columns in device list whether the user is in admin mode or not. The admin mode is going away soon entirely. 2015-06-26 14:33:18 +09:00
Simo Kinnunen
6d279910e5 Merge branch 'reset-owner-on-proc-death' 2015-06-25 17:45:38 +09:00
Simo Kinnunen
288c4f5f80 Client-side device tracker was not keeping the "using" flag up to date correctly when a device that was being used had the worker process fail and restart. 2015-06-25 17:41:57 +09:00
Simo Kinnunen
4a4b0f26d1 Reset owner and reverse forwards when a dead worker restarts. This should prevent ghost owners from staying in the device list. 2015-06-25 17:18:16 +09:00
Simo Kinnunen
fe7785f003 Keep the same channel for each device. This should make it easier to keep the client side up to date after device death (because there's no need to update it at all). 2015-06-25 17:18:16 +09:00
Simo Kinnunen
2d9c432b62 Fix incorrect log messages in the touch plugin. 2015-06-25 17:17:24 +09:00
Simo Kinnunen
6d3cbb66c1 Add a disclaimer that we don't rate overall HW quality. 2015-06-25 11:58:07 +09:00
Simo Kinnunen
f20ea587bc Phrasing. 2015-06-24 19:38:39 +09:00
Simo Kinnunen
adee823d2c More links to the new hardware section. 2015-06-24 17:38:11 +09:00
Simo Kinnunen
1ccb939bf4 Initial hardware guide. 2015-06-24 17:32:06 +09:00
Simo Kinnunen
beb860f04f Add FAQ about battery packs. 2015-06-24 15:14:03 +09:00
Simo Kinnunen
b727125d95 Mention that USB hubs can break (sigh). 2015-06-23 18:13:46 +09:00