Rick van Hattem
d371e733d2
Fix for stdout race condition in stf doctor
...
Sometimes the process exits before the data is read from stdout. The result is that the `call` method exits before it has it's output.
Example bug: https://github.com/openstf/stf/issues/1091
2019-11-06 12:26:31 +01:00
Simo Kinnunen
762b07bc45
Update index.js
...
Temporarily turn OAuth 2.0 state tokens off due to #931 .
2018-08-11 16:33:32 +09:00
Simo Kinnunen
97633327bb
Support OAuth2 state tokens.
2018-07-14 11:06:15 +08:00
Simo Kinnunen
3032980c78
Merge pull request #778 from 0rzech/saml-callback-url-option
...
SAML callback URL option
2018-03-23 22:59:37 +09:00
Simo Kinnunen
6f42b9677b
Merge pull request #768 from 0rzech/screen-reset-option
...
Screen reset option
2018-03-23 22:55:17 +09:00
Simo Kinnunen
4ed5aaacdb
Newest version of formidable changes the default maximum file size to 2MB, which is way too low for anything. Make the limit configurable and set to 1GB by default.
2018-03-14 13:45:28 +09:00
Piotr Orzechowski
31f53dc220
Add option to control SAML callback
2018-03-07 11:17:59 +01:00
Piotr Orzechowski
e8db600878
Add option to control screen resetting on device release
2018-03-07 11:15:15 +01:00
Simo Kinnunen
c55b08fbc2
Merge branch 'ldap_search_filter' of https://github.com/thasegaw/stf into thasegaw-ldap_search_filter
2017-10-12 22:28:16 +09:00
Simo Kinnunen
2351025f6f
Allow master volume to be always muted.
2017-09-22 17:08:34 +09:00
Takashi Hasegawa
b8388c75b3
add ldap-search-filter option
2017-06-14 13:45:12 +09:00
Takashi Hasegawa
9e8a8e4b97
support search filter
2017-06-14 12:51:31 +09:00
thinkhy
ddf9672dc1
Update index.js
2017-06-04 19:37:53 +08:00
lanxi
c14ee446dc
Update yargs
2017-05-04 17:01:44 +08:00
Simo Kinnunen
2b836f6382
Make sure that check actually catches and handles errors, even if synchronous.
2017-04-29 12:55:46 +09:00
Simo Kinnunen
6bf300e29d
Require zmq in directly the test so that it being broken (due to e.g. missing bindings) won't prevent other tests from running.
2017-04-29 12:54:18 +09:00
Simo Kinnunen
6f1025e8ff
Refactor doctor to be more resilient to unexpected errors, which made our life even harder especially on Ubuntu where the RethinkDB version contains more things in it.
2017-04-23 01:17:44 +09:00
Simo Kinnunen
54263114cf
Fix storage-s3/temp being in wrong directories. Everything still worked since they had the right content for yargs to do its thing. Fixes #555 .
2017-03-08 12:59:45 +09:00
Karol Wrótniak
8b9ff7e580
Email domain restriction added for OAuth2 authorization.
2017-02-14 01:37:46 +01:00
Simo Kinnunen
083a2a1f92
Fix incorrect migrate file path in stf local. Fixes #535 and #509 .
2017-02-09 17:16:10 +09:00
Simo Kinnunen
586dd6a4aa
Setting parse-numbers: false caused number options to become strings as well. Since we seem to have little control over positional arguments, let's make it an option instead.
2017-01-27 17:26:18 +09:00
Simo Kinnunen
5e9aa427e9
The screen websocket now sends ping messages every now and then, so that it won't get caught by nginx's proxy_read_timeout if the screen is off or not moving. Previously, nginx may have decided to kill the connection after a period of no activity.
2017-01-25 17:46:23 +09:00
Simo Kinnunen
cc736ba0ac
Ported CLI from commander to yargs because yargs suits our large CLI better and is easier to develop with. Split commands into separate files since the file was getting annoyingly long.
2016-12-22 05:32:03 +09:00