Vadim Shaigorodskiy

Results 20 issues of Vadim Shaigorodskiy

Fixed regex pattern in documentation for "optional_value".

The issue has been identified in #1289 (See [this comment](https://github.com/zalando/zally/issues/1289#issuecomment-878607811) for details). Zally rule sets use [lightbend config](https://github.com/lightbend/config) and `reference.conf` files define configuration. These files as supposed to be used...

technical-task

Setup code scanning using [CodeQL](https://codeql.github.com/). It is supported by Github.

technical-task

Update the `CODEOWNERS` file to have only actual maintainers.

Add labels support to API review requests. _Label_ is a key-value where both key and value are strings. This has been partially implemented in #1162 by creating an additional table...

type: enhancement
area: server

In order to release `zally` the following steps required\ * Create a new release tag * Build and release zally libraries (core, api, different rules). See [README.md](https://github.com/zalando/zally/blob/master/README.md) * Build and...

technical-task

Follow up on #1245 Add a check to validate that `x-extensible-enum` properties have a `string` type.

good first issue
rule change
area: rules

Currently, Zally RuleSet have rule identifiers like `M001`, `S007`, `H001`, etc. (see [this file](https://github.com/zalando/zally/blob/master/server/rules.md)). There are no description what are those identifiers means and what are rules to choose the...

question
area: rules

Zally `server` uses in-memory hsqldb for local runs and integration tests while in production it uses Postgres. hsqldb is limited in features in compare to Postgres which forces to make...

type: enhancement
area: server

Add Opentracing support to Zally requests.

type: enhancement
area: server
technical-task