Alexander Ivanov
42b9f3b552
Provide aria-labels for node checkboxes in the tree view. ( #17676 )
...
During accessibility testing, it was discovered that screen reader does not announce what checkboxes in the tree view represent. It was merely announcing "checkbox unchecked", so it was not clear without visuals which checkbox the focus is on.
This change sets an `aria-label` of the checkbox elements to match the label of the owning tree node. This way the announcement becomes "My Node; checkbox; unchecked". This is fine as a quick solution to the problem, but in the future we may want to consider adding additional checkbox label property to the nodes exposed by the tree provider, so that each checkbox can announce additional information, if needed.
2021-11-16 08:13:18 -08:00
Lucy Zhang
343e314103
SQL Binding: Give default connection setting name ( #17659 )
...
* show sqlconnectionstring in quickpick
* fix duplicate sqlconnectionstring setting
* add (new)
* add sqlconnectionstring as default setting name
* check if sqlconnectionstring already exists
2021-11-15 18:53:52 -08:00
Alan Ren
fc0d175f39
fix issue reported by component governance ( #17678 )
...
* update json-schema version
* remove unused packages
* update package.json
2021-11-15 17:45:21 -08:00
Kim Santiago
5fccd8ebcd
update add file/folder for msbuild sdk style projects ( #17660 )
...
* update add file for msbuild sdk style projects
* also handle add folder
* fix comment
2021-11-15 15:00:50 -10:00
Benjin Dubishar
b5f8e81250
Apply changes from Remote Database to sqlproj - mssql changes ( #17655 )
...
* update project from database
* update project from database
* update project from database
* Re-adding schemaComparePublishChanges for temporary backcompat
* Adding comment for keeping enum values in sync
* Correcting enum value
Co-authored-by: Noureldine Yehia <t-nyehia@microsoft.com >
2021-11-15 15:42:56 -08:00
Benjin Dubishar
d6159a2370
Bump tools service ( #17671 )
2021-11-15 14:40:40 -08:00
Lewis Sanchez
77e9d1c3a0
Corrects Web Build Pipeline ENOENT Error ( #17656 )
...
* Checks for successful directory creation
* Revert "Checks for successful directory creation"
This reverts commit 372409ef323f0d82e11992bc7bc33d607a7d5581.
* Checks for the existence of the logs directory before accessing.
* Adds SQL carbon edit comment
* Removing call to copy from non-existing directory.
* Removes unneeded import
* Checks for file existence before copying.
* Provides explanation for modification
* Replaces file existence check with exception handling.
2021-11-15 10:03:42 -08:00
Kim Santiago
bf1cc057be
Refactoring readProjFile() ( #17637 )
...
* move reading project parts to different helper functions
* cleanup
* remove comment
* addressing comments
2021-11-12 15:02:52 -08:00
Alan Ren
4538103e60
use latest STS ( #17658 )
2021-11-12 13:33:52 -08:00
Alan Ren
7a1c0a67b9
vbump STS ( #17653 )
2021-11-11 15:07:09 -08:00
Lewis Sanchez
56a697c887
Resolves same-origin-policy violation when ADS web is running in a container ( #17555 )
...
* Stops appending port to authority for web mode
* Clarifies comment
* Adds missing sql carbon edit tag
2021-11-11 11:04:00 -08:00
Lucy Zhang
ba92694fa3
Show connection string example for add sql binding quickpick ( #17650 )
...
* add connection string example
* reorder
2021-11-11 10:54:13 -08:00
Alan Ren
1a9f2a5903
multi-level table support ( #17638 )
...
* multi-level table support
* comments
* address comments
* add period to end of sentence.
2021-11-10 17:15:08 -08:00
Charles Gagnon
e0ad23a559
Remove galleries list action ( #17648 )
2021-11-10 15:03:45 -08:00
Charles Gagnon
0a60ed4c75
Fix extensionsGallery.json name ( #17646 )
2021-11-10 14:51:09 -08:00
Charles Gagnon
f96a82f700
Add extension gallery update reminder action ( #17644 )
2021-11-10 14:45:19 -08:00
Maddy
6b226de450
refactor deltaDecorations logic ( #17630 )
2021-11-10 13:38:30 -08:00
Charles Gagnon
615df975ec
Fix query editors restoring as plain text ( #17643 )
2021-11-10 12:31:43 -08:00
csigs
bcc66218d1
LEGO: check in for main to temporary branch. ( #17639 )
2021-11-10 11:53:37 -08:00
Alan Ren
6fb6f51295
fix dirty state of table designer ( #17640 )
...
* dirty state
* update original value on save
2021-11-10 11:39:53 -08:00
Maddy
1d3debb897
Maddy/edit mode events cleanup ( #17636 )
...
* remove multiple events
* correct preview check
* add test
2021-11-10 10:59:29 -08:00
Kim Santiago
b6047ad87d
Move project entry classes to separate file ( #17629 )
...
* moving ProjectEntry stuff to another file
* cleanup
2021-11-09 16:03:39 -08:00
Cory Rivera
329ea4103c
Make various enhancements to Notebook Provider registration. ( #17609 )
...
* Use built-in SQL ExecuteProvider by default if no other provider exists.
* Gracefully handle case where standardKernels are not defined for a provider.
* Standardize on just using arrays for various provider registration details.
2021-11-09 16:00:34 -08:00
Kim Santiago
8057bf855b
add support for Build Remove ( #17610 )
2021-11-09 10:45:56 -08:00
Alex Ma
209a93c578
[Loc] Added LEGO branch changes from #17625 ( #17631 )
2021-11-08 19:29:44 -08:00
Sai Avishkar Sreerama
8a6268cce8
STS VBump with v147 ( #17627 )
2021-11-08 15:06:35 -06:00
csigs
e9ce8d902a
LEGO: check in for main to temporary branch. ( #17621 )
2021-11-08 11:22:10 -08:00
Alex Ma
4727333974
[Loc] change location of designer strings ( #17628 )
2021-11-08 11:21:55 -08:00
Alan Ren
c00c5e044b
move the designer component to workbench layer ( #17620 )
2021-11-08 10:26:27 -08:00
Charles Gagnon
f91a228066
Update dotnet version used by codesign ( #17616 )
2021-11-06 13:33:07 -07:00
Kim Santiago
a31388f37a
fix test-extension-unit.js on mac ( #17612 )
...
* fix test-extensions-unit.js not working on mac
* add comment
2021-11-05 17:22:38 -07:00
Benjin Dubishar
9b06f3551d
Revert "Bump tools service ( #17607 )" ( #17613 )
...
This reverts commit b4d72af3d4 .
2021-11-05 16:52:48 -07:00
Alex Ma
a0cce62926
[Loc] update to table designer XLF ( #17614 )
2021-11-05 16:50:36 -07:00
Alan Ren
5f8e1f384f
table designer editor icon ( #17608 )
...
* icon for table designer
* use more specific name
* use sql defined schema
2021-11-05 16:26:17 -07:00
Benjin Dubishar
b4d72af3d4
Bump tools service ( #17607 )
2021-11-05 14:48:28 -07:00
Kim Santiago
b8ea493f8c
Add support for showing files for glob style sql projects ( #17518 )
...
* use glob to get files for new style msbuild sdk sqlproj
* add tests
* cleanup
* fix test
* don't show bin and obj files and folders
* handle other glob patterns
* fix duplicate entries getting added for glob patterns in project's folder
2021-11-05 13:29:47 -07:00
Alan Ren
c9be45b9c7
feature flag for table designer ( #17597 )
2021-11-05 11:19:59 -07:00
Alan Ren
1fe3f38c14
separate title and name for table designer editor ( #17600 )
2021-11-05 11:09:17 -07:00
Alan Ren
f5b1e7feb8
a couple properties pane UI changes ( #17601 )
2021-11-05 11:08:43 -07:00
Alex Ma
dd0261ca05
Alex/fixforjapaneselocalization ( #17604 )
...
* [Loc] Fix for localization build not working
* [Loc] update to sql-database-projects
2021-11-05 10:32:46 -07:00
v-srinisa
b8629acc4b
Update CHANGELOG.md ( #17596 )
2021-11-04 18:03:51 -07:00
Benjin Dubishar
5160814623
Dedupe shell command execution logic ( #17516 )
...
* Moved to shellExecutionHelper
* First crack
* fixed the deploy tests
* PR comments
* trigger GitHub actions
Co-authored-by: llali <llali@microsoft.com >
2021-11-04 17:16:58 -07:00
Alan Ren
f07427f2c1
add open table designer event telemetry ( #17595 )
...
* add open table designer telemetry event
* rename variables to reflect the text change
* format code
2021-11-04 17:00:32 -07:00
Kim Santiago
a34b5a0db7
show better error messages when parsing sqlproj ( #17589 )
...
* show better error messages when parsing sqlproj
* show error messages in console
2021-11-04 16:43:31 -07:00
Alex Ma
00ff7a0000
[Loc] added xlf strings for designer and tabledesigner ( #17593 )
2021-11-04 10:18:12 -07:00
Aditya Bist
99f5c406e3
Added editor to table designer ( #17576 )
...
* format doc
* correct class name
* set content
* remove mssql commands
* merge classes
* code refactoring and bug fixing
* remove unnecessary class
* handle promise
Co-authored-by: Alan Ren <alanren@microsoft.com >
2021-11-03 21:07:36 -07:00
Alan Ren
893563c9c3
rename 'Advanced' tab to General ( #17591 )
2021-11-03 21:06:29 -07:00
Charles Gagnon
84ae306d57
Fix not being able to type in code cell after switching from text ( #17590 )
...
* Fix not being able to type in code cell after switching from text
* comment
2021-11-03 19:48:04 -07:00
Alan Ren
f3e1c2cc8b
a few table designer improvements ( #17588 )
2021-11-03 17:57:47 -07:00
Candice Ye
6ae8db35df
Bumping version for arc and azcli extensions. ( #17587 )
...
Co-authored-by: Candice Ye <canye@microsoft.com >
2021-11-03 16:06:09 -07:00