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

Feature history view #105

Open
wants to merge 26 commits into
base: main
Choose a base branch
from

Conversation

RimanHoubbi
Copy link
Collaborator

@RimanHoubbi RimanHoubbi commented Nov 19, 2024

Description

Introduced a new Feature History functionality with annotations and code. This feature is designed to track the evolution of features across commits, utilizing three types of annotations: code annotations, file mappings, and folder mappings.

Motivation and Context

Currently, developers still face problems in managing feature evolution, because traditional version control systems like Git track changes to code files but lack support for feature-level changes. Visualizing feature history might help with tracking the changes of features, without completely relying on Git's CLI to track these changes manually.

How Has This Been Tested?

This code was tested with the Snake project

Types of changes

  • Pipeline changes
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have updated the CONTRIBUTORS file.
  • I have updated the CHANGELOG.

a
Added Feature History View
 added extract file and folder annotations for feature history, optimized methods,fixed parsing commit diffs logic
@johmara johmara self-assigned this Nov 19, 2024
Copy link
Member

@johmara johmara left a comment

Choose a reason for hiding this comment

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

Fix qodana comments

@RimanHoubbi RimanHoubbi requested a review from johmara December 14, 2024 15:09
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.

2 participants