efahl

Results 10 issues of efahl

- Reduce memory footprint while running reports allowed by recent jsonfilter bug fix. - Improve headers and footers on report. - Add new match operator for date filtering. Maintainer: @flyn-org...

There's a stray `"null": null` entry about halfway into one of the static package index files: https://sysupgrade.openwrt.org/json/v1/snapshots/packages/x86_64-index.json Current "modifed date" on the file is "6/25/2024, 5:20:22 AM" which would be...

cc: @lorand-horvath ASU build has been generating these errors on x86/64 snapshot for a day or so, several similar errors being reported on the forum. ``` Received incorrect version r26608-b2a84c86e3...

I've been using the `overview.upstream_url` from our recent work (https://github.com/openwrt/asu/commit/1fa82886fa28514d90b4beca209d99b05c3c7b80) and the reported local URL (local to sysupgrade server, I assume) is pretty slow at my location (US west coast;...

Some of the test_stats tests would fail occasionally with the wrong queue length. Traced it back to the redis 'Queue' object somehow persisting across tests. We now ensure that a...

Includes the documentation for setting up a local server, and all the code changes I've made to get container volumes to work. Added `.env` to containers, filtering it for values...

cleaner - add a tool to wipe out unused public/store/ entries update_all_targets - extract configuration data from settings - add a mechanism to optionally flush the redis database - add...

Implement a maintenance hook on the standard redis queue worker to do garbage collection on expired builds. When a result expires from the queue, its data will be removed from...

Some error paths result in the container.kill being called twice. This results in an erroneous error report to the user, with the podman error superseding the actual build error in...

Record build errors in a rotating log to allow easier diagnosis of upstream imagebuilder and package build issues. Add a separate web page for access to the log's content. Log...