Skip to content

Add commit history to PR activity timeline#37

Merged
stylessh merged 1 commit intomainfrom
stylessh/add-pr-commit-history
Apr 9, 2026
Merged

Add commit history to PR activity timeline#37
stylessh merged 1 commit intomainfrom
stylessh/add-pr-commit-history

Conversation

@stylessh
Copy link
Copy Markdown
Owner

@stylessh stylessh commented Apr 9, 2026

Summary

  • Adds PullCommit type and fetches commits via pulls.listCommits in parallel with comments
  • Interleaves commits and comments chronologically in a unified activity timeline
  • Consecutive commits stack tightly with minimal spacing; comments retain full spacing
  • Commit rows show a circled icon, author avatar, first line of message, short SHA, and relative time
  • Commit authors are now included in the participants list

Test plan

  • Open a PR detail page and verify commits appear in the activity feed
  • Confirm comments and commits are sorted chronologically
  • Verify consecutive commits stack closely together
  • Check that participants sidebar includes commit authors

Fetch commits via pulls.listCommits and interleave them
chronologically with comments in the activity feed. Consecutive
commits stack tightly while comments get full spacing.
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
diffkit 8c9d0df Commit Preview URL

Branch Preview URL
Apr 09 2026, 02:34 AM

@stylessh stylessh merged commit 1a3dcf4 into main Apr 9, 2026
4 checks passed
stylessh added a commit that referenced this pull request Apr 18, 2026
Fetch commits via pulls.listCommits and interleave them
chronologically with comments in the activity feed. Consecutive
commits stack tightly while comments get full spacing.
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.

1 participant