Commit Graph

1551 Commits

Author SHA1 Message Date
Simo Kinnunen
2ee767ffed Don't send manual onStart() if frameproducer's not ready. 2015-09-14 20:33:29 +09:00
Simo Kinnunen
02af21e17c Pass VNC server name in options. 2015-09-14 19:41:18 +09:00
Simo Kinnunen
4b03fd81b3 Remove unused client attributes. 2015-09-14 19:39:52 +09:00
Simo Kinnunen
5cc27a86ad Don't add clients to the broadcast set until they're authenticated. Note
that actual, real auth is not checked yet.
2015-09-14 19:38:12 +09:00
Simo Kinnunen
bff4b7bafe Make sure chunk gets reset after every read loop. 2015-09-14 19:36:40 +09:00
Simo Kinnunen
692c043f6e Send latest screen size with every update. 2015-09-14 19:35:53 +09:00
Simo Kinnunen
797e97e7c7 Tell new broadcast sessions what the current state is, just in case they
were added in the middle of an existing session.
2015-09-14 19:34:06 +09:00
Simo Kinnunen
792713d415 VNC screen is visible (w/ RAW encoding). Size of VNC screen is still
hardcoded, preventing real use.
2015-09-14 18:00:17 +09:00
Simo Kinnunen
8a5f0551a7 Fix incorrect state change for ClientCutText. 2015-09-14 14:40:19 +09:00
Simo Kinnunen
f7d1b07d1c Clean up structure a little bit for initial testing. 2015-09-14 14:09:45 +09:00
Simo Kinnunen
6d84064e6b Consume ClientCutText's value. 2015-09-14 13:28:26 +09:00
Simo Kinnunen
66182666bd Now able to read VNC Viewer's primary requests. 2015-09-14 13:18:32 +09:00
Simo Kinnunen
045737e4bf VNC plugin should have its own folder since it'll need supporting files. 2015-09-07 10:51:25 +09:00
Simo Kinnunen
87e80ecb00 Base structure for vnc plugin. 2015-09-07 10:49:41 +09:00
Gunther Brunner
99b78ff8cb Update dependencies. 2015-08-31 19:31:05 +09:00
Gunther Brunner
e12df4c0cb Cleanup code for all views. 2015-08-31 17:18:50 +09:00
Gunther Brunner
4db67dd703 Cleanup code for control-panes. 2015-08-31 17:04:46 +09:00
Gunther Brunner
bd493b210b Cleanup code for stf components. 2015-08-31 15:58:32 +09:00
Gunther Brunner
7ddd464ac3 Update translations 2015-08-27 14:55:54 +09:00
Gunther Brunner
1a799556a6 Merge branch 'master' of https://github.com/openstf/stf 2015-08-25 18:47:31 +09:00
Gunther Brunner
0691c73ec9 Add lock parameter to control's rotate. 2015-08-25 18:46:24 +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
Gunther Brunner
f179f80238 Disable background hover on disabled buttons. 2015-08-25 16:48:48 +09:00
Gunther Brunner
5613a8b72b Add title separators to Automation's Device Settings. 2015-08-25 16:45:48 +09:00
Gunther Brunner
fbd11a5951 Change WiFi icon in Apps. Fix hover color. 2015-08-25 16:45:19 +09:00
Gunther Brunner
1ce4b4fbed Update dependencies. 2015-08-25 15:17:07 +09:00
Gunther Brunner
3bad591557 Add Product name to Details tab even if there is no Product name (using Model). 2015-08-24 20:34:33 +09:00
Gunther Brunner
cb4e62c555 Overflow hidden breaks in new UI Bootstrap dropdown. 2015-08-24 20:00:53 +09:00
Simo Kinnunen
791e40d2a8 1.0.10 v1.0.10 2015-08-24 17:47:26 +09:00
Gunther Brunner
277897e192 Removing iojs from Travis since it started to fail.
Add it back again in the future when node and iojs merge.
2015-08-24 17:33:24 +09:00
Simo Kinnunen
95860fd78f Merge branch 'shrink-docker-image' 2015-08-24 17:29:03 +09:00
Simo Kinnunen
fb2eaca4c2 Move users to the base image, so that we can download the gyp sources for the correct user in the base image. 2015-08-24 17:11:05 +09:00
Simo Kinnunen
243be57e10 Reduce image size to ~580MB by making sure we get absolutely nothing but production dependencies, and clear all caches. 2015-08-24 16:29:47 +09:00
Simo Kinnunen
eeaa07c3a8 Remove node_modules from .npmignore, the docs say it will be ignored anyway. 2015-08-24 13:10:03 +09:00
Gunther Brunner
9b568dac93 Removed ng-annotate-webpack-plugin because it doesn't annotate always, and build time increases exponentially. 2015-08-21 17:45:30 +09:00
Simo Kinnunen
adce1ba835 Prune development dependencies once build is over. Shaves off about 180MB from the final image (which is still quite large at ~790MB, previously ~970MB). 2015-08-21 00:33:22 +09:00
Gunther Brunner
79dabc5751 Update dependencies. 2015-08-13 15:30:05 +09:00
Simo Kinnunen
afa8e7b25e Add a docker image for armv7hf. 2015-08-09 03:33:10 +09:00
Gunther Brunner
3f8dfa0078 Clicking STF Icon now goes to devices instead of showing a gray screen. 2015-08-06 20:11:52 +09:00
Gunther Brunner
2d5f7082cf Updated to released (non git) dependencies. Angular-ui-bootstrap updated to latest version. 2015-08-06 15:40:18 +09:00
Simo Kinnunen
45615e31c1 Markdown formatting fixes. 2015-08-05 14:38:57 +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
85067b6f0b Allow reaper to die if initial state can't be loaded. 2015-08-04 19:08:16 +09:00
Simo Kinnunen
77e8d6c2dc Update rethinkdb dep to 2.0.2. 2015-08-04 18:38:39 +09:00
Gunther Brunner
72ab9b24db Update dependencies. 2015-08-04 14:59:47 +09:00
Gunther Brunner
49658d0925 Add Travis CI for Slack notifications. 2015-08-04 14:47:41 +09:00
Gunther Brunner
82047671eb Update dependencies. 2015-07-31 19:24:13 +09:00
Gunther Brunner
69dbda2f45 Since we are already including Bower locally,
the global dependency is not required anymore.

Simply calling `npm install` will also always install Bower dependencies.
2015-07-30 15:03:52 +09:00
Gunther Brunner
5ba287babe Getting the behaviour we really want from NPM with **in-publish**.
* `npm install` now does:
`bower install`

* `npm publish` now does:
`bower install`
`gulp build`
2015-07-30 15:02:08 +09:00
Gunther Brunner
f2105470f1 Release 1.0.9 v1.0.9 2015-07-29 20:07:11 +09:00