Update browser branch to match browser-dist#1
Merged
Conversation
NicolasT
commented
Aug 23, 2019
- Merge in https://github.com/kubernetes-client/javascript.git up to kubernetes-client@0a0dcbf
- Apply a patch/fix similar to 2496b58
Fix kubernetes-client#187 (forward.portForward - Uncaught Error: not opened)
Upgrade client badge to gold
…missing-attribute Assign value to exec attribute to fix exec auth issue
add version check to ci
Improve docs for programatic configs.
Update dependencies.
Fix relative path loading.
Fixes kubernetes-client#82 Add a client for the pod read-log endpoint
Fixes kubernetes-client#228 It also fixes the issue where if the token is valid it was regenerating every time.
Fixed condition to check expired token for exec auth
Support terminal resizes
jsonpath is almost unmaintained and has security and deprecation warnings.
Switch from jsonpath to jsonpath-plus
Make Informer and ListWatch start method async which resolves after the first list
v4.1.0 generates code the allows asynchronous authentication methods. Using kubernetes-client/gen@7959939 ``` USERNAME=kubernetes ../gen/openapi/typescript.sh src/gen settings ``` cc kubernetes-client#294
…ch-error-done-paramater Call watcher's done callback with correct statusMessage field on request error
Update compiled code with openapi-generator v4.1.0
…g-code-readme Fixes path for openapi-generator output in README.md
Convert `Authenticator.applyAuthentication` to return a `Promise<void>`
Remove duplicate variable definition in settings
Script for generating client code
When performing a `PATCH` operation, one may want to set the HTTP `Content-Type` to `application/merge-patch+json` instead of the default `application/json` when the request body contains a patch. This commit picks the `Content-Type` from the `headers` passed through the `options` structure rather than hard-coding a default if `options.json` is `true`. See: 2496b58 (cherry picked from commit 2496b58) Signed-off-by: Nicolas Trangez <[email protected]>
We ignore `src/gen/**`, `dist/**`, `package-lock.json` and `yarn.lock` in `git diff` because they don't say much anyway. Furthermore, we present similar information to GitHub as well. See: https://help.github.com/en/articles/customizing-how-changed-files-appear-on-github
da856a3 to
1b80aba
Compare
NicolasT
added a commit
to scality/metalk8s
that referenced
this pull request
Aug 23, 2019
NicolasT
added a commit
to scality/metalk8s
that referenced
this pull request
Aug 23, 2019
NicolasT
added a commit
to scality/metalk8s
that referenced
this pull request
Aug 23, 2019
carlito-scality
approved these changes
Aug 23, 2019
Author
|
All relevant tests (unit-tests, Cypress) passed in scality/metalk8s#1550 so this should be good to go. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.