Vishal Banthia
b004dcb51b
remove unnecessary requirements from app unit
2016-07-22 19:34:22 +05:30
Vishal Banthia
723094347c
add generated swagger json file for swagger ui
2016-07-22 19:34:22 +05:30
Vishal Banthia
9de5ba5fae
refactoring swagger
2016-07-22 19:34:22 +05:30
Vishal Banthia
26ad95a36e
add comment for going against REST
2016-07-22 19:34:22 +05:30
Vishal Banthia
25cee263b2
Fix express warning for deprecated res.json(stat) message
2016-07-22 19:34:22 +05:30
Vishal Banthia
96494247bb
add remoteConnect endpoint for device
2016-07-22 19:34:22 +05:30
Vishal Banthia
232163d290
add remoteDebugUrl into database so that it is accessible from api
2016-07-22 19:34:22 +05:30
Vishal Banthia
c9a9d3cb06
User path parameter for Delete /user/devices/:device endpoint
2016-07-22 19:34:22 +05:30
Vishal Banthia
bca180d284
refactor reserve and release endpoints in HTTP POST and DELETE methods
2016-07-22 19:34:22 +05:30
Vishal Banthia
dccacea43f
add new device-reserve and device-release endpoints
2016-07-22 19:34:22 +05:30
Vishal Banthia
04d410bc1d
Update DEPLOYMENT doc with api unit
2016-07-22 19:34:22 +05:30
Vishal Banthia
536e469e6f
remove unnecessary options from api unit. Improve error messages... etc etc
2016-07-22 19:34:22 +05:30
Vishal Banthia
221bc78e49
use security handler instead of express middleware for access token validation.
2016-07-22 19:34:22 +05:30
Vishal Banthia
f10ae51b53
add swagger.json endpoint
2016-07-22 19:34:22 +05:30
Vishal Banthia
0ec03aa2c0
move accessTokens endpoint from app unit to api unit
2016-07-22 19:34:22 +05:30
Vishal Banthia
5729095acb
move group endpoint from app unit to api unit
2016-07-22 19:34:22 +05:30
Vishal Banthia
d6f37681ce
move devices endpoint from app unit to api unit
2016-07-22 19:34:22 +05:30
Vishal Banthia
0e8b308b6c
change /app/api/v1/user -> /api/v1/me
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
7ea7871ec0
Merge branch 'release-1.2.0'
2016-07-22 04:50:53 +09:00
Simo Kinnunen
10afd3bc7d
1.2.0
2016-07-22 04:40:28 +09:00
Simo Kinnunen
bf0a308f09
Updated changelog for 1.2.0.
2016-07-22 04:40:17 +09:00
Simo Kinnunen
944ab832f3
Get rid of our docker base image, docker has been doing digests for a
...
long time now so there's no need to attempt to outsmart the cache
now. It also makes the Dockerfile easier to modify since it's all there.
Updated to ubuntu 16.04 and node v6.3.0.
2016-07-21 19:39:21 +09:00
Simo Kinnunen
bd91f4ed31
Android N Developer Preview 5 works great.
2016-07-21 16:13:51 +09:00
Simo Kinnunen
0ecf0243ea
Fix WebSocket URL in deployment guide.
2016-07-20 18:18:56 +09:00
Simo Kinnunen
9726894998
Update sponsor description.
2016-07-07 12:21:01 +09:00
Simo Kinnunen
84b93b2eae
Well well, as it turns out GitHub doesn't support local .svg images in
...
markdown. Replace with a `rsvg-convert`ed and ImageOptimized .png.
2016-07-07 00:02:45 +09:00
Simo Kinnunen
79b33a5c8f
Give HeadSpin a warm welcome.
2016-07-06 23:36:03 +09:00
Simo Kinnunen
4c2446be54
Copy SDK 23 shared libs for Android N. Seems that they still work fine
...
on Preview 4. Android N support tracked in #279 .
2016-06-28 13:02:25 +09:00
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
Gunther Brunner
5abecb18f2
Merge pull request #344 from mitchtech/patch-1
...
Add sample Slack notifier unit to deployment doc
2016-06-03 17:48:10 +09:00
Michael J. Mitchell
8be8ded1cf
Add sample Slack notifier unit to deployment doc
2016-06-02 19:57:18 -07:00
Simo Kinnunen
f2490aa14e
Please don't remove the template.
2016-06-02 15:40:28 +09:00
Gunther Brunner
20ec477450
Remove eslint errors.
2016-06-01 23:15:50 +09:00
Gunther Brunner
8cee2497c6
Make crystal clear that not having data for a device is not an error.
2016-06-01 19:29:13 +09:00
Simo Kinnunen
b25af87673
Merge pull request #338 from bananayong/ldap-username-field-option
...
Add ldap username field option. Default field is 'cn'
2016-05-31 17:50:48 +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
Simo Kinnunen
b61df410f7
Update deployment docs with an example for Google's OAuth 2.0 provider.
2016-04-26 15:59:15 +09:00
Golovin Gleb
63401dc536
This fixes bug with leaking ports when emulator or device is rebooted
...
Change handler order for device worker promise
2016-04-25 21:48:17 +09:00
Simo Kinnunen
93cbca0dbf
Add a few commonly asked questions to the issue template.
2016-04-25 17:38:58 +09:00
Simo Kinnunen
805fc0dddb
Bump adbkit to 2.4.1 to fix Meizu Note 2 as per openstf/stf#306 .
2016-04-20 03:26:40 +09:00
Gunther Brunner
e18d78ddef
Fix ADB version matching regex.
2016-04-19 17:22:29 +09:00
Gunther Brunner
c63779e90a
Add JSON for Traditional Chinese from previous zh translation.
2016-04-18 19:26:54 +09:00
Gunther Brunner
bde76df367
Add Traditional Chinese from previous zh translation.
2016-04-18 19:20:30 +09:00
Gunther Brunner
a4f8844038
Updated French translation.
2016-04-18 16:04:53 +09:00
Gunther Brunner
8252363a3b
Removed zh language in favor of zh_CN.
...
zh was not updated through Transifex, while zh_CN is, and also its 100% translated.
2016-04-18 16:04:10 +09:00
Simo Kinnunen
e06b2f25b8
Fix broken screen area in Chrome 50. Fixes #303 .
2016-04-14 20:40:32 +09:00
Simo Kinnunen
3b8427871c
Bump Android N preview version.
2016-04-14 16:23:02 +09:00