Commit Graph

1935 Commits

Author SHA1 Message Date
Cory Rivera
0a5a7b4cc5 Address remaining comments for Object Management Database Handler (#2081) 2023-06-01 11:02:59 -07:00
Cheena Malhotra
b45026967e Enable connection pooling for languageService (#2080) 2023-05-31 17:15:47 -07:00
Cheena Malhotra
478b10d391 Handles a null reference exception (#2079) 2023-05-31 16:38:52 -07:00
Cory Rivera
d5cfc52ca7 Add object management handler for creating a database (#2071) 2023-05-31 12:55:12 -07:00
Hai Cao
eff103efba use singular form for securable display name (#2077) 2023-05-30 15:50:22 -07:00
Cheena Malhotra
b4f7bd01af Fix email extraction from username (#2075) 2023-05-30 14:46:18 -07:00
Cory Rivera
97988661ec Load TrustServerCertificate value from connection settings when running integration tests. (#2074) 2023-05-22 17:18:19 -07:00
Benjin Dubishar
c59211b31b Bumping Projects nuget (#2072) 2023-05-19 12:49:22 -07:00
Christopher Suh
ff18f82af3 remove codeql (#2073) 2023-05-18 22:44:03 -04:00
Hai Cao
c6e53ea753 use a config for table designer trigger behavior (#2070) 2023-05-18 10:09:24 -07:00
Hai Cao
cb6dfeb68d Fix db role member (#2068) 2023-05-16 09:21:37 -07:00
Alex Ma
036710e634 [Loc] Add ObjectType xlfs and resx files (#2066) 2023-05-15 14:42:05 -07:00
Alex Hsu
4d2d5c402d LEGO: Merge pull request 2064
LEGO: Merge pull request 2064
2023-05-15 08:42:38 -07:00
Alex Hsu
b1e9fdfe32 LEGO: Merge pull request 2063
LEGO: Merge pull request 2063
2023-05-14 08:47:11 -07:00
Alex Hsu
6346cc7c07 LEGO: Merge pull request 2062
LEGO: Merge pull request 2062
2023-05-13 08:42:29 -07:00
Hai Cao
24a323b37d Fix effective permission column field (#2061)
* fix effective permission

* Revert "fix effective permission"

This reverts commit 5a97f108c640c7c2bfd22fe21852e880115ee7c9.

* remove column info for may
2023-05-12 14:38:16 -07:00
Aasim Khan
b13fee90ac Adding filtering for group by schema (#2059) 2023-05-12 09:32:38 -07:00
Hai Cao
0e7ed07a30 Fix schema handling in search result of User Management (#2057)
* fix schema filed in search result

* fix search for securable
2023-05-11 19:08:06 -07:00
Alex Ma
8bfdb6963b Remove Localization from Empty Strings (#2054)
* removed localization from areas that don't need it.

* remove from locProject.json
2023-05-11 14:18:40 -07:00
Hai Cao
f655c6d660 Fix a few securable search/permission issue related to Azure (#2056) 2023-05-11 13:15:08 -07:00
Hai Cao
d525e88672 Add securable search and permission setting to User Management (#2052) 2023-05-10 18:20:06 -07:00
Alex Ma
c5bc4ebc92 [Loc] update to xlfs and resx for 5-10-2023 (#2055) 2023-05-10 16:10:15 -07:00
Alex Hsu
1c6fd29cff LEGO: Merge pull request 2050
LEGO: Merge pull request 2050
2023-05-09 08:38:35 -07:00
Benjin Dubishar
b9d6657886 Updating DacFx.Projects to bring in UpdateSqlCmdVariable fix (#2045)
* checkpoint

* typo

* removing old nuget
2023-05-08 11:06:35 -07:00
erpett
bd1fc0997d updating main pipeline with new build number after release branch split (#2047) 2023-05-08 11:00:50 -07:00
Alex Hsu
4f1fce4f45 LEGO: Merge pull request 2044
LEGO: Merge pull request 2044
2023-05-07 08:41:22 -07:00
Aasim Khan
34d969c6ad Fixing durability type filter in OE (#2043)
* Fixing durability type filter in OE

* Adding doc comment
2023-05-06 05:40:09 +05:30
Aasim Khan
46e6b484a3 Adding filtering support to OE (#2039)
* Init push

* Fixing filters

* Fixing more filters

* Fixing display strings

* Fixing boolean filter

* Adding comments

* Fixing function name

* Making nullables

* Separating filter parsing logic

* Adding tests

* Update src/Microsoft.SqlTools.ServiceLayer/ObjectExplorer/ObjectExplorerUtils.cs

Co-authored-by: Cheena Malhotra <13396919+cheenamalhotra@users.noreply.github.com>

* Update src/Microsoft.SqlTools.ServiceLayer/ObjectExplorer/ObjectExplorerUtils.cs

Co-authored-by: Cheena Malhotra <13396919+cheenamalhotra@users.noreply.github.com>

* Update src/Microsoft.SqlTools.ServiceLayer/ObjectExplorer/Contracts/NodeInfo.cs

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>

* Update src/Microsoft.SqlTools.ServiceLayer/ObjectExplorer/Contracts/NodeInfo.cs

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>

* Update src/Microsoft.SqlTools.ServiceLayer/ObjectExplorer/Nodes/TreeNode.cs

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>

* Adding comments

* Fixing whitespace

* Adding more  comments and changing to IEnumerable

* Fixing code comments

* Fixing tests adding more filters

---------

Co-authored-by: Cheena Malhotra <13396919+cheenamalhotra@users.noreply.github.com>
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2023-05-06 01:52:42 +05:30
Cheena Malhotra
1b5f774741 Reverting Connection URI related changes for stable release (#2042) 2023-05-05 10:11:54 -07:00
Cory Rivera
ddb3ec2bdb Add DatabaseHandler to enable Delete Database operations (#2041) 2023-05-04 15:39:50 -07:00
Benjin Dubishar
c21203c5c2 Adding ability to only load properties and metadata for a SqlProject (#2040)
* Adding property quick-loading

* Remove whitespace
2023-05-03 18:44:17 -07:00
Karl Burtram
5954bdc65c Query logins on system database for Azure connections (#2038)
* Query logins on system database for Azure connections

* Fix name of connection variable
2023-05-02 12:46:18 -07:00
Hai Cao
8d48ff735b Remove extra connection in app role and db role (#2037) 2023-05-01 18:04:07 -07:00
Alan Ren
5dbed25c40 change user type implementation (#2036)
* change user type implementation

* fix build errors
2023-05-01 10:27:00 -07:00
Cheena Malhotra
f66a203c01 Fix application names to respect connection's appname property (#2034) 2023-04-28 13:39:33 -07:00
Hai Cao
35aa8d42de [User Management] Implement handlers for app role, db role and server role (#2030)
* contracts

* more contracts

* wire up

* add server role and rename data classes

* finish app role

* finish db role

* build

* finish server role

* register

* docs and dispose

* build

* fix issues

* fix null ref issue

* fix schema not being set issue

* fix password for app role

---------

Co-authored-by: Alan Ren <alanren@microsoft.com>
2023-04-28 07:56:15 -07:00
Karl Burtram
ccad4e1f8f Remove extra connection in User dialog (#2033)
* Remove extra connection in User dialog

* Remove a couple unneeded queries
2023-04-27 09:03:18 -07:00
Cheena Malhotra
537c78dbb0 Fix no password user scenario (#2032) 2023-04-25 20:09:40 -07:00
Alex Ma
55335b4615 Removed advanced options from table designer title (#2025)
* Removed advanced options from table designer title

* Revert "Removed advanced options from table designer title"

This reverts commit 70246a605608df67d6aa7293d9e5b3726523187f.

* added null check for advancedOps
2023-04-25 17:08:54 -07:00
Sakshi Sharma
3e0135b907 Update STS changes to be backward compatible with scmpOpen (#2031)
* Update STS changes to be backward compatible with scmpOpen

* Update cleanup code

* Fix test.
2023-04-24 16:58:06 -07:00
Karl Burtram
175f530403 Fix user default language handling (#2029) 2023-04-22 08:38:51 -07:00
Benjin Dubishar
c5cdc4712a Adding move and exclude folder to SqlProjectService (#2027)
* Adding move and exclude folder

* Fixing cross-plat path bug in test
2023-04-21 11:46:11 -07:00
Charles Gagnon
a254020558 Remove unused package projects (#2026)
* Remove unused package projects

* Remove build step
2023-04-20 17:49:17 -07:00
Charles Gagnon
2496e17515 Use correct version number for ManagedBatchParser nuget package (#2024)
* Pass in patch version from pipeline

* Correct patch version

* Fix packaging

* Fix nuget version

* Revert nuget package changes

* Only use build ID for ManagedBatchParser

* Add back assembly version

* fix package nuspec
2023-04-20 16:38:27 -07:00
Charles Gagnon
dec4f2d4b9 Pass in patch version from pipeline (#2020)
* Pass in patch version from pipeline

* Correct patch version

* Fix packaging

* Fix nuget version

* Revert nuget package changes
2023-04-20 12:07:40 -07:00
Alex Ma
6120b99a56 xlf update for 4-20-2023 (#2023) 2023-04-20 11:18:16 -07:00
Simon Sabin
96c5ec81e2 Enable empty passwords (#2021) 2023-04-20 08:49:47 -07:00
Alex Hsu
051fad128d LEGO: Merge pull request 2022
LEGO: Merge pull request 2022
2023-04-20 08:37:43 -07:00
Benjin Dubishar
006488340c Updating DacFx.Projects to 162.0.28 (#2019) 2023-04-19 20:12:56 -07:00
Alex Ma
3eba2ec62b xlf update for 4-19-2023 (#2018) 2023-04-19 17:24:16 -07:00