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

109 commits

Author SHA1 Message Date
Vishal Banthia
536e469e6f remove unnecessary options from api unit. Improve error messages... etc etc 2016-07-22 19:34:22 +05:30
Vishal Banthia
e0a45391ab Add auth middleware in api unit. Now only authorized user can access api unit 2016-07-22 19:34:22 +05:30
Vishal Banthia
41f306a7f0 Add basic api unit. This unit will be responsible for providing all stf restful apis. 2016-07-22 19:34:22 +05:30
Simo Kinnunen
158b6944be Allow the cleanup plugin to be disabled. Resolves #346 and others. May
need a more generic method to disable individual plugins later.
2016-06-07 00:44:02 +09:00
Kwangyong Kim
beb0f7282b Fix typo 2016-05-31 17:45:56 +09:00
Kwangyong Kim
5618e68cb4 Add ldap username field option. Default field is 'cn' 2016-05-31 15:54:18 +09:00
Vishal Banthia
a6e783ed1d Merge pull request #254 from openstf/optional-basic-auth-in-auth-mock
Add optional basic authentication in auth-mock
2016-02-03 15:59:06 +09:00
Vishal Banthia
e3fce92704 Add optional basic authentication in auth-mock 2016-02-03 15:43:24 +09:00
Vishal Banthia
97269b3aa8 Fix eslint errors 2016-02-03 15:42:56 +09:00
codeskyblue
c3df22070c code conversion 2016-02-03 15:42:56 +09:00
codeskyblue
f942c86aaf format auth-openid options 2016-02-03 15:42:56 +09:00
codeskyblue
4c2da1056d add openid to options 2016-02-03 15:42:56 +09:00
Gunther Brunner
8fc5f748d2 Add new stf doctor command to check if the versions of external dependencies are correct.
Add a `--devices` option to show a list of USB connected devices and a list of the devices that ADB can see.
2016-01-28 00:05:54 +09:00
Gunther Brunner
d61e31706e Add Slack notifier. 2016-01-26 20:10:49 +09:00
Gunther Brunner
434f63b3a9 Fix all lib/ files with ESLint rules with 0 errors. 2016-01-19 20:52:38 +09:00
Vishal Banthia
059213546e Enhancement: Add auth-saml2 support. 2016-01-05 16:39:02 +09:00
Simo Kinnunen
467ed01903 Make ESLint happy and use the existing style where possible. 2015-11-06 02:31:28 +09:00
tchibana
d6c0caeb66 fixed cli.js as review comment. 2015-10-21 23:10:09 +09:00
tchibana
bbbd8f688c Merge branch 'master' of https://github.com/openstf/stf into s3insteadoftmp 2015-10-20 01:34:05 +09:00
hogehoge-banana
8462290d34 fix file expiration logic and some bugs. 2015-10-20 00:55:33 +09:00
Simo Kinnunen
0942ecea7a Fix stf local not accepting multiple serials. Fixes #91. 2015-10-14 01:56:30 +09:00
Simo Kinnunen
9d20484dcb Limit VNC size by default. 2015-09-15 04:25:21 +09:00
Simo Kinnunen
87e80ecb00 Base structure for vnc plugin. 2015-09-07 10:49:41 +09:00
Simo Kinnunen
a08f50e155 Lock rotation when devices are being used if --lock-rotation is given. 2015-08-25 18:17:53 +09:00
hogehoge-banana
9299487670 use amazon s3 instead of storage-temp 2015-08-24 17:40:30 +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
d9d47cc3bf Mute devices when they're being used if the --mute-master option is given. 2015-07-29 19:07:24 +09:00
Simo Kinnunen
252f778598 Expose provider min/max ports to stf local. 2015-07-28 11:38:14 +09:00
Simo Kinnunen
caf8d35eb7 Allow adb connect URL to be customized. 2015-07-24 13:43:12 +09:00
Simo Kinnunen
55d27364a2 Ignore remote devices by default, use -R or --allow-remote to override. 2015-07-13 14:31:52 +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
4b970c85b5 Remove extra empty line. 2015-07-01 16:57:31 +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
Simo Kinnunen
2b84476c42 More realistic default heartbeat timeouts. 2015-06-03 16:35:57 +09:00
Simo Kinnunen
25544d1a1a In-memory reaper. TtlSet needs tests. 2015-06-01 17:41:23 +09:00
Simo Kinnunen
ae9f2b5ab0 Remove the now unused --disable-screen-public-proxy option. 2015-04-29 18:08:55 +09:00
Simo Kinnunen
105795bec7 Give open device ports their own options. Preparing for future refactor. 2015-04-29 16:38:03 +09:00
Gunther Brunner
e1a7560bc0 Added optional --user-profile-url for opening user profile page in an external domain, it was hardcoded. 2015-03-17 19:48:41 +09:00
Simo Kinnunen
8b9e5d58c9 Too much overlap in storage plugin URLs for meaningful loadbalancing and config simplicity. Make poorxy emulate the real situation and change related URLs. 2015-01-07 14:04:36 +09:00
Simo Kinnunen
2d4d24a19d Allow screen URL pattern to be changed. 2015-01-06 18:52:54 +09:00
Simo Kinnunen
f2bcacba00 Change default device timeout to 15min. 2014-11-14 17:19:06 +09:00
Simo Kinnunen
af09fc084a Add an OAuth2 auth provider. 2014-10-30 19:03:17 +09:00
Simo Kinnunen
6d88a28a2c Add a poor reverse proxy for local development, the main difference being that everything except websockets now goes through the same port. Makes it easier to understand the production url layout. 2014-10-23 13:28:18 +09:00
Gunther Brunner
f0d52bf2c6 Added Xperia Z2 Tablet support.
Removed update-notifier, buggy for now.
2014-09-10 21:16:55 +09:00
Gunther Brunner
843e5f65e1 Tidying. 2014-09-10 16:02:25 +09:00
Gunther Brunner
2dcd98486e Merge remote-tracking branch 'origin/feature/update-notify' into develop
Conflicts:
	package.json
2014-09-09 16:30:03 +09:00
Simo Kinnunen
3a9b193f68 Rename "roles" to "units". Put units in their own folders. 2014-08-26 14:34:34 +09:00
Gunther Brunner
224edca5a1 Added update notifier.
It will be used to notify when there is a new stf release.
2014-08-05 15:06:12 +09:00
Simo Kinnunen
b9484019a3 Update to new device DB. 2014-06-18 22:52:02 +09:00