Yusheng Li
Yusheng Li
> @vm-001 Can you please add a CHANGELOG file? Done
Sorry for the delayed feedback. I noticed that `kong-admin-api.yml` does not provide the detail for most of the APIs. May I know why? and when does Kong will plan to...
@liyangau Perhaps it doesn't need to validate the scope again against another global oauth2 plugin. If a code was issued by a global(global_credentials=true) oauth2 plugin A, and then was changed...
This had been confusing me... I don't see this repo containing that page, so I assume the community is not able to correct that.
```yaml openapi: 3.0.0 paths: "/users/{id}": {operations} "/users/{id}/profile": {operations} ``` You can iterate the `paths`, and make a route for each path. The pseudocode would be like ```lua local router, err...
@liverpool8056 I know you may have tested it out in your local environment. Could you please add a wrong changelog file to prove that ci would fail as expected?
vote!
Does golangci-lint have configurations to skip directories? I tested `exclusions.paths`, but unfortunately, it doesn't work.
Yes, without using build tags. I'm looking for a feature to skip the entire directories including analyzing. I suppose `golangci-lint` doesn't support this yet.
Lots of applications run `migrations up` first and then restart the application. SQLs `select * from X` would fail after it saw any unknown column. I'm also looking for a...