Commit Graph

61 Commits

Author SHA1 Message Date
Denis Barbaron
2f54e40206 Upgrading STF for security reasons (#813)
* Upgrading STF for security reasons

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

* update semaphore files

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

* upgrading STF for security reasons v2

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

* update yarn.lock file

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>

---------

Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
2024-11-22 11:41:20 +01:00
MykytaIvshkn
24c944df17 Enable device market name (#601)
* Enable device market name

Signed-off-by: mivashkin <mivashkin@playtika.com>

Co-authored-by: mivashkin <mivashkin@playtika.com>
Co-authored-by: Karol Wrótniak <karol.wrotniak@droidsonroids.pl>
2022-11-03 01:07:51 +01:00
Serhii Manko
40757e73a4 Upload the ipa files for the iOS platform (#583)
Signed-off-by: Serhii Manko <mankoffserg@gmail.com>

Signed-off-by: Serhii Manko <mankoffserg@gmail.com>
2022-09-20 15:54:19 +02:00
Denis Barbaron
6b2f434acb upgrade node to latest version v17.9.0 (#500)
* upgrade node to latest version v17.9.0

Signed-off-by: Denis Barbaron <denis.barbaron@orange.com>

* remove useless comments in karma configuration file

Signed-off-by: Denis Barbaron <denis.barbaron@orange.com>
2022-04-12 17:03:43 +02:00
Denis barbaron
9b9cfbe7ba update code for karma compatibility 2019-08-27 15:38:28 +02:00
Denis barbaron
7f5dc4c152 add groups feature 2019-06-12 10:29:07 +02:00
Vishal Banthia
a62a6094e4 Use automation state for devices used by api 2016-11-23 06:45:36 +05:30
Vishal Banthia
b60cb6ef6a Fix eslint errors 2016-07-22 19:40:27 +05:30
Vishal Banthia
bca180d284 refactor reserve and release endpoints in HTTP POST and DELETE methods 2016-07-22 19:34:22 +05:30
Vishal Banthia
5729095acb move group endpoint from app unit to api unit 2016-07-22 19:34:22 +05:30
Vishal Banthia
d6f37681ce move devices endpoint from app unit to api unit 2016-07-22 19:34:22 +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
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
Simo Kinnunen
cf73b4c95b Add filter-branched files back. 2015-07-01 20:57:33 +09:00
Simo Kinnunen
288c4f5f80 Client-side device tracker was not keeping the "using" flag up to date correctly when a device that was being used had the worker process fail and restart. 2015-06-25 17:41:57 +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
Simo Kinnunen
b2e114c9be Change all "api" URLs. Ideally the path prefix would be an option. 2014-12-17 21:29:51 +09:00
Gunther Brunner
c35b92c440 Improve Device Disconnected UI. 2014-10-02 23:07:28 +09:00
Gunther Brunner
ce604d8211 All JSHint trough webpack passes now. 2014-09-02 17:25:22 +09:00
Gunther Brunner
6c8b6bb5d4 Adding device unusable reasons in the UI (a bit rust). 2014-07-23 20:50:32 +09:00
Simo Kinnunen
7f9153788d Fix error when removing a device from a tracker. 2014-07-16 16:16:20 +09:00
Simo Kinnunen
e33b0f922f Fix device API path. 2014-07-14 20:23:14 +09:00
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
Simo Kinnunen
06573f7f6f 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. 2014-06-28 18:17:34 +09:00
Simo Kinnunen
f7a8257259 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. 2014-06-27 11:49:17 +09:00
Gunther Brunner
cb519dbade Manteinance and enhanced names back to filters because angular-gettext doesn't support translating variables from directives. 2014-06-19 22:13:03 +09:00
Gunther Brunner
7e1296d1da $broadcast is slow so refactored to a service. 2014-06-18 20:27:09 +09:00
Gunther Brunner
7982e2bcbe Started enhancing device list details with prefiltered information.
Moved enhanced data away from device service.
2014-06-18 01:25:22 +09:00
Gunther Brunner
e2c65a83fc Typo. 2014-06-17 15:42:57 +09:00
Gunther Brunner
31899b9939 Device Icon view now is very fast:
- No filters
- Data enhanced
- ng-bind instead of {{}}
- Bind once
- ng-if for Devices List
2014-06-16 18:45:14 +09:00
Gunther Brunner
f56d70cebb Performance: Starting to remove biggest bottlenecks from digest cycle, filters.
Biggest are releasedAt and showAll, both consuming more than 1000ms (!).
2014-06-11 16:02:04 +09:00
Gunther Brunner
3798b72401 Performance: Only digest in requestAnimationFrame 2014-06-11 15:14:17 +09:00
Gunther Brunner
e7eeb985a7 Added default Device List ordering by name also.
Hide devices without a model name (this may be changed later).
2014-06-03 17:50:32 +09:00
Gunther Brunner
d87c780068 Changed device list sort priority.
Changed device list control button styles.
2014-06-03 17:50:32 +09:00
Gunther Brunner
903c183c84 Renaming 'present' to 'connected', and 'absent' to 'disconnected'. 2014-06-02 17:49:47 +09:00
Gunther Brunner
12fc884f78 Fixed device redirect when not usable. 2014-05-29 05:01:42 +09:00
Gunther Brunner
cb6c7a1b5c Device List now properly sorts by status. 2014-05-29 01:40:38 +09:00
Simo Kinnunen
71188b2e50 Don't make too many low priority updates at once. 2014-05-29 01:10:22 +09:00
Gunther Brunner
2d7853fd1f Translating everything. 2014-05-28 19:18:33 +09:00
Gunther Brunner
a702c2bdbc Adding device information. 2014-05-05 16:12:16 +09:00
Gunther Brunner
34c35e4095 Adding device info. 2014-05-05 16:12:15 +09:00
Gunther Brunner
7a598af243 Adding panel info. 2014-05-01 22:42:35 +09:00
Simo Kinnunen
13e3fe6624 Fix array merging in the device service. 2014-05-01 20:23:39 +09:00
Simo Kinnunen
a915aea9ea Update with new service features. 2014-05-01 17:05:21 +09:00
Gunther Brunner
e10a58c881 Removing $rootScope for device and control, not needed anymore. 2014-04-08 20:50:35 +09:00
Simo Kinnunen
fa7437a445 Add more advanced filtering to the device tracker. Make the group tracker work properly. 2014-04-08 13:48:46 +09:00
Simo Kinnunen
b6a81df776 Probably fix "using" issues. 2014-04-04 18:20:53 +09:00
Simo Kinnunen
8b13a1c945 Fix various JSHint warnings in client-side code. 2014-03-26 16:06:49 +09:00
Gunther Brunner
e1feb20df6 -Adding table ui for styling with style.
-Added device.update event so the table can reload it's data (watch would be an overkill).
2014-03-24 18:20:31 +09:00
Gunther Brunner
ea13232f10 - Update ng-table to master.
- Device list icon view works now.
2014-03-19 18:42:15 +09:00