Feature: Updated LPE Packager with Auto-version update publish support + misc. improvements#313
Open
kjohn-msft wants to merge 14 commits intomasterfrom
Open
Feature: Updated LPE Packager with Auto-version update publish support + misc. improvements#313kjohn-msft wants to merge 14 commits intomasterfrom
kjohn-msft wants to merge 14 commits intomasterfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR enhances the packaging tooling by introducing separate publish scripts that increment the extension version and standardizing version handling across build components.
- Adds new publish scripts for building and publishing components.
- Centralizes version information by reading from a single manifest file and updates component naming.
- Refactors core and extension packaging scripts to support the new auto-versioning workflow.
Reviewed Changes
Copilot reviewed 5 out of 12 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/tools/packager/Publish.py | Introduces a new publish script with manifest-based version update. |
| src/tools/packager/Package-Core.py | Refactors core packaging to accept the new version parameter and uses updated logging and timestamp generation. |
| src/tools/packager/Package-All.py | Updates extension packaging with new file names and version handling adjustments. |
| src/core/src/bootstrap/Bootstrapper.py | Updates log output to reflect the new build timestamp for version display. |
Files not reviewed (7)
- Makefile: Language not supported
- src/build.bat: Language not supported
- src/build.sh: Language not supported
- src/extension/src/AzGPSLinuxPatchExtShim.sh: Language not supported
- src/extension/src/HandlerManifest.json: Language not supported
- src/publish.bat: Language not supported
- src/publish.sh: Language not supported
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #313 +/- ##
==========================================
- Coverage 93.77% 93.57% -0.21%
==========================================
Files 103 104 +1
Lines 17924 17992 +68
==========================================
+ Hits 16809 16836 +27
- Misses 1115 1156 +41
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Packager updates pulled out to code base debt erasure (and revised a little further):
#224
Changes in this PR:
Example of Publish output now (a super-set of build / package) --
