Skip to content
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

[identity] Adding extensions API, identity-vscode, and identity-cache-persistence #15384

Merged
merged 60 commits into from
Jun 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
a60a631
[identity] Remove machine-code-dependent codepaths (#15024)
witemple-msft Apr 26, 2021
6ece97c
[identity] Add extension registration API and default credential stack
witemple-msft Apr 28, 2021
459a916
[identity-native] Introducing identity-native
witemple-msft Apr 28, 2021
39e070e
Merge remote-tracking branch 'upstream/master' into identity-dev/nati…
witemple-msft May 21, 2021
3ce02a0
[identity] Rework extension API.
witemple-msft May 24, 2021
329f5a6
Remove identity native
witemple-msft May 24, 2021
791d303
Identity-persistence module
witemple-msft May 24, 2021
6f1cdb4
Adding identity-vscode module
witemple-msft May 24, 2021
5bdf482
Updated rush configuration
witemple-msft May 24, 2021
88ad371
Moved identity perf back to linking local identity
witemple-msft May 24, 2021
3d4987d
Merge remote-tracking branch 'upstream/master' into identity-dev/nati…
witemple-msft May 28, 2021
9e2efc8
Symbolic refactor of extension system
witemple-msft May 28, 2021
5eab663
Renamed MsalCredentialOptions to CacheableCredentialOptions
witemple-msft May 29, 2021
249b666
Use Symbol.for instead of hacking around SymbolConstructor
witemple-msft May 30, 2021
4f82fc2
Improved identity-vscode samples
witemple-msft Jun 2, 2021
7e4d8ec
Use persistence by default if a persistence provider has been registe…
witemple-msft Jun 2, 2021
9b095e4
Improved identity-persistence samples
witemple-msft Jun 2, 2021
b12b361
Merge remote-tracking branch 'upstream/master' into identity-dev/nati…
witemple-msft Jun 2, 2021
ad318d1
Rename to identity-cache-persistence
witemple-msft Jun 7, 2021
15dc574
Feedback from arch board for mainline identity package
witemple-msft Jun 8, 2021
1b381e7
Rename CredentialPersistenceOptions, format and lint
witemple-msft Jun 8, 2021
9687233
Revert sanitization of scopes.
witemple-msft Jun 9, 2021
bb7d7f7
Regenerated API.md for mainline identity
witemple-msft Jun 9, 2021
9ba85d7
Add tests and finalize @azure/identity-cache-persistence
witemple-msft Jun 9, 2021
039164c
Record tests for identity-cache-persistence
witemple-msft Jun 9, 2021
bfc3aba
Renamed sample files.
witemple-msft Jun 9, 2021
6071dbc
Some changes for testing in identity
witemple-msft Jun 9, 2021
af709d6
Updated identity-vscode
witemple-msft Jun 10, 2021
930becc
Merge remote-tracking branch 'upstream/master' into identity-dev/nati…
witemple-msft Jun 10, 2021
8d43ab3
Remove async version of useIdentityExtension
witemple-msft Jun 14, 2021
71429ff
Added a couple of tests for default no-extension behavior
witemple-msft Jun 14, 2021
bb9c2cb
Merge remote-tracking branch 'upstream/master' into identity-dev/nati…
witemple-msft Jun 14, 2021
ac4c245
Fixed tests in recorder
witemple-msft Jun 14, 2021
688c673
Removed errant console.log
witemple-msft Jun 14, 2021
f820ba4
Added basic tests of identity-vscode
witemple-msft Jun 15, 2021
cccefd8
Fixed a couple of tests that have started caching correctly
witemple-msft Jun 16, 2021
170dd67
Added browser shim for extensions/consumer.ts
witemple-msft Jun 16, 2021
8e03c5d
Merge remote-tracking branch 'upstream/master' into identity-dev/nati…
witemple-msft Jun 16, 2021
719439a
Mock keytar using sinon in live/playback environments
witemple-msft Jun 16, 2021
32240e1
Disable persistence tests on node !== 12
witemple-msft Jun 17, 2021
ec98363
Addressed feedback in identity-cache-persistence
witemple-msft Jun 17, 2021
be56a0f
Restore perf-test
witemple-msft Jun 17, 2021
1ab9475
Removed sanitizeScopeUrl from recorder
witemple-msft Jun 17, 2021
da784b2
Update sdk/identity/identity/src/credentials/visualStudioCodeCredenti…
witemple-msft Jun 17, 2021
299d120
Fix gitignores
witemple-msft Jun 17, 2021
bc84872
Feedback for identity-vscode
witemple-msft Jun 17, 2021
d26f506
Changelog entry for recorder changes.
witemple-msft Jun 17, 2021
a17f348
core-http -> core-auth
witemple-msft Jun 17, 2021
d394573
setter methods instead of setter props
witemple-msft Jun 17, 2021
982622b
Some changes to docs and keywords
witemple-msft Jun 17, 2021
e7a67f7
Merge remote-tracking branch 'upstream/master' into identity-dev/nati…
witemple-msft Jun 17, 2021
f081aec
Fixed linter warning
witemple-msft Jun 17, 2021
a969a04
Switch persistence tests from 12 to 14.
witemple-msft Jun 17, 2021
5bb3d56
Make the tests even refuse to import msal-node-extensions on anything…
witemple-msft Jun 17, 2021
9e6dcb1
Reverted changes to recorder
witemple-msft Jun 18, 2021
3f9d3ea
Merge remote-tracking branch 'upstream/main' into identity-dev/native…
witemple-msft Jun 18, 2021
417eb28
master -> main
witemple-msft Jun 18, 2021
9e9e9d4
More master -> main
witemple-msft Jun 18, 2021
e062663
[identity] Make the samples extract only part of the token data
witemple-msft Jun 21, 2021
99fc43b
Merge remote-tracking branch 'upstream/main' into identity-dev/native…
witemple-msft Jun 21, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
// @azure/event-processor-host is on a much lower major version
"@azure/ms-rest-nodeauth": ["^0.9.2"],
// Idenity is moving from v1 to v2. Moving all packages to v2 is going to take a bit of time, in the mean time we could use v2 on the perf-identity tests.
"@azure/identity": ["2.0.0-beta.3", "^1.1.0"],
"@azure/identity": ["^2.0.0-beta.4", "2.0.0-beta.3", "^1.1.0"],
// App Config uses keyvault-secrets in a sample, switch to latest once the preview becomes GA
// Issue #14771 tracks updating to these versions
"@microsoft/api-extractor": ["7.13.2"],
"prettier": ["2.2.1"],
Expand Down
Loading