erpett
d9f473e604
Udating post release branch split for 4.6 ( #1981 )
2023-04-03 14:52:39 -07:00
Steven Marturano
ffa42b4435
Added status code for TDE result ( #1975 )
...
This PR updates TDE NuGet and makes code changes to support the introduction of "StatusCode" being returned from NuGet.
2023-04-03 13:30:08 -07:00
Karl Burtram
ffcae33b18
Fix 'Contained DB' property check exception on SQL DB ( #1979 )
2023-04-03 12:02:51 -07:00
Hai Cao
e8e8f3d892
fix default language for new login ( #1978 )
2023-03-31 13:00:36 -07:00
Cheena Malhotra
0c16db9907
Fix cache write path ( #1976 )
2023-03-30 14:12:57 -07:00
Charles Gagnon
07495ea3b6
Add OE messages to docs ( #1977 )
2023-03-30 14:00:22 -07:00
Alan Ren
3ddbf729ce
fix drop object issue and add logging ( #1974 )
...
* fix drop object issue
* remove content logging
* remove ununsed using.
2023-03-28 19:55:37 -07:00
Alan Ren
45f1d0db22
make the NodeTypeId nullable ( #1972 )
2023-03-27 19:18:07 -07:00
Alex Ma
d7940e0cc6
[Loc] update to xlfs and resx for 3-27-2023 ( #1973 )
2023-03-27 15:10:53 -07:00
Alex Hsu
e03effd88b
LEGO: Merge pull request 1971
...
LEGO: Merge pull request 1971
2023-03-26 08:36:26 -07:00
Alex Hsu
abbedebdab
LEGO: Merge pull request 1970
...
LEGO: Merge pull request 1970
2023-03-25 09:46:01 -07:00
Cheena Malhotra
463fc60330
Move back 'Shared' content to 'Hosting' assembly ( #1967 )
2023-03-24 15:07:02 -07:00
Alex Ma
b7709c9e5b
[Loc] update to xlfs for 3-24-2023 ( #1966 )
2023-03-24 10:51:49 -07:00
Alex Hsu
8b17d9ce5e
LEGO: Merge pull request 1965
...
LEGO: Merge pull request 1965
2023-03-24 08:37:26 -07:00
Chris LaFreniere
cccdbf0bef
Address CA1829 (Avoiding Count LINQ method calls when equivalent + more efficient properties exist) ( #1961 )
...
* Address CA1829 (Avoid Count LINQ Method Calls)
* Remove other change
* CA1829 removal
* CA1829 (remove whitespace)
2023-03-23 21:06:49 -07:00
Cheena Malhotra
3ef3a0f022
Secure enclave touch ups ( #1964 )
2023-03-23 20:59:38 -07:00
Benjin Dubishar
8b7600eb5b
Bumping DacFx.Projects ( #1963 )
...
* Updating Projects nuget package
* bump projects
2023-03-23 20:49:53 -07:00
Cheena Malhotra
3e4e0bc8c2
Fix encoding for OSX keychain ( #1939 )
2023-03-23 20:31:59 -07:00
Karl Burtram
c3444e5cf5
Support creating & editing additional user types ( #1962 )
...
* WIP
* Fix contained user password handling
* More user related bug fixes
2023-03-23 18:01:55 -07:00
Alex Ma
5fce03f6cf
[Loc] xlf update for 3-22-2023 ( #1960 )
2023-03-22 21:42:24 -07:00
Chris LaFreniere
4d1585ed68
.editorconfig Cleanup for cs1711 ( #1951 )
...
* Cleanup warning
* Add comment about resolved compiler warnings
* Also remove CS1711 issue for Kusto
2023-03-22 17:56:48 -07:00
Alex Hsu
ae0b95c731
LEGO: Merge pull request 1959
...
LEGO: Merge pull request 1959
2023-03-22 08:41:02 -07:00
Cheena Malhotra
7dc5785381
Handle Encryption keys changed notification ( #1955 )
2023-03-21 21:26:11 -07:00
Alan Ren
0c99327429
linux arm64 ( #1958 )
2023-03-21 21:19:52 -07:00
Karl Burtram
a104251885
Enable support for Windows users ( #1957 )
...
* WIP
* Update for Windows user
2023-03-21 19:00:11 -07:00
Charles Gagnon
d46bb2ce53
Update SqlParser to 170.7.0 ( #1956 )
2023-03-21 15:35:21 -07:00
Alan Ren
692f444ccb
simplify drop object request handler ( #1953 )
...
* simplify drop object request handler
* fix test cases
* fix issues
* update strings
* fix error
* fix error
2023-03-20 21:54:34 -07:00
Benjin Dubishar
b4781cf267
bump tools service ( #1954 )
2023-03-20 18:52:33 -07:00
Alan Ren
dbe06a50d5
Expose parent node path of tree node ( #1949 )
...
* expose parent node path
* add comments
2023-03-17 11:11:40 -07:00
Benjin Dubishar
ce731f7fe4
Updating Projects nuget package ( #1950 )
2023-03-17 07:28:52 -07:00
Cheena Malhotra
4d9cb17c93
MSAL encrypted file system cache ( #1945 )
2023-03-16 11:56:35 -07:00
Alan Ren
f6fbceb5a0
set URN metadata ( #1947 )
2023-03-15 20:56:05 -07:00
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