Daniel Nilsson
Daniel Nilsson
The `build_at` property on the `/api/v1/build` endpoint always return the same value of `2023-10-09T21:45:35.000000Z`. Looking at [the code](https://github.com/openwrt/asu/blob/main/asu/api.py#L309) I would assume this should be when the job ended, which isn't...
With 8860ca069c04e3dbd3f107f1526f2901f1085902 the check against the version_code parameter was implemented but was incorrectly set to the current revision instead of the latest available remote revision. This resulted in not being...
## Steps to reproduce: 1. Go to: Status -> Overview 2. Notice that the `Firmware version` field does not include a revision number. ## Actual behavior: * `Firmware version` doesn't...
The interface name check only considered the user input when validating the length, which could result in the actual name exceeding the kernel limit of 15 characters when the bridge/protocol...