Skip to content

Conversation

@BartoszBlizniak
Copy link
Member

This pull request makes a small change to the _progress function in plugin/cloudsmith_repository.py, simplifying the logic for logging package synchronization progress. The change removes the conditional check for progress less than 100% and updates the log message to include the current progress percentage.

Copilot AI review requested due to automatic review settings October 14, 2025 11:24
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR simplifies the logging behavior in the _progress function by removing a redundant log message that forced progress to 100% and consolidating the synchronization completion logging into a single, more informative message.

Key changes:

  • Removed the conditional check for progress < 100% before logging completion
  • Eliminated the "forcing progress to 100%" debug log message
  • Updated the synchronization completion log to include the actual progress percentage

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@BartoszBlizniak BartoszBlizniak marked this pull request as ready for review October 14, 2025 11:42
@BartoszBlizniak BartoszBlizniak merged commit 2fef174 into master Oct 14, 2025
2 checks passed
@BartoszBlizniak BartoszBlizniak deleted the no-ticket-small-fix branch December 22, 2025 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants