Charles Gagnon
5b9300f39a
Add and package osx-x64 ( #1324 )
2021-11-29 16:47:59 -08:00
Alex Ma
1bae482a8d
Loc for other projects. ( #1323 )
...
* Added locproject to defaultimpl
* added resourceprovider core
* added more locprojects for rest of projects
2021-11-29 12:50:52 -08:00
Alex Ma
d58d51f5a6
[Loc] update to xlfs and resx ( #1322 )
2021-11-23 09:57:17 -08:00
Alex Ma
1a0e1e1fec
Remove resx lcls as they are not needed anymore ( #1321 )
2021-11-22 11:30:36 -08:00
csigs
ac9ef0b3d9
LEGO: Merge pull request 1320
...
LEGO: Merge pull request 1320
2021-11-21 08:33:45 -08:00
csigs
e18ae62c97
LEGO: Merge pull request 1319
...
LEGO: Merge pull request 1319
2021-11-20 08:33:45 -08:00
Alan Ren
0599de2de7
foreign keys and constraints ( #1318 )
...
* foreign keys and constraints
* revert sdk change
2021-11-19 16:44:52 -08:00
csigs
c942de3b25
LEGO: Merge pull request 1317
...
LEGO: Merge pull request 1317
2021-11-19 13:11:33 -08:00
Alan Ren
b131d1738d
add foreign keys and constraints ( #1316 )
...
* add foreign keys and constraints
* add property name
2021-11-18 15:01:10 -08:00
Charles Gagnon
c03557aae7
Don't archive source ( #1315 )
...
* Don't archive source
* Update working dir
* comment out release task
* Add back in copy to temp
* uncomment release task
2021-11-18 11:52:37 -08:00
Charles Gagnon
a947f94ef7
Always sign artifacts ( #1310 )
...
* Only sign packages when pipeline var set
* always sign
2021-11-18 10:52:41 -08:00
Alex Ma
8ea1e25233
switch to using XLF as build process uses that. ( #1305 )
2021-11-17 09:39:02 -08:00
Aasim Khan
2e7bac5659
Sending show plan graph to ADS on Result Set updated event ( #1300 )
...
* Sending showplan graph over json rpc in Result updated event
Translating showplan graph into simple objects to be sent over JSON RPC
* Revert "Sending showplan graph over json rpc in Result updated event"
This reverts commit 2d63a625fd200d057bf6093e233f05dea440347c.
* Added string for localization
* Sending showplan graph over json rpc in Result updated event
Translating showplan graph into simple objects to be sent over JSON RPC
* Refactoring class
* Removing test warning
* Removing unused imports
Adding copyright
* Removing unused prop
* removing formatted string out .strings file
* Formatting files
Adding Errors in show plan graph
* Adding a separate event for execution plan
* Now sending mulitple graphs when a batch has more than one query.
2021-11-16 22:33:28 -08:00
Charles Gagnon
482afd8427
Revert "Don't archive source during build" ( #1312 )
...
This reverts commit 314561c7d5b13dc3b2811840927156caf185fc3c.
2021-11-16 22:07:19 -08:00
Charles Gagnon
f99d2e1dda
Add missing package properties ( #1311 )
2021-11-16 22:04:52 -08:00
Charles Gagnon
6634932e46
Fix OSX package name ( #1309 )
2021-11-16 16:35:45 -08:00
Charles Gagnon
eaa3ea7869
Don't archive source during build ( #1308 )
2021-11-16 14:44:08 -08:00
Charles Gagnon
47cca6717d
Fix RID package paths ( #1307 )
2021-11-16 14:00:10 -08:00
Charles Gagnon
d560ff6d5e
Target win-x64 instead of win7-x64 ( #1306 )
...
* Target win-x64 instead of win7-x64
* Bump version
* Update descriptions & fix path
2021-11-16 11:18:01 -08:00
csigs
6fe6d51dcf
LEGO: check in for main to temporary branch. ( #1304 )
2021-11-15 11:11:39 -08:00
Sai Avishkar Sreerama
1ab2edea94
Updating ManagedBatchParser project target framework to netstandard2.1 as the… ( #1303 )
...
* Updating ManagedBatchParser target framework to netstandard2.1 as the DacFx is changes to 2.1 with 160 vbump.
* moving TargetFramework tag to the props file
* Updated the managed batch parser framework tag name.
2021-11-15 11:45:39 -06:00
csigs
42da6215fe
LEGO: check in for main to temporary branch. ( #1301 )
2021-11-12 15:11:42 -08:00
Benjin Dubishar
a74b55c6a8
Applying Changes to SQL Database Projects and Using Projects in Comparison ( #1296 )
...
* passing initial testing
* update local project from database
* update local project
* update project from database
* update project from database
* update project from database
* update project from database
* update project from database
* update project from database
* update project from database
* update project from database
* update project from database
* update project from database
* Bump .net version
* PR feedback
* Adding temporary compat shim
* reverting some formatting changes; fixing strings
* PR feedback
Co-authored-by: Noureldine Yehia <t-nyehia@microsoft.com >
2021-11-12 12:51:35 -08:00
Charles Gagnon
1d5db8ac29
Fix version string ( #1302 )
2021-11-12 09:49:57 -08:00
Charles Gagnon
bcabc1ee09
Version nuget packages ( #1299 )
2021-11-11 17:28:08 -08:00
Alan Ren
3fd400b0d6
use dacfx to populate table information ( #1298 )
2021-11-11 16:59:36 -08:00
Hai Cao
ffbc8a5c1a
Bump DacFx version to include table designer service ( #1295 )
2021-11-11 16:26:36 -08:00
Lucy Zhang
aa902b78d8
Check if Azure Function method is async before adding output binding ( #1297 )
...
* check async before adding output binding
* nit
2021-11-11 15:48:44 -08:00
Lucy Zhang
8487703c21
Add generic reference if needed for Sql Input Binding ( #1294 )
...
* add generic reference if needed
* only check input binding for now
2021-11-11 10:54:42 -08:00
Alan Ren
a3c69f3dd2
use path to identify edit target ( #1292 )
...
* use path to identify edit target
* async action
* revert RequestContext change
* comments
* address comments
* fix test
2021-11-10 17:39:48 -08:00
Charles Gagnon
c738e3bdf7
Cleanup cake process logging ( #1293 )
2021-11-10 16:44:54 -08:00
Charles Gagnon
c81a400752
Package published projects ( #1291 )
...
* Package published project
* sign and publish nuget packages
* Publish logs
* Sign before packaging
* Add res of packages
* Publish to specific folders
* add comment
* Remove unused package projects
2021-11-10 12:32:15 -08:00
Charles Gagnon
61401b61b0
Remove unnecessary pipeline tasks ( #1290 )
2021-11-10 11:58:55 -08:00
Charles Gagnon
acfc5e813e
Clean up packaging projects ( #1289 )
2021-11-09 15:01:04 -08:00
Kevin Ransom (msft)
4128344a9f
Nugets ( #1281 )
...
* sql tools service packages
* Delete runtime.centos.7-x64.native.Microsoft.SqlToolsService.sln
remove unnecessary solution file
* alignment and remove redundent file
2021-11-09 08:54:03 -08:00
csigs
cc66eaf69b
LEGO: check in for main to temporary branch. ( #1285 )
2021-11-08 19:31:51 -08:00
Charles Gagnon
684587b8c4
Don't build unused RIDs ( #1288 )
...
* print work folder sizes
* fix spacing
* Get all children
* Remove win7-x86, win10-arm & win10-arm64 builds
* add few more
* remove print job
2021-11-08 16:54:50 -08:00
Charles Gagnon
fd50060ed9
Update .NET version used for code signing ( #1286 )
2021-11-08 14:21:57 -08:00
Benjin Dubishar
8234dcf215
Revert "Applying Changes to SQL Database Projects and Using Projects in Comparison ( #1282 )" ( #1284 )
...
This reverts commit 6acda6e1e6 .
committedcda6e1e6ed5ff4fddb65b954951ff987fa01c06acda6e1e6ed5ff4fddb65b954951ff987fa01c0:
2021-11-05 17:25:09 -07:00
Benjin Dubishar
6acda6e1e6
Applying Changes to SQL Database Projects and Using Projects in Comparison ( #1282 )
...
* passing initial testing
* update local project from database
* update local project
* update project from database
* update project from database
* update project from database
* update project from database
* update project from database
* update project from database
* update project from database
* update project from database
* update project from database
* update project from database
* Bump .net version
* PR feedback
Co-authored-by: Noureldine Yehia <t-nyehia@microsoft.com >
2021-11-04 18:36:59 -07:00
Sai Avishkar Sreerama
eda47bc0a4
STS version updates to support DacFx_160 ( #1277 )
...
* STS version updates to support DacFx_160
* Updated the mismatched version for sqlparser
2021-11-04 19:28:40 -05:00
Aasim Khan
e8c50caea1
Porting showplan code from ssms ( #1280 )
...
* Porting showplan code from ssms
* Moving showplans bits to a subfolder
* code cleanup
* Remvoing unnecssary conditional visibility
2021-11-04 14:54:52 -07:00
Alan Ren
e33caf38c4
Alanren/new column properties ( #1278 )
...
* new column properties
* add description
2021-11-02 18:50:52 -07:00
Alan Ren
42fe871f27
update build guide ( #1276 )
...
I ran into an issue but the symptom doesn't match the documented one, so adding the one I saw.
2021-11-01 12:57:08 -07:00
Aasim Khan
e246bc5325
Adding star expression expansion ( #1270 )
2021-10-27 16:59:05 -07:00
Christopher Suh
26d4339277
Skip unused build steps ( #1275 )
...
* skip windows 10 arm 64 build
* skip all unused architecture builds
2021-10-22 18:03:09 -07:00
Alan Ren
e305d30004
load the schema information ( #1274 )
...
* load the schema information
* pr comments
2021-10-20 12:54:54 -07:00
Alan Ren
1a52a9ee84
handle dispose table designer request ( #1273 )
...
* handle dispose table designer
* use connection string
2021-10-19 13:04:01 -07:00
Alan Ren
192f7fccd4
handle add column request ( #1272 )
...
* handle add column request
* comments
* rename data to ViewModel
2021-10-19 09:54:57 -07:00
Alan Ren
791c3594a9
add table designer handlers ( #1269 )
...
* add table designer handlers
* add comments
2021-10-14 13:39:55 -07:00