kcheekuri
95c9b7ee31
Users/kcheekuri/aciconatinerpooling ( #1008 )
...
* initial changes for CP
* Added container unprovisioning
* Added postgreSQL terminal
* changed postgres terminal -> shell
* Initialize Container Request payload change
* added postgres button
* Added notebookServerInfo
* Feature flag enabling and integration with phoenix
* Remove postgre implementations
* fix issues
* fix format issues
* fix format issues-1
* fix format issues-2
* fix format issues-3
* fix format issues-4
* fix format issues-5
* connection status component
* connection status component-1
* connection status component-2
* connection status component-3
* address issues
* removal of ms
* removal of ms
* removal of ms-1
* removal of time after connected
* removal of time after connected
* removing unnecessary code
Co-authored-by: Srinath Narayanan <srnara@microsoft.com>
Co-authored-by: Bala Lakshmi Narayanasami <balalakshmin@microsoft.com>
2021-09-03 23:04:26 -07:00
Zachary Foster
4614ab3427
Adds disableLocalAuth check for listKeys call ( #931 )
2021-07-13 08:20:13 -04: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
Steve Faulkner
e7e15c54b3
Cleanup Synapse+Spark Logic ( #813 )
2021-05-25 14:46:52 -05:00
Steve Faulkner
f4b0ea7d69
Update generated ARM clients to latest version ( #807 )
2021-05-20 20:34:29 -05:00
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
fdd12b41c4
Remove Explorer.defaultExperience ( #680 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-05-05 13:00:01 -05:00
Steve Faulkner
7bdc31aa67
Fix for Mongo shard key loaded via ARM ( #657 )
2021-04-13 12:03:25 -05:00
Steve Faulkner
62550f8d6a
Deprecate Explorer Properties ( #535 )
2021-03-10 23:02:55 -06:00
Steve Faulkner
4be53284b5
Prettier 2.0 ( #393 )
2021-01-20 09:15:01 -06:00
Steve Faulkner
2b2de7c645
Migrated Hosted Explorer to React ( #360 )
...
Co-authored-by: Victor Meng <vimeng@microsoft.com>
Co-authored-by: Steve Faulkner <stfaul@microsoft.com>
2021-01-19 16:31:55 -06:00
Chris-MS-896
229119e697
add file offerUtility to tsconfig ( #356 )
2021-01-08 20:14:12 -06:00
Steve Faulkner
ea39c1d092
Fix offer update notification for AAD users ( #338 )
2020-12-11 13:38:57 -06:00
victor-meng
fd60c9c15e
Remove RUPM ( #328 )
...
Remove all RUPM code
2020-12-01 07:06:38 +00:00
victor-meng
9cbf632577
Get collection usage size with ARM metrics call ( #327 )
...
- Removed `readCollectionQuotaInfo` call. The only data we need is the usage size which we can get via the ARM metrics call instead.
- Added `getCollectionUsageSize` which fetches the `DataUsage` and `IndexUsage` metrics, converts them to KB, and returns the sum as the total usage size
2020-11-20 20:21:16 +00:00
victor-meng
17fd2185dc
Move read offer to RP ( #326 )
2020-11-19 17:13:11 -08: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
victor-meng
79dec6a8a8
Refactor error handling in data explorer Part 3 ( #315 )
...
- Make sure we pass the error message string instead of an error object when we call `TelemetryProcessor.traceFailure` since TelemetryProcessor will call `JSON.stringify` on the error object which would result in an empty object
- Removed ErrorParserUtility since it only works on specific error types. We can just log the full error message and manually derive information we need from the message.
- Added option to include stack trace in `getErrorMessage`. This is useful for figuring out where the client side script errors are coming from.
- Some minor refactors
2020-11-06 04:02:57 +00:00
Steve Faulkner
79769e9689
Remove AutoPilot v2 ( #304 )
...
* Remove AutoPilot v2
* Update DatabaseSettingsTab.ts
* Update DatabaseSettingsTab.ts
* Update src/Explorer/Tabs/DatabaseSettingsTab.ts
Co-authored-by: Laurent Nguyen <laurent.nguyen@microsoft.com>
* Update src/Explorer/Tabs/SettingsTab.ts
* Update src/Explorer/Tabs/DatabaseSettingsTab.ts
Co-authored-by: Laurent Nguyen <laurent.nguyen@microsoft.com>
* Update src/Explorer/Tabs/SettingsTab.ts
* Remove more unused code
* Remove import
Co-authored-by: Laurent Nguyen <laurent.nguyen@microsoft.com>
2020-10-29 11:26:37 -05:00
victor-meng
0382628249
Move update offers call to RP
2020-10-07 17:25:21 -05:00
victor-meng
23c5d2d7e0
Lazy load collection offer ( #234 )
2020-09-28 12:54:28 -07:00
Srinath Narayanan
4b0b63b56b
Users/srnara/mongo index ( #229 )
...
* added placeholder
* Added check box
* Added tolltip width constant
* Add telemetry
* formatting error
* formatting error
* support only for mongo v 3.6 accounts
* resolved comment
2020-09-28 01:36:10 -07:00
victor-meng
2e747a1a07
Fix create database for serverless accounts ( #228 )
2020-09-24 14:03:37 -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
03b19fc875
Split all script data access methods ( #197 )
...
* Split all script data access methods
* More cleanup
* Fix Typo
2020-09-15 13:31:30 -05:00
victor-meng
fae59d8754
Move create collection to RP ( #173 )
2020-09-02 10:02:29 -07:00
victor-meng
3223ff7685
Move createDatabase to RP ( #166 )
2020-08-25 15:45:37 -07:00
victor-meng
47a5c315b5
Move updateCollection to ARM ( #152 )
2020-08-21 11:24:01 -07:00
Steve Faulkner
455a6ac81b
Fix update offer beyond throughput limit error ( #135 )
2020-08-06 18:15:40 -05:00
Vignesh Rangaishenvi
0f4ff0e49f
Support readers ( #105 )
2020-07-21 11:57:23 -07:00
victor-meng
15953da51e
Fix indexing off not working for SQL and graph free tier accounts ( #85 )
2020-07-13 10:54:59 -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
Laurent Nguyen
e9d3160b57
Initial transfer from ADO ( #13 )
2020-06-04 19:04:15 -07:00
Steve Faulkner
9f7f7c202f
Update to ADO 64472154f607bb7b0820ef3d6a9f3ab6b058382d ( #11 )
2020-05-28 15:13:45 -05:00
Steve Faulkner
0494da4162
Update to ADO 5ed9b2130da7f822153531489d802c28986f5d30
2020-05-26 13:53:41 -05:00
Steve Faulkner
36581fb6d9
Initial Move from Azure DevOps to GitHub
2020-05-25 21:30:55 -05:00