Steve Faulkner
aa369760ad
Remove option to delete/create root table database ( #236 )
2020-09-28 17:03:47 -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
Tanuj Mittal
70c7d84bdb
Do not fail when trying to find DE window with cross origin ( #231 )
...
* Do not fail when trying to find DE window with cross origin
* Fix lint errors
2020-09-25 14:49:11 -07:00
Steve Faulkner
91aa91d860
Cleanup extension endpoint loading ( #224 )
2020-09-24 18:10:54 -05:00
victor-meng
2e747a1a07
Fix create database for serverless accounts ( #228 )
2020-09-24 14:03:37 -07:00
victor-meng
28ceb18d73
Use SDK for reading database offer for Tables API ( #226 )
2020-09-23 13:32:47 -07:00
Tanuj Mittal
7c5c8ddb7a
Fix incorrect usage of TelemetryProcessor ( #221 )
...
* Fix incorrect usage of TelemetryProcessor
* Address feedback
2020-09-22 12:19:06 -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
Tanuj Mittal
34c41e1557
Add telemetry for OpenTerminal ( #200 )
2020-09-16 17:04:34 -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
Tanuj Mittal
c4257bf4a9
Revert "Add telemetry for OpenTerminal success/failure ( #192 )" ( #198 )
...
This reverts commit 83b13de685 .
2020-09-11 23:12:28 -07:00
Tanuj Mittal
83b13de685
Add telemetry for OpenTerminal success/failure ( #192 )
...
* Add telemetry for OpenTerminal success/failure
* Address review comments
2020-09-11 15:42:55 -07:00
victor-meng
6bc506b81f
Clean up unused utility functions for creating databases and collections ( #181 )
2020-09-03 13:05:22 -07: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
victor-meng
1c80ced259
Fix settings tab issue for cassandra and add feature flag ( #159 )
...
* Fix settings tab issue for cassandra and add feature flag
* Adding the rest of the changes....
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2020-08-19 18:11:43 -05:00
victor-meng
5e6ac78b7d
Tables - ReadCollection: Switch back to using SDK ( #157 )
2020-08-19 17:54:23 -05:00
victor-meng
951289e190
Switch back to SDK for deleteDatabase and use RP for readCollections for table API ( #155 )
2020-08-18 11:04:37 -07:00
Tanuj Mittal
3279460cfd
Update @azure/cosmos to 3.9.0 ( #154 )
2020-08-17 14:26:19 -07:00
victor-meng
07b9c1d1b7
Switch back to using SDK to read databases and collections for Mongo API ( #153 )
2020-08-17 11:42:02 -07:00
Tanuj Mittal
22b2e1df48
Support empty offers for serverless accounts ( #132 )
...
* Add support for no offers when serverless accounts
* Add workaround for ignoring failed /offers when using connection string
* Revert @azure/cosmos upgrade
2020-08-14 17:45:13 -07:00
victor-meng
b61a235bf6
Move readCollection, readCollections, and readDatabases to ARM ( #134 )
2020-08-12 17:13:43 -07:00
victor-meng
455722c316
Fix deleteDatabase and deleteCollection with ARM ( #143 )
2020-08-11 18:36:42 -07:00
Srinath Narayanan
7a3e54d43e
Added support for acknowledging code of conduct for using public Notebook Gallery ( #117 )
...
* minro code edits
* Added support for acknowledging code of conduct
- Added CodeOfConduct component that shows links and a checkbox that must be acknwledged before seeing the public galley
- Added verbose message for notebook publish error (when another notebook with the same name exists in the gallery)
- Added a feature flag for enabling code of conduct acknowledgement
* Added Info Component
* minor edit
* fixed failign tests
* publish tab displayed only when code of conduct accepted
* added code of conduct fetch during publish
* fixed bug
* added test and addressed PR comments
* changed line endings
* added comment
* addressed PR comments
2020-08-11 00:37:05 -07:00
Srinath Narayanan
95f1efc03f
Added support for notebook viewer link injection ( #124 )
...
* Added support for notebook viewer link injection
* updated tests
2020-08-10 01:53:51 -07:00
Steve Faulkner
455a6ac81b
Fix update offer beyond throughput limit error ( #135 )
2020-08-06 18:15:40 -05: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
vchske
d45af21996
Updating error message on mongo collection create ( #118 )
...
* 1) Updated mongo collection create pane to display a better error when a shard key is ill formed.
2) Updated an error message to use double quotes since no string interpolation is used. I thought it was included in a previoue PR but I guess the change didn't get staged.
2020-08-06 12:56:40 -05:00
Steve Faulkner
78e70cc7cc
Refresh Caches only in Portal ( #129 )
2020-08-05 15:54:17 -05:00
Steve Faulkner
f132a8546c
Move SQL database deletion to ARM ( #126 )
2020-08-04 18:03:14 -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
2a53dfabb5
Fix refresh resources button and remove portal specific notebooks call ( #123 )
2020-07-31 16:45:36 -05:00
Steve Faulkner
dab6e43d0d
Hotfix: Remove extra JSON.stringify in Monogo update code path ( #119 )
2020-07-28 15:13:48 -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
Tanuj Mittal
33969581ac
Support serverless accounts ( #109 )
...
* Changes for serverless accounts
* Dont show upsell message for serverless accounts
* Update CassandraAddCollectionPane to support serverless
2020-07-24 13:13:54 -07:00
Steve Faulkner
6860d8db1c
Remove unused Data Access methods ( #107 )
2020-07-22 12:03:51 -05:00
Vignesh Rangaishenvi
0f4ff0e49f
Support readers ( #105 )
2020-07-21 11:57:23 -07:00
Steve Faulkner
4f86015be7
Remove OpenActionsStubs ( #106 )
2020-07-21 13:50:51 -05:00
Steve Faulkner
eab6506940
Remove Explorer Stub and ViewModel.Explorer ( #101 )
2020-07-20 12:59:40 -05:00
Steve Faulkner
99c6a7ebcc
Make explicit any an error ( #81 )
...
Co-authored-by: Steve Faulkner <stfaul@microsoft.com >
2020-07-15 16:21:50 -05:00
vchske
955d08e4d0
Added a different message if the account is free tier ( #69 )
...
* Added a different upsell message if the account is free tier
* Fixing prettier and unit tests
2020-07-08 10:02:47 -07:00
Steve Faulkner
604f87f318
Upgrade to TypeScript 3.9 ( #75 )
2020-07-08 10:12:49 -05:00
Tanuj Mittal
84ea3796ec
Remove enableGallery feature flag ( #68 )
...
* Remove enableGallery feature flag
* Fix bugs
* Add tests to increase coverage
* Move favorites functionality behind feature.enableGalleryPublish flag
* Show code cells in NotebookViewer
* Use cosmos db logo as persona image for sample notebook gallery cards
* Update gallery card snapshot to fix test
2020-07-06 12:10:26 -07:00
Laurent Nguyen
27024ef75c
Initial implementation of a generic UI component ( #61 )
...
* Add generic component
* Add validation. Rename to widgetRenderer
* Remove test code from splash screen
* Clean up infobox
* Fix styling/layout
* Move test code into unit test
* Replace <input> and <labe> by <TextField> and <Text> respectively. Fix style.
* Replace InfoBoxComponent with UI fabric MessageBar. Fix styling for TextField
* Use MessageBar for error message
* Rename WdigetRendererComponent to SmartUiComponent
2020-07-06 17:16:43 +02:00
Laurent Nguyen
3f34936acd
Add more files to strict compile. Update CONTRIBUTING.md ( #63 )
...
* Add more files to strict compile. Update CONTRIBUTING.md to recommend FluentUI use
* Remove eslint-disable and use non-null assertion
2020-07-06 17:16:24 +02:00