Skip to content
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

Fix errors in type definitions #1263

Merged
merged 2 commits into from
Jul 20, 2020
Merged

Fix errors in type definitions #1263

merged 2 commits into from
Jul 20, 2020

Conversation

delvedor
Copy link
Member

@delvedor delvedor commented Jul 20, 2020

  • The ignore paramater is part of the request options and not the request params.
  • In the rest-api-spec boolean are written as string ('true' and false'), this pr generates them as boolean.

The type definition fix will be generated once in master, 7.x, and 7.9.
Related: elastic/kibana#72388 elastic/kibana#72289

}
return true
})
if (foundTrue && foundFalse) {
Copy link
Contributor

@mshustov mshustov Jul 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can imagine an endpoint with false | 'some_string' parameter.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know, I'm being overcautious here :D

Copy link
Contributor

@mshustov mshustov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are you going to release it as rc2?
are we still waiting for the ES team response on the deleteByNamespace interface?

@delvedor
Copy link
Member Author

are you going to release it as rc2?

Yes, I'll release as many as we need until we solve elastic/kibana#70431.

are we still waiting for the ES team response on the deleteByNamespace interface?

I've just asked, but we can merge this one in the meantime already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants