Steve Faulkner
d96cecdfe8
Expose Settings in Hosted Mode ( #660 )
2021-04-13 18:13:24 -05:00
Jordi Bunster
1e6ad113dd
Add rel='noreferrer' ( #651 )
2021-04-12 17:24:11 -07:00
Hardikkumar Nai
05932e1d38
Resolve Lint errors in NotificationConsoleComponent.ts ( #527 )
2021-04-12 18:06:30 -05: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
Sunil Kumar Yadav
de5a11ff1b
Migration/browse queries pane to react ( #598 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com>
2021-04-04 22:04:34 -05:00
Sunil Kumar Yadav
2bf9313951
Migrate Load Query Pane to React ( #579 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com>
2021-04-02 15:44:50 -05:00
Hardikkumar Nai
5307f6bb5b
Migrate Notebook Upload File to React ( #581 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com>
2021-03-31 19:25:45 -05:00
Hardikkumar Nai
458cca8e01
Move setting pane to react ( #543 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com>
2021-03-31 15:22:52 -05:00
Steve Faulkner
d9d88c1517
Remove isAuthWithResourceToken from Explorer ( #553 )
...
* Remove isAuthWithResourceToken from Explorer
* Update test
* Remove ifs
2021-03-17 10:41:15 -05:00
hardiknai-techm
ef6ecf0a5f
Resolve Lint errors in NavBar component ( #528 )
2021-03-09 12:34:01 -06:00
hardiknai-techm
2e7c7440d3
Resolve Lint errors in CommandBarUtil.test.tsx ( #529 )
2021-03-09 10:20:14 -06:00
Steve Faulkner
10664162c7
Refactor Telemetry to include account name and experience ( #452 )
2021-02-28 15:56:09 -06:00
Srinath Narayanan
cf01ffa957
removed enableGalleryPublish, enableLinkInjection feature flags ( #454 )
...
* removed enableGalleryPublish, enableLinkInjection
* removed ENABLE_GALLERY_PUBLISH
2021-02-26 13:07:44 -08:00
Steve Faulkner
8629bcbe2d
Move "Open Full Screen" to React Panel ( #449 )
2021-02-24 19:04:28 -06:00
victor-meng
4210e0752b
Move delete collection confirmation pane to react ( #417 )
2021-02-10 13:44:00 -08:00
Steve Faulkner
f1db1ed978
Region Select Button ( #407 )
2021-01-27 15:32:53 -06: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
Steve Faulkner
fcbc9474ea
Remove Preview for Synapse Link ( #389 )
2021-01-15 09:51:14 -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
b784ac0f86
[967093][Screen Readers- CosmosDB – Notification] Screen reader does not pass the combo-box list information ( #329 )
...
* ‘Bug fix: Screen reader does not pass the combo-box list information under notification field.’
* ‘update for comments’
* ‘load path refator’
2020-11-30 14:33:18 -06: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
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
14cdf19efb
Remove Explorer.isEmulator ( #256 )
2020-10-09 11:18:50 -05:00
Laurent Nguyen
b69174788d
Add more Telemetry to Data Explorer ( #242 )
...
* Add Telemetry to command bar buttons
* Count and report # of files/notebooks/directories in myNotebook to telemetry
* Add resource tree clicks to Telemetry
* Log to Telemetry: opened notebook cell counts by type, kernelspec name
* Fix unit test
* Move Telemetry processor call in notebook traceNotebookTelemetry action from reducer to epic. Use action to trace other info.
* Fix react duplicate key error
* Log notebook cell context menu actions
* Reformat and cleanup
* Move resource tree tracing code out of render(). Only call once when tree is updated
* Fix build issues
2020-10-08 10:53:01 +02:00
Chris-MS-896
6b8c9f6961
[Azure][Screen Reader-CosmosDB – Data Explorer] Alt is not correctly defined for the console image on the data explorer page ( #247 )
...
* Update NotificationConsoleComponent.tsx
'Accessibiliy for alt image'
* Update NotificationConsoleComponent.tsx
'meet Unit test problems'
* Update NotificationConsoleComponent.test.tsx.snap
Update for snapshot
Co-authored-by: Chris896 <caoyiqun2017@gmail.com>
2020-10-05 16:14:51 -05: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
DanielSPham
af820c0fbf
Fixed notification console screen reader issue ( #193 )
...
* Fixed notification console screen reader issue
* Added aria expanded
Co-authored-by: Daniel Si Pham <v-danpha@microsoft.com>
2020-09-11 10:36:53 -07:00
Steve Faulkner
e6ac5a7043
Telemetry Adjustments ( #182 )
2020-09-08 12:44:46 -05:00
Steve Faulkner
0011007d5f
Refactor Global state into Context Files ( #128 )
2020-08-06 14:03:46 -05:00
Tanuj Mittal
8c792fd147
Hide Azure Synapse Link button for Serverless accounts ( #121 )
2020-07-31 15:31:21 -07: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
victor-meng
4068a9fbaa
Create tabs manager and refactor tab related logic ( #66 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2020-07-09 13:53:37 -07:00
Steve Faulkner
326bd4f494
Initial pass at removing old spark code ( #80 )
...
Co-authored-by: Steve Faulkner <stfaul@microsoft.com>
2020-07-09 10:49:27 -05: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
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
Laurent Nguyen
73f2c612ed
Remove old resource tree and cleanup ( #28 )
...
* Remove old resource tree and its various components
* Fix stored procedure, udf, trigger not always deleting when context menu option chosen
* Reformat and fix eslint warnings
* Remove CommandButtonOptions
2020-06-15 12:16:52 +02: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
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