influxdata / influx-cli

CLI for managing resources in InfluxDB v2
MIT License
63 stars 24 forks source link

feat: added tag stripping step to openapi generation to fix codegen #428

Closed adepke closed 2 years ago

adepke commented 2 years ago

Upstream versions of the openapi submodule currently break code generation, since some operations have multiple tags, which causes multiple duplicate and conflicting versions to be generated. This PR strips out the newly introduced grouping tags to restore the previous codegen behavior.

More details: https://github.com/influxdata/openapi/pull/445