microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.58k stars 908 forks source link

Add required indicators to fields #25992

Closed akshika898 closed 2 days ago

akshika898 commented 4 weeks ago

Added required indicator in sql migration extension experience: 1) For subscription field 2) For database backup fields

Linked issue: https://github.com/microsoft/azuredatastudio/issues/25919 Task link: https://dev.azure.com/msdata/Database%20Systems/_workitems/edit/3563160

Fix:

Before:

image image image

After:

image image image
akshika898 commented 4 weeks ago

@akshika898 please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.

@microsoft-github-policy-service agree [company="{your company}"]

Options:

  • (default - no company specified) I have sole ownership of intellectual property rights to my Submissions and I am not making Submissions in the course of work for my employer.
@microsoft-github-policy-service agree
  • (when company given) I am making Submissions in the course of work for my employer (or my employer has intellectual property rights in my Submissions by contract or applicable law). I have permission from my employer to make Submissions and enter into this Agreement on behalf of my employer. By signing below, the defined term “You” includes me and my employer.
@microsoft-github-policy-service agree company="Microsoft"

Contributor License Agreement

@microsoft-github-policy-service agree company="Microsoft"

coveralls commented 4 weeks ago

Pull Request Test Coverage Report for Build 11927586156

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Files with Coverage Reduction New Missed Lines %
extensions/sql-database-projects/src/dialogs/createProjectFromDatabaseQuickpick.ts 6 83.64%
extensions/sql-database-projects/src/controllers/projectController.ts 72 39.3%
<!-- Total: 78 -->
Totals Coverage Status
Change from base Build 11467144417: 0.003%
Covered Lines: 30722
Relevant Lines: 68916

💛 - Coveralls
aasimkhan30 commented 3 weeks ago

@akshika898 , can you add before pictures?

akshika898 commented 3 weeks ago

@akshika898 , can you add before pictures?

Added @aasimkhan30