-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move API client generation into influxdb #14482
Labels
Comments
chnn
added a commit
that referenced
this issue
Jul 29, 2019
chnn
added a commit
that referenced
this issue
Jul 29, 2019
chnn
added a commit
that referenced
this issue
Jul 30, 2019
chnn
added a commit
that referenced
this issue
Jul 30, 2019
chnn
added a commit
that referenced
this issue
Jul 30, 2019
chnn
added a commit
that referenced
this issue
Jul 30, 2019
chnn
added a commit
that referenced
this issue
Jul 30, 2019
Moves the handwritten AST wrapper types from influxdb-client-js back into the UI. Long term I think we should improve the `swagger.yml` spec for these types so that we can use their generated counterparts. This will take some tedious labor and a review from the Flux team. Part of #14482
chnn
added a commit
that referenced
this issue
Jul 31, 2019
Adds support for fetching a Flux response with a limit, and returning a partial response instead of an error if that limit is exceeded. The logic is implemented here instead of in influxdb-client-js as part of #14482.
chnn
added a commit
that referenced
this issue
Jul 31, 2019
Moves the handwritten AST wrapper types from influxdb-client-js back into the UI. Long term I think we should improve the `swagger.yml` spec for these types so that we can use their generated counterparts. This will take some tedious labor and a review from the Flux team. Part of #14482
chnn
added a commit
that referenced
this issue
Jul 31, 2019
Adds support for fetching a Flux response with a limit, and returning a partial response instead of an error if that limit is exceeded. The logic is implemented here instead of in influxdb-client-js as part of #14482.
chnn
added a commit
that referenced
this issue
Jul 31, 2019
chnn
added a commit
that referenced
this issue
Jul 31, 2019
chnn
added a commit
that referenced
this issue
Aug 2, 2019
Moves the handwritten AST wrapper types from influxdb-client-js back into the UI. Long term I think we should improve the `swagger.yml` spec for these types so that we can use their generated counterparts. This will take some tedious labor and a review from the Flux team. Part of #14482
chnn
added a commit
that referenced
this issue
Aug 2, 2019
Adds support for fetching a Flux response with a limit, and returning a partial response instead of an error if that limit is exceeded. The logic is implemented here instead of in influxdb-client-js as part of #14482.
chnn
added a commit
that referenced
this issue
Aug 2, 2019
chnn
added a commit
that referenced
this issue
Aug 2, 2019
Moves the handwritten AST wrapper types from influxdb-client-js back into the UI. Long term I think we should improve the `swagger.yml` spec for these types so that we can use their generated counterparts. This will take some tedious labor and a review from the Flux team. Part of #14482
chnn
added a commit
that referenced
this issue
Aug 2, 2019
Adds support for fetching a Flux response with a limit, and returning a partial response instead of an error if that limit is exceeded. The logic is implemented here instead of in influxdb-client-js as part of #14482.
chnn
added a commit
that referenced
this issue
Aug 2, 2019
chnn
added a commit
that referenced
this issue
Sep 10, 2019
chnn
added a commit
that referenced
this issue
Sep 10, 2019
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This was referenced Dec 27, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See RFC for motivation.
http/swagger.yml
spec and oats@influxdata/influx
package to use this generated codeRemaining work
client.auth
(refactor(ui): migrate signin/signout to generated client #14611)client.authorizations
(refactor(ui): migrate authorizations CRUD to generated client #14831)client.buckets
client.dashboards
(chore(ui): refactored dashboards client API to oats generated types and API #16438)client.labels
(chore(ui): label client refactor complete #16361)client.links
client.organizations
client.queries
client.scrapers
client.setup
client.tasks
(chore(ui): refactored tasks to use oats rather than client library #16353)client.telegrafConfigs
client.users
client.variables
(chore(ui): refactored variables client API to oats generated types and API #16400)client.write
client.templates
client.checks
client.notificationRules
The text was updated successfully, but these errors were encountered: