-
Notifications
You must be signed in to change notification settings - Fork 37
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 alpha to beta #1207
Merged
Conversation
This file contains 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
READY: Sort in tables
READY : Full command return
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 : Full string on dry
READY: (willbe):Refactoring the publication process
READY(wca): Add tests for handling spaces in command arguments
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.
This is an automated pull request to update from branch alpha