Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

OpenSTF

Control and manage Android devices from your browser
Collective - Host: opensource - https://opencollective.com/openstf - Code: https://github.com/openstf/stf

Columns are now swappable. It does more work than it should but the slowness seems to be coming from angular anyway.

github.com/openstf/stf - 30ab91b6ba7cf03019996dda87a7e437fabde96b authored over 10 years ago by Simo Kinnunen <[email protected]>
Add a class to column headings to signify active sorting.

github.com/openstf/stf - 919d213782bf0ced013a691a0b682fd13b22c829 authored over 10 years ago by Simo Kinnunen <[email protected]>
Translate battery columns.

github.com/openstf/stf - 532a83ca81bcd63d5a9fc68f1cbc58902a48430f authored over 10 years ago by Simo Kinnunen <[email protected]>
Use asc/desc instead of ints for specifying sort order. Makes it easier to use in templates and doesn't really change that much in the code.

github.com/openstf/stf - ff3b4e8706109f3602d899f3e326ade391a5ec4c authored over 10 years ago by Simo Kinnunen <[email protected]>
Move column definitions back to the directive. Sorting now works, although there's no UI.

github.com/openstf/stf - bf09a4b08a6717a54b6e9012a9b6c695958059c8 authored over 10 years ago by Simo Kinnunen <[email protected]>
Fix device sometimes showing up twice on the list if coming back from the device page while releasing the device. Caused by websocket telling us about the release before we got the device data.

github.com/openstf/stf - 06573f7f6f8882507b98bbde4d09597bb28fb739 authored over 10 years ago by Simo Kinnunen <[email protected]>
Default to using device serial for missing model.

github.com/openstf/stf - 34960132125b89f8ad67a05ba8bf597d6a89fc0d authored over 10 years ago by Simo Kinnunen <[email protected]>
Work in progress. Sorting is working, column selection is working. Translations are not working. Moved column definitions to the list controller, but we might get more flexibility by actually putting it in the directive and just giving it a list of column names we want.

github.com/openstf/stf - 3f6869964b07a4c715213fbe4df7e9963ac6745d authored over 10 years ago by Simo Kinnunen <[email protected]>
Added support for switching charsets from the keyboard by pressing SHIFT+SPACE.

github.com/openstf/stf - d7c027f2ba737c3d737ec8b1f5f39f552cf2f9a0 authored over 10 years ago by Gunther Brunner <[email protected]>
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.

github.com/openstf/stf - 0aefed70c877db39aa740f05abd96a0e181e8c32 authored over 10 years ago by Gunther Brunner <[email protected]>
Merge branch 'feature/set-wifi-enabled' into develop

github.com/openstf/stf - 41ce702b90ba426f479d3e41669916e520c377e9 authored over 10 years ago by Valverde Antonio <[email protected]>
Implement set Wifi on/off.

github.com/openstf/stf - 6f7fdffe3d1e16f7fe66ba77c2043bf3b234ea5f authored over 10 years ago by Valverde Antonio <[email protected]>
Revert "Implement set Wifi on/off."

This reverts commit 4c7af64d0d958a9db6de0bc3fddfa1aa0edb1cdd.

github.com/openstf/stf - 9a31fbbfcacaab1cbc8e74ef1ec43af8a5d85a22 authored over 10 years ago by Valverde Antonio <[email protected]>
Implement set Wifi on/off.

github.com/openstf/stf - 9a07c1bb77bb7fc77286d3bd1344e2f87c2b786c authored over 10 years ago by Valverde Antonio <[email protected]>
The new table now works, but columns are not selectable and there's no interactive sorting or filtering. Also, icon view has been disabled for now.

github.com/openstf/stf - f7a825725904dbe198c7869ff5dea6b1831ad37c authored over 10 years ago by Simo Kinnunen <[email protected]>
Merge branch 'feature/set-ringer-mode' into develop

github.com/openstf/stf - df170073ac5356dcffb38b193456f4a32a0896f0 authored over 10 years ago by Valverde Antonio <[email protected]>
Implement ringer mode setting.

github.com/openstf/stf - 3f19064edef1b948e1bfb0259ade0181d70ef7e1 authored over 10 years ago by Valverde Antonio <[email protected]>
Remove unused parameter from AccountRemoveMessage.

github.com/openstf/stf - 6182856cb25060ea3ae5de90d4846ddf18da012b authored over 10 years ago by Valverde Antonio <[email protected]>
Merge branch 'feature/remove-account' into develop

github.com/openstf/stf - 3d04936b923bd0db6246bf2b30e0d3705406a3d9 authored over 10 years ago by Valverde Antonio <[email protected]>
Implement account removal.

github.com/openstf/stf - 3a3937ec2f8ef371124301764ba07f9ec2ba169c authored over 10 years ago by Valverde Antonio <[email protected]>
Added error message when port forwarding fails.

Disabled port forwarding on user service for now.

github.com/openstf/stf - a8da19472d774daedc3e9d4ecabbff8d159510ed authored over 10 years ago by Gunther Brunner <[email protected]>
Replacing bootstrap typeahead with HTML5 native datalist because Angular 1.3.0-beta.12 breaks the scope with ng-transclude.

github.com/openstf/stf - b37601486e9a6cae4e4416e0f42b1e25321d5bde authored over 10 years ago by Gunther Brunner <[email protected]>
Finishing Remote Debug UI.

github.com/openstf/stf - 154e331a93cebb994926c3385559b9868936816a authored over 10 years ago by Gunther Brunner <[email protected]>
Impement remote connect plugin.

github.com/openstf/stf - db1699c666838249cb49bc6d0258ab065b08fda8 authored over 10 years ago by Simo Kinnunen <[email protected]>
Finally fixed disappearing headers from dynamic columns.

Bind-once optimizations.

github.com/openstf/stf - 692582ce3d0abe01406752796dbdb5d6f89daefe authored over 10 years ago by Gunther Brunner <[email protected]>
Update remote binary to fix touches in Xperia A2 and Xperia Z1f.

github.com/openstf/stf - 958cfd090e20cd4bb348bea42aac934f9ff90a7c authored over 10 years ago by Simo Kinnunen <[email protected]>
Added Remote Debug help text.

github.com/openstf/stf - 9c2dccb18db814f557c90919b34a2426fca58735 authored over 10 years ago by Gunther Brunner <[email protected]>
Added Remote Debug UI.

github.com/openstf/stf - 5454b302ff104cdb13bea93a0fde945adac1692b authored over 10 years ago by Gunther Brunner <[email protected]>
Adding remote debug.

For some reason ng-table is loosing the header.

github.com/openstf/stf - 905879235e214db8f1740395e21b86f75f137d1d authored over 10 years ago by Gunther Brunner <[email protected]>
Adding alternative implementation for Device List.

Still slow so disabled by default, but at least it has dynamic columns.

github.com/openstf/stf - 7e7b52de7c5673a692d75f0209af3c8e4823f854 authored over 10 years ago by Gunther Brunner <[email protected]>
Insert battery events to the database with soft durability.

github.com/openstf/stf - 66006db685006388897c9766c9685d8ea543ec83 authored over 10 years ago by Simo Kinnunen <[email protected]>
Manteinance and enhanced names back to filters because angular-gettext doesn't support translating variables from directives.

github.com/openstf/stf - cb519dbade5dd6ca61975274770ef21d9c2dc40d authored over 10 years ago by Gunther Brunner <[email protected]>
Added Restart Device functionality.

Added device status to Fatal Message modal.
Added auto-reconnect to Fatal Message modal.

github.com/openstf/stf - aebeb4d35780efa5782ffabb098aa8ecc961755e authored over 10 years ago by Gunther Brunner <[email protected]>
Added Restart Device button UI.

github.com/openstf/stf - 694d621794779738995e5df5ee69b1371a1b4dc1 authored over 10 years ago by Gunther Brunner <[email protected]>
Tell websocket to reset owner when device is added.

github.com/openstf/stf - 3f2ddd7c745f11680cb7ffe59f173d8400e0838f authored over 10 years ago by Simo Kinnunen <[email protected]>
Reboot functionality added

github.com/openstf/stf - b84d1b97c620aee34609fdb668e1563cdad5edad authored over 10 years ago by Valverde Antonio <[email protected]>
Added Chat (disabled for now).

github.com/openstf/stf - af6fa9fe29e568c9d0169313734231f759523ac8 authored over 10 years ago by Gunther Brunner <[email protected]>
Improve device filtering to ignore weird devices with question mark serials.

github.com/openstf/stf - c1adb9087aabea885b2437ad1ef4c8cef0ebd2ac authored over 10 years ago by Simo Kinnunen <[email protected]>
Code adapted to the new interface of stf-device-db.

