Tanuj Mittal
14fd9054dd
Sandbox all outputs in iFrame ( #624 )
2021-04-12 08:59:18 -07:00
Jordi Bunster
b150e53814
Remove (unused) dbsettings tab ( #607 )
2021-04-05 13:51:44 -07:00
Jordi Bunster
813dbfee5b
Defensively set feature flags from window.parent ( #594 )
...
This doesn't really fix the fact that portal feature flags are not
being set, but it does re-enable feature flags in hosted mode.
2021-03-30 14:01:30 -07:00
victor-meng
ca7cd139ba
Use window instead of window.parent in extractFeatures function ( #577 )
2021-03-23 17:21:41 -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
Steve Faulkner
8629bcbe2d
Move "Open Full Screen" to React Panel ( #449 )
2021-02-24 19:04:28 -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
Steve Faulkner
dfb1b50621
Explorer.ts Cleanup ( #341 )
...
Co-authored-by: victor-meng <56978073+victor-meng@users.noreply.github.com>
2020-12-16 20:00:39 -06:00
victor-meng
5f1f7a8266
Refactor error handling part 2 ( #313 )
2020-11-03 13:40:44 -08: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
victor-meng
24b5b754ca
Fix error handling in DE ( #294 )
...
- Replaced `JSON.stringify(error)` with `error.message`
- Created `ErrorHandlingUtils` and moved all error logging actions in there
2020-10-21 21:28:30 +00:00
Steve Faulkner
821f665e78
Remove window.dataExplorerPlatform ( #279 )
...
More cleanup for #253
- Remove window.dataExplorerPlatform
- Remove explorer factories
2020-10-15 03:25:13 +00:00
Steve Faulkner
cfb9a0b321
Refactor NotificationsClient ( #270 )
2020-10-12 22:10:28 -05:00
Steve Faulkner
14cdf19efb
Remove Explorer.isEmulator ( #256 )
2020-10-09 11:18:50 -05:00
Jordi Bunster
0cc38868a6
Remove one indirection for ConfigContext
...
Things like ConfigContext.BACKEND_ENDPOINT are dynamically changed, and assigning them statically like this only bypasses that mechanism :(
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com>
2020-10-06 15:30:24 -07:00
Vignesh Rangaishenvi
08ee86ecf1
Fix connection string renew token pane ( #136 )
...
* Fix IcM issue + conn string parsing
* format code
* Undo fix for IcM issue
2020-08-06 16:15:31 -07:00
Steve Faulkner
0011007d5f
Refactor Global state into Context Files ( #128 )
2020-08-06 14:03:46 -05:00
Steve Faulkner
2904a1a60d
Move Delete Container call to use ARM when logged in with AAD ( #110 )
2020-08-03 17:11:07 -05:00
Steve Faulkner
fea321cd68
More ViewModel cleanup ( #116 )
2020-07-27 16:05:25 -05:00
Steve Faulkner
2e49ed45c3
Refactor DocumentClientUtilityBase to not be a class ( #115 )
2020-07-27 12:58:27 -05:00
Steve Faulkner
6d142f16f9
Refactor Data Access Utility ( #112 )
2020-07-24 16:45:48 -05:00
Vignesh Rangaishenvi
0f4ff0e49f
Support readers ( #105 )
2020-07-21 11:57:23 -07:00
Steve Faulkner
eab6506940
Remove Explorer Stub and ViewModel.Explorer ( #101 )
2020-07-20 12:59:40 -05:00
Steve Faulkner
269ea6a349
Add Additional Lint Rules ( #55 )
2020-06-23 10:45:51 -05:00
Steve Faulkner
36581fb6d9
Initial Move from Azure DevOps to GitHub
2020-05-25 21:30:55 -05:00