Denis Garus
Denis Garus
Currently, if an inner class doesn't have the tag "since" then we get the error like this: `[INFO] Checkstyle: C:\.....\jpeek\src\main\java\org\jpeek\Base.java[46]: Missing '@since' tag in class/interface comment (JavadocTagsCheck)` I think the...
Tests - `RepoDataTest#removesDataWithAliasAndOrgLayout` - `RepoDataTest#removesDataWithAliasAndFlatLayout` have flaky failures.
Check and update adapter's artifact versions if it is required.
We need to develop a dashboard which based on using of new Artipie's REST API.
## Description related to #2993 ## Notes & open questions ## Change checklist - [ ] I have performed a self-review of my own code - [ ] I have...
Part of #1425
It is common to specialize verticles by functional and technical concerns, such as having one verticle for exposing an HTTP API and another for dealing with a data store. This...
Tests which use `com.artipie.test.TestDeployment` take too long time. We should optimize these tests to reduces execution time, make test results more convenient for a bug fixing. To achieve these aims,...
The test failed with the following error ``` org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'fileStoreController' defined in class path resource [com/adobe/testing/s3mock/S3MockConfiguration.class]: Unsatisfied dependency expressed through method 'fileStoreController' parameter 0: Error...
Check that the current docker adapter implementation is corresponded to [the spec](https://github.com/opencontainers/distribution-spec/blob/main/spec.md#endpoints)