Skip to content

Adding fabric warning for dacpac dialog and small fix to styles#20599

Merged
allancascante merged 3 commits intomainfrom
dev/allancascante/fabric_target_message
Nov 17, 2025
Merged

Adding fabric warning for dacpac dialog and small fix to styles#20599
allancascante merged 3 commits intomainfrom
dev/allancascante/fabric_target_message

Conversation

@allancascante
Copy link
Copy Markdown
Contributor

@allancascante allancascante commented Nov 15, 2025

Description

Dacpac deploy to new database and bacpac import to new database is not supported, adding message and UI changes to allow some partial support. Also fixed the layout to show scrollbars when the window is too small to fit the dialog.

On Deploy dacpac:
image

On import bacpac
image

This was reported as part of #20568 and #20567

Code Changes Checklist

  • New or updated unit tests added
  • All existing tests pass (npm run test)
  • Code follows contributing guidelines
  • Telemetry/logging updated if relevant
  • No regressions or UX breakage

Reviewers: Please read our reviewer guidelines

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Nov 15, 2025

PR Changes

Category Target Branch PR Branch Difference
Code Coverage 59.70% 59.70% ⚪ 0.00%
VSIX Size 5254 KB 5254 KB ⚪ 0 KB ( 0% )
Webview Bundle Size 5280 KB 5280 KB ⚪ 0 KB ( 0% )

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Nov 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 38.81%. Comparing base (2e83fc1) to head (8d1f163).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #20599   +/-   ##
=======================================
  Coverage   38.80%   38.81%           
=======================================
  Files         213      213           
  Lines       87245    87253    +8     
  Branches    19521    19521           
=======================================
+ Hits        33858    33864    +6     
- Misses      53139    53141    +2     
  Partials      248      248           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@allancascante allancascante changed the title adding fabric warning for dacpac dialog and small fix to styles Adding fabric warning for dacpac dialog and small fix to styles Nov 17, 2025
/**
* Checks if a connection profile is connected to a Fabric server
*/
private isFabricConnection(profile: IConnectionDialogProfile): boolean {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT. Maybe move this to general utils so we don't duplicate this.

@allancascante allancascante merged commit ae661d5 into main Nov 17, 2025
3 checks passed
@allancascante allancascante deleted the dev/allancascante/fabric_target_message branch November 17, 2025 19:11
allancascante added a commit that referenced this pull request Nov 17, 2025
* adding fabric warning for dacpac dialog and small fix to styles

* lint fixes

* localization changes
kburtram pushed a commit that referenced this pull request Nov 17, 2025
#20604)

* Follow up fixes after PR merge (#20519)

- Added when clause to DacPac commands in command palette to respect mssql.experimentalFeaturesEnabled flag #20512 
- Renamed DacPac commands to grouped naming convention (mssql.dacpacDialog.*) #20513 
- Added OS-specific localization for "Reveal in Explorer" button (Windows/macOS/Linux) #20511 
- Extracted Data-tier Applications documentation URL to constants
- Updated application version validation to accept 2-part versions (e.g., 1.0) #20514 
- Changed validation state to display warnings

* Adding fabric warning for dacpac dialog and small fix to styles (#20599)

* adding fabric warning for dacpac dialog and small fix to styles

* lint fixes

* localization changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

4 participants