Tanuj Mittal
afaa844d28
Telemetry updates ( #429 )
2021-02-06 00:26:20 +05:30
Tanuj Mittal
5038a01079
Add telemetry for Notebooks Gallery and other updates ( #413 )
...
* Add telemetry for Notebooks Gallery
* More changes
* Address feedback and fix lint error
* Fix margins for My published work
2021-02-03 14:48:50 +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
victor-meng
bd4d8da065
Move notification console to react ( #400 )
2021-01-26 15:32:37 -08: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
Chris-MS-896
9a1e8b2d87
Add rest of three utils files to Matser ( #370 )
...
* 'minor change'
2021-01-13 17:49:06 -06:00
Chris-MS-896
a4a367a212
Add all arm request related files to Matser ( #373 )
...
* “minor changes”
* 'changes for unit test'
2021-01-08 21:56:29 -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
vchske
e8f4c8f93c
Cost Estimate Changes ( #342 )
...
* Initial change of estimated cost to table format
* Converted cost estimate to table format and added different data for current vs updated cost estimates.
* lint fixes
* Changed the names of some interfaces
* Refactored a unit call to use an argument interface to avoid future confusion.
* Changed the severity of the save warning
* Format fix
* Fixed test due to styling change
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2020-12-18 16:15:55 -08:00
victor-meng
f54e8eb692
Move queryDocuments out of DataAccessUtility ( #334 )
2020-12-16 15:27:17 -08:00
vchske
c21f42159f
Updated cost messaging for new db/container pane ( #333 )
...
* Adds information text further explaining estimated cost.
* Minor tweak to cost messaging
* Updated unit tests
* Added text and link for capacity planner when choosing manual RUs
2020-12-11 10:06:43 -08:00
Tanuj Mittal
40491ec9c5
Gallery related fixes ( #312 )
...
* AVERT fixes
* Remove enableCodeOfConduct feature flag
* Fix reporting abuse
* Add empty screen for Liked and Published tabs in Gallery
* fix build
* Remove unused code
* Fix standalone public gallery
2020-12-10 13:09:18 -08:00
victor-meng
fd60c9c15e
Remove RUPM ( #328 )
...
Remove all RUPM code
2020-12-01 07:06:38 +00:00
victor-meng
9cbf632577
Get collection usage size with ARM metrics call ( #327 )
...
- Removed `readCollectionQuotaInfo` call. The only data we need is the usage size which we can get via the ARM metrics call instead.
- Added `getCollectionUsageSize` which fetches the `DataUsage` and `IndexUsage` metrics, converts them to KB, and returns the sum as the total usage size
2020-11-20 20:21:16 +00:00
victor-meng
17fd2185dc
Move read offer to RP ( #326 )
2020-11-19 17:13:11 -08:00
victor-meng
a133134b8b
Fix create and delete database ( #317 )
2020-11-09 15:22:51 -08:00
victor-meng
5f1f7a8266
Refactor error handling part 2 ( #313 )
2020-11-03 13:40:44 -08:00
victor-meng
3e782527d0
Poll on Location header for operation status ( #309 )
2020-11-02 16:59:08 -08: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
Steve Faulkner
23714831bd
Fix getDataExplorerWindow ( #285 )
2020-10-16 16:01:41 -05:00
Tanuj Mittal
bd00e5eb9b
Support async notebook publishing ( #275 )
...
Handle cases for async notebook publishing. Now `Your published work` tab shows 3 sections - published, under review, and removed notebooks.
Note: The text labels are design placeholders

2020-10-15 03:49:18 +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
Tanuj Mittal
3b64d75322
Add Report Abuse dialog for public gallery notebooks ( #265 )
...

2020-10-12 23:48:05 +00:00
Steve Faulkner
d346ebe054
Fix Blackforest Origin check ( #261 )
2020-10-07 15:11:11 -05:00
Steve Faulkner
3112cf5573
Allow setting of ARM API version via query param ( #241 )
2020-10-02 10:45:32 -05:00
Laurent Nguyen
0ad5fb465b
Switch notebook editors to monaco ( #239 )
...
* Upgrade nteract packages and related dependencies to make new stateful-component work
* Switch to new monacoEditor
* Configure store using nteract mythic configuration
* Replace CodeMirror with Monaco editor in NotebookReadOnlyRenderer
* Reformat
* Upgrade d3 to latest to resolve d3-selection conflicts with nteract/data-explorer that broke D3ForceGraph
* Upgrade jupyterlab terminal widget to work with latest version of react. Upgrade jupyterlab services to include latest fix for websocket auth
* Update jest test snapshots
* Upgrade packages to fix build issues
* Remove comment
* Fix unit tests
* Fix unit test snapshot
* Remove useless @types/node-fetch
2020-10-01 14:00:46 +02:00
Steve Faulkner
4ecdfe60eb
Fix Parent Origin Regex ( #237 )
...
* Fix Parent Origin Regex
* Add another test case
* Handle more cases
2020-09-29 18:09:11 -05:00
Steve Faulkner
0c7a73e716
xxxRevert "More test cases"
...
This reverts commit b2c24fab4f .
2020-09-29 17:46:54 -05:00
Steve Faulkner
b2c24fab4f
More test cases
2020-09-29 17:31:58 -05: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
Tanuj Mittal
7c5c8ddb7a
Fix incorrect usage of TelemetryProcessor ( #221 )
...
* Fix incorrect usage of TelemetryProcessor
* Address feedback
2020-09-22 12:19:06 -07:00
Steve Faulkner
d85c96d408
Allow remote config to set valid origins ( #205 )
2020-09-17 16:13:22 -05:00
Tanuj Mittal
728eeefa17
Fix file downloads from notebooks container ( #196 )
...
* Fix file downloads from notebooks container
* Add downloading message
2020-09-11 19:37:00 -07:00
Steve Faulkner
c401f88aae
Improve ARM error parsing and display ( #189 )
2020-09-11 12:54:30 -05:00
DanielSPham
53bedb1641
Added descriptive aria label to autoscale throughput link ( #185 )
...
Co-authored-by: Daniel Si Pham <v-danpha@microsoft.com >
2020-09-08 11:03:48 -07:00
Steve Faulkner
faf923f647
TypeScript 4.0 ( #165 )
2020-09-04 09:08:52 -05: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
Steve Faulkner
2752d6af00
Create Cassandra Keyspace via ARM ( #142 )
2020-08-13 13:26:52 -05:00
victor-meng
b61a235bf6
Move readCollection, readCollections, and readDatabases to ARM ( #134 )
2020-08-12 17:13:43 -07:00
Tanuj Mittal
5886db81e9
Copy To functionality for notebooks ( #141 )
...
* Add Copy To functionality for notebooks
* Fix formatting
* Fix linting errors
* Fixes
* Fix build failure
* Rebase and address feedback
* Increase test coverage
2020-08-11 09:27:57 -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
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
a64109ebaa
Fix Generated ARM types ( #131 )
2020-08-06 09:27:41 -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
eab6506940
Remove Explorer Stub and ViewModel.Explorer ( #101 )
2020-07-20 12:59:40 -05:00