Commit Graph

1846 Commits

Author SHA1 Message Date
Vishal Banthia
5a2af57fc5 Merge pull request #219 from openstf/2.0.0
STF REST API (v2.0.0)
v2.0.0
2016-07-28 22:09:25 +05:30
Vishal Banthia
bc37c89094 Add 2.0.0 release date 2016-07-28 22:07:53 +05:30
Simo Kinnunen
c550b65084 Mention the Appium example in the docs. 2016-07-29 01:32:13 +09:00
Simo Kinnunen
af6a363e43 Mention that you should set up your ADB key before using the
remoteConnect API.
2016-07-29 01:15:53 +09:00
Simo Kinnunen
b9c3ec4f28 Change wording in API docs a bit and add them to the README. 2016-07-29 01:04:11 +09:00
Simo Kinnunen
fd099a057a Update RethinkDB version in deployment guide. 2016-07-28 23:55:49 +09:00
Vishal Banthia
9d8325d765 Update API documentation 2016-07-22 19:40:27 +05:30
Vishal Banthia
b60cb6ef6a Fix eslint errors 2016-07-22 19:40:27 +05:30
Vishal Banthia
a875d85c46 Documentation: Remove personal info from sample 2016-07-22 19:40:27 +05:30
Vishal Banthia
981fb0d449 Update CHANGELOG and bump version to 2.0.0 2016-07-22 19:40:27 +05:30
Vishal Banthia
c686d1a5bb Documentation: Add connect-device, disconnect-device sample script 2016-07-22 19:34:22 +05:30
Vishal Banthia
484e56be12 Use capital letter in Bearer as per rfc spec 2016-07-22 19:34:22 +05:30
Vishal Banthia
b1f7f67eb7 Deployment Doc: Update rethinkdb version and fix api unit file. 2016-07-22 19:34:22 +05:30
Vishal Banthia
d5aade25b6 Add API doc 2016-07-22 19:34:22 +05:30
Vishal Banthia
87fcf19406 refactor security handler 2016-07-22 19:34:22 +05:30
Vishal Banthia
fa9ee605f3 update generated json 2016-07-22 19:34:22 +05:30
Vishal Banthia
a6266931ad Modify APIs from Aysnc -> Sync using timeout 2016-07-22 19:34:22 +05:30
Vishal Banthia
d67d06a19f typo 2016-07-22 19:34:22 +05:30
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 v1.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