Jordi Bunster
f449328f26
Remove unused tab finder methods from Explorer ( #549 )
2021-04-13 12:42:00 -05:00
Steve Faulkner
7bdc31aa67
Fix for Mongo shard key loaded via ARM ( #657 )
2021-04-13 12:03:25 -05:00
Steve Faulkner
ba3f4829fa
Add second App Insights instance ( #609 )
2021-04-05 18:03:17 -05:00
Jordi Bunster
b150e53814
Remove (unused) dbsettings tab ( #607 )
2021-04-05 13:51:44 -07:00
Sunil Kumar Yadav
de5a11ff1b
Migration/browse queries pane to react ( #598 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com>
2021-04-04 22:04:34 -05:00
Sunil Kumar Yadav
2bf9313951
Migrate Load Query Pane to React ( #579 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com>
2021-04-02 15:44:50 -05:00
Sunil Kumar Yadav
36f8fc1d22
Migrate save query pane to react ( #578 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com>
2021-04-02 15:10:43 -05:00
Armando Trejo Oliver
1b9070605e
Make MongoShell ready message handler backwards compatible ( #606 )
...
* Make MongShell message handler backwards compatible
* Fix test title and add one more test case
2021-04-02 12:38:53 -07:00
Hardikkumar Nai
6a69d3a77b
Move upload items panel to react ( #558 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com>
2021-03-31 15:43:05 -05:00
Sunil Kumar Yadav
69ac4e218d
Migration/execute sproc params pane in react ( #576 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com>
2021-03-31 14:43:55 -05:00
Jordi Bunster
a9ed187213
Bugfix: this was not really used at all ( #596 )
2021-03-30 13:59:04 -07:00
Hardikkumar Nai
343e82c102
Fix lint query utils ( #487 )
...
* Fix Lint errors in QueryUtils
* Format
* Simplify diff
Co-authored-by: Your Name <you@example.com>
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com>
Co-authored-by: Jordi Bunster <jbunster@microsoft.com>
2021-03-29 21:26:41 -05:00
Jordi Bunster
4c2f22c2b1
When switching between tabs, editors remain open ( #586 )
...
I misunderstood the purpose of a ko.foreach() loop in my changes
back in #534 . This re-introduces the loop.
2021-03-29 12:38:41 -05:00
Jordi Bunster
8cc04bab87
MongoDocumentsTab.html was not used here ( #582 )
2021-03-25 15:24:43 -07: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
Jordi Bunster
b1aeab6b84
Knockout tab changes
...
This reduces the work involved in rendering knockout tabs, which will make moving them to React under a feature flag a bit easier.
2021-03-22 10:13:44 -07: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
Tanuj Mittal
3eda8029ba
Change default Sort order for Gallery to MostRecent & fix gallery card height for empty tags ( #545 )
2021-03-17 01:40:38 +00:00
Steve Faulkner
62550f8d6a
Deprecate Explorer Properties ( #535 )
2021-03-10 23:02:55 -06:00
hardiknai-techm
184910ee6c
Resolve Lint errors in NotebookConfigurationUtils.ts ( #490 )
2021-03-10 21:47:08 -06:00
victor-meng
9d63a346e4
Fix issues in the add collection pane ( #501 )
2021-03-09 10:18:40 -08:00
hardiknai-techm
9617b80b56
Fix Lint errors in ThemeUtility ( #477 )
...
* Fix Lint errors in ThemeUtility
* format ThemeUtility.ts file
Co-authored-by: hardiknai <hardiknai92@gmail.com>
Co-authored-by: zen3-hardik <hardikkumar.n@zen3tech.com>
2021-03-08 17:19:22 -06: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
Steve Faulkner
8629bcbe2d
Move "Open Full Screen" to React Panel ( #449 )
2021-02-24 19:04:28 -06:00
Steve Faulkner
2d2d8b6efe
Remove Unused Tabs ( #450 )
2021-02-24 17:48:33 -06:00
victor-meng
22d8a7a1be
Move database settings tab to react ( #386 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-02-10 16:06:14 -06:00
Tanuj Mittal
db7c45c9b8
Enable gallery publishing in MPAC ( #416 )
...
* Enable gallery publishing in MPAC
* Address feedback
* Use ENABLE_GALLERY_PUBLISH config in standalone gallery
* Fix test
2021-02-03 23:42:11 +05:30
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
9278654479
Public gallery improvements ( #409 )
...
- [x] Don't show extension in name field for publish
- [x] Open "Your published work" tab after publishing
- [x] Continue showing dialog for Report Abuse status
- [x] For showing COC in Public Gallery tab show backdrop of thumbnails
- [x] Liked -> My Favorites & Your published work -> My published work
2021-01-29 17:04:38 +00:00
Steve Faulkner
b3cafe3468
Add telemetry to Spark+Synapse Pools ( #392 )
2021-01-20 11:08:29 -06:00
Steve Faulkner
4be53284b5
Prettier 2.0 ( #393 )
2021-01-20 09:15:01 -06:00
Steve Faulkner
9d20a13dd4
Warn on SubQuery ( #378 )
2021-01-12 13:53:15 -06:00
victor-meng
a55f2d0de9
Free tier improvements in DE ( #348 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-01-04 12:56:55 -08:00
Steve Faulkner
d40b1aa9b5
Remove Empty Query Logging ( #361 )
2021-01-04 13:58:01 -06:00
Steve Faulkner
c3058ee5a9
Check for undefined query results ( #350 )
2020-12-18 19:55:32 -06:00
Gahl Levy
ebae484b8f
Fix duplicate settings tabs ( #343 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2020-12-17 13:01:36 -08:00
victor-meng
f54e8eb692
Move queryDocuments out of DataAccessUtility ( #334 )
2020-12-16 15:27:17 -08: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
17fd2185dc
Move read offer to RP ( #326 )
2020-11-19 17:13:11 -08:00
Srinath Narayanan
85d2378d3a
Removed SettingsV1 code paths ( #325 )
...
* removed settingsv1 code path in collection.ts
* removed Settingsv1 code
* Moved AAD error message up the chain
2020-11-18 12:11:25 -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
victor-meng
5741802c25
refactor error handling part 1 ( #307 )
...
- created `getErrorMessage` function which takes in an error string or any type of error object and returns the correct error message
- replaced `error.message` with `getErrorMessage` since `error` could be a string in some cases
- merged sendNotificationForError.ts with ErrorHandlingUtils.ts
- some minor refactoring
In part 2, I will make the following changes:
- Make `Logger.logError` function take an error message string instead of an error object. This will reduce some redundancy where the `getErrorMessage` function is being called twice (the error object passed by the caller is already an error message).
- Update every `TelemetryProcessor.traceFailure` call to make sure we pass in an error message instead of an error object since we stringify the data we send.
2020-10-30 22:09:24 +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
Srinath Narayanan
542abf4d3a
Added extra logging for mongo index update RP call ( #303 )
...
* Added extra logging
* changes error -> error.message in traceFailure
2020-10-27 13:39:38 -07:00
Steve Faulkner
4bee46ce55
Add Tab Name to Telemetry ( #302 )
2020-10-27 10:36:31 -05:00