in order to implement something along the line of InfluxDB duration types at all places where the operator can specify datetimes, dateranges, intervals or durations, like suggested at [1,2], this patch brings in a large refactoring of the sequencing machinery.
Hi there,
in order to implement something along the line of InfluxDB duration types at all places where the operator can specify datetimes, dateranges, intervals or durations, like suggested at [1,2], this patch brings in a large refactoring of the sequencing machinery.
With kind regards, Andreas.
[1] https://community.hiveeyes.org/t/improving-time-range-control-for-grafanimate/1783/11 [2] https://community.hiveeyes.org/t/improving-time-range-control-for-grafanimate/1783/13
Features
start
,stop
andevery
parameters.Plumbing
timeutil.py
andmodel.py
files.AnimationFrame
index
to each filename in order to reflect the position of theAnimationSequence
in a list of many.--dry-run
parameter/cc @msweef