Steve Faulkner
ce3c2fcfb6
Remove settings component container dependency ( #886 )
2021-06-10 19:29:41 -05:00
victor-meng
b0bbeb188a
Fix query tab/pane related issues ( #879 )
2021-06-10 17:17:11 -07:00
Steve Faulkner
fc9f287d0a
Remove Explorer.configure ( #884 )
2021-06-10 19:02:07 -05:00
Steve Faulkner
006230262c
Remvoe Explorer.isServerlessEnabled ( #883 )
2021-06-10 18:16:43 -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
Steve Faulkner
fc9f4c5583
Migrate notebooks workspaces to generated clients ( #876 )
2021-06-09 15:08:10 -05:00
Steve Faulkner
8f6cac3d35
Remove Unused Splitter ( #874 )
2021-06-09 08:35:25 -05:00
Srinath Narayanan
ee60f61cfe
Mongo tabs UX fixes ( #851 )
...
* Fixed mongo tabs UX
* changed logic for new tab index
* moved index to tabs base
* removed getIndex method
2021-06-08 00:17:55 +05:30
Steve Faulkner
b875407d49
Pure React Command Bar ( #828 )
2021-05-28 15:20:59 -05:00
Steve Faulkner
18ce8749ed
Fix Enable Synapse Link ( #849 )
2021-05-28 15:20:19 -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
Hardikkumar Nai
50f83cde87
Remove Explorer.collectionCreationDefaults ( #840 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-05-26 15:11:47 -05:00
Tanuj Mittal
cb1d60cc90
Hide hosted shells and schema analyzer if VNET, Firewall or Private endpoints is enabled ( #826 )
...
* Disable Schema Analyzer if VNET or Firewall is enabled
* Add support for private endpoint connections
* Fix lint warning
2021-05-27 01:31:13 +05:30
Sunil Kumar Yadav
1bcb4246f6
Migration Expand/Collapse Resource Tree to React ( #815 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-05-25 15:26:36 -05:00
Steve Faulkner
e7e15c54b3
Cleanup Synapse+Spark Logic ( #813 )
2021-05-25 14:46:52 -05:00
Sunil Kumar Yadav
522fdc69ab
Remove Explorer collection/database text properties ( #821 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-05-25 08:32:40 -05:00
Steve Faulkner
42cf814700
Move <Dialog/> state to zustand ( #806 )
2021-05-20 09:54:26 -05:00
Steve Faulkner
735a81db47
Remove Explorer.setFeaturesFromFlights ( #801 )
2021-05-19 18:58:44 -05:00
Tanuj Mittal
ac753b0780
Enable Schema Analyzer in MPAC ( #805 )
2021-05-20 00:02:12 +05:30
Srinath Narayanan
ae76fb0258
Mongo Shell Fixes ( #738 )
...
* initial commit for mongo shell refactor
* multile tabs for terminals
* added notebooks enabled check
* added vnet check
* minor edits
* removed console log
* fixes
* hide main 'open mongo shell' button
* addressed PR comments
* Added check for iprules and other fixes
* Updated snapshot
* addressed PR comments
* format errors fixed
2021-05-19 09:32:45 +05:30
Hardikkumar Nai
6e9144b068
Remove generic right pane component ( #790 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-05-18 21:57:31 -05:00
Hardikkumar Nai
030a4dec3c
Migrate Cassandra Add Container to React ( #723 )
2021-05-18 21:30:11 -05:00
Steve Faulkner
5d1b659e2f
Revert "Migrate Collapse/Open Resource Tree to React ( #733 )" ( #792 )
...
This reverts commit d7c62ac7f1
.
2021-05-17 10:40:23 -05:00
Hardikkumar Nai
a52a156005
Remove Old Add Database Pane Code ( #784 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-05-14 12:05:00 -05:00
vaidankarswapnil
a6b82c8340
Migrate graph style panel to react ( #619 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-05-13 15:45:00 -05:00
Tanuj Mittal
404b1fc0f1
Prep Schema Analyzer for flighting ( #760 )
...
* Prepare for flighting Schema Analyzer
* Rename SchemaAnalyzerComponent -> SchemaAnalyzer
* Only show Schema option if notebooks enabled
2021-05-13 10:34:09 -07:00
Sunil Kumar Yadav
d7c62ac7f1
Migrate Collapse/Open Resource Tree to React ( #733 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-05-12 20:03:52 -05:00
victor-meng
14e58e5519
Batch of small fixes for RightPaneForm and AddDatabasePane components ( #780 )
2021-05-12 19:12:03 -05:00
victor-meng
c5f76ac2a9
Fix isFixedCollectionWithSharedThroughputSupported flag ( #774 )
2021-05-12 09:16:13 -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)
![image](https://user-images.githubusercontent.com/21954022/117454706-b5f16600-af46-11eb-8535-6bf99f3d9170.png )
2021-05-11 18:24:05 +00:00
victor-meng
4ed8fe9e7d
Remove old add collection pane ( #767 )
2021-05-10 20:10:48 -05:00
Hardikkumar Nai
9d5c9d6296
Migrate Add Database Panel to React ( #597 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-05-10 14:02:14 -05:00
Jordi Bunster
78eafe1aec
Remove NotebookViewerTab ( #749 )
...
[Preview this branch](https://cosmos-explorer-preview.azurewebsites.net/pull/749 )
2021-05-07 00:20:25 +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
Steve Faulkner
bd47e5ed49
Remove unused Explorer methods ( #750 )
2021-05-05 17:35:35 -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
Srinath Narayanan
1fdb339fbf
Enable the "Enable notebooks" button ( #734 )
...
* enable notebooks initial commit
* use only first write location
* addressed PR comments
* Minor edits
2021-05-04 13:06:27 -07:00
vaidankarswapnil
038f3ee684
Move GitHub repos panel to react ( #638 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-05-03 19:56:47 -05:00
victor-meng
4efacace16
add collection panel improvements ( #630 )
...
Co-authored-by: Jordi Bunster <jbunster@microsoft.com>
2021-04-30 10:23:34 -07:00
Jordi Bunster
9d0bc86197
Remove 'explorer' from a few Panes ( #650 )
...
While working on #549 I realized there were a few places where 'explorer' was only needed to expand the notifications console, so I stripped those out where it was easy.
2021-04-29 10:20:57 -07:00
Sunil Kumar Yadav
531df811da
Remove userContext.defaultExperience ( #730 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-04-28 14:25:04 -05:00
Steve Faulkner
5a019eb431
Remove Explorer.isPreferredAPIMongo ( #557 )
...
Co-authored-by: hardiknai-techm <HN00734461@TechMahindra.com>
2021-04-27 20:50:01 -05:00
Hardikkumar Nai
8f3cb7282b
Migrate Publish Notebook Pane to React ( #641 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-04-27 19:40:03 -05:00
Jordi Bunster
127784abdd
Bypass Knockout and adapters in GalleryTab ( #728 )
2021-04-27 08:14:07 -07:00
Hardikkumar Nai
71e7ad4547
Migrate String Input Pane to React ( #678 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-04-25 20:22:46 -05:00
Sunil Kumar Yadav
67062c18aa
Migration/edit table entity panel to react ( #690 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-04-25 17:51:27 -05:00
Jordi Bunster
045a28b7a4
Remove 'any' from existing lazy loaded tabs ( #721 )
...
* Typesafe lazy loaded GalleryTab
* Typesafe lazy loaded NotebookViewerTab
* Typesafe lazy loaded NotebookManager
2021-04-23 19:54:21 -07:00
vaidankarswapnil
c6766dd69e
Migrate new graph vertex panel to react ( #702 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-04-22 09:47:59 -05:00