This website requires JavaScript.
Explore
idra
informatica
.it
Help
Register
Sign In
starred
/
stf
Watch
1
Star
0
Fork
0
You've already forked stf
mirror of
https://github.com/DeviceFarmer/stf.git
synced
2026-04-20 07:53:38 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c1adb9087aabea885b2437ad1ef4c8cef0ebd2ac
stf
/
lib
/
roles
History
Simo Kinnunen
c1adb9087a
Improve device filtering to ignore weird devices with question mark serials.
2014-06-19 14:24:46 +09:00
..
app
/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
auth
Update to express 4.
2014-06-03 16:33:00 +09:00
device
Update to new device DB.
2014-06-18 22:52:02 +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
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
device.js
Fix Galaxy S5's display information segfaulting by trying to use the public SDK methods first. SurfaceComposerClient's getDisplayInfo is practically unusable on Galaxy S5 due to weird memory corruption issues.
2014-06-18 15:51:54 +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
Improve device filtering to ignore weird devices with question mark serials.
2014-06-19 14:24:46 +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
Fix Galaxy S5's display information segfaulting by trying to use the public SDK methods first. SurfaceComposerClient's getDisplayInfo is practically unusable on Galaxy S5 due to weird memory corruption issues.
2014-06-18 15:51:54 +09:00