Cheena Malhotra
3fb8d57d25
Add support for Encrypt=Strict for TDS 8.0 connections with SQL Server 2022 ( #21256 )
2023-02-10 10:34:36 -08:00
Alan Ren
ac0dc4ee76
only toggle when enabled ( #21844 )
2023-02-03 20:40:22 -08:00
Cheena Malhotra
895b43f36a
Fix account and tenant selection behavior ( #21749 )
2023-01-27 11:47:24 -08:00
Aasim Khan
3b31d1018f
Adding better handling for checkbox column based row selection ( #21553 )
...
* Adding better handling for checkbox column based row selection
* Replacing any with proper typings
2023-01-18 01:20:26 -08:00
Alan Ren
a1803a823b
handle the line breaks in link cells ( #21504 )
...
* handle the line breaks in link cells
* line break character
2023-01-04 10:23:01 -08:00
Cheena Malhotra
ca22686061
Add support for firewall rule name ( #21430 )
2022-12-16 18:29:44 -08:00
Alan Ren
a5e2e77042
auto resize column update ( #21426 )
2022-12-15 15:16:12 -08:00
Alan Ren
17b41ae3d7
fix link cell style issue ( #21389 )
2022-12-08 21:53:52 -08:00
Alan Ren
bb1f5bfffe
select cell after keyboard navigation ( #21366 )
...
* sync selected cell and active cell
* more packages
2022-12-06 08:53:42 -08:00
Charles Gagnon
62d5c1f2d6
Fix action dropdowns focusing hidden button & fix ext action button ( #21326 )
2022-11-29 22:41:48 -08:00
Cory Rivera
5487d26c37
Fix typo in quickInput folder name ( #21116 )
2022-11-04 18:46:46 -07:00
Aasim Khan
00b797b4f3
Adding keyboard shortcuts for column resizing in slickgrid ( #21100 )
...
* Adding column resize keyboard shortcuts in slickgrid
* Switching to standard keyboard evt
* Adding comment for the functionality
* Cleaning up code and adding more comments
* Using quick input to get column resize width
* Adding check for negative sizes
* Fixing some stuff
2022-11-04 16:15:04 -07:00
Aasim Khan
4823a76833
Adding screen reader optimized mode to slickgrid ( #21069 )
2022-11-02 15:11:16 -07:00
Charles Gagnon
649b23e6c8
Add mark.js and jquery typings ( #21066 )
2022-11-02 09:18:03 -07:00
Cheena Malhotra
1de199dbd6
Fix zoom reset behavior when adding new connection ( #21040 )
2022-11-01 09:53:58 -07:00
Cheena Malhotra
f3fcaa21da
Show Trust server certificate on dialog and fix bool select-box defaults ( #21020 )
2022-10-28 19:43:43 -07:00
Aasim Khan
998b528680
Fixing schema compare checkbox column functions ( #21025 )
...
* Fixing select checkbox event and data state changes
* Only subscribing to event when check all is present
* converting object to map
* logic cleanup
2022-10-28 18:15:48 -07:00
Aasim Khan
e6b36cec0f
Changing tree grid toggle icon color when the cell is selected ( #20868 )
...
* Changing toggle color when selected
* Using styles to support chevron coloring
* Adding escape to fix hygiene issues
* Fixing hygiene error
2022-10-20 13:53:28 -07:00
Aasim Khan
d5c63f4bfb
Fixing aria bug ( #20872 )
2022-10-19 19:39:46 -07:00
Karl Burtram
8a3d08f0de
Merge vscode 1.67 ( #20883 )
...
* Fix initial build breaks from 1.67 merge (#2514 )
* Update yarn lock files
* Update build scripts
* Fix tsconfig
* Build breaks
* WIP
* Update yarn lock files
* Misc breaks
* Updates to package.json
* Breaks
* Update yarn
* Fix breaks
* Breaks
* Build breaks
* Breaks
* Breaks
* Breaks
* Breaks
* Breaks
* Missing file
* Breaks
* Breaks
* Breaks
* Breaks
* Breaks
* Fix several runtime breaks (#2515 )
* Missing files
* Runtime breaks
* Fix proxy ordering issue
* Remove commented code
* Fix breaks with opening query editor
* Fix post merge break
* Updates related to setup build and other breaks (#2516 )
* Fix bundle build issues
* Update distro
* Fix distro merge and update build JS files
* Disable pipeline steps
* Remove stats call
* Update license name
* Make new RPM dependencies a warning
* Fix extension manager version checks
* Update JS file
* Fix a few runtime breaks
* Fixes
* Fix runtime issues
* Fix build breaks
* Update notebook tests (part 1)
* Fix broken tests
* Linting errors
* Fix hygiene
* Disable lint rules
* Bump distro
* Turn off smoke tests
* Disable integration tests
* Remove failing "activate" test
* Remove failed test assertion
* Disable other broken test
* Disable query history tests
* Disable extension unit tests
* Disable failing tasks
2022-10-19 19:13:18 -07:00
Alan Ren
5d731fe0ad
table cell selection improvement ( #20854 )
...
* Support SHIFT key for table cell selection
* fix for mac
* PR comment
2022-10-14 19:44:14 -07:00
Benjamin Russell
38eb0c8429
Export to Markdown ( #20661 )
...
* Give saveAsExcel its own config options
* Wired up correctly
* Merge conflicts
* PR comments 1
Co-authored-by: Ben Russell <russellben@microsoft.com >
2022-10-13 16:08:21 -07:00
Lewis Sanchez
7c83739c25
Reorganized Execution Plan Comparison Properties View ( #20673 )
...
* Adds summary view to comparison properties view
* Equal rows are collapsed at the bottom of the properties view window
* Variable rename
* Variable rename
* Adds row header for equal properties.
* Adds middle column with diff icon to comparison properties table
* Resolves hygiene issue
* Code review changes
* Fixes undefined error bug
* Adds styles to less than and greater than codicon's
* Changes equivalent properties collapsed header
* Removes unnecessary check
* Integrates alphabetical and importance sorting to equivalency sorting
2022-09-29 13:53:10 -07:00
Aasim Khan
02697105f5
Fixing row selection and styling in select column ( #20670 )
2022-09-27 15:55:55 -07:00
Aasim Khan
fd8993134f
Execution Plan Filtering and UI improvements ( #20631 )
...
* Fixing execution plan stuff
* Adding filter to top operations
* Flipped custom zoom icon
* changing keys
* Moving constants to a file
* Search properties
* Making logic concise
2022-09-23 12:57:30 -07:00
Aasim Khan
37636012da
Fixing Slick Grid accessibility bugs. ( #20514 )
...
* some alignment fixes
* Redesigning slickgrid checkbox plugin
* Reverting original plugin to main state
* Fixing css
* Reverting file
* Removing extra whitespace
* Adding title
* Removing older plugin
* vbumping slick grid
* Pushing other vbumps
* Adding more targeted css selectors
2022-09-22 14:25:19 -07:00
Aasim Khan
010fe91921
Adding image support to list view ( #20449 )
2022-08-31 09:02:40 -07:00
Cory Rivera
1a094ba6a9
Clear invalid taskbar actions when changing notebook providers. ( #20446 )
2022-08-24 12:01:41 -07:00
Alan Ren
45b0075353
use aria-label for radio group ( #20425 )
2022-08-19 15:42:21 -07:00
Aasim Khan
a7a337f063
Adding properties grid enhancements in execution plan ( #20208 )
...
* init push
* Fixing properties in plan comparison
* Add long Text Cell viewer
* Disabling auto edit by default
* Removing text editor
2022-08-11 11:22:12 -07:00
Alan Ren
9ec68087ac
allow database name to be empty ( #20221 )
...
* allow database to be empty
* test changes
* fix import
* fix test cases
* comment
2022-08-11 10:26:55 -07:00
Sai Avishkar Sreerama
0e05c32f15
Fix for table component checkbox selection focus the previous active … ( #20301 )
...
* Fix for table component checkbox selection focus the previous active row instead of newly checked row
* comment updated
2022-08-11 11:47:00 -05:00
Alan Ren
973c1c2437
show server group color name ( #20271 )
2022-08-08 17:06:13 -07:00
Alan Ren
9dee889808
fix the zoom reset issue ( #20254 )
2022-08-05 13:48:39 -07:00
Alan Ren
67ecd6d3d9
fix the grid goes blank issue ( #20209 )
2022-07-29 18:12:02 -07:00
Alan Ren
816cd5a997
fix the dropdown menu width logic ( #20165 )
...
* fix the dropdown menu width logic
* comment
2022-07-25 15:53:05 -07:00
Hai Cao
7aa7a9c70b
[Table Designer] Fix table cell editor key capturing ( #20021 )
2022-07-13 13:00:41 -07:00
Lewis Sanchez
8f93fd9d09
Updates Actual Execution Plan button icon ( #20018 )
2022-07-12 17:14:49 -07:00
Karl Burtram
26455e9113
Merge vscode source through 1.62 release ( #19981 )
...
* Build breaks 1
* Build breaks
* Build breaks
* Build breaks
* More build breaks
* Build breaks (#2512 )
* Runtime breaks
* Build breaks
* Fix dialog location break
* Update typescript
* Fix ASAR break issue
* Unit test breaks
* Update distro
* Fix breaks in ADO builds (#2513 )
* Bump to node 16
* Fix hygiene errors
* Bump distro
* Remove reference to node type
* Delete vscode specific extension
* Bump to node 16 in CI yaml
* Skip integration tests in CI builds (while fixing)
* yarn.lock update
* Bump moment dependency in remote yarn
* Fix drop-down chevron style
* Bump to node 16
* Remove playwrite from ci.yaml
* Skip building build scripts in hygine check
2022-07-11 14:09:32 -07:00
Aasim Khan
9cfa1436d9
Adding top operations to execution plans ( #19902 )
...
* Adding top operations to execution plans
* Adding title to links
* Fixing pr comments
* Hiding top operations icon in execution plan editor
* Reducing outline width, adding separator and removing placeholder text
* Registering TopOperationsTabView
2022-07-07 12:50:52 -07:00
Aasim Khan
15a611d4a4
Fixing tabbing logic for tab headers ( #19770 )
...
* Fixing tabbing logic for tab headers
* Renaming stuff
Making null checks concise
Adding comments
* Renaming css class and interfaces from active to selected
* Renaming styling classes and objects
* Changing tabbing logic to match w3 behavior
* Fixing focus logic in tab
* Adding helper comment
* Code cleanup
2022-06-21 13:13:10 -07:00
Alan Ren
6440ae84d9
designer table improvements ( #19785 )
...
* designer table improvements
* remove async
2022-06-20 21:33:06 -07:00
Alan Ren
2b48d49a15
add title for column header cell ( #19759 )
2022-06-16 17:01:21 -07:00
Aasim Khan
d4509a6528
Removing truncation from tab header components to make it match the portal look ( #19746 )
...
* Fixing truncated tab headers
* Localizing changes to horizontal tab headers
* Remove max - width
* Reverting older changes
2022-06-16 14:07:45 -07:00
Alan Ren
e24f316ab7
fix selected state of select boxes ( #19743 )
...
* fix the selected state
* add comments
* validate parameters
2022-06-15 20:41:07 -07:00
Alan Ren
c75e95599f
add aria description ( #19734 )
...
* add aria description
* type check
2022-06-15 14:46:49 -07:00
Alan Ren
89f6de309f
fix tab header width ( #19733 )
2022-06-15 11:59:25 -07:00
Alan Ren
909c56ffe3
fix the tab list scroll issue ( #19731 )
2022-06-15 10:15:14 -07:00
Lewis Sanchez
20d2256709
Adds toggle button to switch between estimated and actual execution plans ( #19629 )
...
* Creates toggle button to switch between estimate and actual query plans
* Renames ID for the toggleActualExecutionPlanModeAction class
* Renames button back to explain
* Creating actual execution plans resembles SSMS
* Adds CTRL/CMD + L shortcut to display estimated execution plans
* Alphabetically organizes telemetry actions
* Adds telemetry when the setting for actual execution plan toggle is used
* Resolves build errors
* Fixes broken unit tests.
* Code review changes
* Removes unnecessary null-coalescing operator.
* Creates placeholder icons for actual execution plans enabled
* Code review changes
* Shortens label names
* Telemetry moved to toggle button
* Telemetry review changes
* Clarifies misleading label
2022-06-09 16:07:12 -07:00
Aasim Khan
0b89272739
Removing filter from set Data ( #19640 )
2022-06-06 13:44:42 -07:00