-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Generate low level client code for 7.12 #5364
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/home/vsts/work/1/s/src/Elasticsearch.Net/Api/RequestParameters/RequestParameters.TextStructure.cs(61,10): error CS0246: The type or namespace name 'Format' could not be found (are you missing a using directive or an assembly reference?)
@Mpdreamz Oops! I had a couple of issues generating originally and committed the one without that fixed type name. I've fixed it again and re-generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
2f6c939
to
0c7b5e2
Compare
Will investigate the Linux failure on Jenkins before merging. |
* Skip cat template YAML test (#5313) Co-authored-by: Martijn Laarman <Mpdreamz@gmail.com> (cherry picked from commit 9251068) * No longer fail to parse when allowed_warnings is last in the do operation definition Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk> (cherry picked from commit 78a0933)
* Generate low level client code for 7.12 * Fix type name * Update test-matrix * Update test matrix * Fix parsing of some yaml tests on master (#5315) * Skip cat template YAML test (#5313) Co-authored-by: Martijn Laarman <Mpdreamz@gmail.com> (cherry picked from commit 9251068) * No longer fail to parse when allowed_warnings is last in the do operation definition Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk> (cherry picked from commit 78a0933) Co-authored-by: Martijn Laarman <Mpdreamz@gmail.com>
* Generate low level client code for 7.12 * Fix type name * Update test-matrix * Update test matrix * Fix parsing of some yaml tests on master (#5315) * Skip cat template YAML test (#5313) Co-authored-by: Martijn Laarman <Mpdreamz@gmail.com> (cherry picked from commit 9251068) * No longer fail to parse when allowed_warnings is last in the do operation definition Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk> (cherry picked from commit 78a0933) Co-authored-by: Martijn Laarman <Mpdreamz@gmail.com> Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk> Co-authored-by: Martijn Laarman <Mpdreamz@gmail.com>
No description provided.