1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00
Commit graph

25 commits

Author SHA1 Message Date
Denis barbaron
1dd9f45f06 Merge branch 'master' into group-feature 2020-01-24 10:47:35 +01:00
Denis barbaron
7f5dc4c152 add groups feature 2019-06-12 10:29:07 +02:00
Karol Wrótniak
3d3d1f67b4
Add market name to device properties. 2019-05-03 22:00:55 +02:00
Karol Wrótniak
2af554e2a3
Add OpenGL ES version to device properties. 2017-12-18 03:18:19 +01:00
thinkhy
2dac3d1bbd
add the column of CPU Platform in device list (#777)
* add the column of CPU Platform in device list

* Update api.js

* Update solo.js

* Update devutil.js

* Update device-column-service.js

* Update device-list-controller.js
2017-12-16 16:50:25 +08:00
Simo Kinnunen
a1866b0409 Battery level and temperature are now formatted number colums instead of plain text columns, which makes them usable with the search comparison operators. Closes #735 and #736. 2017-10-24 00:25:53 +09:00
Vishal Banthia
cc5d7580c2 Fix automation order in device list 2017-09-19 07:34:37 +09:00
Simo Kinnunen
0d32a2a4cf Use network properties for the network column, since they get updated in real time. 2017-09-05 00:00:11 +09:00
Simo Kinnunen
5839867619 Add IMSI to device details. 2017-01-13 13:52:11 +09:00
Vishal Banthia
a62a6094e4 Use automation state for devices used by api 2016-11-23 06:45:36 +05:30
Gunther Brunner
a3f815c118 Fix all res/ files with ESLint rules with 0 errors. 2016-01-19 23:08:33 +09:00
Vishal Banthia
a2c11d0d59 fix indentation 2015-11-14 20:34:01 +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
Gunther Brunner
3bad591557 Add Product name to Details tab even if there is no Product name (using Model). 2015-08-24 20:34:33 +09:00
Simo Kinnunen
4ff664601a Add back the requirement to have at least one dot for any version filter. I thought it didn't make much sense but then I realized that an unquoted search for "Nexus 5" would most likely match all Nexus devices due to the fields being handled separately. 2015-06-26 17:00:15 +09:00
Simo Kinnunen
c1a00dbad6 Allow Android M to be matched by search filters, and sort it properly. 2015-06-26 16:47:20 +09:00
Simo Kinnunen
3257665ec2 Sort browser apps alphabetically. Sort again in the detailed device list as we currently have old data left over and we may wish to change the sorting later anyway. Should not be terribly bad due to most devices only having one or two browsers. 2015-06-26 14:53:53 +09:00
Simo Kinnunen
7071876030 Show all columns in device list whether the user is in admin mode or not. The admin mode is going away soon entirely. 2015-06-26 14:33:18 +09:00
Simo Kinnunen
f2fd3e54e1 Battery level and temp were not being sorted by their numeric values. 2015-06-05 18:30:58 +09:00
Gunther Brunner
e1a7560bc0 Added optional --user-profile-url for opening user profile page in an external domain, it was hardcoded. 2015-03-17 19:48:41 +09:00
Gunther Brunner
de7c367cb8 Fixed browser icons path and size. 2014-12-05 17:31:27 +09:00
Simo Kinnunen
53c10c9732 Add a column for notes. For now they have to be set directly in the database. 2014-12-03 14:20:41 +09:00
Simo Kinnunen
581689d67a Don't match version until we have a dot in the query. 2014-12-02 19:21:04 +09:00
Gunther Brunner
208094a254 Refactored all device list components to its own module. 2014-09-18 20:27:37 +09:00
Renamed from res/app/device-list/device-column-service.js (Browse further)