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

24 commits

Author SHA1 Message Date
Simo Kinnunen
1d77d8c97d Ensure that all API calls and static resources are in their own unique paths. This makes it easier to add a load balancer on top of everything. 2014-07-14 17:09:50 +09:00
Gunther Brunner
21975af4af Ensure common modules. 2014-07-03 19:04:45 +09:00
Gunther Brunner
0add3eaddc Separated webpack entries from chunks so the big chunks can be cached easily. 2014-07-02 20:10:19 +09:00
Gunther Brunner
0aefed70c8 Moved some multiple-entry shimmings to web_modules, because Bower specs about main are still not finished, and webpack doesn't support multiple entry-aliases neither yet.
Also making custom css/overriding them becomes easier.
2014-06-27 20:44:53 +09:00
Simo Kinnunen
41661c9384 Update to Socket.IO 1.0. 2014-06-03 19:00:43 +09:00
Gunther Brunner
a1a373972e Basic mode optimizations. 2014-05-27 22:51:46 +09:00
Simo Kinnunen
41ed33f5c4 Implement APK uploads using the new storage system. Installation from URL still does not work, and dropping the file on the screen may not work either. 2014-05-22 13:33:38 +09:00
Gunther Brunner
fd42bd9697 Small fixes to Basic Mode. 2014-05-15 17:26:47 +09:00
Simo Kinnunen
c9043dd895 Replace webpack-dev-middleware with our own improved version. 2014-04-21 17:38:34 +09:00
Gunther Brunner
325eaaf199 - Hundreds of UI coming back. 2014-03-28 21:32:41 +09:00
Gunther Brunner
c17176a985 - Adding languages support.
- Adding webpack bundle building support.
2014-03-26 21:38:57 +09:00
Gunther Brunner
35ae4627fe - Adding bluebird from bower instead of npm so we don't have to build it every time. 2014-03-26 15:34:13 +09:00
Gunther Brunner
e99922abe8 - Don't really need crypto stuff. 2014-03-26 15:18:04 +09:00
Gunther Brunner
593e14a80a - New nav menu.
- Polishing device list.
2014-03-25 21:18:10 +09:00
Gunther Brunner
9765a5759e -Add growl like notifications. 2014-03-25 15:44:31 +09:00
Simo Kinnunen
29f2be6088 Reformat webpack config in the one true format. 2014-03-24 12:17:17 +09:00
Simo Kinnunen
dfe3d97de3 APKs can now be drag & dropped to the device screen, which will install the application. Still lacking UI, and the app doesn't get launched. 2014-03-20 22:00:01 +09:00
Simo Kinnunen
b4416b5f0f Fix all JSHint complaints in Node.js code. 2014-03-19 20:36:46 +09:00
Gunther Brunner
eaaf6a36bd - Add Local settings.
- Add Language settings synced back.
2014-03-13 21:03:41 +09:00
Gunther Brunner
710a5daeab - LocalForage dependencies works now.
- Language template using embedded controller.
2014-03-13 16:35:24 +09:00
Gunther Brunner
d61a70fda5 - Refactored out WebPack options. 2014-03-12 19:27:57 +09:00
Gunther Brunner
345f921fb9 - Renamed 'lib' to 'bower_components' because we need to easily differentiate npm/component/bower packages.
- Started to add CSS back.
2014-03-10 19:58:04 +09:00
Simo Kinnunen
84207e1f36 Reformat webpack.config.js, indents were all over the board. 2014-02-21 14:53:02 +09:00
Gunther Brunner
7a0472abc9 Starting to add WebPack support. 2014-02-12 20:14:13 +09:00