Commit Graph
83 Commits
Author SHA1 Message Date
Alan Ren 0d4c9c9a62 sign executable for osx-arm64 runtime (#1934)
* sign executables for mac

* fix indention

* use codesign

* fix directory

* add mkdir

* update release step

* fix error

* add migration and kusto executables

* revert the version change
2023-03-10 21:58:12 -08:00
Alan Ren c6f19990b8 revert unexpected change (#1887) 2023-03-01 16:01:11 -08:00
Alan Ren 9958c9f003 produce windows arm64 bits (#1886)
* add win-arm64 support

* test version

* fix error
2023-03-01 15:58:10 -08:00
Alan Ren 15250a9178 make list databases return in their original order (#1859)
* return databases in their original order

* remove using statement

* fix unit tests

* fix error
2023-02-09 14:27:25 -08:00
Alan Ren b717ca9d6c fix db list issue for contained users (#1855)
* fix db list issue for contained users

* add logging
2023-02-08 21:40:59 -08:00
Alan Ren c3c2dfdb31 handle large databases (#1845) 2023-02-06 18:21:02 -08:00
Alan Ren bc0426f946 disable unstable test case (#1825) 2023-01-25 20:21:20 -08:00
Alan Ren da6bb1c6c3 increase the timeout for build job (#1824) 2023-01-25 13:22:53 -08:00
Alan Ren e20f64fa9a handle null value (#1790) 2022-12-16 08:08:00 -08:00
Alan Ren 26945bed8d fix notebook job not working issue (#1758) 2022-11-09 20:31:02 -08:00
Alan RenandKim Santiago dea18a59e0 new dacfx version (#1745)
* new dacfx version

* fix failing schema compare tests

Co-authored-by: Kim Santiago <kisantia@microsoft.com>
2022-11-02 20:52:20 -07:00
Alan Ren 200ebf0355 fix the select script gen issue for Synapse db (#1724) 2022-10-13 15:41:32 -07:00
Alan Ren 5274d3a604 allow reorder of pk columns (#1703) 2022-09-19 14:47:22 -07:00
Alan Ren 6e007e6e68 preload database when database node is expanded (#1690) 2022-09-15 09:56:23 -07:00
Alan Ren 7f675b884f require confirmation when risks present (#1668) 2022-09-02 12:50:30 -07:00
Alan Ren 37c6aa6639 formula description (#1647)
* update description for formula field

* revert generated file changes

* use markdown
2022-08-18 10:08:52 -07:00
Alan Ren 57b4c25395 set graph table types (#1633) 2022-08-12 15:57:01 -07:00
Alan Ren 38c2cd4482 introduce object type property to node (#1614) 2022-08-01 20:14:58 -07:00
Alan Ren bfa40e86e4 handle null ref exceptions in managed parser (#1606)
* handle null ref exceptions

* add comment
2022-07-27 18:35:54 -07:00
Alan Ren 08c74be51f make the message processing truely async (#1596) 2022-07-21 16:58:03 -07:00
Alan Ren 591d308205 new dacfx version (#1587)
* pre-load database model

* revert pre-loading
2022-07-18 16:34:25 -07:00
Alan Ren d636065b85 vbump STS (#1586) 2022-07-18 14:17:14 -07:00
Alan Ren 2c783a4011 use file path instead of content in the request (#1562)
* use file path instead of content in the request

* remove unused using statement
2022-06-30 15:19:56 -07:00
Alan Ren 0b3c86cde8 add parse t-sql script handler (#1561)
* add parse t-sql script handler

* handle error
2022-06-30 11:05:38 -07:00
Alan Ren afb2245be1 localize the rule descriptions (#1543) 2022-06-17 13:54:06 -07:00
Alan Ren 17b6073c87 include additional data for error object (#1539)
* include additional data for error

* fix tests
2022-06-10 20:40:22 -07:00
Alan Ren 50485597e7 vbump STS (#1534) 2022-06-08 15:05:19 -07:00
Alan Ren 674ac5243a disable table renaming for sql proj (#1526) 2022-06-01 15:34:33 -07:00
Alan Ren 63bef2b904 enable table designer for sqlproj (#1511)
* enable table designer for sqlproj

* return issues and new table info on initialization

* vbump dacfx

* Revert "vbump dacfx"

This reverts commit f59768b41f67866bd7620e06b141e8bfdb1523aa.
2022-06-01 14:17:04 -07:00
Alan Ren 795e76fdf5 version bump (#1497)
* vbump sts

* remove tag
2022-05-19 16:23:25 -07:00
Alan Ren 91db096b09 fix the issue that is blocking us from creating releases using any branch (#1496)
* test release

* branch name

* revert branch name

* remove space
2022-05-17 11:30:55 -07:00
Alan Ren a7e6eca9e3 add a flag to make message processing parallel (#1482)
* add a flag to make message processing parallel

* use discard

* add comment
2022-05-05 14:44:58 -07:00
Alan Ren c39a41af0c vbump dacfx to bring in a fix for table designer (#1465) 2022-04-13 10:57:29 -07:00
Alan Ren 0882bf07bd bring in table designer fixes (#1463) 2022-04-12 12:58:03 -07:00
Alan Ren 612fb9eb36 primary key columns validation rule (#1461) 2022-04-11 13:01:45 -07:00
Alan Ren 8268820230 revert to previous behavior (#1458) 2022-04-08 19:12:03 -07:00
Alan Ren 574117d5d5 fix a couple table designer issues (#1457) 2022-04-08 17:52:41 -07:00
Alan Ren 3452c43a51 handle hierarchyid correctly (#1450) 2022-03-31 15:18:15 -07:00
Alan Ren fb7ed1e4dc fix enum name (#1432) 2022-03-17 13:23:54 -07:00
Alan Ren 92cb4beca0 support issue severity (#1430) 2022-03-17 10:16:42 -07:00
Alan Ren 271f5f881a add validation rule for identity setting (#1429) 2022-03-16 17:03:09 -07:00
Alan Ren cc5cb4066b fix for issue that decimal number are exported to excel as strings (#1425)
* fix export to excel issue with decimals

* add comment
2022-03-14 11:28:16 -07:00
Alan Ren b495ea7475 handle UDT type (#1424) 2022-03-11 18:10:08 -08:00
Alan Ren 7a326b2487 new table designer features (#1420)
* support graph table types

* more fixes

* refresh view upon edit

* support temporal tables

* temporal and memory table

* primary key and default constraint

* bug fixes

* dispose table designer

* vbump dacfx

* update string
2022-03-08 18:52:51 -08:00
Alan Ren 5005c344ad fix typo (#1412) 2022-02-17 15:02:50 -08:00
Alan Ren 2542df3502 add validation for table designer (#1411)
* add validation for table designer

* comments
2022-02-17 11:12:27 -08:00
Alan Ren c2d826548c always allow a column to be added to PK (#1410) 2022-02-17 10:04:25 -08:00
Alan Ren d3b17187b5 new sql parser (#1397) 2022-02-08 13:39:10 -08:00
Alan Ren 6b1b2720f2 enable AAD auth for Table Designer (#1396) 2022-02-08 12:56:43 -08:00
Alan Ren 308e3019f7 refresh the table information after saving (#1387)
* refresh the table information after saving

* add comment
2022-02-03 18:06:34 -08:00
Alan Ren 3c93d57730 table designer - support second level entities (#1381)
* support secondary entities

* new table info for existing table scenario

* delete column confirmation

* vbump Dacfx
2022-02-02 13:40:45 -08:00
Alan Ren 1cdb2b94ac table designer - support indexes and write operations (#1363)
* support indexes

* column properties
2022-01-18 17:15:22 -08:00
Alan Ren 01ab08fd6d vbump Dacfx (#1361) 2022-01-18 15:47:07 -08:00
Alan Ren 0fcc6dc5cf rename the table designer requests (#1356)
* rename the table designer requests

* rename request
2022-01-07 10:57:16 -08:00
Alan Ren 995e9baeab fix decimal datatype handling (#1352)
* Revert "Revert query execution changes (#1341)"

This reverts commit cb290cdbb5.

* fix decimal and money

* timestamp

* fix code and tests

* add sql variant test
2022-01-04 13:56:12 -08:00
Alan Ren 5ca4054582 support save/script/report operations for table designer (#1348)
* save changes

* rename

* new version of dacfx
2021-12-21 15:31:44 -08:00
Alan Ren 0d7a3b4168 Revert "Update to XElite (#1287)" (#1334)
This reverts commit 822a6459ce.
2021-12-08 10:49:23 -08:00
Alan Ren 51c801eb33 handle sql variable type (#1333)
* handle sql variable type

* comments
2021-12-07 19:23:15 -08:00
Alan Ren fd5b8af0c0 handle large decimal (#1326) 2021-12-02 09:45: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
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
Alan Ren 3fd400b0d6 use dacfx to populate table information (#1298) 2021-11-11 16:59:36 -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
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
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
Alan Ren ee3588df75 set issupportedVersion flag (#1255) 2021-10-04 14:49:36 -07:00
Alan Ren 54fe38ef95 use specific version of ubuntu image (#1214)
use specific version so that our dependency is fixed.
2021-06-02 05:22:42 -07:00
Alan Ren af01ddf58c update release vm image (#1213) 2021-05-28 13:41:04 -07:00
Alan Ren 27cb8f2f08 use new thread to handle requests (#1207) 2021-05-06 17:20:56 -07:00
Alan Ren f75be77138 add visualization option support (#1160)
* add visualization option support

* add comments
2021-02-11 15:40:29 -08:00
Alan Ren b00e53c6b3 stop getting os version by parsing string (#1070)
* stop getting os version by parsing string

* ignore error
2020-09-09 11:06:59 -07:00
Alan Ren 70b74cc09b Update release.yml for Azure Pipelines (#984)
force ADO to regenerate the scheduled runs
2020-06-17 11:09:22 -07:00
Alan Ren 8f6662b019 extend the list databases request (#951)
* extend the list databases request

* reuse databaseInfo and refactor

* fix typo
2020-04-28 16:12:56 -07:00
Alan Ren e407d87fce add missing udf type (#923) 2020-02-25 16:49:06 -08:00
Alan Ren e3ec6eb739 Handling the HierarchyId for edit data scenario (#709)
* Handling the HierarchyId for edit data scenario

* comments
2019-07-09 17:03:55 -07:00
Alan Ren 7cc2636e6a Disconnect session (#764) 2019-01-16 22:03:18 -08:00
Alan Ren c9885abb67 fix for https://github.com/Microsoft/azuredatastudio/issues/3262 (#741) 2018-11-16 21:20:58 -08:00
Alan Ren 2cb7f682c5 fix for issue 3123 (#729)
* fix for issue 3123

* using seperate thread to handle the requests and fixed a typo
2018-11-08 14:48:27 -08:00
Alan Ren d0e06ff55a Exclude the preview features from code coverage (#688) 2018-09-06 13:34:59 -07:00