Граф коммитов

4683 Коммитов

Автор SHA1 Сообщение Дата
Christopher Suh b95d6ab3ef
Bump STS to version 4.11.0.2 (#24862)
* bump sts to take in Fix command options from becoming true by default change

* Fix update version

---------

Co-authored-by: Cheena Malhotra <cmalhotra@microsoft.com>
2023-11-02 12:01:57 -07:00
Barbara Valdez 872a69ebb3
Require password and name when creating an App role (#24851) 2023-11-01 22:17:26 -07:00
Kim Santiago 484c43be58
add javascript.code-snippets file (#24846)
* add javascript.code-snippets file

* also bring back Regular Expressions file
2023-11-01 10:17:45 -10:00
Siyang Yao 9c4c869a43
rollback "[SQL Migration] Add schema migration (#24666)" (#24843)
This reverts commit 5e6953a7a1.

Co-authored-by: Siyang Yao <siyao@microsoft.com>
2023-11-01 11:29:23 -07:00
Ritik Kumar 5ff3ef30cc
Changing the default path for data collection (#24833) 2023-11-01 10:58:38 +05:30
Ritik Kumar 32b211d53e
added skip assessment check for assessment failure (#24813) 2023-10-31 22:22:48 +05:30
Kim Santiago bec2348b77
update the license in the header of a couple more files (#24822) 2023-10-30 13:04:41 -10:00
Siyang Yao 5e6953a7a1
[SQL Migration] Add schema migration (#24667)
* add schema migration

* address comments

* refactor

* syntax

* refactor

* refactor

* fix restart migration

* convert utc to locale time

* update status

---------

Co-authored-by: Siyang Yao <siyao@microsoft.com>
2023-10-30 11:49:43 -07:00
Erin Stellato 8241968765
Update license to MIT (#24799)
* Update license to MIT

* update 'Source EULA' to 'MIT License' in files in repo

* update .js output files

* fix eslint header errors

* update eslint ignore to ignore some files brought in from merge distro

---------

Co-authored-by: Kim Santiago <kisantia@microsoft.com>
2023-10-30 11:47:31 -04:00
Ritik Kumar 36faf37d41
[New Migration Experience] Bug fixes in Import Data Collection. (#24795)
* added skuRecommendation Notification message on successful import

* added cardloading and removed await in import Dialog

* disabled stop button on page enter
2023-10-30 10:20:25 +05:30
Cheena Malhotra 08a9d848a2
Enable parallel message processing by default + introduce configurable limit (#24784) 2023-10-26 13:59:12 -07:00
Sai Avishkar Sreerama 0a6f7d209a
creating get backup folder request to fetch the sql server default ba… (#24765)
* creating get backup folder request to fetch the sql server default backup folder info

* moving backupfolder code to its related call

* formatting
2023-10-26 14:19:04 -05:00
Barbara Valdez a818a84a34
Fix properties dialog width (#24782) 2023-10-26 10:17:22 -07:00
Kim Santiago ce0ae72a28
update STS to 4.10.21 (#24780) 2023-10-26 10:44:21 -05:00
Ritik Kumar 3e72dec1b6
[SQL Migration] New Migration Experience (#24630)
* [New Migration Experience] Assessment Results Header Section (#24254)

* Adding Assessment Summary page

* adding comments

* resolving style comments

* [New Migration Experience] added toolbar for performance data collection (#24256)

* added new icon files

* updated the folder structure for skuRecommendationPage

* added new toolbar for SKU Recommendation

* added new toolbar for performance data collection

* minors changes in data collection toolbar

* removed duplicate icons/strings

* updated stopDataCollection icon

* [SQL Migration][New Migration Experience] Instance Summary created. (#24295)

* instance summary created

* adding resource strings

* resolving comment

* [SQL Migration][New Migration Experience] Assessment Results Page Data Integration and Condition Handling (#24378)

* integration of assessment summary

* adding removed strings

* [New Migration Workflow] New Assessment Summary Card (#24368)

* created Assessment Summary Card

* updated update function for assessment summary card

* added comments and localized strings

* added TODO comments

* added comments and localized strings

* resolved comments

* removed duplicate value

* Updated strings.ts

* [SQL Migration] [New Migration Experience] Select Target Platform Functionality (#24448)

* target type selection added

* added errors and removed dialog link

* Fixing target type dropdown and ready value

* add warning details

* css fixed

* comments resolved

* Assessment Summary backend changes (#24468)

* updated Recommendation page with assessment summary

* updated logic for assessment result

* added comments

* minor updates

* added back tde functions unchanged

* removed tde configuration, moved to next page

* some minor fixes like using enums instead of strings

* used direct assignment for text values

* Creating new start data collection popup window (#24472)

* created global variables for buttons in skuDataCollection toolbar

* added popup window for start DataCollection path selection

* added localized strings

* minor update-all caps for constant

* some minor fixes

* Added functionality for start data collection. (#24524)

* added functionality for start data collection at specified path

* updated comments

* added functionality for resfresh sku and stop data collection buttons (#24543)

* adding save assessment report (#24542)

* [New Migration Experience] Creating the new import performance dialog box (#24597)

* added import performance dialog

* updated open folder icon

* updated alignment for the import performance dialog

* added localized strings

* updated skuRecommendationPage with openExisting option

* updated editSkuRecommendationParam button to open dialog (#24598)

* [New Migration Experience] Added opening SkuRecommendationResultDialog on link click (#24602)

* add open sku recommendatio dialog on clicking view details

* fixed issue of opening multiple dialogs on link click

* [SQL Migration] TDE experience addition for New Migration Experience (#24579)

* tde changes

* sqldatabase ready logo addition

* adding bottom border

* correcting ready with warning state for database

* resolved comments

* [New Migration Experience] Created the assessment sku recommendation update notification. (#24610)

* added sku recommendation update notification message

* updated sku recommendation notification message

* removed extra info from assessment notification

* removed unused lines.

* [SQL Migration] Recommended configuration corrected (#24608)

* recommended configuration added

* Database count corrected

* configuration changes

* card height fixed

* resolved comments

* build issues fix

---------

Co-authored-by: Ritik Kumar <ritikkumar@microsoft.com>

* [New Migration Experience] Assessment Results Header Section (#24254)

* Adding Assessment Summary page

* adding comments

* resolving style comments

* [New Migration Experience] added toolbar for performance data collection (#24256)

* added new icon files

* updated the folder structure for skuRecommendationPage

* added new toolbar for SKU Recommendation

* added new toolbar for performance data collection

* minors changes in data collection toolbar

* removed duplicate icons/strings

* updated stopDataCollection icon

* [SQL Migration][New Migration Experience] Instance Summary created. (#24295)

* instance summary created

* adding resource strings

* resolving comment

* [SQL Migration][New Migration Experience] Assessment Results Page Data Integration and Condition Handling (#24378)

* integration of assessment summary

* adding removed strings

* [New Migration Workflow] New Assessment Summary Card (#24368)

* created Assessment Summary Card

* updated update function for assessment summary card

* added comments and localized strings

* added TODO comments

* added comments and localized strings

* resolved comments

* removed duplicate value

* Updated strings.ts

* [SQL Migration] [New Migration Experience] Select Target Platform Functionality (#24448)

* target type selection added

* added errors and removed dialog link

* Fixing target type dropdown and ready value

* add warning details

* css fixed

* comments resolved

* Assessment Summary backend changes (#24468)

* updated Recommendation page with assessment summary

* updated logic for assessment result

* added comments

* minor updates

* added back tde functions unchanged

* removed tde configuration, moved to next page

* some minor fixes like using enums instead of strings

* used direct assignment for text values

* Creating new start data collection popup window (#24472)

* created global variables for buttons in skuDataCollection toolbar

* added popup window for start DataCollection path selection

* added localized strings

* minor update-all caps for constant

* some minor fixes

* Added functionality for start data collection. (#24524)

* added functionality for start data collection at specified path

* updated comments

* added functionality for resfresh sku and stop data collection buttons (#24543)

* adding save assessment report (#24542)

* [New Migration Experience] Creating the new import performance dialog box (#24597)

* added import performance dialog

* updated open folder icon

* updated alignment for the import performance dialog

* added localized strings

* updated skuRecommendationPage with openExisting option

* updated editSkuRecommendationParam button to open dialog (#24598)

* [New Migration Experience] Added opening SkuRecommendationResultDialog on link click (#24602)

* add open sku recommendatio dialog on clicking view details

* fixed issue of opening multiple dialogs on link click

* [SQL Migration] TDE experience addition for New Migration Experience (#24579)

* tde changes

* sqldatabase ready logo addition

* adding bottom border

* correcting ready with warning state for database

* resolved comments

* [New Migration Experience] Created the assessment sku recommendation update notification. (#24610)

* added sku recommendation update notification message

* updated sku recommendation notification message

* removed extra info from assessment notification

* removed unused lines.

* [SQL Migration] Recommended configuration corrected (#24608)

* recommended configuration added

* Database count corrected

* configuration changes

* card height fixed

* resolved comments

* build issues fix

---------

Co-authored-by: Ritik Kumar <ritikkumar@microsoft.com>

* build fix

* VM configuration correction

* #24465 changes

* remove unnecessary files

* [New Migration Experience] Update Refresh Buttons + other changes. (#24618)

* added dropdown for refresh buttons

* updated Refresh DropDown and Toolbar buttons visibility

* added restart data collection button in toolbar

* update correct card loading for sku recommendation

* updated sku recommendation status in summary card

* updated disposables for skuRecommendation summary objects

* updated default path for start data collection

* removed unused else statement

* [New Migration Experience] [Resolved few bugs] (#24681)

* updated strings for subheadins and description

* changed focus in skuEditParametersDialog

* enabled correct buttons in toolbar in opening saved session

* moving change state for refresh dropdown functionality to toolbar

* updated sku recommendation notification message

* removed focus in skuEdit Paramater dialog

* added icon for refresh dropdown

* resolved comments

* resolving string comments

* resolving error comments

* resolved comments

* Create UI when No Target Type is selected (#24726)

* strings corrected

* display no target selected text

* adding empty screen ui

* undo access modifier

* fixed casing

* fixed comment

* updated version

---------

Co-authored-by: stuti149 <87131830+stuti149@users.noreply.github.com>
2023-10-26 12:21:26 +05:30
Charles Gagnon 7696f67cc6
Remove test code (#24778) 2023-10-25 15:12:20 -07:00
Cheena Malhotra 3d0bf0ae56
Downgrade MSAL to 1.16.0 to resolve potential proxy auth issues (#24774) 2023-10-25 12:43:33 -07:00
Sai Avishkar Sreerama aeda76385e
filestream table should be disabled when server filestream access level is disableda and DSC table height adjusted (#24666)
* filestream table should be disabled when server has filstream disabled access level

* added filestream effective level enum and helper method

* using the enum

* sts vBump to 4.10.0.18

* code review updates

* updated comment and modified the DSC table height
2023-10-25 10:16:57 -05:00
Sai Avishkar Sreerama 8770060d56
Adjusting DSC table height (#24764) 2023-10-24 16:02:27 -05:00
Christopher Suh ebea529ea3
Add token to local cache upon login (#24694)
* Add token to local cache upon login

* surround token write to local cache with try catch block
2023-10-24 12:01:51 -07:00
Charles Gagnon f0ed943b27
Update dataprotocol-client (#24742)
* Update dataprotocol-client

* Fix compile

* bump cachesalt
2023-10-23 13:46:09 -07:00
Cheena Malhotra 77e1287c98
Bump STS version (#24756) 2023-10-23 13:42:57 -07:00
Alex Ma 5ad748292b
[Loc] fix to git command text and update to localized resources (#24735) 2023-10-20 16:45:57 -07:00
Cheena Malhotra 508f842c6b
Upgrade azure/msal to 2.2.0 and some minor changes (#24739) 2023-10-20 16:22:35 -07:00
Cheena Malhotra f92cd16811
Remove config filter settings (#24724) 2023-10-19 11:59:16 -07:00
Cheena Malhotra 72504fccb9
Fix command name for Group by Schema (#24710) 2023-10-17 22:15:54 -07:00
Aasim Khan 3e5b1dc894
removing duplicate group by schema commands commands (#24660) 2023-10-17 16:10:53 -07:00
Lewis Sanchez 3d1e81d12e
Merge VS Code version 1.82 into Azure Data Studio (#24684)
* Recommend release on Stable, pre-release otherwise (#191477)

* fix bug

* add periods

* Add cleaning and logging for extension error data (#191331)

Add cleaning and logging for error data

* Update `EnvironmentVariableScope`

* Update src/vscode-dts/vscode.d.ts

Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>

* Misc UX polishes of Quick Chat (#191483)

* rounded bottom
* max height of sash

* fix #191490

* Adds diffEditor.hideUnchangedRegions settings. Fixes #190886, fixes #190887

* Sort slash commands by `yieldTo` (#191112)

* fix #189776

* add accessibility tag

* Apply suggestions from code review

* Light version is always used for `iconPath` (#191127)

* Light version is always used for `iconPath`
Fixes #188830

* Use ThemeService instead

* Uses version2 of diff editor by default.

* Context menu for Quick Search appearing in search view (#191509)

Fixes #191485

* Disable image support by default

This was the cause of the black rectangle when using the DOM renderer
and it appears it can also have that issue with the other renderers.

Fixes #191426

* cli: fix decompression loop stalling (#191512)

Fixes #191501

It turns out this was a difference in inflate/deflate implementations
between the extension/SDK and the CLI. The SDK uses Node's zlib bindings,
while by default Rust's flate2 library uses a rust port of [miniz][1].
The 'logic' in the CLI was good, but miniz does not appear to flush
decompressed data as nicely on SYNC'd boundaries as zlib does, which
caused data to 'stall'. Telling the flate2 crate to use the native
bindings fixed this.

This could also be the cause of the flakiness occasionally seen on idle
tunnel connections!

[1]: https://github.com/richgel999/miniz

* Update workspace trust dialog for ai generated workspaces (#191474)

* Update workspace trust options for ai generated workspaces

* Make this.productService.aiGeneratedWorkspaceTrust optional

* add go to symbol placeholder for accessible view

* change none description

* add requestFocus

* fix #188329

* [css/json/html] update dependencies (#191522)

* Add unit testing for nb sticky scroll (#191524)

* static computeContent for sticky testing

* nb sticky refactor for testing

* move helper fxns to test suite

* Fix trustOption string content (#191525)

* React to window resize and remove hardcoded maxHeight in Quick Chat (#191531)

more Quick Chat polish

* Have sash take over layouting of Quick Chat until reset (double click) (#191533)

The new behavior is that when you use the sash to change the height, then you are locked into that. It's not until you double click, or clear the chat that it returns to the original behavior of being open for just the last question.

* Remove toolbar button to @-mention a response (#191534)

* behavior fixes, align more closely with editor

* behavior fixes for nb sticky scroll + css fix

* server-web: implement secret storage provider (#191538)

Works quite similarly to vscode.dev. The client has a key stored in
secret storage. The server has a key stored server-side, and issues
an http-only cookie to the client. The client can ask the server to
combine its key and the http-only cookie key to a key component, which
it combines with its local key to encrypt and decrypt data.

This logic kicks in if the web server bits see a `vscode-secret-key-path`
cookie set when it loads.

* A few tests for Related Information (#191547)

* Turn on Command Center by default (#191550)

* Turn on Command Center by default

Fixes https://github.com/microsoft/vscode/issues/191549

* remove tag

* Add GNU style link 'r-c.ce', 'r.c-re.ce'

See https://www.gnu.org/prep/standards/html_node/Errors.html

sourcefile:line1.column1-line2.column2: message
sourcefile:line1.column1-column2: message
sourcefile:line1-line2: message

Fixes #190350

* fix #191374

* chore: update distro (#191633)

* quick search - file highlight decoration isn't showing up on search (#191544)

Fixes #191539

* Dim settings and keybindings editors

Fixes #191612
Fixes #191611

* add onDidRunText

* Dim breadcrumbs

Fixes #191608

* revert some changes

* Prefer .editor-group-container over .editor-instance

* Dim editor placeholder

Fixes #191614

* Dim welcome editor

Fixes #191613

* Dim unfocused setting feedback

Fixes #191618

* tunnels: fix forwarding attempts wrong path to tunnel binary on linux (#191657)

Fixes #191621

* Amend

* Notification and notification buttons lack border radius (fix #191532) (#191557)

* add screencastMode.keyboardOptions.showKeybindings (#191686)

fixes #179541

* Fix dim unfocused settings link

Fixes #191643

* Use correct check for just focusing (#191696)

fixes https://github.com/microsoft/vscode-internalbacklog/issues/4580

* Action widget fuzzyMatch fix (#191687)

fixes fuzzy matching confusion - makes sure only finds exact matching

* serve-web: delete socket file on server shutdown (#191692)

Fixes #191691

* fix #191591

* fix #191672

* fix #191684

* fix #191722

* Skip Nb Sticky Scroll testing on web platform. (#191716)

* test change

* skip notebook sticky scroll testing on web

* Clicking into notebook markdown search result clears result (#191731)

Fixes #191666

* Don't allow taking action on codeblocks in filtered responses (#191732)

Fix microsoft/vscode-copilot#1148

* add custom hover for quick open (#191416)

* add custom hover for quick open

* 💄

* 💄

* adjust delayer create logic

* Only decorate complete @ variables (#191733)

* chore: update electron@25.7.0 (#191282)

* chore: update electron@25.7.0

* chore: update internal build id

* chore: bump distro

* fix #191734 (#191756)

* fix #191022 (#191760)

* Fixes #191664

* Configure Tunnel Name leads to empty settings page for WSL (#191761)

* Fixes #191637

* Fixes #191600

* listWidget: remove redundant logic (#191054)

* Fixes #191603

* changing the setting text

* voice - fix issues around stopping transcription (#191774)

* Fix another `var()` fallback case (#191721)

One more case of #190968

* allow workspace edit to "create" untitled files (#191779)

https://github.com/microsoft/vscode-copilot/issues/1261

* voice - fix bad controller when using toolbar actions (#191780)

* Git - update Explorer welcome view context key (#191788)

* Fixes #191323

* Revert "fix #190228 (#191207)" (#191789)

This reverts commit cafcb59c16.

* Workaround slow update webgl issue on Windows

Fixes #190195

* cli: verify vscode server integrity before committing to cache (#191792)

Fixes #191469

* voice - replace codicon when hovering over stop button (#191777)

* cli: recycle all tunnels the cli creates for all scenarios (#191800)

Fixes #191749

* voice - make stop icon more explicit

* set default focusAfterRun to none

* voice - add a new action to stop and accept voice input (#191802)

* Disable renderer unit test on Windows

* changed command title and name

* Update distro

Fixes #191605

* make sure codeEditor is set when bulk editing via diff editor (#191810)

re https://github.com/microsoft/vscode/issues/188385

* Remove windows check

* Disable test

* forwarding: fix formatting issues in the log (#191814)

Fixes #191759

* Fix import

* fix #188329

* cli: polish serve-web help (#191817)

Fixes #191601

* Fix error in zsh si script

Fixes #188875

* Update src/vs/workbench/contrib/terminal/browser/terminalInstance.ts

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>

* on blur, hide

* debug: bump js-debug to 1.82 (#191827)

* allow more output mime types to be copied

* Fix file tree not being transferred to panel chat (#191826)

* Fix rendering when chat is hidden (#191830)

Fixes https://github.com/microsoft/vscode/issues/191704

* adjust endgame query (#191806)

* Diff Editor: Disables optimistic diff updates. Fixes #190748, Fixes #190232

* Uncomment unused symbols.

* Fixes CI

* Fix screen reader for comment editor (#191828)

* Try forwarding the accessibility support setting to the comment editor

* Add isAccessible to comment view
Fixes #146994

* Update codicons (#191835)

* Fixes #191617

* fix: prevent history show prev/next in composing event (#184014)

* look for re-used output id containing the image

* normalize option name

* cleanup

* get `x` off the edge (#191849)

Fixes https://github.com/microsoft/vscode/issues/191701

* Partially revert a change that broke dimming in active group

Reopens #191608

* Show focus state on editor tabs in hc themes (#191850)

* Fix progressive rendering of updated markdown content (#191851)

Fix progressive rendering updated markdown content

* view descriptor created with containerTitle that is not a string (#191842)

* reinstate `github-auth` parameter that was accidentally removed (#191862)

Fixes https://github.com/microsoft/vscode/issues/191861

* After 30s re-layout the quick chat (#191853)

fixes https://github.com/microsoft/vscode/issues/191627

* wrap handler for resize observer in requestAnimationFrame() (#183325)

* wrap handler for resize observer in requestAnimationFrame()

(fixes #183324)

* React immediately on first notification during an animation frame and only delay the second notification during the same animation frame

---------

Co-authored-by: Karel Frederix <kfrederix@selligent.com>
Co-authored-by: Alexandru Dima <alexdima@microsoft.com>

* voice - start to better understand different chat input contexts (#191884)

* voice - start to have context and actions per chat kind

* voice - add context to `stop`

* voice - add todo for focus issue when starting

* window.title setting feedback (fix #191579) (#191885)

* some Some grid operations cause the `activeElement` to get lost (fix #189256) (#191886)

* Linux: Notifications Accessible View only opens when focusing with mouse (fix #191705) (#191888)

* Initialize all services as soon as the first service is needed (#191890)

Fixes microsoft/monaco-editor#4120: initialize all services as soon as the first service is needed

* Fixes #191892

* fix #186904

* check if mac

* Don't throw if view doesn't exist when visibility false (#191781)

* fix issue

* different udf check

* Update src/vs/workbench/contrib/terminalContrib/accessibility/browser/textAreaSyncAddon.ts

Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>

* Disable Local Server flow for REH (#191930)

Because spinning up ports on the remote won't always work. Instead, we have the trusty device code flow.

Fixes https://github.com/microsoft/vscode/issues/191866
Fixes https://github.com/microsoft/vscode/issues/191867

* Do not show parent checkbox contents for ai generated workspaces (#191933)

* Skip flakey smoke test (#191936)

* Skip flakey smoke test

ref https://github.com/microsoft/vscode/issues/191860

* skip at describe since there's only 1 test

* Add check to see if resource has file extension before setting FILE | FOLDER (#191923)

* Set resource as FILE only if children are undefined

* Add check to see if resource has extension before setting FileKind

* Only update layout when chat is visible (#191943)

Fixes https://github.com/microsoft/vscode/issues/191942

* Don't show chat widget context menu for filetree (#191940)

* Open walkthrough if a gettingStarted page is found (#191947)

* chore: bump electron@25.8.0 (#191905)

* chore: bump electron@25.8.0

* chore: update internal build id

* chore: bump distro

* editors - do not focus empty editor group when created (#191963)

* Enable the family autodetection algorithm (#191970)

Fixes #191945: Enable the family autodetection algorithm to support a case where localhost resolves first to the ipv6 address and only second to the ipv4 address, and the desired server listens only on ipv4

* update distro

* Restore default paste fallback (#192220)

Fixes #192196

* Empty commit to release/1.82 (#192341)

* Add setting to disable chat history variables

* fix npm view exploits

* Version bump

* Version bump

* prioritize html links since they can wrap other link types

* Add missing vscode known variables

* Fix merge conflict with yarn locks

* Fix merge conflicts with build js files

* Fix extensions dir compilation errors

* Fix compilation errors

* More compilation error fixes

* Defines missing methods for treeViews

* More compilation time error fixes

* Fix remaining compile time issues

* Declares argvConfig to launch

* Fixes untrusted HTML issue for ADS launch

* Fix failing core unit tests

* Fix windows build pipeline

* Fix electron version

* Add prepare steps for deb and rpm packages

* Update distro hash

* Fix sql product build linux file

* Fix indentation with linux build file

* Update distro hash

* Update distro hash again

* Update node version to v18.x

* Update node to 18.15.13

* Update node to 18.15.0

* Turn off hygiene temporarily

* Fix build directory compilation issues

* Turns off failing tests

* Disable failing suite

* Update sqlite release version to 1.16.0

* Update distro hash

* Adds back XML language features extension

* Bump vscode version to 1.82.0

* Update vscode link with ADS link

* Fix issue with ts-node module resolution

* Add missing sql carbon edit tag

* Reenable linting in sql product compile script

* Update distro hash

* Add missing sql carbon edit tags

* Correct node js version

* Update nodejs version in ci.yml

* Revert "Update nodejs version in ci.yml"

This reverts commit 4694ace031.

* Revert "Correct node js version"

This reverts commit fb48649897.

* Update nodejs version for github workflows

* Reorder how deps are installed

* Revert "Reorder how deps are installed"

This reverts commit e0fbceb6c7.

* Revert "Update nodejs version for github workflows"

This reverts commit eb5d819393.

* Use nodejs v16 for github checks

* Bump nodejs to v18

* Update version to 18.15

* Fix basic

* Fix issue with yarn with hygiene check

* Fix yarn step in hygiene

---------

Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>
Co-authored-by: meganrogge <megan.rogge@microsoft.com>
Co-authored-by: Logan Ramos <lramos15@gmail.com>
Co-authored-by: Kartik Raj <karraj@microsoft.com>
Co-authored-by: Megan Rogge <merogge@microsoft.com>
Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com>
Co-authored-by: Henning Dieterichs <hdieterichs@microsoft.com>
Co-authored-by: Joyce Er <joyce.er@microsoft.com>
Co-authored-by: Alex Ross <alros@microsoft.com>
Co-authored-by: Andrea Mah <31675041+andreamah@users.noreply.github.com>
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
Co-authored-by: Connor Peet <connor@peet.io>
Co-authored-by: Bhavya U <bhavyau@microsoft.com>
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
Co-authored-by: Michael Lively <milively@microsoft.com>
Co-authored-by: Rob Lourens <roblourens@gmail.com>
Co-authored-by: Peng Lyu <penn.lv@gmail.com>
Co-authored-by: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Co-authored-by: Sandeep Somavarapu <sasomava@microsoft.com>
Co-authored-by: Robo <hop2deep@gmail.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Co-authored-by: João Moreno <joao.moreno@microsoft.com>
Co-authored-by: Justin Chen <54879025+justschen@users.noreply.github.com>
Co-authored-by: Hans <weartistt@gmail.com>
Co-authored-by: troy351 <914053923@qq.com>
Co-authored-by: Matt Bierner <matb@microsoft.com>
Co-authored-by: Johannes Rieken <johannes.rieken@gmail.com>
Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
Co-authored-by: Aaron Munger <aamunger@microsoft.com>
Co-authored-by: David Dossett <ddossett@microsoft.com>
Co-authored-by: songlinn <17741492+songlinn@users.noreply.github.com>
Co-authored-by: Karel Frederix <karelfrederix@gmail.com>
Co-authored-by: Karel Frederix <kfrederix@selligent.com>
Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
Co-authored-by: Christof Marti <chrmarti@microsoft.com>
Co-authored-by: Cheena Malhotra <cmalhotra@microsoft.com>
2023-10-17 15:07:44 -07:00
Kim Santiago 6267c5a6f9
Fix so screenreaders will announce section headers in sql projects dialogs (#24678)
* update create project from db dialog to use gropus for screen reader

* switch update project from db dialog to also use groups
2023-10-17 05:47:15 -10:00
Kim Santiago 4f01ac9b5f
vbump sql projects after insiders release (#24675) 2023-10-13 11:17:36 -10:00
Barbara Valdez de8fbc5254
Specify object type in context menu when creating a new object (#24641) 2023-10-12 14:16:26 -07:00
Kim Santiago 66d77311d7
update sql projects azdata dependency (#24662) 2023-10-12 07:46:42 -10:00
Cheena Malhotra aaa9c4a744
Pass Http proxy URL and strict SSL flag to backend STS (#24550) 2023-10-11 19:50:07 -07:00
Cheena Malhotra 989193645c
Bump STS version to 4.10.0.17 (#24658) 2023-10-11 19:49:49 -07:00
Siyang Yao eb3598f1a7
fix bugs (#24654)
Co-authored-by: Siyang Yao <siyao@microsoft.com>
2023-10-11 14:53:49 -07:00
Alex Ma 52bbb60def
Add tooltips with advanced options on hover for editor tabs (#24486)
* Added WIP table designer input change

* added test details to tableDesigner

* added connection name to details

* wip restoration of nonDefaultOptions

* added Verbosity todo for getTitle

* added updated info

* added fix for mainController

* fixed assignment

* added update to description

* restore title parts to old names

* added clarifying message

* added title to dashboard and profilerinput

* added advanced titles for edit data and query editor input

* added changes based on feedback

* added additional description

* Added some changes to tableDesigner input

* fixed comments

* removed erroneous import

* added updated titles and tooltips

* added small corrections

* added profiler XEL title feature

* added session name to profiler input tooltip

* added small tooltip rework

* remove unavailable session name

* added update to config.json
2023-10-11 14:27:25 -07:00
Cheena Malhotra ab0ea5db62
Fix clear pooled connection title (#24650) 2023-10-11 13:52:26 -07:00
Siyang Yao ff042613d1
Revert "add schema migration (#24594)" (#24652)
This reverts commit f70ff23ca5.
2023-10-11 12:25:37 -07:00
Siyang Yao f70ff23ca5
add schema migration (#24594)
* add schema migration

* fix table selection issue

* fix table validation

* data only wont show schema info grids

* address comments

* update schema migration helper banner

* fix undefined

* refactor

* endedOn is - when not started

* fix toString

* refactor

* auto referesh dashboardtab and migrationtab

* add migration type in dashboard

* fix saving issue in page 0 and page 1

* fix compile issue

* fix save and close in page 3

* refactor

* fix save

* fix save

* fix save

* dont load location twice

* fix target type undefined issue

* set MI as default

* fix cannot load in step 3

* integrate assessment with schema

---------

Co-authored-by: Siyang Yao <siyao@microsoft.com>
2023-10-10 22:14:52 -07:00
Christopher Suh 587d31ab2c
Transfer URI Correctly (#24614)
* transfer uri regardless of queryrunner presence

* throw error if new URI already exists

* bump sts version
2023-10-10 10:12:33 -07:00
Cory Rivera 63a78e62aa
Handle some server properties not being supported for certain SQL versions (#24587)
* Co-authored-by: Benjin Dubishar <benjind@microsoft.com>
2023-10-09 13:28:08 -07:00
Sai Avishkar Sreerama a3041f25b2
Fix to Disable Apply button for Query Store tab when no changes are made (#24573)
* fix to Disable Apply button for Query Store tab when no changes are made

* typo

* wrong name is displying in query store section
2023-10-09 13:01:48 -05:00
Ram Uday Kumar 8f232ae3e8
Premium SSD v2 disks in SQL VM recommendations (#24556)
* Premium SSD v2 disks in SQL VM recommendations

* Resolving review comments.
2023-10-04 16:57:44 +05:30
Christopher Suh 186f8d3771
Change HTTP request to axios (#24549)
* change request to axios

* fix typo

* remove httpClient

* fix build

* change azurenetworkresponse to axiosresponse
2023-10-03 19:04:10 -07:00
Barbara Valdez c641865891
Use vertical tabs in server and database properties (#24521)
* use vertical tabs

* remove always show tabs option

* remove extra comma
2023-10-03 13:15:50 -07:00
Sai Avishkar Sreerama 5ed263ecd2
fixing double scroll bar issue on DSC tab (#24560) 2023-10-03 11:40:55 -05:00
Sai Avishkar Sreerama 549464dab1
Adding fiilegroup name label to the input box and auto focus of newly added row (#24536)
* adds nameupdate textbox

* fixed rows table remove button

* input value update on row selection

* using display prop instead of visible css property

* select newly added cell automatically

* sets remove button to next row after deleting a row
2023-10-02 12:11:57 -05:00
Cory Rivera b07fee5a5f
Move New Login dialog's advanced options into the general section (#24538) 2023-09-29 10:46:40 -07:00
Cory Rivera 94cdaf9d57
Change Cancel button label to Back for inner dialogs. (#24537) 2023-09-28 18:02:25 -07:00
Cheena Malhotra 731dc6318f
Update Azure core packages and additional error handling (#24500) 2023-09-28 15:53:49 -07:00
Charles Gagnon 696cdc3200
Fix regex replace (#24525) 2023-09-27 22:22:57 -07:00
Cory Rivera c5e8ecd24b
Add additional telemetry for basic admin operations (#24526) 2023-09-27 16:32:19 -07:00
Cory Rivera 12da714803
Redirect vscode New Jupyter Notebook command (#24520) 2023-09-27 13:25:49 -07:00
Cory Rivera 131c288ab4
Enable Rename Database for on-prem servers. Use common method for getting OE node info. (#24517) 2023-09-27 11:21:07 -07:00
Kim Santiago 9a1d823c69
fixing a couple codeql warnings about incomplete string replacement (#24518) 2023-09-27 06:42:47 -10:00
Alex Ma efcf52f62c
[Loc] fix for package.nls.json and xlf update (#24522) 2023-09-26 17:56:20 -07:00
Cheena Malhotra dce130c5af
Update application name to Azure Data Studio (#24510) 2023-09-26 10:15:32 -07:00
Cheena Malhotra 306eb42ae7
Use non-floating integers with max limits in settings (#24511) 2023-09-25 18:10:05 -07:00
Kim Santiago a612781638
Remove sql edge container option from sql projects publish (#24499)
* remove sql edge container option from sql projects publish

* undo testing change

* remove base image dropdown from publish dialog
2023-09-25 06:34:56 -10:00
Cory Rivera f7f5ee780a
Use sync callback to stop Jupyter server when ADS process exits (#24501) 2023-09-22 08:50:05 -07:00
Kim Santiago b79381d88e
vbump schema compare and sql projects after release (#24498) 2023-09-21 13:30:31 -10:00
dependabot[bot] 75deb08a2c
Bump graphql from 16.6.0 to 16.8.1 in /extensions/github (#24495)
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.8.1.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v16.6.0...v16.8.1)

---
updated-dependencies:
- dependency-name: graphql
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-21 14:24:26 -07:00
Cory Rivera 64337310ae
Remove redundant usage of object URNs in database commands (#24485) 2023-09-21 11:38:44 -07:00
Cory Rivera e5e535475a
Refactor notebook dependency lists. Enable Manage Packages from command palette. (#24484) 2023-09-21 10:43:41 -07:00
Charles Gagnon b0ff2ef08e
Require jupyter notebook >= 6.5.6 (#24466)
* Require jupyter notebook >= 6.5.6

* remove traitlets & pin version
2023-09-19 11:17:08 -07:00
Ram Uday Kumar ebc7ef5a43
Azure SQL MI supports maximum 100 DB per instance. (#24465)
* Azure SQL MI supports maximum 100 DB per instance.

* Error to dialog message

* resolving review comments.

* build fix (Compile & Hygiene)
2023-09-19 22:07:24 +05:30
Steven Marturano 0bd0e14f71
SQL Migration (TDE) - Improved migration info text (#24463)
* Improved migration info text

* Added constant in strings.ts

* Fixed localization key
2023-09-19 10:56:40 -04:00
Christopher Suh 86b3eaee5a
Remove deprecated azure graph endpoints (#24460)
* remove deprecated azure graph endpoints

* cleanup enums

* cleanup ProviderSettingsJson: remove graphResource

* change enums back
2023-09-18 15:01:24 -07:00
Ritik Kumar fda050e667
added arialabel for SqlMigration Service Name InputBox (#24286) 2023-09-18 11:37:00 +05:30
Steven Marturano a73929e5e7
Added validations to configure dialog (#24418)
* Added validations to configure dialog

* Improved validations messages text

* Addressed PR feedback

* Addressed PR feedback

* Fixed build issue

* Version bump

* Changed to single quotes
2023-09-15 18:19:04 -04:00
Sai Avishkar Sreerama 9c5ec7dcbc
Filegroup Memory optimized Add button should be disabled when have one filegroup #24309 (#24446) 2023-09-15 16:19:44 -05:00
Barbara Valdez 600f59eae6
Fix enable/disable script button behavior (#24437) 2023-09-15 12:43:50 -07:00
Lucy Zhang e0592c10d9
Pin traitlets package to v5.9.0 (#24444)
* pin traitlets pkg to v5.9.0

* add links to github issue
2023-09-15 11:12:26 -07:00
Lucy Zhang e6e6085d0d
pin ipykernel to v5.5.5 (#24429) 2023-09-14 13:29:32 -07:00
Christopher Suh 0513282081
fix yarn.lock files so ^3.0.4 points to 3.1.2 (#24425) 2023-09-14 12:34:02 -07:00
Cheena Malhotra b1bc59095b
Prompt to refresh account on error AADSTS700082 (#24423) 2023-09-14 12:18:45 -07:00
Sai Avishkar Sreerama 183c743537
max file size input field has wierd enable/disable behavior #24322 (#24407) 2023-09-14 13:13:22 -05:00
Benjin Dubishar d9b5d71148
Adding Chart component (#24357)
* added doughnut chart component

* Changing chart to doughnutChart

* reverting to genreic chart component

* adding more chart supoort

* fix minor errors

* resolve some PR comments

* native chartjs, keyboard navigation and chart options

* fix build errors

* fix chart.js/auto error

* resolve PR comments

* modify chartdataset API

* Refactoring (#24327)

* working - displaying chart data with convert

* working - introduced typed properties

* working, added BarChartConfiguration to type param

* removed ChartProperties type param

* Adding doughnut support

* Correcting number vs. point issue

* including the right changes this time

* commenting out no-longer-used labels prop

* remove hardcoded canvasID, enabled Scatterplot config

* Moved graph testing to sample extension

* Reorganizing types; adding test back to assessment dialog

* Adding example for bubble chart

* Polar area working

* cleanup

* adding draw when options isn't set

* Moving chart example configs to other file

* some cleanup

* added some docstrings

* add multiple datasets to test scatter plot

* update scatter plot example in sample

* Adding height/width support

* swapping to `as` cast

* title working

* Settling chart title and legend display

* Adding comments

* updating data working

* Updating samples

* Typo in comment

* Reverting changes made for development

* Elaborating on color in docstrings

* Separating Data and Options in component payloads

* Removing chartId as an exposed property

* Changing chartType property to TChartType

* Fleshing out types file comments

* fixing scoping of chart component properties; renaming chart canvas ID prop

* correct internal chart options typing

* removing commented-out code

* removing unused ChartClickEvent type until data selection eventing is implemented

* renaming function

* deleted commented-out code

* Adding options setters that went missing after splitting Config to Data + Options

* adding type predicates for data conversion

* Adding back type setting (dropped when chart type conversion moved)

* Narrowing type for 'type'

* Fixing typos in docstring

---------

Co-authored-by: Deepak Saini <deepaksaini@microsoft.com>
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
Co-authored-by: Aasim Khan <aaskhan@microsoft.com>
Co-authored-by: Deepak Saini <deepak.saini1996@gmail.com>
2023-09-13 20:11:09 -07:00
Barbara Valdez f7ac504a6c
enable server and db properties (#24406) 2023-09-13 16:15:26 -07:00
Cory Rivera 08ded51e75
Use remote file dialog for database and server properties dialogs (#24390) 2023-09-13 10:49:10 -07:00
Aasim Khan df481311ed
Adding new database inline icon (#24375) 2023-09-13 09:33:00 -07:00
Cheena Malhotra 7e401bfa1a
Azure Active Directory (Azure AD) is becoming Microsoft Entra ID (#24385) 2023-09-12 13:41:04 -07:00
Sai Avishkar Sreerama 96c4257d25
Database properties options fixes (#24361)
* fix for File size input in DB properties can be decremented into the negative #24307

* Some DB Scoped Config options are sentence cased #24196

* cannot add a file with filestream data filegroup type #24359

* DB Scoped Secondary values aren't updated when hidden #24197

* DB Scoped Config shows secondary values for non-secondary options #24192

* Query store capture policy section is enabling on non-custom capture mode #24371

* queryStore WaitStatistics options should be a dropdown #24372
2023-09-12 11:20:26 -05:00
Sai Avishkar Sreerama 75c59f8b41
STS vbump to 4.10.0.1 (#24380) 2023-09-12 11:20:08 -05:00
Barbara Valdez 41e7569fde
More server properties fixes (#24366)
* fix locks min value

* disable login auditing in linux

* disable some properties from advanced tab
2023-09-11 12:53:25 -07:00
Z Chen 15477774fc
Add serverless DW platform (#24246)
* Add serverlesss

* Add serverless master.dacpac

* vbump

---------

Co-authored-by: Kim Santiago <kisantia@microsoft.com>
2023-09-09 16:57:22 -10:00
Christopher Suh 5f45c000da
Fix copy on Linux (#24341)
* add return type for copy results from STS

* fix test error

* change Result type to CopyResultsRequestResult

* remove async

* bump data protocol client

* bump dataprotocol client version

* bump version in yarn.lock

* add async back
2023-09-09 07:16:05 -04:00
Barbara Valdez b8629592d4
Fix some of the issues found in the bug bash (#24348) 2023-09-09 01:36:56 -07:00
Barbara Valdez 4a9feedbcc
Notify user to restart server (#24351) 2023-09-08 23:53:59 -07:00
Kim Santiago 0b149cd85b
update STS to 4.9.0.37 (#24356) 2023-09-08 18:27:29 -10:00
Cheena Malhotra 29127a003e
Update placeholder text for mssql server name (#24350) 2023-09-08 16:05:46 -07:00
Cheena Malhotra ff4758c048
Remove 'Script As Alter' command and don't show for table nodes (#24352) 2023-09-08 14:18:08 -07:00
Sakshi Sharma 1f98dad498
Update required indicators in Add Database Reference Dialog (#24346)
* Update required indicators appropriately in Add Database Reference Dialog

* Add required to the textbox as well
2023-09-08 14:00:01 -07:00
Lewis Sanchez 49021becc2
Bump STS version to 4.9.0.36 (#24349) 2023-09-08 13:58:00 -07:00
Sai Avishkar Sreerama 118e726fab
Revert the changes of row fileGroup table which was added accidentally (#24339) 2023-09-08 12:00:48 -05:00
Cheena Malhotra 5fdac2054d
Add support for clearing pooled connections (#24325) 2023-09-08 09:34:42 -07:00
Sai Avishkar Sreerama aa006b9da7
Enabling QueryStore options to the database properties (#24255)
* Initial commit

* updated query capture policy props

* all done except, querydiskSpaceSection

* disabling capture policy options on off mode but with custom mode enabled

* adding query disk usage section with purge button

* fg table replace

* STS vbump to 4.9.0.34

* typo
2023-09-07 21:37:24 -05:00
Kim Santiago 63a1383b32
cleanup casing in a couple files (#24333) 2023-09-07 11:56:39 -10:00
Kim Santiago 21016c1a53
add button to open query store report in new tab (#24303)
* add button to open query store report in new tab

* addressing comments
2023-09-07 10:13:08 -10:00
Ram Uday Kumar 339c4562c9
SQL-Migration Extension Version bump-up (#24326) 2023-09-07 21:13:51 +05:30
Barbara Valdez 77ea6d7e32
do not show individual processors in managed instance (#24302) 2023-09-06 16:08:21 -07:00
Cory Rivera 32817ae52e
Handle undefined nodeInfo for top-level database objects (#24298) 2023-09-06 14:12:07 -07:00
Kim Santiago 9f4e19f3db
Initial changes for query store dashboard (#24272)
* create empty query store dashboard

* add placeholder report content

* cleanup

* more cleanup
2023-09-06 11:00:58 -10:00
Benjin Dubishar 52a76073f5
Adding Query Store Service bindings on ADS side (#24167)
* Checkpoint

* Adding docstrings

* Updating comments
2023-09-06 11:56:53 -07:00
Lewis Sanchez 306af5645b
Consolidate 2 context endpoints to just one (#24276) 2023-09-05 20:20:21 -07:00
Lewis Sanchez 1b1028179b
Bump STS version to 4.9.0.32 (#24291) 2023-09-05 20:19:59 -07:00
Cory Rivera ec91de78e5
Update task labels for Attach, Detach, and Drop Database (#24289) 2023-09-05 16:21:09 -07:00
Barbara Valdez 62363999eb
bump sts (#24288) 2023-09-05 13:08:23 -07:00
Benjin Dubishar b43a3a6b50
bumping STS (#24273) 2023-09-05 11:01:12 -07:00
Christopher Suh 45440d261b
add ai key to fix undefined error (#24279) 2023-09-05 11:37:27 -04:00
Ram Uday Kumar 519411cba0
Update IR Revalidation button to accurate name (#24283) 2023-09-04 17:19:14 +05:30
Barbara Valdez e05ee98dae
Add advanced tab (#24267) 2023-09-01 16:53:46 -07:00
Lewis Sanchez d2668d8eb8
Adds xml-langauge-features extension back (#24271) 2023-09-01 16:19:04 -07:00
Lewis Sanchez 7ea634905c
Fix comment block footer (#24268) 2023-09-01 10:13:27 -07:00
Lewis Sanchez 5152823306
Send server contextualization to Copilot extension (#24230)
* Send server contextualization to Copilot extension

* Keep context in editor input

* Remove unnecessary server context and extension service

* Send context when connecting from open editor

* Remove contextualization complete event

* Contextualize editor after connection success

* Minor clean up

* Remove nested then and use async/await

* Create helper function

* Remove unneeded async and add comment

* Encapsulate all context logic in service

* Use void operator to fix floating promise

* Correct return comment
2023-09-01 09:26:29 -07:00
Lewis Sanchez e3d0670609
Bump STS version to 4.9.0.28 (#24264) 2023-09-01 09:25:32 -07:00
Ram Uday Kumar 6556eaa1ed
Revalidate failed IR Validation steps (#24237) 2023-09-01 10:34:36 +05:30
Barbara Valdez c695c5f941
Add database settings tab (#24260) 2023-08-31 14:26:08 -07:00
Cory Rivera 0703eff3f0
Pass through database names to enable connection cleanup (#24251)
* Also re-ordered Attach entry to match context menu placement of other admin commands.
2023-08-31 11:12:33 -07:00
Sai Avishkar Sreerama 41202a65bd
Enabling FILEGROUPS tab experience to the database properties (#24226)
* initial changes for loadin dsc table with real values from smo

* Displaying diff columns for DSC for diff sql server

* checkbox maiants the selection

* elevate option fails to load correct value when set to when_supported option

* all working till maxdop, todo pause option, save

* commented MAXDOP changes, as it is causing issues

* primary,sec,checkbox working as expected, TODO:MaxDop etc options,saving,tests

* Undo MAXDOP commented code

* refactored with service data

* column header width adjustments

* Maxdop and pause resume options completed, apply button is failing now

* Removed option names from loc  and using Id instead as names may change in future like in doc

* Apply button fixed

* refactored to reduce table reload

* Ledger digest completed

* refactor done: maxdop secondary shows wrong data from pause_resume

* refactor more: all working but table focus disturbs on update table

* adds conditions for unsupported dsc to <2016 server

* maxdop secondary checkbox fix

* rows still loses focus after value change due to update table row data

* Fixed updating secondary dropdown value

* reusing the private method and removed the duplicated codes

* initial commit - fullText and owner need revision

* Enter key in input type allows the change to update the table data, reduces the live update issues

* Setting focus to the current row

* loading data, need stylings-increase col length, etc

* using the existed setTableData method

* Adding new file dialog

* creating addFile, but not displaying in table, issue with appendData

* Adding row to the table, options are getting from STS

* all working except InPercent value

* code review comment updates

* Input type checkbox update table additional validation

* all except path

* fixing the input type focus and reverting the enterKeyPress logic

* browse path is created, need stylings,refactor,filestream selection and add

* fixing the flickering issue with data refresh

* new file options toggle and grid display string updates

* moving code inline and using actual component

* cleanup

* Add file saving is done, except one styling issue with autogrowth section

* add,remove working, need to edit file

* add, edit, remove - all working, need css fixes and -1 fix

* addressing code review comments

* adding local changes adn fixing for edit file

* adjusting css

* addressing code review comment for using loc var instead of duplicated line of code to get the rowinfo

* all fixed, need testing and refactor

* vBump STS  and fixing required field causing the apply button not enable for other options on main branch

* fixing autogrowth radio buttons change updates

* all working except some css

* disabled size for filestream

* fixing filegroups and filetypes scnearios, added filename validation for newfile, todo:editingNew file

* added max and min values to the inputs

* editing filename validation completed, all done exccept CSS

* all fixed except scroll bar

* edit db file header, filename enable issue fix

* PR comment supporting updates for STS

* initial commit

* min updates

* loading data into table.. adding rows

* modfying addButtonsForTable method and reusing it for edit button

* add empty row/remove done, edit name and other columns required and save with tests

* All working except new name validation

* adding validation

* code review comment updates

* Dialogbase addbuttons to table refactored

* more typo fixes

* all working except 'Remove' revist logic and delete correct row

* removing fulltext index prop

* adding defualt conditions to the columns checkboxes

* service fix

* using path.join instead of hardcoded separators

* updating files is updating filegroups tabs, removing fg to file update required

* fixed toggle remove button for tab;es

* filegroup refactor

* update filegroups and files on new fg name

* final commit changes

* code review updates

* vBump STS to 4.9.0.26
2023-08-30 19:21:46 -05:00
Cory Rivera e4abe4d167
Add Attach Database dialog (#24225) 2023-08-30 13:38:25 -07:00
Christopher Suh 9eee1384b4
Add telemetry to custom provider endpoints (#24229)
* add telemetry to custom provider endpoints

* add reload ads telemetry

* change import

* add telemetry error event

* use vscode getpackageinfo

* remove getpackageinfo, fix semicolon

* use enum for telemetry message

* add enum, use error object instead of message for telemetry
2023-08-30 10:07:53 -07:00
Kim Santiago 55b6f4d16b
update sql projects azdata dependency to 1.46.0 (#24248) 2023-08-30 06:08:50 -10:00
Barbara Valdez 362290f8ec
Add security tab for server properties (#24209)
Co-authored-by: Cory Rivera <corivera@microsoft.com>
2023-08-29 13:28:17 -07:00
Sakshi Sharma a21aa840c9
Add reusable settings dialog to QDS Reports (#24181)
* Initial changes

* Add time, resource and chart component to config dialog

* Add appropriate components of Configuration to Overall Resource Consumption Report and Top Resource Consuming Queries

* Fix alignment and sizes of components

* Address comments. Add group containers for individual components

* Fix alignment

* Add extra label and address comments

* Address comments. Fix sequence of component addition

* Update function definition to take in config information, instead of boolean to accomodate all future reports. And update doc comment
2023-08-29 13:04:29 -07:00
Sai Avishkar Sreerama c4b1765745
Enabling Files tab to the database properties (#24138)
* initial changes for loadin dsc table with real values from smo

* Displaying diff columns for DSC for diff sql server

* checkbox maiants the selection

* elevate option fails to load correct value when set to when_supported option

* all working till maxdop, todo pause option, save

* commented MAXDOP changes, as it is causing issues

* primary,sec,checkbox working as expected, TODO:MaxDop etc options,saving,tests

* Undo MAXDOP commented code

* refactored with service data

* column header width adjustments

* Maxdop and pause resume options completed, apply button is failing now

* Removed option names from loc  and using Id instead as names may change in future like in doc

* Apply button fixed

* refactored to reduce table reload

* Ledger digest completed

* refactor done: maxdop secondary shows wrong data from pause_resume

* refactor more: all working but table focus disturbs on update table

* adds conditions for unsupported dsc to <2016 server

* maxdop secondary checkbox fix

* rows still loses focus after value change due to update table row data

* Fixed updating secondary dropdown value

* reusing the private method and removed the duplicated codes

* initial commit - fullText and owner need revision

* Enter key in input type allows the change to update the table data, reduces the live update issues

* Setting focus to the current row

* loading data, need stylings-increase col length, etc

* using the existed setTableData method

* Adding new file dialog

* creating addFile, but not displaying in table, issue with appendData

* Adding row to the table, options are getting from STS

* all working except InPercent value

* code review comment updates

* Input type checkbox update table additional validation

* all except path

* fixing the input type focus and reverting the enterKeyPress logic

* browse path is created, need stylings,refactor,filestream selection and add

* fixing the flickering issue with data refresh

* new file options toggle and grid display string updates

* moving code inline and using actual component

* cleanup

* Add file saving is done, except one styling issue with autogrowth section

* add,remove working, need to edit file

* add, edit, remove - all working, need css fixes and -1 fix

* addressing code review comments

* adding local changes adn fixing for edit file

* adjusting css

* addressing code review comment for using loc var instead of duplicated line of code to get the rowinfo

* all fixed, need testing and refactor

* vBump STS  and fixing required field causing the apply button not enable for other options on main branch

* fixing autogrowth radio buttons change updates

* all working except some css

* disabled size for filestream

* fixing filegroups and filetypes scnearios, added filename validation for newfile, todo:editingNew file

* added max and min values to the inputs

* editing filename validation completed, all done exccept CSS

* all fixed except scroll bar

* edit db file header, filename enable issue fix

* PR comment supporting updates for STS

* min updates

* modfying addButtonsForTable method and reusing it for edit button

* code review comment updates

* Dialogbase addbuttons to table refactored

* more typo fixes

* removing fulltext index prop

* service fix

* using path.join instead of hardcoded separators

* final commit changes
2023-08-29 14:42:09 -05:00
Sai Avishkar Sreerama 9557e77982
STS version bump to 4.9.0.25 (#24245) 2023-08-29 14:15:42 -05:00
Kim Santiago 40e501fe32
update Microsoft.Build.Sql SDK version used to build legacy sql projects to 0.1.12-preview (#24236) 2023-08-28 15:44:15 -10:00
Z Chen 98c17b85e7
Add projects support for Fabric DW (#24014)
* Update STS and add new platform

* Update vsix version

* Create Fabric DW project from database

* Fix target platform name

* Address comments

* Revert projects version to 1.3.0

* Update STS to 4.9.0.22

* PR comment
2023-08-28 11:16:38 -07:00
Cheena Malhotra 8c98862343
Bump STS to v4.9.0.22 (#24212) 2023-08-24 09:47:07 -07:00
Cheena Malhotra 6c6464e772
Part 2 - Make Model view components disposable + dispose all emitters (#24097) 2023-08-23 12:46:09 -07:00
Chris LaFreniere 25a658775c
Ensure Notebook v6 Pip Package Installed (#24180)
* Force notebook v6

* Ensure installExactVersion

* Fix jupyter installation tests
2023-08-22 16:04:34 -07:00
Barbara Valdez 41ad39f665
Enable script button for Server properties (#24201)
* enable script button

* remove override method
2023-08-22 15:42:11 -07:00
Lewis Sanchez d5a9c172d1
Integrate Contextualization API into Azure Data Studio to get better query recommendations from Copilot (#24044)
* Boilerplate for new metadata API endpoint

* Register all server metadata provider

* Fully registers data provider

* Registers metadata provider

* Instantiate metadata service

* Generates server metadata when connection is established

* Allow queryEditorInput to get server metadata

* Minor clean up

* Renames metadata provider and request endpoint

* Corrects documentation block

* Integrates get server metadata request endpoint

* Adjusts GetServerMetadataResult scripts type

* Add back Cargo.toml file

* Fix SQL hygiene error

* reflect changes made in in STS for table metadata

* Adds feature toggle to serverMetadataService

* Places toggle before request to get create scripts

* Fix build check issues

* Minor review changes

* Improves contextualization setting label

* Generalize contextualization service names

* Additional code review changes

* Update extensions/mssql/src/contracts.ts

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

* Update src/sql/azdata.proposed.d.ts

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

* Code reivew changes

* Capitalize c in contextualization

* Additional review changes

* Update provider type

* Simplify type and method names

* Unregister MSSQL ServerContextualization provider

---------

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2023-08-21 19:54:44 -07:00
Barbara Valdez df5693ffd3
update sts (#24178) 2023-08-21 16:26:45 -07:00
Barbara Valdez 60bff01240
Add processors tab (#23634)
Co-authored-by: Cory Rivera <corivera@microsoft.com>
2023-08-21 10:52:55 -07:00
Cory Rivera 0e7942913b
Replace usage of Delete with Drop in object management code (#24159)
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2023-08-17 14:26:03 -07:00
Aasim Khan 2fce9c5b38
Adding sql core dll to esrp code signing and updating sts (#24157) 2023-08-17 21:25:22 +00:00
Lewis Sanchez 1a6bc13885
Remove context builder Extension (#24156)
* Remove context builder ext

* Compiled build dir output
2023-08-17 09:58:48 -07:00
Christopher Suh f7c71a1fb3
Change proxy to Axios (#24118) 2023-08-16 21:23:50 -07:00
Sai Avishkar Sreerama e5b7bff7b4
Enabling Database scoped configurations tab to DB Properties (#23890)
* initial changes for loadin dsc table with real values from smo

* Displaying diff columns for DSC for diff sql server

* checkbox maiants the selection

* elevate option fails to load correct value when set to when_supported option

* all working till maxdop, todo pause option, save

* commented MAXDOP changes, as it is causing issues

* primary,sec,checkbox working as expected, TODO:MaxDop etc options,saving,tests

* Undo MAXDOP commented code

* refactored with service data

* column header width adjustments

* Maxdop and pause resume options completed, apply button is failing now

* Removed option names from loc  and using Id instead as names may change in future like in doc

* Apply button fixed

* refactored to reduce table reload

* Ledger digest completed

* refactor done: maxdop secondary shows wrong data from pause_resume

* refactor more: all working but table focus disturbs on update table

* adds conditions for unsupported dsc to <2016 server

* maxdop secondary checkbox fix

* rows still loses focus after value change due to update table row data

* Fixed updating secondary dropdown value

* reusing the private method and removed the duplicated codes

* Enter key in input type allows the change to update the table data, reduces the live update issues

* Setting focus to the current row

* using the existed setTableData method

* code review comment updates

* Input type checkbox update table additional validation

* fixing the input type focus and reverting the enterKeyPress logic

* fixing the flickering issue with data refresh

* moving code inline and using actual component

* cleanup

* addressing code review comments

* addressing code review comment for using loc var instead of duplicated line of code to get the rowinfo

* vBump STS  and fixing required field causing the apply button not enable for other options on main branch
2023-08-16 12:00:18 -05:00
Alex Ma b150461b27
Added required devDependencies to address the ComponentGovernance alerts (#24139)
* Added required devDependencies to address the ComponentGovernance alerts

* removed unnecessary dependencies
2023-08-15 13:59:52 -07:00
Barbara Valdez 3fbca593be
Refactor create inputbox method (#24113)
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2023-08-15 13:36:02 -07:00
Aasim Khan 752c33c960
Vbumping vscodetestcover (#24133) 2023-08-15 17:22:30 +00:00
Kim Santiago 988b3ccd3c
fix schema compare 'Yes' button not showing for recomparing after changing options (#24134) 2023-08-15 07:09:30 -10:00
Cory Rivera 04301629c1
Rename internal references to Delete Database to Drop Database (#24132) 2023-08-14 14:23:53 -07:00
Cory Rivera 22e2b0df9f
Add Delete Database dialog to enable additional deletion options (#24109) 2023-08-14 11:20:08 -07:00
Lewis Sanchez 606d808641
Initial commit for Context Builder extension (#24094)
* Initial commit for context-builder extension

* Fix eslint unused param error
2023-08-08 17:05:01 -07:00
Cheena Malhotra 0328450f6a
Bump STS to v4.9.0.10 (#24064) 2023-08-02 17:07:26 -07:00
Charles Gagnon ae05fdc332
Add JS language support (#24035)
* Add JS language support

* fixes
2023-07-31 14:59:15 -07:00
Cheena Malhotra 77ac63741f
Use connection Id from result for fetching database list (#24017) 2023-07-31 10:23:22 -07:00
Cory Rivera 9727a761c9
Select default database dropdown values based on a default index value (#24013) 2023-07-28 14:37:37 -07:00
Cory Rivera 5c5b73525d
Connect query editor when producing script from object management dialogs. (#24015) 2023-07-28 14:26:33 -07:00
Christopher Suh 7e16d9660f
initial commit, added more relevant error codes (#24005) 2023-07-28 09:43:52 -07:00
Christopher Suh 08909dfb27
Add no clouds selected warning popup (#24004)
* initial commit, add no clouds selected warning popup

* move to constants file
2023-07-27 17:42:47 -07:00
Sakshi Sharma eef6ddd7e7
Vbump extensions for Sept release (#23984) 2023-07-26 10:48:27 -07:00
Cory Rivera cc778ad69f
Use faster, editable dropdown for Collations in database dialogs (#23974)
* Also fixed an issue where a manually edited text field doesn't get updated when selecting the same dropdown value from before the manual edit.
---------

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2023-07-26 10:04:29 -07:00
Ali 321117014d
Fix broken link in notebook README.md (#23980)
replace the old jupyter notebook link with a new working link
2023-07-25 09:51:15 -07:00
Drew Skwiers-Koballa 9a891605c8
updating eula for import to non-preview (#23951) 2023-07-20 15:40:58 -07:00
Christopher Suh 91359a32c9
Remove ADAL Code (#23360)
* initial commit, removed all adal code

* remove all authLibrary references in extension/azurecore

* removed authLibrary references from src/sql

* remove MSAL/ADAL setting option

* wip fixing tests and removing Msal from method names

* fixed tests

* create accountInfo mock

* fix tests

* fix clientApplication mock

* remove clientapplication

* fix compile

* add typing

* wip

* wip

* wip

* fix tree provider

* remove SimpleTokenCache, FileDatabase & tests

* remove remaining adal / authentication library references:

* remove comma from package.nls.json

* fix error fetching subscriptions

* fix tests

* remove getAzureAuthenticationLibraryConfig

* remove adal check

* fix build

* remove test

* undo remove customProviderSettings

* fix bracket
2023-07-20 10:37:38 -07:00
dependabot[bot] e85c9a8644
Bump word-wrap from 1.2.3 to 1.2.4 in /extensions/notebook-renderers (#23926)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-18 16:07:54 -07:00
Cheena Malhotra a833ae7b79
Allow empty username + fix profiles on read (#23924) 2023-07-18 16:03:10 -07:00
Kim Santiago ad61bf9870
remove fixed size of schema compare split view (#23910) 2023-07-18 12:42:48 -10:00
Christopher Suh a752c84216
Add support for custom endpoints (#23390)
* initial commit, add support for custom endpoints

* add template file with public azure endpoints

* add throw error, fix compile

* update description

* move custom provider to settings.json

* cleanup

* test

* wip

* try fix build error

* wip fix build issue

* add typings for package.json

* test remove default

* fix typings

* fix typing

* add object definitions

* add additional checks

* test define object

* add default

* remove default and extra checks

* Organize code well to fix integration tests (#23697)

* pr review updates

* fix custom setting checker

* fix default behavior

* add more required, change name for default cloud

* add one more required

* modify required properties to match with api

* Update extensions/azurecore/package.json

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

* Update extensions/azurecore/package.json

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

* pr review changes

* remove default value from display name

* make akv optional

* remove default name

* remove default

* update descriptions, function names

* add client ID

* small fix

* Update extensions/azurecore/package.nls.json

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

* Update extensions/azurecore/package.json

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

* updated names

* add custom for configkey

* providerSettingsJson -> customProviderSettings

---------

Co-authored-by: Cheena Malhotra <13396919+cheenamalhotra@users.noreply.github.com>
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2023-07-18 14:16:53 -07:00
Alex Ma a0a685bbcf
Remove/comment out connection title generation from all areas. (#23873) 2023-07-18 10:47:50 -07:00
Cory Rivera fed4f2a18e
Change OK button label based on whether the dialog is creating a new object or updating an existing one. (#23908) 2023-07-17 15:54:30 -07:00
Kim Santiago eeab2b4abe
Fix horizontal split view not working (#23889)
* Horizontal splitview sorta working

* remove the old element

* support getting size from model view container

* cleanup

* make splitViewHeight optional

* Update src/sql/azdata.proposed.d.ts

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

* fix test

---------

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2023-07-17 12:31:04 -10:00
Steven Marturano 8161ad9c2f
Added info box to help user navigate the wizard (#23868)
* Added info box to help user navigate the wizard

* Addressed PR feedback
2023-07-17 15:38:02 -04:00
Sakshi Sharma a9a9abd5c1
Add unit test framework for QDS Extension (#23776)
* Query store unit test infra setup

* Update yarn.lock file

* Update tests for utils.ts

* Move test utilities interfaces and functions to its own file
2023-07-17 11:33:05 -07:00
brian-harris 3050c57df3
fix migration summary details page for sqldb (#23858) 2023-07-14 10:16:39 -07:00
Barbara Valdez 6e84766cec
Add basic validation to database names (#23842)
Co-authored-by: Cory Rivera <corivera@microsoft.com>
Co-authored-by: Cory Rivera <corivera@microsoft.com>
2023-07-14 10:11:52 -07:00
Cheena Malhotra 6e29e50001
Clean encryption keys with cache clear command (#23875) 2023-07-14 09:29:11 -07:00
Kim Santiago 221408c7a3
Fix error when opening create project from db dialog without connection (#23864)
* Fix error when opening create project from db dialog without connection

* Update extensions/sql-database-projects/src/dialogs/createProjectFromDatabaseDialog.ts

Co-authored-by: Benjin Dubishar <benjin.dubishar@gmail.com>

---------

Co-authored-by: Benjin Dubishar <benjin.dubishar@gmail.com>
2023-07-13 11:56:29 -10:00
brian-harris f7095f593b
SQL-Migration: fix get subscriptions failure, that prevents valid subscriptions from loading. (#23848)
* instrument subscription get calls

* remove console logging and vbump 1.4.9
2023-07-12 21:45:36 -07:00
Alexander Perfilyev 8b4b84e5c0
Parameter renaming and number of calls reduce (#23760)
Co-authored-by: Alexander Perfilyev <aperfilyev@microsoft.com>
2023-07-12 15:28:23 -07:00
Sai Avishkar Sreerama 207b1daf9f
Making IsLedger Property to Read-only (#23804)
* Making IsLedger Property to Read-only

* refactor

* Update extensions/mssql/src/objectManagement/ui/databaseDialog.ts

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

---------

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2023-07-12 16:13:38 -05:00
Cory Rivera d23cb8e90f
Bump SQL Tools version to 4.9.0.3 (#23813) 2023-07-12 13:08:23 -07:00
Steven Marturano b595115c8a
Smartura/sql migrate tde improvements (#23631)
* Automatically migrate certs on last page of wizard

* Updated TDE configuration dialog wording

* Added ConfigDialogSetting to track user selection

* Added numberOfDbsWithTde telemetry prop

* Migrate certs button moved back to target page

* Enable next button on cert migration success

* Reset TDE migration result if target changes

* Addressed PR feedback

* Added TDE navigation validator

* Fixed typo
2023-07-12 12:32:28 -07:00
dependabot[bot] bf39096964
Bump semver from 5.7.1 to 5.7.2 in /extensions/azuremonitor (#23814)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 11:49:24 -07:00
dependabot[bot] 1752ab1772
Bump semver from 5.7.1 to 5.7.2 in /extensions/cms (#23812)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 11:49:07 -07:00
dependabot[bot] 22df27bc9b
Bump semver from 5.7.1 to 5.7.2 in /extensions/dacpac (#23811)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 11:45:46 -07:00
dependabot[bot] 3f6580197c
Bump semver from 5.7.1 to 5.7.2 in /extensions/data-workspace (#23810)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 11:44:49 -07:00
dependabot[bot] 71db0b8214
Bump semver from 5.7.1 to 5.7.2 in /extensions/datavirtualization (#23809)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 11:44:29 -07:00
dependabot[bot] 7b82ed2608
Bump semver from 5.7.1 to 5.7.2 in /extensions/git (#23807)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 11:43:56 -07:00
dependabot[bot] 5bd72a2725
Bump semver from 5.7.1 to 5.7.2 in /extensions/github-authentication (#23808)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 11:43:34 -07:00
dependabot[bot] 9bf759a6c6
Bump semver from 5.7.1 to 5.7.2 in /extensions/import (#23805)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 11:36:18 -07:00
dependabot[bot] e10c59dbe2
Bump semver from 5.7.1 to 5.7.2 in /extensions/json-language-features (#23801)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 11:35:44 -07:00
dependabot[bot] 22097c5aa8
Bump semver from 5.7.0 to 5.7.2 in /extensions/kusto (#23802)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.0 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.0...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 11:35:20 -07:00
dependabot[bot] d4c0cc7006
Bump semver from 5.7.1 to 5.7.2 in /extensions/machine-learning (#23800)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 11:32:47 -07:00
dependabot[bot] 7217ae8d4c
Bump semver in /extensions/markdown-language-features (#23799)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 10:43:43 -07:00
dependabot[bot] 0dbf62075a
Bump semver from 5.7.1 to 5.7.2 in /extensions/media-preview (#23797)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 10:43:22 -07:00
dependabot[bot] 0f7ae5bb32
Bump semver from 5.7.1 to 5.7.2 in /extensions/merge-conflict (#23798)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 10:42:54 -07:00
dependabot[bot] 40e8325294
Bump semver from 5.7.1 to 5.7.2 in /extensions/arc (#23757)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 10:42:16 -07:00
dependabot[bot] 11dca8fbbc
Bump semver from 5.6.0 to 5.7.2 in /extensions/notebook (#23752)
Bumps [semver](https://github.com/npm/node-semver) from 5.6.0 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.6.0...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 10:41:42 -07:00
dependabot[bot] dd36356a6d
Bump semver from 5.7.1 to 5.7.2 in /extensions/microsoft-authentication (#23796)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 10:32:05 -07:00
dependabot[bot] 251cb8bb81
Bump semver from 5.7.1 to 5.7.2 in /extensions/query-history (#23795)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 10:30:24 -07:00
dependabot[bot] 30d2a8a1eb
Bump semver from 5.7.1 to 5.7.2 in /extensions/simple-browser (#23784)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 10:29:31 -07:00
dependabot[bot] 32421b9a51
Bump semver from 6.3.0 to 6.3.1 in /extensions/sql-assessment (#23764)
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 10:29:02 -07:00
dependabot[bot] d96e3f97f9
Bump semver from 5.7.1 to 5.7.2 in /extensions/sql-migration (#23761)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 10:28:01 -07:00
dependabot[bot] 267c998755
Bump semver from 5.7.1 to 5.7.2 in /extensions/integration-tests (#23753)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 10:25:58 -07:00
dependabot[bot] 5d58cd0999
Bump semver from 5.7.1 to 5.7.2 in /extensions/agent (#23751)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-12 10:25:05 -07:00
Sai Avishkar Sreerama 9884bb44c0
Recovery time validation (#23789) 2023-07-12 10:47:10 -05:00
dependabot[bot] c3ef0f91cb
Bump semver from 5.7.1 to 5.7.2 in /extensions/schema-compare (#23785)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-11 16:10:24 -10:00
dependabot[bot] 7103aaae09
Bump semver from 5.7.1 to 5.7.2 in /extensions/mssql (#23756)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-11 17:25:02 -07:00
dependabot[bot] b2cfdd0bcb
Bump semver from 5.7.1 to 5.7.2 in /extensions/azurecore (#23755)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-11 17:24:19 -07:00
dependabot[bot] 4959bce50b
Bump semver from 5.7.1 to 5.7.2 in /extensions/sql-bindings (#23763)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-11 15:54:34 -07:00
Cheena Malhotra ddb5a13b45
Enable connection pooling by default (targeting Sept release) (#23777) 2023-07-11 15:25:23 -07:00
Sakshi Sharma 94c1e298df
Update vscode version for Profiler extension (#23767)
* Update vscode version for Profiler extension

* Include all versions (*)
2023-07-11 11:42:39 -07:00
Barbara Valdez 03acee1d12
Create new context menu item for Database (#23771) 2023-07-11 11:28:04 -07:00
Barbara Valdez bfb8536aa6
Fix error when trying to update server or database properties (#23695) 2023-07-11 11:07:09 -07:00
Cheena Malhotra ba483815b2
Fix connection URI default value comparisons (#23705) 2023-07-11 10:44:59 -07:00
Barbara Valdez 017fcf14b0
Fix issues found in the bug bash (#23741)
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2023-07-11 10:15:41 -07:00
Cory Rivera af0e2baa7e
Limit Detach Database and Database/Server Properties to insiders and dev builds. (#23750) 2023-07-11 09:48:36 -07:00
dependabot[bot] 0917ea3ffe
Bump semver from 5.7.1 to 5.7.2 in /extensions/admin-tool-ext-win (#23754)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-10 22:25:03 -07:00
Kim Santiago e6b4d2e634
cleanup uneccessary awaits in query store extension (#23701) 2023-07-10 11:15:21 -10:00
Sakshi Sharma 1bfeae6ee6
Vbump profiler extension (#23732)
* Vbump profiler extension

* Update min azdata version to be the current version for openXEL to work
2023-07-10 12:03:10 -07:00
dependabot[bot] d555c8d5cc
Bump tough-cookie from 4.1.2 to 4.1.3 in /extensions/notebook-renderers (#23703)
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-09 11:13:22 -07:00
dependabot[bot] 0a9e7674e4
Bump tough-cookie from 4.0.0 to 4.1.3 in /extensions/integration-tests (#23702)
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-09 11:13:06 -07:00
Sakshi Sharma 2fd2b79611
ADS changes for opening XEL files (#23666)
* Initial set of changes for opening XEL files in ADS

* Code cleanup and update STS version

* Fix runtime errors

* Address comments

* Address comments and update Start button to be disabled for file session

* Code cleanup
2023-07-09 10:22:12 -07:00
Cory Rivera 92249aedda
Exclude system databases for Delete, Detach, and New object management commands (#23696) 2023-07-07 18:12:12 -07:00
Barbara Valdez 9e3f117c4a
include latest changes in sts (#23699) 2023-07-07 15:54:58 -07:00
Chris LaFreniere edba697c3f
Add syntaxes folder to markdown-math (#23692) 2023-07-07 14:00:08 -07:00
Barbara Valdez a52f86bc48
Add memory inputs validation (#23685)
* memory validation

* Update extensions/mssql/src/objectManagement/localizedConstants.ts

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

* Update extensions/mssql/src/objectManagement/localizedConstants.ts

Co-authored-by: Cory Rivera <corivera@microsoft.com>

* rename property to match sts

---------

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
Co-authored-by: Cory Rivera <corivera@microsoft.com>
2023-07-07 12:36:55 -07:00
Barbara Valdez 8048cab162
enable properties dialog (#23691) 2023-07-07 11:41:28 -07:00
Cheena Malhotra 3a7ce6ac24
Support enabling connection pooling (on demand) + additional telemetry (#23664) 2023-07-07 11:31:10 -07:00
Charles Gagnon cb32513f9e
Update dataprotocolclient to 1.3.6 (#23690) 2023-07-07 11:08:11 -07:00
Cory Rivera f4688f447c
Add New Object context menu entries on the objects themselves in OE (#23676) 2023-07-07 10:45:39 -07:00
Barbara Valdez a6cba3b318
Update STS (#23682)
* vbump sts

* update version to latest build
2023-07-07 09:57:51 -07:00
Sai Avishkar Sreerama acfa93fbb8
Enabling options tab for database properties (#23448)
* Initial commit for adding a basic general tab for the database properties

* Refactoring for dialog inputs

* removed properties nodeType and using database node and additional cleanup, diabling the functionality.

* Changes according to STS data fetch

* Reuse database Dialog

* Undo contract file change

* more refactoring

* fetched scrollbar fix into this PR

* Tabbed panel is being used for horizontal tabs

* stying fix for general tab button

* final commit for today :)

* Updates according to STS changes

* missed updates

* Refactored updates

* moved options as discussed and added collapsible sections... need to fix scroll bar

* Fixing the horizontal scroll bar of tabbedpanel

* initial updates

* need to fix the error!

* rror fixed and options are loading with sample values

* need to load real values for all felds and map values to dropdown options

* Dd loading correctly, need to add validation to recovery field and save options back

* refactor

* removing nullable property

* All changes done except recoveryTime validation

* Refactoring

* all values are saving as expected, isDirty flag is fixed. Todo: recovery validation and tests

* added general section for the options tab

* modifying pageVerify and userAccess to string array

* updates to general section of options tb

* disabling couple of general properties for MI

* Adding server edition conditions and toggling the UI options

* adding numeric validation to the recovey time

* Removing serveInfo logic and using the unsupported options approach from STS

* addressing comments and little code refactor

* changes with nullOrUndefined helper method

* replacing dropdowns with checkboxes

* adding unit test for helper method

* removed commented sample code and added comments
2023-07-06 18:22:20 -05:00
Chris LaFreniere 6125708b25
Reenabling book trust manager tests (#23594)
* Reenabling book trust manager tests

* Also fix trustbook test
2023-07-06 15:47:16 -07:00
Barbara Valdez 32356cabc5
Server properties fixes (#23667)
* server properties fixes
2023-07-06 12:58:01 -07:00
Charles Gagnon 85beb65ad0
Add missing CREATE DATABASE keywords for syntax colorization (#23662)
* Add missing CREATE DATABASE keywords for syntax colorization

* remove script
2023-07-05 17:15:59 -07:00
Kim Santiago fbfef45c65
fix active border on input box in issue reporter not being visible (#23628) 2023-07-05 12:34:10 -10:00
Aasim Khan 28e59f44e2
Adding execution plan component to model view. (#23620) 2023-07-05 13:33:28 -07:00
Christopher Suh 831b9eecc2
Add Patch Support (#23591)
* add patch support

* docs and cleanup

* one more doc
2023-07-03 12:44:19 -07:00
Cory Rivera b302aa9b81
Enable ipynb extension to fix vscode notebooks (#23608) 2023-06-30 15:40:32 -07:00
Cheena Malhotra a64d3dd587
Azure auth - throw original error message (#23613) 2023-06-30 15:13:39 -07:00
Alan Ren 6fc5a2cdb2
fix input border in some light themes (#23599) 2023-06-30 14:34:53 -07:00
Christopher Suh b409d9e5bb
update tenant version (#23525) 2023-06-30 13:02:34 -07:00
Charles Gagnon 4a160b331f
Cleanup OE context menu order (#23592) 2023-06-30 11:33:05 -07:00
Kim Santiago e327c9a32d
vbump sql projects and schema compare (#23578) 2023-06-30 06:35:41 -10:00
Charles Gagnon f6500febb2
Update admin tools ext properties menu item text (#23574)
* Update admin tools ext properties menu item text

* vbump
2023-06-29 16:38:45 -07:00
Kim Santiago 220b2b4ac4
Initial changes for reusable QDS report (#23527)
* initial changes for making a QDS report with placeholders

* Add icon for configure button

* Add another example report to show layout

* move files

* add placeholder names to components and cleanup toolbar

* cleanup

* switch to createViews() instead of createTop and BottomSections()

* add QueryStoreView class for the different components in a report

* cleanup

* add more comments

* fix yarn not running for query store extension folder

* add missing break

* change one more view to container
2023-06-29 13:24:22 -10:00
Kim Santiago facb275cfd
Fixing the folder icons in the schema compare and dacpac extensions (#23532) 2023-06-29 07:23:01 -10:00
Karl Burtram 737b6ec726
Reenable extension unit tests (#23497)
* Reenable extension unit tests

* Turn off Notebook Trust test cases

* Skip another failing notebook trust test

* Limit scope of disabled tests to only folder scenarios
2023-06-29 00:23:08 -07:00
Aasim Khan 78ccf9fe0d
Replacing contains filter from like filter in OE (#23422) 2023-06-28 22:51:14 -07:00
Hai Cao 4869ebab51
Add a config for copying with trailing line break (#23481) 2023-06-28 14:34:52 -07:00
Cory Rivera dd0bc9d0f3
Add Preview tags to object management context menu entries (#23499) 2023-06-28 10:03:04 -07:00
brian-harris 00e2b9a71d
sql-migration: add custom User-Agent to rest API calls (#23503)
* add custom user-agent

* update all api calls w/useragent
2023-06-28 07:46:09 -07:00
Cheena Malhotra 0970442a5c
Add Cosmos DB PostgreSQL Cluster + display only available resources (#23469) 2023-06-27 15:55:10 -07:00