-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
app: branchingstatus: acceptedtype: featureA new feature or functionalityA new feature or functionality
Milestone
Description
Plugin Version
0.7.1
Proposed functionality
This FR proposes adding the change ID to the currently processed line in change.apply namely changing line 44 from:
logger.info(f'Applying change {self} using {using}')
to:
logger.info(f'Applying change {self} (ID: {self.id}) using {using}')
Use case
When triaging merge and sync failures, the user is presented with a string representation for the model, meaning triaging involves more searching than should be required should investigation be required.
Including the change ID its possible to go straight to the line causing the issue, thus expediting triage.
External dependencies
n/a
Metadata
Metadata
Assignees
Labels
app: branchingstatus: acceptedtype: featureA new feature or functionalityA new feature or functionality