Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AUTO : Forward from beta to master #1208

Merged
merged 314 commits into from
Mar 22, 2024
Merged

AUTO : Forward from beta to master #1208

merged 314 commits into from
Mar 22, 2024

Conversation

wtools-bot
Copy link
Collaborator

This is an automated pull request to update from branch beta

Wandalen and others added 29 commits March 21, 2024 18:16
The commit adds the capturing of the stderr output from a process in the process tools module. It includes error handling for cases when the output contains invalid UTF-8. If such an error is encountered, the function will now return an error report.
The commit introduces a new functionality to compare local and remote package versions and generate a detailed report of changes. The comparison looks at each file, stating whether it's been added, removed, or modified. Now, users can see how their local package version is different from the remote one. Command line hints were updated to guide users through this feature.
READY : (willbe): Add "publish_diff" command and related functions
Refactored the code base to simplify and improve the efficiency of the package publishing process. Notably, changed the `ExtendedBumpReport` structure for better version reporting in the publishing process, and enhanced the `PerformPackagesPublish` method with a new `PublishPlan` structure for managing multiple package publications. Additionally, updated some related function implementations and test cases to align with the changes.
The library dependency version in Cargo.toml is updated. The trait Clone is added to BumpOptions, GitThingsOptions, and PackagePublishInstruction structs for proper duplication. The publishing operation is refactored to streamline the process, enhance readability, and improve performance. A PublishPlan struct is introduced, providing a better structure for handling package publication details. The new implementation correctly handles and displays package version updates.
Changed the name of the argument in the version_bump function from "args" to "o". This change affects multiple instances within the function where "args" was previously used. The rename aims to improve code readability and clarity.
Updated the comments for `BumpOptions` struct in `version.rs` to provide more detailed information about each field. Removed an unused import statement in `package.rs`. Also, an optional `dry` field has been added to the `DependentPackage` struct to check simulate run without making any actual changes.
READY : (willbe): Save remote version of the package on `publish.diff`
READY: (willbe):Refactoring the publication process
READY(wca): Add tests for handling spaces in command arguments
AUTO : Forward from alpha to beta
@Wandalen Wandalen merged commit 6b8b948 into master Mar 22, 2024
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.

None yet

5 participants