github.com/openstf/stf - 760e09290f0479641c61f34f8e93f2db836b42aa authored over 10 years ago by Valverde Antonio <[email protected]>
Update to new device DB.

github.com/openstf/stf - b9484019a3b1387ca6b73bf4a58af510e869bbd4 authored over 10 years ago by Simo Kinnunen <[email protected]>
Added current number of devices being used by user to the Stats UI.

github.com/openstf/stf - f741136aedcecb5a60eb54b20328438207d5a3f7 authored over 10 years ago by Gunther Brunner <[email protected]>
Adding overall device stats (Experimental UI).

github.com/openstf/stf - b9d9cb3c7f5168ed70c8bfa043d99a791a9f966a authored over 10 years ago by Gunther Brunner <[email protected]>
$broadcast is slow so refactored to a service.

github.com/openstf/stf - 7e1296d1dac415e0afaccf66767ff47fa5d704ff authored over 10 years ago by Gunther Brunner <[email protected]>
Added Cybozu user link.

github.com/openstf/stf - 1ff68d7f87382de43a7276f6d786404c7cbb684c authored over 10 years ago by Gunther Brunner <[email protected]>
Added a modal lightbox-image directive.

Added a fallback-image directive.
Added the Device Photo on the Info tab.

github.com/openstf/stf - 71e139ddaf8021ed5021868a41f41305f5738918 authored over 10 years ago by Gunther Brunner <[email protected]>
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.

github.com/openstf/stf - 6bb07d7c3442f5190caee1906581d0a573124211 authored over 10 years ago by Simo Kinnunen <[email protected]>
Updating to latest device db.

github.com/openstf/stf - 2f5a882099f226322fd262e4790460f61fafb34d authored over 10 years ago by Gunther Brunner <[email protected]>
Hiding customize for now.

Show all devices for Device List also.

github.com/openstf/stf - 41eb4d2b17a115baad88cffd2f3e3d385f6f99e5 authored over 10 years ago by Gunther Brunner <[email protected]>
Started enhancing device list details with prefiltered information.

Moved enhanced data away from device service.

github.com/openstf/stf - 7982e2bcbe5ce77808d7e09ca8ba8c5aaf4db170 authored over 10 years ago by Gunther Brunner <[email protected]>
Added CPU information.

Added Memory information.

github.com/openstf/stf - b139849b3f364e9d3b12c7d9ab2d043a11798f64 authored over 10 years ago by Gunther Brunner <[email protected]>
Added back hidden devices without model.

Default device image removed.

github.com/openstf/stf - 6c88884fbaaa4a219ad692abc908b9c6c057a5a7 authored over 10 years ago by Gunther Brunner <[email protected]>
JADE fix.

github.com/openstf/stf - fa6357269368bbc58cc8fbc7e334ff1a4e8ceeb5 authored over 10 years ago by Gunther Brunner <[email protected]>
New devices-db doesn't have a image property.

github.com/openstf/stf - 2b7fa4479ff5020f5f6aa176e180e4d8d4f06d75 authored over 10 years ago by Gunther Brunner <[email protected]>
Typo.

github.com/openstf/stf - e2c65a83fc7312acfb0f7913a15100dc100fec29 authored over 10 years ago by Gunther Brunner <[email protected]>
Device Icon view now is very fast:

- No filters
- Data enhanced
- ng-bind instead of {{}}
- Bind once
- ng-if for Devices List

github.com/openstf/stf - 31899b993934534c04af0f2d7ce44dc2fe9a335d authored over 10 years ago by Gunther Brunner <[email protected]>
Angular updated.

Port forwarding results table removed.

github.com/openstf/stf - 0e76faf7364003629c0302d85f484c8a4ce7725d authored over 10 years ago by Gunther Brunner <[email protected]>
Starting to add Dynamic columns selector.

github.com/openstf/stf - bcde9ebefaf113d02d1385620f2d6afd27f3e931 authored over 10 years ago by Gunther Brunner <[email protected]>
Performance: Starting to remove biggest bottlenecks from digest cycle, filters.

Biggest are releasedAt and showAll, both consuming more than 1000ms (!).

github.com/openstf/stf - f56d70cebb88c259c4e6806c2dd5fce683ef748f authored over 10 years ago by Gunther Brunner <[email protected]>
Clear sorting now resets to initial sorting.

