Mikolaj Izdebski
Mikolaj Izdebski
Packages API (`/api/v2/packages`) that lists package-to-project mappings includes project names, but not project IDs. This becomes problematic when there are multiple projects with the same name. In this case package...
In production, repo resolver service keeps crashing with the following error: ``` Traceback (most recent call last): File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/base.py", line 1182, in _execute_context context) File "/usr/lib64/python3.6/site-packages/sqlalchemy/engine/default.py", line 470, in do_execute...
`DeprecationWarning: The class hawkey.Repo is deprecated. Please use dnf.repo.Repo instead. The class will be removed on 2019-12-31.`
Today I've observed the following sequence of events: - Feb 05 15:50:08 koschei-polling: Polling latest real builds... - Feb 05 15:50:45 koji: rubygem-thor-0.20.3-1.fc30 tagged into f30 by autopen - Feb...
Current master branch does not build in mock chroot due to LocksTest failure: ``` ERROR: test_session_lock_exception_propagation (test.locks_test.LocksTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/builddir/build/BUILD/koschei-2.4.0/test/locks_test.py", line 61, in test_session_lock_exception_propagation with...
When reporting bugs for unresolved packages Koschei could populate bug description with information that the package is FTBFS because of dependency problems and enumerate these problems.
The slowest part of dependency resolution is computing dependency distances. I've implemented a [PoC code](https://github.com/msimacek/koschei/commit/solv3) that optimizes this part. Initial testing on full f28 repo in [dev instance in Fedora...
The amount of Koji resources used by some packages is terrifying. Once we have statistics for per-package resource usage (#46) we could limit build rate based on total build time...
Currently front page in Web UI contains list of all packages. Instead, it would be more useful to display list of failing and unresolved packages, sorted by time of state...
In fact, it's Unicode, not ASCII. It is used for displaying tree-like structure in frontend. It can be replaced with CSS.