You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The filter property in method get_test_history has three legal values:
all -- all tests are listed (default if the property is empty or not included)
delegated -- delegated tests are listed
undelegated -- undelegated tests are listed
Issue zonemaster/zonemaster-gui#251 asks for the return JSON to be updated so that for each test returned, the value of "undelegated" (0 or 1) is included.
This issue suggests a new value for the property, tagged, which will as all return all tests with the addition of a extra property in the result, i.e. "undelegated" with its value.
The text was updated successfully, but these errors were encountered:
The filter property in method
get_test_history
has three legal values:Issue zonemaster/zonemaster-gui#251 asks for the return JSON to be updated so that for each test returned, the value of "undelegated" (0 or 1) is included.
This issue suggests a new value for the property,
tagged
, which will asall
return all tests with the addition of a extra property in the result, i.e. "undelegated" with its value.The text was updated successfully, but these errors were encountered: