Karl Burtram
f59ca1954b
Enable user management tests ( #1912 )
...
* Enable user management tests
* Fix update user test
2023-03-15 17:52:09 -07:00
Alan Ren
55887b7c26
fix Azure Authentication for renaming ( #1946 )
2023-03-15 15:55:52 -07:00
Alan Ren
fbff67cd95
fix rename request handler ( #1944 )
2023-03-15 10:19:43 -07:00
Matteo Taveggia
ffed8313d9
Exposing a DisableVariableSubstitution on the Parser object ( #1941 )
...
* Cleaning up a few tests; fixing one
* Exposing DisableVariableSubstitution in Parser; fixing NRE; adding tests
* Added another test
* Addressing CR feedback; added tests
2023-03-13 22:04:04 -07:00
Matteo Taveggia
d5266ef6f3
Cleaning up a few tests; fixing one ( #1940 )
2023-03-13 01:04:09 -07:00
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
Alex Ma
4f4a25bf56
[Loc] update to xlfs for 3-10-2023 ( #1935 )
2023-03-10 17:25:17 -08:00
Alex Hsu
f800bb6aaf
LEGO: Merge pull request 1933
...
LEGO: Merge pull request 1933
2023-03-10 08:42:34 -08:00
Karl Burtram
b53ab57abf
Only support User with Login users ( #1931 )
...
* Only support User with Login users
* Use an alternate implementation
2023-03-09 14:46:37 -08:00
Hai Cao
17c9a99d24
Fix lock out for login update ( #1923 )
...
* Fix CanEditLockedOutState
* fix CanEditLockedOutState
* fix locked out
2023-03-08 18:17:23 -08:00
Karl Burtram
b424d45902
Apply UI values regardless of add or edit code path ( #1926 )
2023-03-08 17:38:21 -08:00
Karl Burtram
94becba176
User handler bugs WIP ( #1925 )
2023-03-08 16:45:46 -08:00
Karl Burtram
f055e28bbc
Fix updating users in SQL DB ( #1924 )
2023-03-08 16:30:12 -08:00
Cheena Malhotra
a40b7d3581
Get Application Path from command options ( #1916 )
2023-03-08 14:58:30 -08:00
Hai Cao
19b7a180b5
Expose inner exceptions when sendError ( #1919 )
...
* send inner exception
* trim
* name
* format
2023-03-08 14:27:08 -08:00
Hai Cao
58477c35dc
handle invalid uri ( #1918 )
2023-03-08 13:16:14 -08:00
Kim Santiago
4450767525
set request handler for delete database reference ( #1915 )
2023-03-07 16:16:11 -08:00
Cheena Malhotra
759d5aca09
Update Microsoft.Data.SqlClient to v5.1.0 ( #1905 )
2023-03-06 19:26:29 -08:00
Benjin Dubishar
0b8d10009a
Updating version of DacFx.Projects nuget ( #1913 )
2023-03-06 19:50:21 -07:00
erpett
e0583723ec
Updating version now that the 4.5 release branch has split ( #1911 )
2023-03-06 15:50:12 -08:00
Hai Cao
49f1b3a496
make default language handling robust ( #1907 )
2023-03-06 14:50:19 -08:00
Karl Burtram
a074b5bf67
Update User edit handlers ( #1903 )
...
* WIP
* Update user tests
* WIP updates
* WIP
* Fix several edit use bugs
* Disable failing tests
* minor updates
* Remove unused using
2023-03-06 14:43:38 -08:00
Alex Ma
781fc35a87
[Loc] update to resx and xlfs for 3-6-2023 ( #1906 )
2023-03-06 12:30:15 -08:00
Alex Hsu
b98d701d91
LEGO: Merge pull request 1904
...
LEGO: Merge pull request 1904
2023-03-06 08:37:35 -08:00
Alex Hsu
4181a9f2ab
LEGO: Merge pull request 1902
...
LEGO: Merge pull request 1902
2023-03-05 08:37:22 -08:00
Alex Hsu
7515695314
LEGO: Merge pull request 1901
...
LEGO: Merge pull request 1901
2023-03-04 08:38:05 -08:00
Alex Ma
4268dec4e0
[Loc] updates to xlfs for 3-3-2023 ( #1900 )
2023-03-03 15:29:14 -08:00
Hai Cao
cd53af992d
[User Management] Fix server role drop for login ( #1899 )
2023-03-03 15:21:32 -08:00
Hai Cao
e721a44588
[User Management] Fix a few bugs in login handlers ( #1897 )
2023-03-03 10:37:53 -08:00
Alex Hsu
eda17d165d
LEGO: Merge pull request 1898
...
LEGO: Merge pull request 1898
2023-03-03 08:39:12 -08:00
Benjin Dubishar
b27b7dc379
Adding SetDSP support to SqlProjects service ( #1895 )
...
* Adding SetDSP support
* correcting comment
2023-03-02 20:10:13 -08:00
Hai Cao
bec0877e32
[User Management] Fix login handlers ( #1896 )
...
* fix default language
* fix update
* fix server role error with azure
2023-03-02 17:51:31 -08:00
Kim Santiago
bb838269ac
Updating add database reference requests to check null or whitespace ( #1894 )
2023-03-02 16:37:16 -08:00
Karl Burtram
3d1c8b91b6
Remove yarn.lock file ( #1891 )
2023-03-02 15:23:44 -08:00
AkshayMata
bfa64750d8
Update login migrations nuget ( #1893 )
...
Updating login migrations nuget to include change to expose error code.
2023-03-02 15:08:38 -08:00
Alex Ma
a81cee8e7f
[Loc] XLF update for 3-2-2023 ( #1892 )
2023-03-02 14:53:26 -08:00
Benjin Dubishar
38836371ed
Adding missing properties to GetProjectProperties call; also renaming NoneScript to NoneItem ( #1890 )
...
* Renaming NoneScript to NoneItem
* missed a file
* Fixing comments
* Adding ProjectStyle to properties
* Projects nuget bump
* Adding DatabaseSchemaProvider to the props
2023-03-02 13:52:35 -08:00
Raymond Truong
5f78eaa41f
Update assessment NuGet ( #1889 )
2023-03-02 12:21:47 -08:00
Cheena Malhotra
187b6ecc14
Introduce AAD interactive auth mode ( #1860 )
2023-03-02 09:39:54 -08:00
Alex Hsu
98e50c98fe
LEGO: Merge pull request 1888
...
LEGO: Merge pull request 1888
2023-03-02 08:38:24 -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
Kim Santiago
c7e64e2334
Remove Value in AddSqlCmdVariableParams ( #1885 )
2023-03-01 10:03:38 -08:00
Benjin Dubishar
68ac1e01fc
Adding project property support to SqlProj service ( #1883 )
...
* Nuget update
* Updating nuget
* implementation
* GetProperties test
* Adding SetDatabaseSource
* adding comment
* Nuget update
* PR feedback
* Fixing cross-plat path tests
* Updating to signed nuget
* fixing None test
2023-02-28 18:27:42 -08:00
Cheena Malhotra
c83f380b8e
Improve secure enclaves error handling ( #1880 )
2023-02-28 13:31:40 -08:00
Benjin Dubishar
7941e871d9
Adding SqlProject service support for <None> entries ( #1884 )
...
* Implementation
* NoneScript test
* patching up test
* Updating comments
2023-02-28 09:40:20 -08:00
Benjin Dubishar
dc259d70ad
Correcting typo ( #1882 )
...
* Correcting tyo
* removing extra space
* tests
2023-02-27 16:14:59 -08:00
Sakshi Sharma
b44f0d561f
Save file structure in scmp file ( #1878 )
...
* Save file structure in scmp files
* Update DacFx version and add test
* Address comments
* Fix test
* try to fix tests
---------
Co-authored-by: Kim Santiago <kisantia@microsoft.com >
2023-02-24 14:24:25 -08:00
Benjin Dubishar
f7fd478857
Adding getters for project items in SqlProject service ( #1879 )
...
* Adding getters for project items
* updated comment
2023-02-23 16:25:01 -08:00
Benjin Dubishar
6cf5147eaf
Adding docstrings ( #1877 )
...
* Adding docstrings
* merge from main
2023-02-22 11:07:24 -08:00