github.com/openstf/stf - 4b19d960d2e5705fced3ffbf9d0af203c6fa8e50 authored over 10 years ago by Gunther Brunner <[email protected]>
Performance: Only digest in requestAnimationFrame

github.com/openstf/stf - 3798b724011231b31f8039bba864a71788c71d93 authored over 10 years ago by Gunther Brunner <[email protected]>
Dependencies now pointing to internal bower.

github.com/openstf/stf - 00e436c323af19bdfd59803222ee083a1dc4350c authored over 10 years ago by Gunther Brunner <[email protected]>
Adding vs-repeat performance test sample.

github.com/openstf/stf - bb70b0386d5330ea44172317667ad41263329d37 authored over 10 years ago by Gunther Brunner <[email protected]>
Fix the previous port fix. It failed spectacularly when the port count was already divisible by 3, causing no ports to be given to any device.

github.com/openstf/stf - f06035b8acebdaa8382b8ef43a990239eff4a618 authored over 10 years ago by Simo Kinnunen <[email protected]>
Ensure that we correctly allocate worker ports. We were off by one before.

github.com/openstf/stf - 72000cc717b07210b8d984dffa2f033cf43c53e5 authored over 10 years ago by Simo Kinnunen <[email protected]>
Horrible font rendering was a bug in Chrome for Windows.

https://code.google.com/p/chromium/issues/detail?id=137692#c123

It's going to be fixed probably ...

github.com/openstf/stf - ba7e467ebd1ceb98d222062a036118a075743a02 authored over 10 years ago by Gunther Brunner <[email protected]>
Update to font-lato-2-subset which should solve the WIndows readability problem.

github.com/openstf/stf - 9a2996df69824213c9b8a2b774629e8ead7f4d21 authored over 10 years ago by Gunther Brunner <[email protected]>
Updated to internal bower.

github.com/openstf/stf - 0904cb960163384e6eb0be6c22fc678fe05291e0 authored over 10 years ago by Gunther Brunner <[email protected]>
Merge branch 'missing-provider' into develop

github.com/openstf/stf - 98eae63c2891208965fb7d6cbf27ecea520ad337 authored over 10 years ago by Valverde Antonio <[email protected]>
Fix missing provider when a device is plugged in for the first time

github.com/openstf/stf - 25b9583d5c34a31f96d47b5f5827f4106549b51c authored over 10 years ago by Valverde Antonio <[email protected]>
Make it possible to connect to ADB running on other computers.

github.com/openstf/stf - 7fb721f3796f1c4134b4f400b7ce2000224fd3a3 authored over 10 years ago by Simo Kinnunen <[email protected]>
Update socket events to match socket.io 1.0.

github.com/openstf/stf - 2e18778d1c0c414de43b84aeeac2b27fa35ead4d authored over 10 years ago by Simo Kinnunen <[email protected]>
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.

github.com/openstf/stf - 984c45b18320235aba4db9068b1d3939d70b44cb authored over 10 years ago by Simo Kinnunen <[email protected]>
Fix default IP in port forwarding.

github.com/openstf/stf - 92be2f1b590fe5355add2af8d9a42d01d80a549d authored over 10 years ago by Simo Kinnunen <[email protected]>
Fix `gulp build` failing due to incorrect jade includes.

github.com/openstf/stf - 1e5ac360ed32eb97a3ee82d566432760c217fd72 authored over 10 years ago by Simo Kinnunen <[email protected]>
Use a real random model for fake devices.

github.com/openstf/stf - e90df6b2f47a96e0ee948a8b989ef5201d874a19 authored over 10 years ago by Simo Kinnunen <[email protected]>
Add a new command to generate fake devices for testing.

github.com/openstf/stf - 6acfa5b52858cd657569f55c748e3ec75e92f80c authored over 10 years ago by Simo Kinnunen <[email protected]>
Starting to add build targets for common status page.

github.com/openstf/stf - 1c45b6eb7003e31426fa4f2be196937f95cb950d authored over 10 years ago by Gunther Brunner <[email protected]>
Added gulp protractor task.

github.com/openstf/stf - a9e2268b1878a8749cb6669bbc5ba593e59ea6ac authored over 10 years ago by Gunther Brunner <[email protected]>
Starting to add error status pages.

github.com/openstf/stf - 2ca3619057e2c48324dd30a0632c83e363b8678c authored over 10 years ago by Gunther Brunner <[email protected]>
Show only Web/Native when controlling.

