Skip to content

Conversation

amitjoshi438
Copy link
Contributor

This pull request introduces a new release (2.0.102) for the Power Platform Extension, featuring new capabilities, bug fixes, and a significant update to Czech and German localization files. The localization changes improve translation quality, consistency, and clarity for user-facing messages, especially around authentication, environment switching, and site operations.

Key changes include:

Release and Feature Updates:

  • Added release notes for version 2.0.102, highlighting the rollout of "Open in Desktop" for Power Pages Actions (Web), CodeQL security analysis support for Power Pages sites (Desktop), and several bug fixes.

Localization Improvements (Czech and German):

  • Improved and expanded translations for authentication, environment switching, and error messages to enhance clarity and user experience. This includes updates to messages for authentication failures, download errors, switching environments, and user cancellation scenarios in both l10n/bundle.l10n.cs.json and l10n/bundle.l10n.de.json. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18]

Consistency and Quality Enhancements:

  • Standardized terminology and improved message consistency for required fields, download processes, and user actions, ensuring translations are accurate and contextually appropriate. [1] [2] [3] [4] [5]

These changes collectively improve the usability and reliability of the extension for Czech and German-speaking users, while also introducing important new features and fixes.

amitjoshi438 and others added 24 commits September 2, 2025 16:41
* Enhance CodeQL screening with detailed telemetry logging and error handling

* Add telemetry logging for SARIF viewer installation and activation events

* Remove test for handling null or undefined inputs in CodeQLAction tests

* Enhance CodeQL analysis with issue tracking and improved telemetry logging

---------

Co-authored-by: Amit Joshi <[email protected]>
… properties (#1285)

Refactor completion item handling to simplify namespace and property insertions

Co-authored-by: Amit Joshi <[email protected]>
…ndition for virtual workspaces (#1286)

* Update actionsHub visibility condition to use virtualWorkspace
* Update node version

* Add manual trigger for localization update workflow

- ✨ Added `workflow_dispatch` to allow manual testing of the localization update workflow.

-Priyanshu
- 🔧 Added token configuration for checkout step
- 🔒 Ensured GITHUB_TOKEN is set for commit and push step

-Priyanshu
- 🗑️ Deleted paths-ignore section to allow all changes to trigger the workflow.
- 🔄 Ensured that localization files are now included in the CI process.

-Priyanshu
…6: Build ID 2223259 (#1276)

* Localized file check-in by OneLocBuild Task: Build definition ID 12756: Build ID 2223259

* Automated localization update from CI

* Dummy commit

---------

Co-authored-by: Priyanshu Agrawal <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…6: Build ID 2227356 (#1292)

* Localized file check-in by OneLocBuild Task: Build definition ID 12756: Build ID 2227356

* Automated localization update from CI

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: PAC Auto Update Bot <[email protected]>
* Enhance PAC CLI process management with error handling and reset logic in exit and download operations

* Refactor handleOpenPowerPages to include progress notifications and improve error handling for URI processing

* Refactor URI handling to improve parameter parsing, telemetry data construction, and error handling

* Remove duplicate error message displays for missing parameters and download failures in URI handling

* Add PowerPagesNavigationConstants for improved code organization and maintainability

* Refactor handleOpenPowerPages to directly use selected folder and remove prepareDownloadFolder utility

* Refactor URI handler error messages and download progress notifications for clarity and consistency

* Add feature flag for 'Open in Desktop' functionality in VSCode Web

* Update URI parameters to include WEBSITE_NAME and WEBSITE_PREVIEW_URL for improved flexibility in URI handling

* Remove obsolete translation entries related to Power Pages and VS Code Desktop for cleaner localization files

* Add localization strings and improve error handling for Power Pages and VS Code Desktop integration

* Fix null reference error when killing process in PacInterop

---------

Co-authored-by: Amit Joshi <[email protected]>
…format (#1295)

Enhance website data retrieval by adding fallback for website name and supporting new Git ALM format in website ID extraction

Co-authored-by: Amit Joshi <[email protected]>
* Refactor CodeQL screening to check for .powerpages-site folder existence and clean up dispose method

* Clarify comment for .powerpages-site folder existence check in runCodeQLScreening function

---------

Co-authored-by: Amit Joshi <[email protected]>
Update CHANGELOG for pac CLI 1.48.2 release with bug fixes and new features

Co-authored-by: Amit Joshi <[email protected]>
* Update CHANGELOG for pac CLI 1.48.2 release and version bump to 2.1.0

* Update CHANGELOG for pac CLI 1.48.2 release and version bump to 2.0.100

---------

Co-authored-by: Amit Joshi <[email protected]>
…6: Build ID 2230060 (#1296)

* Localized file check-in by OneLocBuild Task: Build definition ID 12756: Build ID 2230060

* Automated localization update from CI

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…6: Build ID 2236210 (#1303)

* Localized file check-in by OneLocBuild Task: Build definition ID 12756: Build ID 2236210

* Automated localization update from CI

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Refactor HTTP method names to include 'Async' for clarity and update descriptions

* Update Server API autocomplete tests and examples to use 'Async' methods for HTTP client

---------

Co-authored-by: Amit Joshi <[email protected]>
Bumps [axios](https://github.com/axios/axios) from 1.11.0 to 1.12.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.11.0...v1.12.1)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.12.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Refactor CodeQL command execution to handle paths with spaces and add tests for escapePath method

* Refactor CodeQL command execution to handle paths with spaces and remove escapePath method and related tests

---------

Co-authored-by: Amit Joshi <[email protected]>
…#1310)

* Preserve insertion order of root webpage IDs in processDataAndCreateFile function

* Add feature flag for duplicate file handling in webpage folders

---------

Co-authored-by: Amit Joshi <[email protected]>
 into users/amitjoshi/mergeMainToReleaseVer2.0.102
@amitjoshi438 amitjoshi438 requested review from a team as code owners September 25, 2025 05:12
@amitjoshi438 amitjoshi438 changed the title Users/amitjoshi/merge main to release ver2.0.102 Merge main to release/stable ver2.0.102 Sep 25, 2025
@amitjoshi438 amitjoshi438 merged commit fa3acb0 into release/stable Sep 25, 2025
7 checks passed
@amitjoshi438 amitjoshi438 deleted the users/amitjoshi/mergeMainToReleaseVer2.0.102 branch September 25, 2025 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants