1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00
OpenSTF/lib/roles
2014-07-23 17:58:08 +09:00
..
app/middleware Update webpack and patch our middleware to match webpack-dev-middleware/commit/90b10b133fbd245b50439427228bdf97909e0680. 2014-07-03 19:24:57 +09:00
auth Require trailing slash in auth URLs. 2014-07-16 11:38:14 +09:00
device Tell the UI why the device became unusable. 2014-07-23 17:58:08 +09:00
notify Add a new log priority: important. Should make it easier to display interesting non-error messages. 2014-06-02 12:19:52 +09:00
storage Update to express 4. 2014-06-03 16:33:00 +09:00
websocket/middleware Separate websocket to its own role. Necessary because the app was getting pretty big already, but mostly because our Windows PCs don't like to connect to websockets on port 80, which is what we use for the app. 2014-06-06 15:02:29 +09:00
app.js Fix some JSHint warnings. 2014-07-21 15:12:17 +09:00
device.js Implement get SD card status (if it's mounted or not). 2014-07-23 14:04:44 +09:00
processor.js Send heartbeats from the provider. This keeps unauthorized and offline devices present as well, which is what we want. This also greatly reduces the number of queries to rethinkdb. 2014-06-02 14:52:46 +09:00
provider.js Impement remote connect plugin. 2014-06-24 11:41:48 +09:00
reaper.js Don't freak out if trying to close a socket that was already closed. 2014-04-21 18:56:40 +09:00
triproxy.js Don't freak out if trying to close a socket that was already closed. 2014-04-21 18:56:40 +09:00
websocket.js Tell the UI why the device became unusable. 2014-07-23 17:58:08 +09:00