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

Implement blame view for files #16873

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hellcp-work
Copy link
Contributor

@hellcp-work hellcp-work commented Sep 20, 2024

Allows for blaming files in the webui

Screenshot From 2025-03-10 12-07-47

@github-actions github-actions bot added the Frontend Things related to the OBS RoR app label Sep 20, 2024
@hellcp-work hellcp-work added the review-app Apply this label if you want a review app started label Sep 24, 2024
@obs-bot
Copy link
Collaborator

obs-bot commented Sep 24, 2024

Review app will appear here: http://obs-reviewlab.opensuse.org/hellcp-work-blame

@hennevogel hennevogel removed the review-app Apply this label if you want a review app started label Jan 31, 2025
@hellcp-work hellcp-work marked this pull request as ready for review March 10, 2025 08:40
@hennevogel hennevogel added the review-app Apply this label if you want a review app started label Mar 10, 2025
@obs-bot
Copy link
Collaborator

obs-bot commented Mar 10, 2025

Review app will appear here: http://obs-reviewlab.opensuse.org/hellcp-work-blame

\)\s
(?<content>.*) # Content of the line
$/x
match_line.match(l)
Copy link
Member

Choose a reason for hiding this comment

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

Guess this screams for a backend feature for structured blame data...

Copy link
Member

Choose a reason for hiding this comment

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

Also, you need to spec this parsing or it'll break left and right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend Things related to the OBS RoR app review-app Apply this label if you want a review app started
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants