Denis Garus
Denis Garus
We should generate a clear error message in the case when a repository with given name does not exist. Currently, the error message is the following: ``` [INFO] 2024-02-01 13:56:17,317...
Tests class `com.artipie.pypi.PypiITCase`. The log of failed test is followed ``` 2023-12-02 20:50:09,078 ForkJoinPool.commonPool-worker-27 com.artipie.asto.fs.FileStorage - Found 0 objects by the prefix "my-python-port/my-python-port/artipietestpkg" in /var/artipie/data by /var/artipie/data/my-python-port/my-python-port/artipietestpkg: [] ``` It...
Test `MavenProxyPackageProcessorTest.processesSeveralPackagesAndPackageWithError:130 » ConditionTimeout` fails time to time.
Tests `CondaSliceITCase#anacondaCanLogin` and `CondaSliceAuthITCase#canUploadAndInstall ` are failed
Test is failed with the message: ``` Error: CondaSliceITCase.anacondaCanLogin:118 Expected: a string containing "Using Anaconda API: http://host.testcontainers.internal/", "any's login successful" in order but: was "Container.ExecResult(exitCode=0, stdout=, stderr=/opt/conda/lib/python3.9/site-packages/binstar_client/utils/config.py:185: RuntimeWarning: conda and...
Test in `RepoDataTest` fails without changes in the codebase. To reproduce, run tests 100 times.
### Suggestion details Part of #1399 Limit the results and page through it: --page-size 100 (default 100) and --page 1 (default 1). ### Additional details [The best database pagination technique](https://itnext.io/the-best-database-pagination-technique-is-530abf2aab51)
### Suggestion details Part of #1399 Pyrsia `inspect-log` can be used without arguments – it will output all logs. Query requests should be executed on the node side. ### Additional...
### Suggestion details It is from [PR](https://github.com/pyrsia/pyrsia/pull/1538) @fishseabowl It may depend on the timestamp, which may lead to some unexpected results. @dgarus Obviously, `TransparencyLogService` must have guaranties that timestamp for...
### Suggestion details Part of #1399 Create documentation to describe the REST API ### Additional details _No response_
### Suggestion details Part of #1399 Query/search for logs by any field of the `TransparencyLog` record. It could be convenient to use SQL syntax. For example, ``` --query operation =...