This repository was archived by the owner on Jul 9, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 374
fix: do not require multiple sign ins for tenant selection #6628
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
e1c9f55
make dropdown width same as dropdown element
a-b-r-o-w-n 7ba4ad9
do not require sign in every time fetching tenants
a-b-r-o-w-n ac57019
open dev tools after the app is ready
a-b-r-o-w-n 8979a4c
do not populate dropdowns if token is null
a-b-r-o-w-n 5b7a379
hide tenant selection when tokens are user provided
a-b-r-o-w-n 0961076
rename method for clarity
a-b-r-o-w-n b4190cd
refactor how form data is used
a-b-r-o-w-n 312ccf8
make seeding form data more resiliant
a-b-r-o-w-n 704e3e6
fix issue where page was not set correctly
a-b-r-o-w-n fbe66ec
allow publishing from web
a-b-r-o-w-n 6f95947
store tenant id in publish profiles for token based users
a-b-r-o-w-n 8842806
add test for using cached tenant token
a-b-r-o-w-n db4e69f
Merge branch 'main' into abrown/select-tenant
a-b-r-o-w-n eafc1f1
disable resource group downdop for existing profiles
a-b-r-o-w-n b6c4217
Merge branch 'main' into abrown/select-tenant
a-b-r-o-w-n 5cfbdd8
remove useless if statement
a-b-r-o-w-n 1bea1eb
Merge branch 'main' into abrown/select-tenant
beyackle cd9028c
Merge branch 'main' into abrown/select-tenant
a-b-r-o-w-n 9520595
Merge branch 'main' into abrown/select-tenant
a-b-r-o-w-n 04ee40d
Merge branch 'main' into abrown/select-tenant
a-b-r-o-w-n 0c27568
Fix function name
cwhitten 9ee8f55
Merge branch 'main' into abrown/select-tenant
a-b-r-o-w-n 00d0010
update name for clarity
a-b-r-o-w-n b903767
remove default tenant id
a-b-r-o-w-n 7246381
add isGetTokensFromUser for compatibility with 3p extensions
a-b-r-o-w-n fad2d40
revert lint-staged config
a-b-r-o-w-n 4a37dfe
Merge branch 'main' into abrown/select-tenant
cwhitten 7abde0a
Merge branch 'main' into abrown/select-tenant
cwhitten File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| process.env.DEBUG = 'composer*'; | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @tonyanziano I removed this. Was it there for a good reason? Just trying to cut down on the noise in the test output! |
||
| // Copyright (c) Microsoft Corporation. | ||
| // Licensed under the MIT License. | ||
|
|
||
| jest.mock('electron', () => ({ | ||
| app: { | ||
|
|
||
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.