Armando Trejo Oliver
ceed162491
Add Sample Data to Resource Tree ( #1499 )
...
* Add Sample Data to Resource Tree
* Format
* Fix strict build
* Fix lint
* Fixed implementation to show Sample data container
* Udated logic based on TokenCollection
* Re-configure copilot flag
---------
Co-authored-by: Predrag Klepic <v-prklepic@microsoft.com>
2023-06-29 17:47:46 +02:00
victor-meng
aadbb50e7d
Implement query copilot UI ( #1452 )
2023-06-06 11:43:53 -07:00
Armando Trejo Oliver
fb8871cfbf
Load Legacy Mongo Shell V2 by default ( #1424 )
...
- Load Legacy Mongo Shell V2 by default
- Add/Keep feature flags to load from portal BE and V1
- Skip code coverage if skipCodeCoverage environment variable is set to "true"
2023-04-06 10:13:05 -07:00
Armando Trejo Oliver
9d2d0e4754
Add feature flags to test Legacy Mongo Shell ( #1421 )
...
Add feature flags to test Legacy Mongo Shell
2023-04-04 10:28:42 -07:00
sunghyunkang1111
701f486d8f
Add hierachical partition key in add containers in SQL ( #1377 )
...
* Add hierachical partition key in add containers in SQL
* Add hierachical partition key in add containers in SQL
* fix unit test cases and update snapshot
* add learn more links and feature flag
* update snapsho
* separate subpartition key logic
* separate subpartition key logic
2023-01-23 09:09:29 -06:00
Armando Trejo Oliver
1213788f9c
Remove share-link feature ( #1345 )
...
* Remove share-link feature
Cosmos DB supports sharing access to an account data using AAD/RBAC now so this feature is unnecessary.
* Fix format issues
* Fix unit tests
* undo package changes
2022-10-20 10:58:37 -07:00
victor-meng
beca0d6608
Properly load a postgres account in data explorer ( #1323 )
2022-09-20 10:42:09 -07:00
victor-meng
d54c896d74
Postgre quickstart UI ( #1319 )
2022-09-14 14:42:09 -07:00
victor-meng
46ca952955
Add condition for showing quick start carousel ( #1278 )
...
* Add condition for showing quick start carousel
* Show coach mark when carousel is closed
* Add condition for showing quick start carousel and other UI changes
* Fix compile error
* Fix issue with coach mark
* Fix test
* Add new sample data, fix link url, fix e2e tests
* Fix e2e tests
2022-05-23 20:52:21 -07:00
Srinath Narayanan
da1169d0e2
Added publicgallery flight ( #1262 )
...
* added publicgallery flag
* fixed PR comments
2022-05-04 03:50:44 +05:30
victor-meng
27423e2321
Create new home page ( #1257 )
...
* initial commit
* Remove test code
* Rename icon
* Fix feature flag
* Update links and texts
* Remove unintended change
2022-05-02 13:45:54 -07:00
victor-meng
2e3e547a46
Fix scale tab not showing the correct throughput mode and value and remove freetierautoscalethroughput feature flag ( #1245 )
2022-03-31 12:13:08 -07:00
Karthik chakravarthy
5c8016ecd6
Enable phoenix for MPAC by default, and for PROD will enable phoenix only based on flight ( #1232 )
...
* Enable phoenix to MPAC by default and for prod based on flight
* phoenix flag setting based of configContext
2022-03-01 13:38:30 -05:00
victor-meng
605117c62d
Update autoscale throughput limits ( #1229 )
...
* Change minimum autoscale throughput and default autoscale throughput for free tier account to 1000
* Fix unit tests
* Update snapshot
* Fix cassandra add collection panel
* Address comments
* Add feature flag/flight
* Remove console.log
2022-02-25 18:21:58 -08:00
Armando Trejo Oliver
f5da8bb276
Validate endpoints from feature flags ( #1196 )
...
Validate endpoints from feature flags
2022-01-24 13:06:43 -08:00
Srinath Narayanan
591782195d
added phoenixfeatures flag ( #1184 )
2022-01-10 23:40:41 +05:30
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