Mikolaj Izdebski
Mikolaj Izdebski
Copr plugin is not yet fully bootstrap-ized and therefore looks different than the rest of Web UI.
Since we have no real data for testing Copr plugin, I tried generating some random data. But it seems I violated non-written assumptions about DB consistency, which caused numerous crashes...
As expected, setting skip_resolution=True in web UI for unresolved package makes it resolved and sets status different from unresolved (eg. ok, failing etc.) But then resetting skip_resolution back to False...
Koschei knows about build start and end times. It would be valuable to display expected build time in package details view - it could be for example weighted average running...
Please include a copy of the Eclipse license at least in git repository. The license text is required if one wants to redistribute the sources. Quoting from the license: "When...
Please include a copy of the Eclipse license at least in git repository. The license text is required if one wants to redistribute the sources. Quoting from the license: "When...
It was [reported to Fedora infrastructure](https://pagure.io/fedora-infrastructure/issue/7576) that the icon used for MediaWiki messages is not displayed correctly. A quick investigation shows that `__icon__` URL in WikiProcessor is missing: $ curl...
In order for regex `\b` character class to match non-ASCII characters the UNICODE_CHARACTER_CLASS flag must be passed to regex compiler. See https://bugs.openjdk.org/browse/JDK-8291577 Fixes #632