Hardikkumar Nai
cfce78242c
Remove Explorer.openBrowseQueriesPane ( #889 )
2021-07-12 09:40:43 -05: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
4d2a6999d4
Move selectedNode to zustand ( #903 )
2021-06-24 13:56:33 -05:00
Hardikkumar Nai
a7239c7579
Remove Explorer.openDeleteDatabaseConfirmationPane ( #908 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-06-24 00:21:27 -05:00
victor-meng
738a02a0f3
Replace subscriptions in resource tree with useDatabases hook ( #904 )
2021-06-23 13:45:29 -05:00
victor-meng
96e6bba38b
Move databases to zustand ( #898 )
2021-06-18 13:25:08 -05:00
Steve Faulkner
006230262c
Remvoe Explorer.isServerlessEnabled ( #883 )
2021-06-10 18:16:43 -05:00
Steve Faulkner
b875407d49
Pure React Command Bar ( #828 )
2021-05-28 15:20:59 -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
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
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
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
5cf16d01b5
use ES6 Map if we can ( #602 )
2021-04-27 08:14:21 -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
Tanuj Mittal
5ecc3d67b0
Add support for Schema Analyzer ( #411 )
...
* New MongoSchemaTab
* Address feedback and updates
* Build fixes
* Rename to SchemaAnalyzer
* Format
Co-authored-by: Laurent Nguyen <laurent.nguyen@microsoft.com>
2021-04-22 21:45:21 -04:00
Hardikkumar Nai
d74da34742
Remove explorer.is preferred api graph ( #655 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-04-17 16:24:17 -05:00
Hardikkumar Nai
02ea26da71
Remove Explorer.isPreferredCassandraAPI ( #654 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com>
2021-04-17 15:54:47 -05:00
Hardikkumar Nai
1685b34e2a
Remove Explorer.isPreferredDocumentDB ( #653 )
2021-04-13 20:53:14 -05:00
Hardikkumar Nai
5307f6bb5b
Migrate Notebook Upload File to React ( #581 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com>
2021-03-31 19:25:45 -05:00
Steve Faulkner
63e13cdabe
Remove Explorer.nonSystemDatabases ( #538 )
...
* Remove Explorer.nonSystemDatabases
* Fix tests
2021-03-30 09:31:21 -05:00
Jordi Bunster
f86883de6c
MostRecentActivity changes ( #463 )
...
This changes the public API a bit, so that recording activity (the most common use) is less involved.
2021-03-15 03:10:48 +00:00
Jordi Bunster
7188e8d8c2
Remove Explorer.mostRecentActivity ( #455 )
...
This also moves the UI concerns of MostRecentActivity over to SplashScreen
Co-authored-by: Steve Faulkner <stfaul@microsoft.com>
2021-03-03 01:24:08 -08:00
Steve Faulkner
10664162c7
Refactor Telemetry to include account name and experience ( #452 )
2021-02-28 15:56:09 -06:00
Srinath Narayanan
cf01ffa957
removed enableGalleryPublish, enableLinkInjection feature flags ( #454 )
...
* removed enableGalleryPublish, enableLinkInjection
* removed ENABLE_GALLERY_PUBLISH
2021-02-26 13:07:44 -08:00
Tanuj Mittal
4f6b75fe79
More gallery updates ( #418 )
...
* More gallery updates
* Add PublishContent icon
* Address feedback
2021-02-03 23:24:27 +05:30
Tanuj Mittal
5038a01079
Add telemetry for Notebooks Gallery and other updates ( #413 )
...
* Add telemetry for Notebooks Gallery
* More changes
* Address feedback and fix lint error
* Fix margins for My published work
2021-02-03 14:48:50 +05:30
Steve Faulkner
4be53284b5
Prettier 2.0 ( #393 )
2021-01-20 09:15:01 -06:00
Garrett Ausfeldt
4ce9dcc024
Add analytical store schema POC ( #164 )
...
* add schema APIs to JunoClient
* start implementing buildSchemaNode
* finish getSchemaNodes
* finish implementing addSchema
* cleanup
* make schema optional
* handle undefined/null schema and fields. Also don't retry on gettting schema failures.
* fix request schema and get schema endpoints
* add feature flag
* try to get most recent schema when refreshed or initialized.
* add tests
* cleanup
* cleanup
* cleanup
* fix merge conflict typos
* fix lint errors
* fix tests and update snapshot
Co-authored-by: REDMOND\gaausfel <gaausfel@microsoft.com>
2020-11-12 13:33:37 -08:00
Tanuj Mittal
53a8cea95e
Hide Settings for Cassandra Serverless accounts ( #311 )
...
In case of Serverless Cassandra accounts we don't have any Settings to tweak in the Settings Tab. So this change hides the option to open Settings tab in those cases.
2020-11-05 00:11:36 +00:00
victor-meng
d525afa142
Refactor code that uses the _rid and _self of a database or collection ( #267 )
2020-10-13 13:29:39 -07:00
Laurent Nguyen
b69174788d
Add more Telemetry to Data Explorer ( #242 )
...
* Add Telemetry to command bar buttons
* Count and report # of files/notebooks/directories in myNotebook to telemetry
* Add resource tree clicks to Telemetry
* Log to Telemetry: opened notebook cell counts by type, kernelspec name
* Fix unit test
* Move Telemetry processor call in notebook traceNotebookTelemetry action from reducer to epic. Use action to trace other info.
* Fix react duplicate key error
* Log notebook cell context menu actions
* Reformat and cleanup
* Move resource tree tracing code out of render(). Only call once when tree is updated
* Fix build issues
2020-10-08 10:53:01 +02:00
Steve Faulkner
aa369760ad
Remove option to delete/create root table database ( #236 )
2020-09-28 17:03:47 -05:00
victor-meng
666a378b3b
Fix resource tree refresh issue ( #222 )
2020-09-23 13:18:05 -07:00
victor-meng
dc56f7e154
Lazy load database offer in data explorer ( #208 )
...
Co-authored-by: zfoster <notzachfoster@gmail.com>
2020-09-18 16:00:21 -07:00
Steve Faulkner
e6ac5a7043
Telemetry Adjustments ( #182 )
2020-09-08 12:44:46 -05:00
Laurent Nguyen
d471cff77c
Fix resource tree node selection bug ( #170 )
...
* Fix bug with resource tree selection for graphs
* Reformat and type fixes
2020-09-04 10:15:53 +02:00
Tanuj Mittal
dde2ca75c4
Show submit button by default in GenericRightPaneComponent & other fixes ( #144 )
...
* Bug fixes
* Fix build
2020-08-17 11:39:11 -07:00
Tanuj Mittal
5886db81e9
Copy To functionality for notebooks ( #141 )
...
* Add Copy To functionality for notebooks
* Fix formatting
* Fix linting errors
* Fixes
* Fix build failure
* Rebase and address feedback
* Increase test coverage
2020-08-11 09:27:57 -07:00
Steve Faulkner
0011007d5f
Refactor Global state into Context Files ( #128 )
2020-08-06 14:03:46 -05:00
Steve Faulkner
fea321cd68
More ViewModel cleanup ( #116 )
2020-07-27 16:05:25 -05:00
Tanuj Mittal
33969581ac
Support serverless accounts ( #109 )
...
* Changes for serverless accounts
* Dont show upsell message for serverless accounts
* Update CassandraAddCollectionPane to support serverless
2020-07-24 13:13:54 -07:00
Steve Faulkner
4f86015be7
Remove OpenActionsStubs ( #106 )
2020-07-21 13:50:51 -05:00
Steve Faulkner
eab6506940
Remove Explorer Stub and ViewModel.Explorer ( #101 )
2020-07-20 12:59:40 -05:00
victor-meng
4068a9fbaa
Create tabs manager and refactor tab related logic ( #66 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2020-07-09 13:53:37 -07:00
Tanuj Mittal
84ea3796ec
Remove enableGallery feature flag ( #68 )
...
* Remove enableGallery feature flag
* Fix bugs
* Add tests to increase coverage
* Move favorites functionality behind feature.enableGalleryPublish flag
* Show code cells in NotebookViewer
* Use cosmos db logo as persona image for sample notebook gallery cards
* Update gallery card snapshot to fix test
2020-07-06 12:10:26 -07:00
Tanuj Mittal
7512b3c1d5
Notebooks Gallery ( #59 )
...
* Initial commit
* Address PR comments
* Move notebook related stuff to NotebookManager and dynamically load it
* Add New gallery callout and other UI tweaks
* Update test snapshot
2020-06-30 11:47:21 -07:00
Steve Faulkner
269ea6a349
Add Additional Lint Rules ( #55 )
2020-06-23 10:45:51 -05:00