Xit icon indicating copy to clipboard operation
Xit copied to clipboard

Show GitHub commit comments

Open Uncommon opened this issue 14 years ago • 4 comments

Use the GitHub API to find comments for commits, and display them in the diff.

Uncommon avatar Aug 17 '11 22:08 Uncommon

I've created the Hugbit project for accessing GitHub features that don't belong in Xit. The plan is to make them work together, like dragging a repository from Hugbit to Xit to add a remote.

Uncommon avatar Sep 16 '11 23:09 Uncommon

It seems the current API doesn't support this. There is a note on the MIME types page about possible types for commit comments, so presumably this is in progress.

Uncommon avatar Sep 28 '11 23:09 Uncommon

It's there. I'm not sure if it was recently added, or if I wasn't paying attention.

http://developer.github.com/v3/repos/commits/#list-commit-comments-for-a-repository

Uncommon avatar Sep 30 '11 19:09 Uncommon

Other hosting services:

  • Beanstalk: http://api.beanstalkapp.com/comment.html

Not yet in their API:

  • Google Code: Issues only. http://code.google.com/p/support/issues/detail?id=5088
  • Bitbucket: Comments are accessed through pull requests. https://confluence.atlassian.com/display/BITBUCKET/pullrequests+Resource
  • Gitorious: Apparently no API at all.

Uncommon avatar Oct 20 '11 18:10 Uncommon