Peter Klijn
Peter Klijn
**Is your feature request related to a problem? Please describe.** Feature request: If you define a wildcard route in Skipper, there is no easy way to exclude specific routes from...
This PR is a POC for a new predicate, "NotPath", which can be used to exclude certain paths that would otherwise match a wildcard. Related to issue: https://github.com/zalando/skipper/issues/2049
Draft PR related to [feature request 1537](https://github.com/zalando/skipper/issues/1537) **This PR includes:** - Helpers for all predicates (including tests) - Helpers for all filters (including tests) - Fixes in filter documentation -...
Temporary PR to have CI builds, main PR is here: https://github.com/zalando/skipper/pull/1536
**Is your feature request related to a problem? Please describe.** When using Skipper as a product, and defining routes via the eskip format, Skipper has good and clear documentation. But...
Given that our team maintains the MOP project, I think it makes sense to make us code owners as well