Zachary Foster
39dd293fc1
Fetch aad token against tenant's authority ( #1004 )
2021-08-30 14:21:32 -05:00
t-tarabhatia
7e0c4b7290
Add changes to Partition Key A/B Test ( #954 )
2021-07-29 08:48:03 -05:00
victor-meng
afacde4041
Fix AddTableEntityPanel ( #945 )
...
* Fix AddTableEntityPanel
* Add CSS
* Fix snapshot
2021-07-19 22:00:33 -07:00
Sunil Kumar Yadav
397231dca2
Fixed typescript strict issue of Statusbar, hostedUtils, StringUtils etc ( #785 )
2021-07-15 09:35:51 -05:00
Tanuj Mittal
416358f540
Cleanup Schema Analyzer feature flag ( #938 )
2021-07-15 06:42:14 +05:30
t-tarabhatia
887618e77e
UX Changes for Default Partition Key A/B Experiment ( #928 )
2021-07-14 14:10:45 -05:00
Zachary Foster
4614ab3427
Adds disableLocalAuth check for listKeys call ( #931 )
2021-07-13 08:20:13 -04:00
victor-meng
f8ab0a82e0
Move tabs manager to zustand ( #915 )
2021-07-08 21:32:22 -07:00
victor-meng
db34024259
Move notebook flags to zustand ( #912 )
2021-07-06 15:21:23 -05:00
victor-meng
96e6bba38b
Move databases to zustand ( #898 )
2021-06-18 13:25:08 -05:00
Steve Faulkner
6f68c75257
Allow dynamic MSAL Authority ( #896 )
2021-06-16 09:13:11 -05:00
Steve Faulkner
fc9f287d0a
Remove Explorer.configure ( #884 )
2021-06-10 19:02:07 -05:00
Hardikkumar Nai
c980af9a5c
Remove method Explorer.openSettingPane ( #880 )
2021-06-10 08:09:38 -05:00
Steve Faulkner
bcc9f8dd32
Migrate remaining notification console methods to zustand ( #873 )
2021-06-09 15:11:12 -05:00
Zachary Foster
69b8196cf0
Removes feature flag from passing masterKey to SDK ( #843 )
...
* Remove Feature flag from master key usage
* Adds flag to fallback
* format
2021-05-28 08:12:33 -04:00
Steve Faulkner
5417e1e120
Enable Preview for Hosted Mode ( #844 )
2021-05-27 22:13:18 -05:00
Steve Faulkner
481ff9e7fe
Migrate SidePanel state to Zustand ( #799 )
...
Co-authored-by: hardiknai-techm <HN00734461@TechMahindra.com>
2021-05-27 16:07:07 -05:00
Zachary Foster
e41b52e265
Redo user endpoint dynamic token ( #827 )
...
* Redo user endpoint dynamic token
* Fixes aad endpoint race condition, tenant switching, and account permissions
* Export const msalInstance
* Format
* fix import
* format
* Redo getMsalInstance
* format again
* Check for doc endpoint
2021-05-27 16:18:44 -04:00
Hardikkumar Nai
50f83cde87
Remove Explorer.collectionCreationDefaults ( #840 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-05-26 15:11:47 -05:00
Zachary Foster
c42a10faa5
Rollback DB endpoint use by AAD ( #822 )
2021-05-24 21:21:52 -07:00
Zachary Foster
2fda881770
Use customer endpoint for RBAC AAD auth ( #818 )
2021-05-24 13:03:51 -05:00
Sunil Kumar Yadav
afd7f43eb8
Add files to strict mode ( #775 )
2021-05-21 18:45:54 -05:00
Steve Faulkner
f4b0ea7d69
Update generated ARM clients to latest version ( #807 )
2021-05-20 20:34:29 -05:00
Steve Faulkner
735a81db47
Remove Explorer.setFeaturesFromFlights ( #801 )
2021-05-19 18:58:44 -05:00
Zachary Foster
2bc298fef1
[Hosted] AAD implementation for item operations ( #643 )
2021-05-18 17:59:09 -05:00
Zachary Foster
a06e213b81
Upgrades to msal-browser ( #781 )
...
* Replaces msal with msal-browser
* Remove unused id, logging in returns the tenant
* format
* Fix tenant switch
* Removes v1 forceRefresh
2021-05-17 14:10:54 -04:00
Sunil Kumar Yadav
2d506f0312
Add Files to TypeScript Strict Mode ( #777 )
2021-05-12 19:23:10 -05:00
victor-meng
2f6dbd83f3
Fix throughput input component and add database panel ( #773 )
2021-05-12 13:56:24 -05:00
Laurent Nguyen
861042c27e
Fix bug publish screenshot ( #762 )
...
[Preview this branch](https://cosmos-explorer-preview.azurewebsites.net/pull/762?feature.someFeatureFlagYouMightNeed=true )
The main change in this PR fixes the snapshot functionality in the Publish pane-related components. Because the code cell outputs are now rendered in their own iframes for security reasons, a single snapshot of the notebook is no longer possible: each cell output takes its own snapshot and the snapshots are collated on the main notebook snapshot.
- Move the snapshot functionality to notebook components: this removes the reference of the notebook DOM node that we must pass to the Publish pane via explorer.
- Add slice in the state and actions in notebook redux for notebook snapshot requests and result
- Add post robot message to take snapshots and receive results
- Add logic in `NotebookRenderer` to wait for all output snapshots done before taking the main one collating.
- Use `zustand` to share snapshot between Redux world and React world. This solves the issue of keeping the `PanelContainer` component generic, while being able to update its children (`PublishPanel` component) with the new snapshot.
Additional changes:
- Add `local()` in `@font-face` to check if font is already installed before downloading the font (must be done for Safari, but not Edge/Chrome)
- Add "Export output to image" menu item in notebook cell, since each cell output can take its own snapshot (which can be downloaded)

2021-05-11 18:24:05 +00:00
Hardikkumar Nai
23223cfb23
Upgrade Fluent UI v8 ( #688 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-05-05 18:26:03 -05:00
Hardikkumar Nai
8c05ac740c
Remove Explorer.databaseAccount ( #717 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-05-05 16:54:50 -05:00
Hardikkumar Nai
fdd12b41c4
Remove Explorer.defaultExperience ( #680 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-05-05 13:00:01 -05:00
Jordi Bunster
f2585bba14
TabsManager in react ( #500 )
2021-04-19 13:11:48 -07:00
Steve Faulkner
e8033f0bbc
Alpha sort subscriptions and accounts in dropdown ( #663 )
2021-04-13 18:53:59 -05:00
Steve Faulkner
d90a065e63
Fix feature flags in Portal ( #659 )
2021-04-13 15:43:05 -05:00
Steve Faulkner
662c03580a
Call readCollections for Mongo using ARM ( #636 )
2021-04-12 11:28:52 -05:00
Tanuj Mittal
37e0f50ef2
Fix telemetry from child windows of Data Explorer ( #633 )
...
* Fix telemetry from child windows of Data Explorer
* Address feedback
2021-04-09 12:52:41 +05:30
Jordi Bunster
4f22d308b3
Move tabs state out into React ( #621 )
...
This PR is just about moving the tabs array. I'm hoping to let it bake for a bit before merging the rest of the tabs in react work.
Preview here: https://ms.portal.azure.com/?dataExplorerSource=https%3A%2F%2Fcosmos-explorer-preview.azurewebsites.net%2Fcommit%2Fda809beb82bb54dc82da18eda41caaf7b9b6597f%2Fexplorer.html#@microsoft.onmicrosoft.com/resource/subscriptions/b9c77f10-b438-4c32-9819-eef8a654e478/resourceGroups/stfaul/providers/Microsoft.DocumentDb/databaseAccounts/stfaul-sql/dataExplorer
2021-04-07 16:15:00 +00:00
Steve Faulkner
cb7760b3f6
Remove Explorer.flight and Explorer.hasWriteAccess ( #618 )
...
* Remove Explorer.flight
* Update snapshots
* Remove Explorere.hasWriteAccess
* Update snapshot
2021-04-06 13:33:12 -05:00
Steve Faulkner
63e13cdabe
Remove Explorer.nonSystemDatabases ( #538 )
...
* Remove Explorer.nonSystemDatabases
* Fix tests
2021-03-30 09:31:21 -05:00
Jordi Bunster
f33ec09040
Remove Explorer.features ( #563 )
...
In addition this makes the URL-passed feature flags type safe
2021-03-22 19:04:06 +00:00
Steve Faulkner
8bf976026f
Pass masterkey in connection string mode ( #572 )
2021-03-19 18:37:13 -05:00
Steve Faulkner
ee8d2070bf
Remove Explorer.isRefreshing ( #539 )
2021-03-19 12:13:52 -05:00
Armando Trejo Oliver
19880203ec
Fix ready message (format) ( #565 )
...
* Fix ready message sent to parent frame
* format
2021-03-18 21:40:31 -07:00
artrejo
f929a638d6
Fix ready message sent to parent frame
2021-03-18 20:41:43 -07:00
Steve Faulkner
a2e3be9680
Remove Explorer.serverId ( #555 )
2021-03-17 15:24:21 -05:00
Steve Faulkner
d9d88c1517
Remove isAuthWithResourceToken from Explorer ( #553 )
...
* Remove isAuthWithResourceToken from Explorer
* Update test
* Remove ifs
2021-03-17 10:41:15 -05:00
Steve Faulkner
6582d3be37
Fix Mongo AAD bug where collections are not load ( #552 )
2021-03-16 18:04:26 -05:00
Steve Faulkner
254c551999
Test Explorer Improvements ( #541 )
2021-03-14 22:53:16 -05:00
Steve Faulkner
62550f8d6a
Deprecate Explorer Properties ( #535 )
2021-03-10 23:02:55 -06:00