louxiu
louxiu
Add `jenkins-build-parameter` for build parameter(eg. branch). https://wiki.jenkins.io/display/JENKINS/Parameterized+Build
``` python def __eq__(self, other): return all( [ abs(self.x - other.x) < self.wt(), abs(self.y - other.y) < self.ht(), abs(self.r - other.r) < self.wt(), abs(self.b - other.b) < self.ht(), ] )...
In the middle steps of generating panels, a line panel may be created(https://github.com/njean42/kumiko/issues/19 generated by `deoverlap_panels`). When the line panel participates in the calculations of `same_row` and `same_col`, it may...
The mismatch cause incorrect val(eg. 0)
- Check `NULL` to avoid segmentfault when cleanup - fix duration option - fix read invalid chunkname
Minor fix to avoid warnings ``` [lua] _G write guard:12: __newindex(): writing a global Lua variable ('match_path') which may lead to race conditions between concurrent requests, so prefer the use...
Introduces a tail mode (`-f` flag) to the log processing tool, enabling real-time analysis of incoming log data. PS: the current implementation doesn't handle output exceeding screen height for simplicity