forked from kubernetes-client/javascript
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Merge upstream
to browser
#4
Draft
NicolasT
wants to merge
159
commits into
browser
Choose a base branch
from
improvement/merge-upstream-to-browser
base: browser
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains 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
openid token management impl oidc token management implement oidc token refreshing add openid-client add oidc refresh logic add tests for oidc logic introspect needs special urls so removing updated tests to reflect introspect not being able to be used prettier changes chore: use a version of open-id client that supports node 8 fix id-token ref to id_token update token expiration to be more flexible replace the tokenExp with tokenExpirationCache update if for first time interaction with a user replace token expiration map with single expiration update test descriptions to be more accurate correct test to set initial expiration add oidc types reference types in class cast any so we can keep properties private prettier use expires_at over expiration
Fix packaging.
Update to 1.15 API.
Rev diff dependency to handle security update.
…e-in-commands-for-gcp-and-azure Use command as quoted string in CloudAuth
Fix a bug if the headers array is null or undefined in exec auth.
Update to version 0.11.1
…oken-storing Fix OIDC refresh token storage with user auth config
Update OpenApi Generator to v4.1.3
Remove unused package
Fix bugs in programmatic cluster config. Add unit test.
Add some missing error handling.
Don't require client-secret in OIDC authentication.
Add an export function for KubeConfigs. Add unit tests too.
Update to version 0.12.3
Update owners file to move mbohlool to emeritus
Upgrade to 1.19 API
Update to version 0.12.4
Co-authored-by: Markus Maga <[email protected]>
Get ready for the 0.13.0 release.
…andburns-patch-1 Create codeql-analysis.yml
Update to version 0.13.1
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.20. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.14...4.17.20) Signed-off-by: dependabot[bot] <[email protected]>
fix tests on windows.
…dabot/npm_and_yarn/lodash-4.17.20 Bump lodash from 4.17.14 to 4.17.20
split watch error and watch done handlers.
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.15.10 to 9.18.5. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/9.18.5/CHANGES.md) - [Commits](highlightjs/highlight.js@9.15.10...9.18.5) Signed-off-by: dependabot[bot] <[email protected]>
Fix timeout on watch.js requestOptions
…dabot/npm_and_yarn/highlight.js-9.18.5 Bump highlight.js from 9.15.10 to 9.18.5
Update to version 0.13.2
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.
This merges current upstream
master
into ourbrowser
branch. However, it's utterly untested, and even known not to work: theexamples/browser
code no longer starts because there's some newcp
module which imports modules which eventually rely onfs
to be available. I guesscp
can't ever work in a browser context so should be shimmed out.