Skip to content

Update browser branch to match browser-dist#1

Merged
NicolasT merged 136 commits intobrowserfrom
update-browser
Aug 23, 2019
Merged

Update browser branch to match browser-dist#1
NicolasT merged 136 commits intobrowserfrom
update-browser

Conversation

@NicolasT
Copy link
Copy Markdown

drubin and others added 30 commits January 15, 2019 23:03
Fix kubernetes-client#187 (forward.portForward - Uncaught Error: not opened)
…missing-attribute

Assign value to exec attribute to fix exec auth issue
Improve docs for programatic configs.
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
jsonpath is almost unmaintained and has security and deprecation warnings.
Switch from jsonpath to jsonpath-plus
k8s-ci-robot and others added 16 commits August 14, 2019 00:14
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
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
@NicolasT
Copy link
Copy Markdown
Author

All relevant tests (unit-tests, Cypress) passed in scality/metalk8s#1550 so this should be good to go.

@NicolasT NicolasT merged commit 61d8543 into browser Aug 23, 2019
@NicolasT NicolasT deleted the update-browser branch August 23, 2019 13:25
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.