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
![image](https://user-images.githubusercontent.com/693092/95799994-3b5fb100-0cab-11eb-86fc-4ded0aeeddb1.png )
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 )
...
![image](https://user-images.githubusercontent.com/693092/95408825-3975a680-08d5-11eb-812b-80f922ab9fc8.png )
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 b2c24fab4f2a7ad5ef00a345ee25b2a1f6226e18.
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
Tanuj Mittal
b1e20796c2
Updates to standalone gallery ( #91 )
...
* Add hyperlink icon for links in DialogComponent
* Use a Cosmos DB image for sample Persona
* Fix tests
* Update standalone gallery behavior to match DE gallery
* Use /gallery endpoint for gallery
* Update Gallery Card style to remove buttons in standalone mode
* Address comments
* Add text banner
2020-07-15 13:58:43 -07:00
Tanuj Mittal
dcd6e0361c
Add hideInputs query param in notebookViewer and other minor updates ( #82 )
...
* Add hideInputs query param in notebookViewer
* Fix test and other minor changes
* Make GalleryHeaderComponent more functional
2020-07-10 14:23:53 -07:00
Tanuj Mittal
5a1dd42395
Add top bar in standalone gallery and notebook viewer ( #76 )
...
* Add top bar in standalone gallery
* Address review comments
2020-07-08 12:40:47 -07: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
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
Tanuj Mittal
7512b3c1d5
Notebooks Gallery ( #59 )
...
* Initial commit
* Address PR comments
* Move notebook related stuff to NotebookManager and dynamically load it
* Add New gallery callout and other UI tweaks
* Update test snapshot
2020-06-30 11:47:21 -07:00
Steve Faulkner
269ea6a349
Add Additional Lint Rules ( #55 )
2020-06-23 10:45:51 -05:00
Tanuj Mittal
aa8236666e
Use graphql in GitHubClient and misc fixes ( #8 )
...
* Use graphql in GitHubClient
* Replace usage of Array.find with _.find
2020-06-05 12:22:41 -07:00
Laurent Nguyen
e9d3160b57
Initial transfer from ADO ( #13 )
2020-06-04 19:04:15 -07:00
Steve Faulkner
0494da4162
Update to ADO 5ed9b2130da7f822153531489d802c28986f5d30
2020-05-26 13:53:41 -05:00
Steve Faulkner
36581fb6d9
Initial Move from Azure DevOps to GitHub
2020-05-25 21:30:55 -05:00