Karthik chakravarthy
be28eb387b
Removal of feature flag notebooksTemporarilyDown ( #1178 )
...
* Removal of feature flag notebooksTemporarilyDown
* Update flag
* Add Vnet/Firewall check for enabling phoenix
2021-12-22 13:15:12 -05:00
victor-meng
64f36e2d28
Add throughput cap error message ( #1151 )
2021-10-30 19:45:16 -07:00
Srinath Narayanan
361ac45e52
Added notebooksDownBanner flight ( #1146 )
...
* set isNotebookEnabled to true
* lint and format fixes
* modified shell enabled
* added notebooks down banner flight
* fixed typo
2021-10-22 13:27:52 +05:30
Karthik chakravarthy
f968f57543
Allocation of container on demand ( #1097 )
...
* Allocation of container only on demand
* git notebook click emits connect to container and refresh notebooks
* git cleanup local repo
* Reconnect rename and memory heartbeat change
* Fix new notebook click event in case of git login
* Mongo proxy test replace with master file
* code refactor
* format check
* compile errors resolved
* address review comments
* rename environment to workspace
* Added content html rendering in Dialog
* format issue
* Added contentHtml in the dialog which renders jsx element
2021-09-30 12:53:33 -04:00
vaidankarswapnil
b05e5a2145
Fix delete database warning message is not announced by the screen reader after selecting 'Delete Database' menu item ( #1074 )
...
* Fix a11y delete database confirmation ississue
* Resolved lint issue - Removed Unnecessary semicolon
* Resolved compilation issue for extractFeature.ts and update test snapshot issue
Co-authored-by: Armando Trejo Oliver <ato9000@users.noreply.github.com>
2021-09-21 08:58:03 -07:00
victor-meng
665270296f
Fix throughput cost estimate in add collection panel ( #1070 )
2021-09-15 13:05:55 -07:00
Asier Isayas
8866976bb4
fixed hasFlag test ( #1076 )
...
Co-authored-by: Asier Isayas <aisayas@microsoft.com>
2021-09-14 12:28:33 -04:00
Asier Isayas
d10f3c69f1
MongoClient Feature Flag ( #1073 )
...
Adding a feature flag for Mongo Client that allows a user to specify a mongo endpoint and an API so that users can test specific APIs locally.
Example:
https://localhost:1234/hostedExplorer.html?feature.mongoproxyendpoint=https://localhost:12901&feature.mongoProxyAPIs=createDocument |readDocument
The above link says to test APIs createDocument and readDocument on https://localhost:12901
Co-authored-by: artrejo <ato9000@users.noreply.github.com>
Co-authored-by: Asier Isayas <aisayas@microsoft.com>
2021-09-13 16:25:21 -04:00
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
Tanuj Mittal
410f582378
Fix notebooksTemporarilyDown feature flag ( #983 )
2021-08-17 07:27:41 +05:30
Tanuj Mittal
24d0a16123
Disable notebooks temporarily ( #978 )
...
* Disable notebooks temporarily
* Updates
2021-08-14 07:03:58 +05:30
victor-meng
56699ccb1b
Fix new resource tree ( #962 )
2021-07-30 16:23:36 -07:00
t-tarabhatia
7e0c4b7290
Add changes to Partition Key A/B Test ( #954 )
2021-07-29 08:48:03 -05:00
victor-meng
a66fc06dad
Turn off react resource tree ( #963 )
2021-07-28 21:29:45 -07:00
victor-meng
6d46e48490
Migrate resource tree to react ( #941 )
2021-07-20 11:40:04 -07:00
vaidankarswapnil
8a3929775b
Strict mode SwitchAccount and SwitchSubscription files ( #940 )
2021-07-15 10:54:07 -05:00
Sunil Kumar Yadav
397231dca2
Fixed typescript strict issue of Statusbar, hostedUtils, StringUtils etc ( #785 )
2021-07-15 09:35:51 -05:00
Hardikkumar Nai
0bbf9de963
Resolve ESLint Errors ( #934 )
2021-07-15 08:53:07 -05:00
Tanuj Mittal
416358f540
Cleanup Schema Analyzer feature flag ( #938 )
2021-07-15 06:42:14 +05:30
t-tarabhatia
887618e77e
UX Changes for Default Partition Key A/B Experiment ( #928 )
2021-07-14 14:10:45 -05:00
Steve Faulkner
239c7edf7b
Fix Incorrect Image Links ( #892 )
2021-06-14 20:52:02 -05:00
Steve Faulkner
735a81db47
Remove Explorer.setFeaturesFromFlights ( #801 )
2021-05-19 18:58:44 -05:00
Zachary Foster
2bc298fef1
[Hosted] AAD implementation for item operations ( #643 )
2021-05-18 17:59:09 -05:00
Zachary Foster
a06e213b81
Upgrades to msal-browser ( #781 )
...
* Replaces msal with msal-browser
* Remove unused id, logging in returns the tenant
* format
* Fix tenant switch
* Removes v1 forceRefresh
2021-05-17 14:10:54 -04: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
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
Hardikkumar Nai
fdd12b41c4
Remove Explorer.defaultExperience ( #680 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-05-05 13:00:01 -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
Tanuj Mittal
914e969083
Add a feature flag to override Juno endpoint ( #700 )
...
* Add a feature flag to override Juno endpoint
* Fix build
2021-04-20 06:08:53 +05:30
Tanuj Mittal
68789c5069
Tighten notebook code cell output sandbox and enable it by default ( #664 )
...
* Tighten notebook code cell output sandbox
* Enable sandboxnotebookoutputs by default
* Address feedback
2021-04-14 23:36:44 +05:30
Jordi Bunster
5cd4e93c65
Fix preview URL branch display, include link in new PRs ( #644 )
...
* Make it easy to include preview links
* Fix display of currently previewed branch
2021-04-12 15:07:37 -07:00
Jordi Bunster
88f5e7485a
Pull request preview URLs ( #625 )
...
* Dynamic link to HEAD of a given PR
* Display pr name and link in notification console
* Pass along query string to Explorer
This means you can write a URL like:
https://cosmos-explorer-preview.azurewebsites.net/pull/123?feature.enableFoo=true
and when Explorer loads it'll have enableFoo set to true in the features
object.
2021-04-12 15:10:31 -05:00
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