1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00
Commit graph

1928 commits

Author SHA1 Message Date
Vishal Banthia
3f32cee984 Create childscope only when required and destroy it after use. https://github.com/openstf/stf/issues/124 2015-11-14 15:40:39 +09:00
Vishal Banthia
466890777d Allow to update device notes column from STF UI. https://github.com/openstf/stf/issues/124 2015-11-13 21:16:59 +09:00
Simo Kinnunen
26421fd322 Merge branch 'hogehoge-banana-s3insteadoftmp' 2015-11-11 00:23:34 +09:00
Simo Kinnunen
467ed01903 Make ESLint happy and use the existing style where possible. 2015-11-06 02:31:28 +09:00
Simo Kinnunen
3d6ddf79dd Merge branch 's3insteadoftmp' of https://github.com/hogehoge-banana/stf into hogehoge-banana-s3insteadoftmp 2015-11-06 01:50:46 +09:00
Simo Kinnunen
009566a5c1 Mention that we prefer open source participation to paid services. 2015-11-05 23:34:41 +09:00
Simo Kinnunen
8bab0d1fd6 Goal and status updates 2015-11-05 23:27:57 +09:00
greenkeeperio-bot
73ec7c62ea chore(package): update extract-text-webpack-plugin to version 0.9.1
http://greenkeeper.io/
2015-11-05 07:59:45 +09:00
Simo Kinnunen
701da7cc0f Status update 2015-11-04 20:43:02 +09:00
Simo Kinnunen
e2dc2ae276 Merge pull request #151 from neofreko/nine-bootstrap-fix
Fix scss error on gulp build
2015-10-27 10:47:32 +09:00
Akhmad Fathonih
120d116c42 Fix scss error
Error was:
ERROR in ./~/css-loader!./~/sass-loader!./res/web_modules/nine-bootstrap/nine-bootstrap.scss
Module build failed:
.btn &.disabled,
    ^
      Base-level rules cannot contain the parent-selector-referencing character '&'.

Backtrace:
	stdin:395
      in /Users/Github/stf/res/web_modules/nine-bootstrap/nine-bootstrap.scss (line 395, column 6)
 @ ./res/web_modules/nine-bootstrap/nine-bootstrap.scss 4:14-137
