Hardikkumar Nai
a52a156005
Remove Old Add Database Pane Code ( #784 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2021-05-14 12:05:00 -05:00
Steve Faulkner
f9e8b5eaaa
Remove Unused Knockout Components ( #783 )
2021-05-13 18:03:29 -05:00
vaidankarswapnil
a6b82c8340
Migrate graph style panel to react ( #619 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2021-05-13 15:45:00 -05:00
victor-meng
4ed8fe9e7d
Remove old add collection pane ( #767 )
2021-05-10 20:10:48 -05:00
Hardikkumar Nai
9d5c9d6296
Migrate Add Database Panel to React ( #597 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2021-05-10 14:02:14 -05:00
Sunil Kumar Yadav
a91ea6c1e4
Remove old Add/Edit Table Entity code ( #755 )
2021-05-06 18:51:45 -05:00
vaidankarswapnil
038f3ee684
Move GitHub repos panel to react ( #638 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2021-05-03 19:56:47 -05:00
Hardikkumar Nai
71e7ad4547
Migrate String Input Pane to React ( #678 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2021-04-25 20:22:46 -05:00
Jordi Bunster
b7c911d19a
Remove Tabs from ComponentRegisterer ( #713 )
...
Now that Tabs are being rendered via Tabs.tsx the knockout component names are not needed either.
2021-04-23 19:53:48 -07: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
vaidankarswapnil
c6766dd69e
Migrate new graph vertex panel to react ( #702 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2021-04-22 09:47:59 -05:00
vaidankarswapnil
d58fececac
Move setup notebooks panel to react ( #673 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2021-04-20 21:51:03 -05:00
Jordi Bunster
f2585bba14
TabsManager in react ( #500 )
2021-04-19 13:11:48 -07:00
Hardikkumar Nai
56f430ebd8
Migrate Delete Collection Panel to React ( #628 )
2021-04-13 19:56:58 -05:00
Sunil Kumar Yadav
8cf09acc19
Migration/table query select pane to react ( #615 )
2021-04-12 17:53:56 -05:00
Sunil Kumar Yadav
c75618862e
Remove unused table-column-options-panel ( #620 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2021-04-06 09:43:15 -05:00
Jordi Bunster
b150e53814
Remove (unused) dbsettings tab ( #607 )
2021-04-05 13:51:44 -07: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
Sunil Kumar Yadav
36f8fc1d22
Migrate save query pane to react ( #578 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com >
2021-04-02 15:10:43 -05:00
Sunil Kumar Yadav
75ea475217
[WIP]Cleanup/removed knockout database confirmation panel ( #546 )
...
* complete delete database component ui in react
* fixed functional issue and added feedback input
* test cases for deleteDatabaseConfirmationPanel
* Removed Q and fixed PR change request
* removed knockout database confirmation panel and references
* delete deleteDatabaseConfirmationPane.html
* remove test
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com >
2021-03-31 19:58:38 -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
6a69d3a77b
Move upload items panel to react ( #558 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com >
2021-03-31 15:43:05 -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
Sunil Kumar Yadav
69ac4e218d
Migration/execute sproc params pane in react ( #576 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com >
2021-03-31 14:43:55 -05:00
Jordi Bunster
8cc04bab87
MongoDocumentsTab.html was not used here ( #582 )
2021-03-25 15:24:43 -07:00
Jordi Bunster
b1aeab6b84
Knockout tab changes
...
This reduces the work involved in rendering knockout tabs, which will make moving them to React under a feature flag a bit easier.
2021-03-22 10:13:44 -07:00
Steve Faulkner
2d2d8b6efe
Remove Unused Tabs ( #450 )
2021-02-24 17:48:33 -06:00
Steve Faulkner
f0c82a430b
Remove AdHoc Access and Token Renewal Pane ( #445 )
2021-02-23 11:16:00 -06:00
victor-meng
22d8a7a1be
Move database settings tab to react ( #386 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2021-02-10 16:06:14 -06:00
Steve Faulkner
4be53284b5
Prettier 2.0 ( #393 )
2021-01-20 09:15:01 -06:00
Srinath Narayanan
85d2378d3a
Removed SettingsV1 code paths ( #325 )
...
* removed settingsv1 code path in collection.ts
* removed Settingsv1 code
* Moved AAD error message up the chain
2020-11-18 12:11:25 -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
Srinath Narayanan
fc722e87be
Refactored Settings Tab ( #161 )
...
* added SettingsV2 Tab
* lint changes
* foxed failing test
* Addressed PR comments
- removed dangerouslySetInnerHtml
- removed underscore dependency
- added AccessibleElement
- removed unnecesary exceptions to linting
* split render into separate functions
- removed sinon in test
- Added some enums to replace constant strings
- removed dangerously set inner html
- made autopilot input as StatefulValue
* add settingscomponent snapshot
* fixed linting errors
* fixed errors
* addressed PR comments
- Moved StatefulValue to new class
- Split render to more functions for throughputInputComponents
* Added sub components
- Added tests for SettingsRenderUtls
- Added empty test files for adding tests later
* Moved all inputs to fluent UI
- removed rupm
- added reusable styles
* Added Tabs
- Added ToolTipLabel component
- Removed toggleables for individual components
- Removed accessible elements
- Added IndexingPolicyComponent
* Added more tests
* Addressed PR comments
* Moved Label radio buttons to choicegroup
* fixed lint errors
* Removed StatefulValue
- Moved conflict res tab to the end
- Added styling for autpilot radiobuttons
* fixed linting errors
* fix bugs from merge to master
* fixed formatting issue
* Addressed PR comments
- Added unit tests for smaller methods within each component
* fixed linting errors
* removed redundant snapshots
* removed empty line
* made separate props objects for subcomponents
* Moved dirty checks to sub components
* Made indesing policy component height = 80% of view port
- modified auto pilot v3 messages
- Added Fluent UI tolltip
-
* Moved warning messages inline
* moved conflict res helpers out
* fixed bugs
* added stack style for message
* fixed tests
* Added tests
* fixed linting and format errors
* undid changes
* more edits
* fixed compile errors
* fixed compile errors
* fixed errors
* fixed bug with save and discard buttons
* fixed compile errors
* addressed PR comments
2020-09-30 12:34:39 -07:00
Steve Faulkner
fea321cd68
More ViewModel cleanup ( #116 )
2020-07-27 16:05:25 -05:00
Steve Faulkner
444e25c086
More Spark UI Cleanup ( #89 )
...
Co-authored-by: Steve Faulkner <stfaul@microsoft.com >
2020-07-15 16:59:04 -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
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
Laurent Nguyen
d32bd8851e
Remove NotebookTab ( #35 )
2020-06-12 09:26:39 +02:00
Steve Faulkner
36581fb6d9
Initial Move from Azure DevOps to GitHub
2020-05-25 21:30:55 -05:00