Skip to content

Rebase onto latest master #1

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

Open
wants to merge 26 commits into
base: buildconfig
Choose a base branch
from

Conversation

itowlson
Copy link

@itowlson itowlson commented Oct 1, 2018

Hi Mark, keen to get your kubernetes-client/csharp buildconfig branch merged, so here's a PR to your PR. This is rebased onto latest master, which includes a fix for the line endings stuff (as well as a pile of other stuff, which is why this PR looks so large). I think if you take all these changes then we should get a cleaner diff against current master (and if not, it at least gives me a starting point for trying to bash the line endings into shape), and the only functional change against current master should be the one from your initial PR.

If you don't have bandwidth to look at this, do you mind if I take your changes and create a new PR off latest upstream master? I will of course credit them to you. Thanks!

tintoy and others added 21 commits June 7, 2018 16:47
Replace it with the new (officially-supported) ClientWebSocket
SSL functionality in .NET Core 2.1.

kubernetes-client#130
… behavior (kubernetes-client#174)

* Fix issue with X509VerificationFlags.AllowUnknownCertificateAuthority behavior

* Add CertificateValidationTests
* fix test case fail on windows

* fix cert not working on windows

* changed to RuntimeInformation to see if osx

* change to a more common way to deal with line ending (due to git autocrlf)
…ernetes-client#184)

* Watcher: Add onClosed event and callback

* Update the code generators to accept the onClose callback

* Re-generate API

* Update unit tests

* Fix unit test

* Watcher fixes/improvements:
- Run Task.Yield at the beginning to make sure we're running async
- Set Watching = false before invoking OnClosed, to make sure the callers see a consistent state.
* generate v1.11 -rc3

* add generated watcher

* regenrate with 1.11.0
* add patch example

* fix typo
…-client#183) (kubernetes-client#190)

* Update WatcherDelegatingHandler to stop eating first line (kubernetes-client#183)

* Override Read methods in PeekableStreamReader to avoid unpredicted behaviour (kubernetes-client#183)

Override Read methods in PeekableStreamReader to avoid unpredicted behaviour (kubernetes-client#183)
* Move Fractions library inside project

* Add README and license
* align files to .editorconfig

* fix space cause build failed
* generate for 1.12

* run watch generator

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

Successfully merging this pull request may close these issues.