github.com/openstf/stf - bad0ca9cc7d797eb31d61ba11b6c6c8d5f7132cb authored over 10 years ago by Gunther Brunner <[email protected]>
Updated bower dependencies.

github.com/openstf/stf - 79b0d7f2abce4a047f6fe39b4291bb6a6430108f authored over 10 years ago by Gunther Brunner <[email protected]>
Added min-width for device list icons.

github.com/openstf/stf - e3df5f2e3c0b0050be0962921a7184c3ace9e296 authored over 10 years ago by Gunther Brunner <[email protected]>
Update to Socket.IO 1.0.

github.com/openstf/stf - 41661c93841cc25001e56cbc3a17d211708d73be authored over 10 years ago by Simo Kinnunen <[email protected]>
`const` was just too new for IE.

github.com/openstf/stf - 27d9014e9011cfeb98198926b34c88e99e77c837 authored over 10 years ago by Gunther Brunner <[email protected]>
Added default Device List ordering by name also.

Hide devices without a model name (this may be changed later).

github.com/openstf/stf - e7eeb985a73fd97e2a4c5cc4104a51c7521e6ecf authored over 10 years ago by Gunther Brunner <[email protected]>
Changed device list sort priority.

Changed device list control button styles.

github.com/openstf/stf - d87c7800685915111956608fc5a292a870735626 authored over 10 years ago by Gunther Brunner <[email protected]>
Update to express 4.

github.com/openstf/stf - 9bb066f0c6743b2dc2d16f37d3166dd7cd4b06ae authored over 10 years ago by Simo Kinnunen <[email protected]>
Remove /static/data from the auth roles, it doesn't seem to even exist anymore.

github.com/openstf/stf - 4d4cf58dee937c1f6e76c7e33796c8273c15af5e authored over 10 years ago by Simo Kinnunen <[email protected]>
Changed Screen failure timeout to 2 secs.

Changed Device Icon view popover timeout to 0.

github.com/openstf/stf - f63435721730216c1e4613d0ed8cf0fa9f9bdafc authored over 10 years ago by Gunther Brunner <[email protected]>
Improving E2E tests.

github.com/openstf/stf - 311eb7c4715d651e8cb1a4df2c5dd4eda907d341 authored over 10 years ago by Gunther Brunner <[email protected]>
Adding E2E

github.com/openstf/stf - d249ae366a2c092ccc773d6f3c72e5b9111d6709 authored over 10 years ago by Gunther Brunner <[email protected]>
Adding E2E.

github.com/openstf/stf - 3882295d6c45565b6a6307b47810580dc2017469 authored over 10 years ago by Gunther Brunner <[email protected]>
Fix direct device control not extending owner timeout.

github.com/openstf/stf - 3ea41c1a4e5df4dd4269387bd255132fbb77029f authored over 10 years ago by Simo Kinnunen <[email protected]>
Adding protractor.

github.com/openstf/stf - 9239ee57b44cbda9689d778e0d79d42dc9520d08 authored over 10 years ago by Gunther Brunner <[email protected]>
Renaming 'present' to 'connected', and 'absent' to 'disconnected'.

github.com/openstf/stf - 903c183c843a102e5b14f98969f4ed16cffc772f authored over 10 years ago by Gunther Brunner <[email protected]>
Update oboe to 1.14.7.

github.com/openstf/stf - cfb8d6c57ac5e53afcc5fba11faf69df1125fdf4 authored over 10 years ago by Simo Kinnunen <[email protected]>
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.

github.com/openstf/stf - bebb3af42a8a457ed51791294e18030e30817b96 authored over 10 years ago by Simo Kinnunen <[email protected]>
Revert "Hide offline devices."

This reverts commit 84fba858af0cbb75751a43be79c276afa4cac97e.

github.com/openstf/stf - 2dda82253dbe9b31849ecc9a89cbe6b64f38cb34 authored over 10 years ago by Gunther Brunner <[email protected]>
Translated kick message.

github.com/openstf/stf - 10a764ff2f7aba39dc21b3a0eef55cf717d7ee0f authored over 10 years ago by Gunther Brunner <[email protected]>
Small fix

github.com/openstf/stf - fd03c60b31b3311714a487a7c1c704b7fad7b863 authored over 10 years ago by Gunther Brunner <[email protected]>