Alan Ren
a25674be8e
add aria-label for checkbox selection column cells ( #23063 )
...
* add aria-label for checkbox selection column cell
* revert text change
* revert key change
2023-05-09 15:56:52 -07:00
Aasim Khan
25bc14fb25
Adding filtering dialog and action to OE ( #22937 )
...
* Adding init change
* Adding filter cache in OE
* Adding more filtering changes
* Fixed stuff with dialog
* Fixing filter
* Adding support for connecitons
* Fixed stuff
* filtering
* Fixing date
* Filters
* Removing is filtering supported
* Removing contracts
* Fixing filters
* Fixing cache
* Adding some accessibility changes
* Reverting some more changes to pull in changes from the main
* Adding comments
* Fixing boolean operators
* Fixing stuff
* Fixing stuff
* Fixing error handling and making dialog generic
* Fixing more stuff
* Making filter a generic dialog
* adding erase icon
* removing floating promises
* Fixing compile issue
* Adding support for choice filter with different and actual value.
* Adding null checks
* Adding durability type fix
* Fixing filtering for providers that do not play well with empty filter properties
2023-05-08 11:00:59 -07:00
Alan Ren
688b0c0819
add label for database dropdown ( #23015 )
2023-05-07 10:27:30 -07:00
Alan Ren
718b149e84
introduce fieldset component ( #23005 )
2023-05-06 21:36:08 -07:00
Alan Ren
b37df9b6ad
fix tab style in hc mode ( #22975 )
2023-05-04 21:53:24 -07:00
Alan Ren
86cd0003fe
add required indicator ( #22971 )
2023-05-04 15:23:22 -07:00
Karl Burtram
e7d3d047ec
Merge from vscode merge-base ( #22780 )
...
* Revert "Revert "Merge from vscode merge-base (#22769 )" (#22779 )"
This reverts commit 47a1745180 .
* Fix notebook download task
* Remove done call from extensions-ci
2023-04-19 21:48:46 -07:00
Karl Burtram
47a1745180
Revert "Merge from vscode merge-base ( #22769 )" ( #22779 )
...
This reverts commit 6bd0a17d3c .
2023-04-18 21:44:05 -07:00
Lewis Sanchez
6bd0a17d3c
Merge from vscode merge-base ( #22769 )
...
* Merge from vscode merge-base
* Turn off basic checks
* Enable compilation, unit, and integration tests
2023-04-18 18:28:58 -07:00
Alan Ren
61b3285eaf
make table keyboard shortcuts configurable ( #22582 )
...
* make table keyboard shortcuts configurable
* fix error
* new slickgrid version
* add comment
* tree grid
2023-04-03 13:21:00 -07:00
Alan Ren
2a14562ec7
update parse query action ( #22577 )
...
* update parse query action
* revert export notebook change
* comment
2023-03-31 18:24:47 -07:00
Charles Gagnon
5c6ea2890a
Switch "Install" to "Download" for downloaded extensions ( #22498 )
2023-03-28 15:35:43 -07:00
Cory Rivera
97eb69477e
Remove unused files in sql and extensions folders ( #22444 )
2023-03-27 16:40:32 -07:00
Hai Cao
ffc7f05c10
Add background color for null cell in query editor result grid ( #22370 )
2023-03-20 15:55:57 -07:00
Aasim Khan
d3f4f0daa4
Adding light contrast theme ( #22028 )
...
* Adding light contrast theme
* fixing oe icons
* Fixing more files
* Converting ep files to support hc light
* Revert "Copy Headers for Selected Columns (#21622 )"
This reverts commit f74d6f6d9b .
* Adding more css rules
* Fixing modal
* Fixing azure icons
2023-03-06 17:31:27 -08:00
Lewis Sanchez
0f813a9900
Update add account icon ( #22142 )
...
* Update add account icon
* Remove unused icon from SqlIconId
* Remove unused accountActions.css
* Revert "Remove unused accountActions.css"
This reverts commit d31d17f5d2027f25f306e713abff14e750e7479a.
* Remove unused css file and svg's
* Remove unused import
* Revert "Remove unused import"
This reverts commit 91ad47da56d428d8805b65f685af76694b16ba6c.
* Remove unused import
2023-03-03 17:42:10 -08:00
Lewis Sanchez
eb3c5f1f47
Moves New Deployment from connections pane to file menu bar. ( #22090 )
...
* Moves New Deployment to file menu bar.
* Add deployment back to breadcrumb menu
* Update extensions/resource-deployment/DEVELOPER_GUIDE.md
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* Adjust new deployment mnemonic
* Remove unused localized string
---------
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
2023-03-02 16:26:38 -08:00
Cheena Malhotra
35f7736b96
Add Secure Enclaves dropdown with customizable Advanced options ( #22019 )
2023-03-01 11:01:50 -08:00
Aasim Khan
45d41347ba
Adding null checks and fixing values in slickgrid checkbox column plugin ( #22050 )
...
* Adding null checks to checkbox column
* Setting default value for undefined checkbox
2023-02-27 18:52:16 -08:00
Cory Rivera
f53119c2a6
Enable VS Code notebooks with a built-in SQL kernel. ( #21995 )
2023-02-23 16:22:46 -08:00
Aasim Khan
c3e0478447
Adding aria role to hyperlink cell in slickgrid ( #21998 )
...
* Adding aria role to hyperlink
* Adding default
2023-02-22 10:42:11 -08:00
Alan Ren
8690c350d2
fix server group color a11y issue ( #21958 )
2023-02-15 21:21:35 -08:00
Alan Ren
12a3bf6b3b
handle json ( #21915 )
2023-02-10 19:05:32 -08:00
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
a37d6230f9
Remove API compatibility layer for VS Code notebook extensions ( #21225 )
2022-11-15 10:38:41 -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
Alex Ma
8a51bc91b4
Add loading spinner for connection tree element refresh ( #20621 )
...
* added loading status to tree elements during refresh
* added message
* added lambda function
* added async
* moved addtraits to below null check
* Added debug lines for now
* added wip stack
* moved loading icon logic to inside tree item code
* added dispose logic
* Added comment explaining actions
* removed reference to NodeJs Timeout
* added showLoading status to Tree creation utils
* fixed spaces
* removed unnecessary space
* removed unnecessary timer for more responsive results
* removed call in connectionTreeActions test
* added fix to test
* stick to refresh only
* added 100 ms timeout
* added request comment
2022-11-02 09:42:06 -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
Karl Burtram
e0e333c35f
Fix lost results on query editor save ( #21043 )
...
* Fix lost results on query editor save
* Fix typos
2022-10-31 14:51:12 -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
Hai Cao
e28c3894f6
Fix settings referring to VS Code ( #21019 )
...
* update VS Code to ADS in settings
* update github extension setting from VS Code to ADS
* update description of github extension
2022-10-28 13:01:58 -07:00
Charles Gagnon
8534b12ee5
Fix extension gallery engine version check ( #21000 )
...
* Fix extension gallery engine version check
* disable extension scanner tests
* edit tag
2022-10-26 22:46:03 -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