Vadim Shaigorodskiy
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...
Setup code scanning using [CodeQL](https://codeql.github.com/). It is supported by Github.
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...
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...
Follow up on #1245 Add a check to validate that `x-extensible-enum` properties have a `string` type.
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...
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...
Add Opentracing support to Zally requests.