2015-10-27 10:16:49 +09:00
tchibana
44f65a2c0c Merge branch 'master' of https://github.com/openstf/stf into s3insteadoftmp 2015-10-22 00:25:12 +09:00
tchibana
e4cb21b1e1 fix review comments 2015-10-22 00:22:35 +09:00
Simo Kinnunen
66fbadbd5d Wait for indexes to be ready before we let migrate finish. Should fix 2015-10-22 00:10:26 +09:00
tchibana
49dcc7126d fixed review comments. 2015-10-21 23:45:20 +09:00
tchibana
93a9f921bc fix package.json. 2015-10-21 23:40:33 +09:00
tchibana
d6c0caeb66 fixed cli.js as review comment. 2015-10-21 23:10:09 +09:00
Simo Kinnunen
8e8f2d17b7 Make ZMQ keepalive options optional, since they're breaking things on
some systems. You should now use the ZMQ_TCP_KEEPALIVE=1 and
ZMQ_TCP_KEEPALIVE_IDLE=<value> environment variables to set them.
2015-10-21 20:13:45 +09:00
Simo Kinnunen
396cfbad7f Allocated ports were not being released properly due to fork() now consuming the ports. Additionally fixes port pool grouping. Fixes #138. 2015-10-21 16:58:41 +09:00
Simo Kinnunen
4dc8772e1b Merge pull request #136 from openstf/greenkeeper-style-loader-0.13.0
Update style-loader to version 0.13.0 🚀
2015-10-20 14:36:17 +09:00
greenkeeperio-bot
f9842c17d1 chore(package): update style-loader to version 0.13.0
http://greenkeeper.io/
2015-10-20 03:57:14 +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
Gunther Brunner
c83e14486b Update dependencies. Latest angular-ui-bootstrap fixes tooltip bug. 2015-10-19 16:59:43 +09:00
Simo Kinnunen
31aedff876 Merge pull request #134 from openstf/greenkeeper-css-loader-0.20.1
Update css-loader to version 0.20.1 🚀
2015-10-19 11:23:48 +09:00
greenkeeperio-bot
15feaf3f38 chore(package): update css-loader to version 0.20.1
http://greenkeeper.io/
2015-10-19 06:05:39 +09:00
Gunther Brunner
4c0257e041 Merge remote-tracking branch 'origin/master' 2015-10-16 18:25:51 +09:00
Gunther Brunner
1e961763bd Removed almost all JSHint warnings. 2015-10-16 18:25:32 +09:00
Simo Kinnunen
c77385e7c9 Allow failures on OS X since we're getting ECONNRESET all the time. 2015-10-16 10:21:28 +09:00
Simo Kinnunen
8b89b29017 Merge pull request #130 from openstf/greenkeeper-minimatch-3.0.0
Update minimatch to version 3.0.0 🚀
2015-10-16 09:33:08 +09:00
greenkeeperio-bot
7c0d7041d4 chore(package): update minimatch to version 3.0.0
http://greenkeeper.io/
2015-10-16 06:40:39 +09:00
Gunther Brunner
73002d6888 Merge pull request #119 from vbanthia/allow-shift-click-on-device-image
Also allow shift-click standalone mode on device icon
2015-10-15 14:21:09 +09:00
Vishal Banthia
3489c88615 correct device-list-icons-directive class name 2015-10-14 22:19:35 +09:00
Vishal Banthia
86af24c1a5 Allow shift-click on device icon 2015-10-14 22:18:14 +09:00
Simo Kinnunen
0942ecea7a Fix stf local not accepting multiple serials. Fixes #91. 2015-10-14 01:56:30 +09:00
Simo Kinnunen
b248e96dc2 Output a warning instead of crashing if ZMQ library is too old to
support TCP keepalive options. Fixes #109.
2015-10-14 01:40:30 +09:00
Gunther Brunner
2a5a7bae9a Do only gulp build and npm test for now. 2015-10-13 21:22:28 +09:00
Gunther Brunner
342890e884 Start fixing npm test warnings. 2015-10-13 21:21:32 +09:00
Gunther Brunner
78839ba2e4 Fix path for Travis stf local. 2015-10-13 21:08:39 +09:00
Gunther Brunner
e4f339b68a Try to run rethinkdb, stf local and npm test over Travis.
The final goal is to run and test over saucelabs with protractor and a fake device.
2015-10-13 21:00:24 +09:00
Gunther Brunner
8083ddec05 Update Korean translation. 2015-10-13 20:58:18 +09:00
Gunther Brunner
df8c935975 Revert to Angular 1.4.7 since it seems to break the transcluded directive which uses ng-context-menu.
Commit that seems to be breaking it: 652b83eb22

Also, use a ng-context-menu fork since the original is looking for maintainers now.
2015-10-13 20:57:16 +09:00
Gunther Brunner
a7408e071f Separate port from hostname for VNC since most clients have them as separate fields (Improve Copy-Paste workflow). 2015-10-13 20:20:32 +09:00
Gunther Brunner
41be8d09a2 Change angular-bootstrap to default version. 2015-10-13 19:40:27 +09:00
Simo Kinnunen
3b89196cc3 Fix VNC endianness check. 2015-10-13 19:25:56 +09:00
Gunther Brunner
8625a6db23 Update bootstrap UI. 2015-10-13 17:29:24 +09:00
Gunther Brunner
dec14899c2 Add initial VNC UI. 2015-10-13 17:29:04 +09:00
Gunther Brunner
c4179f5886 Simplify Advanced input keys to make space for new things coming up. 2015-10-13 17:11:59 +09:00
Simo Kinnunen
638322fd47 Fix VNC auth DB index. 2015-10-13 15:31:26 +09:00
Simo Kinnunen
8f882702f4 Oops, vnc doc was supposed to be markdown. 2015-10-13 14:31:03 +09:00