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

6 Коммитов

Автор SHA1 Сообщение Дата
JosephPilov-MSFT f5542d615c
Setup script update and MS Nuget Packages upgrade to latest (#376)
* #308 add RMLutil search string due to change in installation name in registry + comment out CLR types and RVC

* #375 Update all MS packages + 1 line code change as a result of update
2024-10-12 12:08:47 -05:00
dependabot[bot] 088b359a65
Bump the nuget group across 8 directories with 2 updates (#360)
Bumps the nuget group with 2 updates in the /BulkLoadEx directory: Azure.Identity and System.Text.Json.
Bumps the nuget group with 2 updates in the /LinuxPerfImporter directory: Azure.Identity and System.Text.Json.
Bumps the nuget group with 2 updates in the /NexusInterfaces directory: Azure.Identity and System.Text.Json.
Bumps the nuget group with 2 updates in the /PerfmonImporter directory: Azure.Identity and System.Text.Json.
Bumps the nuget group with 2 updates in the /ReadTraceNexusImporter directory: Azure.Identity and System.Text.Json.
Bumps the nuget group with 2 updates in the /RowsetEditor directory: Azure.Identity and System.Text.Json.
Bumps the nuget group with 2 updates in the /RowsetImportEngine directory: Azure.Identity and System.Text.Json.
Bumps the nuget group with 2 updates in the /sqlnexus directory: Azure.Identity and System.Text.Json.


Updates `Azure.Identity` from 1.11.3 to 1.11.4

Updates `System.Text.Json` from 4.7.2 to 8.0.4

Updates `Azure.Identity` from 1.11.3 to 1.11.4

Updates `System.Text.Json` from 4.7.2 to 8.0.4

Updates `Azure.Identity` from 1.11.3 to 1.11.4

Updates `System.Text.Json` from 4.7.2 to 8.0.4

Updates `Azure.Identity` from 1.11.3 to 1.11.4

Updates `System.Text.Json` from 4.7.2 to 8.0.4

Updates `Azure.Identity` from 1.11.3 to 1.11.4

Updates `System.Text.Json` from 4.7.2 to 8.0.4

Updates `Azure.Identity` from 1.11.3 to 1.11.4

Updates `System.Text.Json` from 4.7.2 to 8.0.4

Updates `Azure.Identity` from 1.11.3 to 1.11.4

Updates `System.Text.Json` from 4.7.2 to 8.0.4

Updates `Azure.Identity` from 1.11.3 to 1.11.4

Updates `System.Text.Json` from 4.7.2 to 8.0.4

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: System.Text.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Azure.Identity
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: System.Text.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Azure.Identity
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: System.Text.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Azure.Identity
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: System.Text.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Azure.Identity
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: System.Text.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Azure.Identity
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: System.Text.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Azure.Identity
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: System.Text.Json
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Azure.Identity
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: System.Text.Json
  dependency-type: direct:production
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-15 18:51:47 -05:00
JosephPilov-MSFT 24deed6616
#353 upgrade MS libraries due to low/moderate vulnerabilities in them (#354) 2024-06-12 09:54:22 -05:00
JosephPilov-MSFT a6657f76d7
Upgrade of Azure.Identity and Microsoft.Data.SqlClient (#307)
* Upgrade of Azure.Identity and Microsoft.Data.SqlClient

* version bump

* version bump
2024-02-09 22:44:52 -06:00
Moa'yad-MSFT 7a3faff424
Added Microosft.Data.SqlClient support + ReportViewer 15 (#273)
* Added tbl_environment_variables to TextRowsets.xml

* Added tbl_environment_variables to TextRowsets.xml

* Updated the connection server
1. Use Microsoft.Data.SqlClient
2. Added checkbox to trust server certificate
3. Updated credentials manager to trust server certificate
4. Added About label to show ReportViewerVersion
5. added option to use encrypt connections for SqlClient

* removed deprecated method calls, this commit needs complete testing and can be rolled back if it has any impact

* Updated Azure Identity to the latest (needed by Microsoft.Data.SqlClient

Updated the Properties to save TrustCertificate and EncryptConnection settings.

* #140 Removed Microsoft.ReportingServices.ReportViewerControl.WebForms.Preview" version="130.1700.305"

This WebForm control is not needed by SQL Nexus and was causing build failures

---------

Co-authored-by: JosephPilov-msft <23519517+PiJoCoder@users.noreply.github.com>
2024-01-03 18:10:21 -06:00
Moa'yad-MSFT 9d68f34ed6
Rowset Editor (#267)
* Added sysmail table from the PR however service broker tables are not in the PR and I didn't add them

* Adding Indentation to match rowsets formatting in file

* Updated indentation to match 4, 6 and 8 spaces with empty line between rowsets

deleted last comment for rowset template

fixed the maiitmes table which was marked as itesm instead of mailitems

* Add support for SQL Query processing .

User will pass a query and the resultset will be parced into knownrowset xml.

* fixed a minor issue with chkFromQuery when unchecked.

* Fixed save scneario where not choosing a file name will overwrite the source file.

* Fixed save scneario where not choosing a file name will overwrite the source file.

and changed "Return Rowset" to "Back to Main"

---------
2023-12-01 22:08:27 -06:00