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

feat: add symbol.last_editor property #361

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from

Conversation

devin-ai-integration[bot]
Copy link
Contributor

Add symbol.last_editor property that returns the GitHub username from git blame.

This can be used to set PR assignees based on who last edited a symbol.

Features:

  • Add git_interactions and blame_info properties to File class for accessing git history
  • Add last_editor property to Symbol class that returns GitHub username from git blame
  • Add documentation in building-with-codegen/git-operations.mdx

Link to Devin run: https://app.devin.ai/sessions/969d5cabd03b45929a172ccae63f4d61

Requested by: [email protected]

@devin-ai-integration devin-ai-integration bot requested review from codegen-team and a team as code owners February 7, 2025 17:22
@devin-ai-integration devin-ai-integration bot requested review from caroljung-cg and removed request for a team February 7, 2025 17:22
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add "(aside)" to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

- Add git_interactions and blame_info to File class
- Add last_editor property to Symbol class
- Returns GitHub username from git blame info

Co-Authored-By: [email protected] <[email protected]>
@devin-ai-integration devin-ai-integration bot force-pushed the devin/1738948675-add-symbol-last-editor branch from 2a28635 to 369ebdc Compare February 7, 2025 17:22
Copy link

codecov bot commented Feb 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files

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.

0 participants