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

1693 commits

Author SHA1 Message Date
Vishal Banthia
8a342daef9 remove default expiry in jwt token 2015-12-03 02:08:26 +09:00
Vishal Banthia
9cb231391a Create seperate database table for AccessTokens to hide jwt token and tokenId from user 2015-11-26 03:09:58 +09:00
Vishal Banthia
62413b3780 allow user to create an access token to access stf api from user settings tab. 2015-11-26 02:40:34 +09:00
Vishal Banthia
ddc24e5dc5 Mention about setup-examples in README and DEPLOYMENT doc 2015-11-24 14:04:24 +09:00
Gunther Brunner
a4b8e6611a Merge pull request #174 from openstf/greenkeeper-css-loader-0.23.0
Update css-loader to version 0.23.0 🚀
2015-11-18 19:20:50 +09:00
Gunther Brunner
7de41d0738 Merge pull request #168 from openstf/greenkeeper-extract-text-webpack-plugin-0.9.1
Update extract-text-webpack-plugin to version 0.9.1 🚀
2015-11-18 19:20:07 +09:00
Gunther Brunner
eaa64400a5 Merge pull request #177 from openstf/greenkeeper-protractor-3.0.0
Update protractor to version 3.0.0 🚀
2015-11-18 19:19:57 +09:00
Gunther Brunner
e9d1a46a6a Merge branch 'jlhonora-master' 2015-11-18 19:16:42 +09:00
Gunther Brunner
a30ac12167 Fix portrait/landscape buttons clickable area: change class name 2015-11-18 19:16:15 +09:00
Gunther Brunner
5338ec8b08 Merge branch 'master' of https://github.com/jlhonora/stf into jlhonora-master 2015-11-18 19:04:51 +09:00
greenkeeperio-bot
86259e0fe2 chore(package): update protractor to version 3.0.0
http://greenkeeper.io/
2015-11-18 10:08:46 +09:00
Vishal Banthia
398cf8b7f8 Merge pull request #147 from vbanthia/device-note-feature
Allow to update device note from STF UI.
2015-11-14 20:37:47 +09:00
Vishal Banthia
a2c11d0d59 fix indentation 2015-11-14 20:34:01 +09:00
Vishal Banthia
d3c8d3d0f6 Use light gray color for device-not-using class instead of opacity 2015-11-14 20:13:05 +09:00
greenkeeperio-bot
fc7cd48b1f chore(package): update css-loader to version 0.23.0
http://greenkeeper.io/
2015-11-14 17:20:15 +09:00
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