Custom Query (981 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 981)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#1348 fixed Battery checkbox does not show on some devices Joachim Joachim
Description

The checkbox for "Battery" as part of the power source preferences does not get shown on some HTC devices, reproduced with: HTC one S, with Android 4 HTC desire, with Android 2.3

Other checkboxes in the same dialog get rendered okay.

#1347 fixed improvements to ops/ Christian Beer Christian Beer
Description

I would like to display project specific content on ops/index.php through a function that is in project/*.inc. Mainly because I have several project specific pages within ops that I need to review regularly.

The Browse database function also needs a review. Some new fields are not shown and with the large number of fields we should think about a cleaner way to show them (bootstrap has collapsible containers or tabs, but that's far away for the ops section).

There is already a project specific feature to show extra content on user visible workunit and result pages. This should also be enabled in the browse database pages in the ops section.

#1345 fixed trickle_deadline_handler does not skip messages when error detected Christian Beer Christian Beer
Description

Problem: Because of the hostid check in trickle_deadline_handler.cpp:99

sprintf(buf, " where name='%s' and hostid=%u", task_name, mfh.hostid);

and how the handler framework handles such cases the handler will retry the same message again and again if the query fails.

In my case it failed because somehow the hostid of the result changed between sending the trickle message and the query by the trickle handler. This was flooding the logfile.

Proposed change: mark failed messsages by setting handled=2 and change the purge_trickles.php script to only delete messages with handled=1. This would allow the admin to investigate on the message.

Remark: The hostid check was put in place to prevent some kind of DoS Attack by a third party by spamming the server with fake trickle messages. This would mean that we are extending results that are no longer running and would prevent another task to be created.

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.