Feature #1806
Only output matches when the results change
Start date:
04/03/2017
Due date:
% Done:
100%
Associated revisions
Updating UI to support conditional output
Reference #1806
History
#1 Updated by Luke Murphey over 7 years ago
- Target version set to 4.2
#2 Updated by Luke Murphey over 7 years ago
Some options for the inputs.conf:
- output_results = (all | matches_changed | content_changed)
- include_only_changed = (0 | 1) along with change_policy = (all | matches_changed | content_changed)
#4 Updated by Luke Murphey over 7 years ago
StaticListField("output_results", "Indicates when results output should be created", "Output the matches when content changes", none_allowed=True, empty_allowed=True, required_on_create=False, required_on_edit=False, valid_values=['always', 'when_matches_change', 'when_contents_change'])
#5 Updated by Luke Murphey over 7 years ago
Design:
- Produce a hash on each result (in run())
Issues: * How does this work with spidering? * How does this work when the input fails due to something like a network outage?
#6 Updated by Luke Murphey over 7 years ago
Need:
- Default value on the inputs page
- Loading of existing value on manager XML page
#7 Updated by Luke Murphey over 7 years ago
- % Done changed from 0 to 70
#8 Updated by Luke Murphey over 7 years ago
- % Done changed from 70 to 80
#9 Updated by Luke Murphey over 7 years ago
- % Done changed from 80 to 90
#10 Updated by Luke Murphey over 7 years ago
- Status changed from New to Closed
- % Done changed from 90 to 100