Alena

Results 16 issues of Alena

Eo-yaml does not always escape asterisk while formattings yaml mapping object to string. The yaml example: ```yaml Jane: - read John: - read - write Mark: - "*" ``` This...

Two questions: - is anaconda-client API properly documented somewhere? I found [this](https://api.anaconda.org/docs#/) swagger page, but it does not seem complete - is it possible to disable any authorization for upload?

Let's implement Rest API to manage Artipie settings (repositories, storages, aliases, users). This Rest API will be a part of this project and will start on the separate port (another...

Now, there is no possibility to use storage alias instead of full storage configs in repo proxy settings and in metrics configuration. Let's add such feature.

stale

Let's add a footer to Artipie central, the footer should contain at least currently deployed version, links to GitHub repository and telegram chat. Also, it would be nice to see...

enhancement
stale

Qulice fails to process such swagger documentation: ``` @Operation( summary = "Get repository settings by name", description = """ java multiline text block """, responses = { @ApiResponse( description =...

Part of #1006 Added Vert.x metrics and now it's possible to configure several metrics types at ones.

To configure artipie as pypi repository and pipy-proxy, it's necessary for proxy to pass its address in `FullPath`. Let's add the header if proxy repository is provided in config file....

Pypi repo has index page with all repo packages listed in text html format along with their sha256 sum. This page is generated by `SliceIndex` on each request. Such approach...

Hi, I'm trying to obtain full information about `require` and `provide` header lists of the rpm package to build `primary.xml` metadata file. Each entry of the `require` and `provide` lists...