Problem/Motivation

I was working on a sandbox project do_feeds. This module displays all the user commits in drupal.org. User commits are displayed in commit page like this, the module parses the HTML code of the commit page and fetches the commit data. Obviously, the implementation is not neat.

Proposed resolution

I was expecting some kind of feeds (or, web service) that will return the user commits in drupal.org

Remaining tasks

You can see the demo of the module here. This module may be beneficial for drupal-based organizations to list the contribution of members in drupal.org

CommentFileSizeAuthor
#3 Screenshot_2_9_13_9_38_PM-2.png80.85 KBezra-g

Comments

mukesh.agarwal17’s picture

Component: Git » drupalcode.org

I think we already have a user feed. If you go to any user's profile, you can click on the Commits tab and get to see all the commits of that user and at the bottom page, you'll see a link to the RSS feed. However, it seems to show only commits of the user in his/her own projects and not commits on other projects.

@Drupal team: can we have a feed for the same. It will be easier for all the enterprises to create their /drupalgive page if they can get the feed.

swarad07’s picture

subscribing !

ezra-g’s picture

Category: task » support
Status: Active » Fixed
StatusFileSize
new80.85 KB

However, it seems to show only commits of the user in his/her own projects and not commits on other projects.

As long as the committer users the --author= flag, the author's commit page will still list contributions to a project, even when the author is not a maintainer.

For example, here's a screenshot of my commit tracking page that shows commits to 2 projects where I am not the maintainer but committed a patch: Entityreference and AdaptiveTheme:

Screenshot_2_9_13_9_38_PM-2.png

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Spelling correction

Component: drupalcode.org » Git