Alan Ren
7cb7157821
code refactoring ( #17706 )
2021-11-18 14:51:23 -08:00
Leila Lali
9bdd6aca42
Adding UI for deploying a db proj to docker ( #17495 )
2021-11-18 14:44:33 -08:00
Charles Gagnon
88b754b739
Add instructions for developing VS Code version of sql-database-projects ( #17705 )
2021-11-18 14:07:39 -08:00
Alex Ma
480bf56cef
[Loc] update to tabledesignercomponentinput ( #17704 )
2021-11-18 11:54:24 -08:00
Alan Ren
a273c54ebb
properties pane improvements ( #17700 )
2021-11-18 10:41:12 -08:00
Alan Ren
7c26e14605
add foreign keys and constraints ( #17697 )
...
* foreign keys and constraints
* refactoring
* fix issues
2021-11-17 19:15:24 -08:00
Kim Santiago
6f03cbac97
support building msbuild sdk style projects ( #17675 )
...
* support building msbuild sdk style projects
* fixes after merge
2021-11-17 07:59:43 -10:00
Alan Ren
9e5a012dcd
update the vmImage for build jobs ( #17689 )
...
* update vmImage for windows build
* update tar command
* use specific macos version
2021-11-16 21:08:11 -08:00
Alex Ma
812ab1cc91
[Loc] Update to sql-database-projects and sql.xlf ( #17687 )
2021-11-16 16:23:06 -08:00
Lucy Zhang
3d9f54b0c0
Sql Binding: Add "Check out pane for more details" when nuget package download fails ( #17680 )
...
* check output for more details
* detail error
* wait for result from showerrormessage
2021-11-16 15:01:05 -08:00
Sai Avishkar Sreerama
3cbd2fe5df
sts 156 vbump ( #17683 )
2021-11-16 16:51:38 -06:00
Aditya Bist
2a127beb28
Designer: property descriptions ( #17668 )
...
* format
* added strings
* format doc
* use codicon instead
* show descriptions in property pane only
* fix ssdt string bug
* fix overflow option
* review comments
* review comments
* changes
2021-11-16 14:50:05 -08:00
Kim Santiago
6725e07ece
update names for msbuild sdk style projects ( #17677 )
...
* update names for msbuild sdk style projects
* remove msbuild from names
* update comments
2021-11-16 11:23:19 -10:00
Kim Santiago
24a6de404c
undo adding space in net core sdk location setting ( #17684 )
2021-11-16 10:51:24 -10:00
Kim Santiago
66c438db4d
Fix sql projects net6 warnings ( #17673 )
...
* fix .net 6 error showing on startup
* fix double warning
* addressing comments
* update key string
2021-11-16 10:02:15 -10:00
Alexander Ivanov
1b83c4623d
Respect ARIA label specified int he tree component options. ( #17674 )
...
During accessibility testing it was discovered that tree view in our wizard reads "Tree Node tree view" instead of the proper label that is specified. It turned out to be the problem with the tree component, where `ariaLabel` was hardcoded to "Tree Node", instead of the one provided in the options.
This change addresses the problem by passing through `ariaLabel` from the options object to the underlying tree control. I also removed the default `Tree Node` hardcoded label, as it didn't make much sense. This does mean that all tree-views that do not explicitly specify their aria-label will now get an empty label. I think this is better than having unrelated, unlocalized `Tree Node`.
I'm also worried about changes to the `ariaLabel` property after the component was initialized. I updated the code to propagate the value to the underlying tree view in the `setProperties` override of the tree component and hope that it will take care of it.
2021-11-16 09:15:45 -08:00
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