Alex Ma
de2880d110
[Loc] Sql xlf update for 5-3-2022 (add untitledNotSupported) ( #19291 )
2022-05-04 15:43:33 -07:00
Barbara Valdez
742232ddd5
Add option to create sdk style project ( #19290 )
...
* update sql proj api
* remove extra spaces
* simplify check
2022-05-04 15:21:13 -07:00
Barbara Valdez
ae8d3ab1bf
Make sure markdown.showSource correctly awaits opening the document ( #19289 )
...
Fixes #132914
Co-authored-by: Matt Bierner <matb@microsoft.com >
2022-05-04 14:57:48 -07:00
Cory Rivera
13b722eaf8
Show a notification when trying to run an untitled notebook with parameters. ( #19286 )
2022-05-04 13:26:26 -07:00
Charles Gagnon
30e2b135ce
Bump axios ( #19283 )
2022-05-04 13:04:47 -07:00
csigs
55174c6124
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20220504193140518. ( #19287 )
2022-05-04 13:03:26 -07:00
Kim Santiago
d122e7636c
remove default VS properties when converting legacy to SDK-style sql project ( #19255 )
2022-05-04 12:00:38 -07:00
Lucy Zhang
4d8fdf5833
Have screen reader announce when cell execution is complete ( #19249 )
...
* add tab index to cell output
* add sr-only element to announce cell exe complete
* use onExecutionComplete event
* remove extra change
* simplify alert message
* add alert for cell execution start
2022-05-04 10:44:24 -07:00
Lucy Zhang
2547754d0f
Fix manage python packages smoke test ( #19232 )
...
* make sure cell is ran
* make sure dialog is gone before runing cell again
* ensure package is done installing
* show task panel
* remove comment
* pr comments
* pr comments
* add 7.0.0 package version
2022-05-04 06:19:51 -07:00
Alex Ma
7de41a98b4
[Loc] Sql-migration xlf update for 5-3-2022 ( #19280 )
2022-05-03 17:15:24 -07:00
Lewis Sanchez
fcf00b79fc
Resolves cannot read property 'accessToken' of undefined error while connecting to a cloud DB ( #19192 )
...
* Resolves cannot read property 'accessToken' of undefined.
* Checks for and specifies undefined as refreshToken return type
* Adds documentation and checks for undefined results from refreshToken
2022-05-03 14:08:32 -07:00
Raymond Truong
b36ee9318f
[SQL Migration] Refactor resource selection filtering logic + misc UI improvements ( #19152 )
...
* WIP
* WIP
* WIP
* Fix location dropdown not working properly
* Clean up comments
* Switch button order in selectMigrationServiceDialog
* Vbump to 1.0.1
* Refactor to avoid duplicate API calls
* Add null checks
* Fix migration status dialog not sorting migrations properly
* Address comments, remove unnecessary code
* Address comments - separate util methods by resource type, use logError instead of console.log
* Remove unused methods
* Fix DMS creation on newly created resource group
* Fix stale account behavior
* Address comments - remove telemetry context from util method calls
* Clean up imports
* Fix dashboard service monitoring not working
* Fix null reference on database backup page, and resources not updating properly when location is changed
* Fix dashboard not auto selecting DMS after migration started
* Add null checks
2022-05-03 16:22:47 -04:00
Cory Rivera
8cc66dade3
Fix intellisense for .NET Interactive SQL kernel ( #19254 )
2022-05-02 13:44:33 -07:00
Barbara Valdez
bfd878bff7
skip test for now ( #19260 )
2022-05-02 10:37:15 -07:00
Alex Ma
6858889f41
[Loc] added strings for sql-database-projects ( #19265 )
2022-05-02 10:10:40 -07:00
Leila Lali
d95aff1d3c
New UI for deploying SQL project to a new Azure server ( #18833 )
2022-04-29 15:39:21 -07:00
dependabot[bot]
14a63977c8
Bump async from 2.6.1 to 2.6.4 ( #19185 )
...
Bumps [async](https://github.com/caolan/async ) from 2.6.1 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases )
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md )
- [Commits](https://github.com/caolan/async/compare/v2.6.1...v2.6.4 )
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-29 13:49:23 -07:00
Charles Gagnon
8d45e40901
Add event to track node expansion errors ( #19248 )
2022-04-29 11:02:58 -07:00
Neetu Singh
52baaf298e
Add 'input parameters' used for recommending SKUs to telemetry ( #19174 )
...
* Add SKU Recommendation 'input parameters' to telemetry
* addressing comments, renaming event properties
2022-04-28 22:02:18 -07:00
Barbara Valdez
5dd1cbeed8
Keyboard navigation smoke test ( #18796 )
2022-04-28 17:05:23 -07:00
Vasu Bhog
7ef0ef65f4
remove logic ( #19250 )
2022-04-28 15:29:13 -07:00
Alex Ma
4023f5ce26
[loc] added connectionProgressTitle ( #19247 )
2022-04-28 10:33:38 -07:00
Charles Gagnon
e9c9a98ab3
Enable autoflush for STS logs ( #19236 )
2022-04-28 09:33:01 -07:00
Charles Gagnon
ba744ab950
Bump STS to .243 ( #19239 )
2022-04-28 09:32:48 -07:00
Kim Santiago
34f6083bfc
fix alignment in update project from db dialog ( #19207 )
2022-04-27 17:06:42 -07:00
Vasu Bhog
a3efb193e0
Fix connection profile prompt for Create Function with SQL Binding ( #19211 )
...
* fix no connection profile and progress report
* show connection profile prompt if user exits object
* address comments
2022-04-27 15:14:39 -07:00
Vasu Bhog
727f37d6a5
remove ADS/azdata refs ( #19212 )
2022-04-27 11:23:53 -07:00
Candice Ye
4e849f0d60
Add 'az sql mi-arc upgrade' command to azcli api ( #19219 )
...
* Added sqlmiaa upgrade command and params to azcli api
* Put params under args
* Removed an extra comma
Co-authored-by: Candice Ye <canye@microsoft.com >
2022-04-26 16:16:57 -07:00
Alex Ma
10047b9a59
[Loc] update to sql bindings xlf ( #19223 )
2022-04-26 16:01:03 -07:00
Cory Rivera
b406dda13c
Add smoke tests for cell toolbar keyboard shortcuts. ( #19208 )
2022-04-26 15:09:36 -07:00
Kim Santiago
6e2bf7521f
update versions of data developer extensions ( #19220 )
2022-04-26 14:53:12 -07:00
Vasu Bhog
c86085352e
Make Create Azure Function with SQL Binding more efficient and simple ( #19187 )
...
* initial refactor
* fix projectFolder cases
* update create azure function with sql binding when no folder is opened
* corner case exit browse file
* add version since targetFramework is set to specific core tools version
* update telemetry and address comments
* use project folder instead
2022-04-26 13:12:10 -07:00
Candice Ye
c4d0754954
Updating version numbers in package.jsons ( #19216 )
...
Co-authored-by: Candice Ye <canye@microsoft.com >
2022-04-26 13:07:04 -07:00
Charles Gagnon
19dd85bfe3
Add require-param rule for sql-bindings ( #19201 )
...
* Add require-param rule for sql-bindings
* fix
2022-04-25 14:58:52 -07:00
Charles Gagnon
15803c2a05
Fix SQL Bindings tests on windows ( #19206 )
2022-04-25 14:07:33 -07:00
Charles Gagnon
d54b7b9970
Return BindingType directly from promptForBindingType ( #19200 )
...
* Return BindingType directly from promptForBindingType
* align
* Fix tests
* fix compile
2022-04-25 14:07:03 -07:00
Charles Gagnon
72a43854f8
Add explicit return type linting to some extensions ( #19199 )
2022-04-25 11:24:23 -07:00
Kim Santiago
a7ba78b186
add telemetry on how many projects are open ( #19146 )
2022-04-25 10:20:37 -07:00
Kim Santiago
d34b65ebb7
send telemetry for generate project from OpenApi spec ( #19188 )
2022-04-25 10:20:26 -07:00
csigs
55331f9677
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20220425154518725. ( #19198 )
...
Co-authored-by: Alex Ma <alma1@microsoft.com >
2022-04-25 10:07:47 -07:00
csigs
e7c66d9424
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20220424210020361. ( #19196 )
2022-04-25 10:07:07 -07:00
Charles Gagnon
cd8a747522
Enable strictNullChecks for extensions by default ( #19197 )
...
* Strict null on extensions
* fix test
* Fail on no stdin
2022-04-25 09:19:42 -07:00
Aasim Khan
d0aae8e95b
Adding ability to style cells in slickgrid ( #19195 )
2022-04-25 09:09:53 -07:00
Alan Ren
402604ba34
remove the preview feature flag check ( #19194 )
2022-04-23 20:07:43 -07:00
Cory Rivera
7b58568d26
Convert .NET Interactive notebook's kernel spec to a VS Code compatible kernel when saving. ( #19176 )
2022-04-22 16:00:13 -07:00
erpett
d9cf93cdae
updating to v1.37.0 now that 1.36 is published ( #19190 )
2022-04-22 15:58:40 -07:00
Kim Santiago
23f9e37986
Fix create project from db not loading dbs when disconnected ( #19129 )
...
* fix create project from database when launched from disconnected node
* don't open dashboard
* fix tests
* update order so connection dialog opens first if can't connect
2022-04-22 15:28:04 -07:00
Aasim Khan
7554fbcaa0
Fixing zoomed badges ( #19178 )
2022-04-22 11:57:18 -07:00
Karl Burtram
58758286d8
Update changelog for 1.36.1 hotfix ( #19179 )
...
* Update changelog for 1.36.1 hotfix
* Remove links for 1.36.0 entry
2022-04-22 10:38:39 -07:00
Alex Ma
d59d6583bd
[Loc] update to arc and sql xlfs ( #19184 )
2022-04-22 10:07:54 -07:00