Olivier DUPUY

Results 6 issues of Olivier DUPUY

Thanks for raising a Swagger2Markup issue. Please provide a brief description of your problem along with the Swagger2Markup version you are using. If possible, please also consider putting together a...

The help shows URLs like ``` "apis": [ { "url": "http://petstore.swagger.io/v2/swagger.json" }, ``` On Windows, you can use a relative URL e.g. `"url": "file://tmp/src/swagger-myapp.yaml"` or an absolute one e.g. `"url":...

enhancement
help wanted
Hacktoberfest

Make the logging more informative for the developer. Change simply the code from ``` public UaaException(Integer statusCode, String error, String errorDescription) { super(statusCode, String.format("%s: %s", error, errorDescription)); this.error = error;...

triaged
enhancement

We use this plug-in and we accumulate a lot of execution logs in S3 (400K 1.6 GB in our dev environment). I could set an expiration policy on the S3...

windows 10 using gitbash $ `git --version` git version 2.41.0.windows.1 I follow the instruction of [https://github.com/databus23/helm-diff#using-helm-plugin-manager--23x]() $ `helm plugin install https://github.com/databus23/helm-diff` Error: Unable to retrieve local repo information: exit status...

Document in these 3 methods that they are mutually exclusive for the target - `inPlace()` (precise that in place means to create the target file in the same folder as...