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
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Screenshot_2_9_13_9_38_PM-2.png | 80.85 KB | ezra-g |
Comments
Comment #1
mukesh.agarwal17 commentedI 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.
Comment #2
swarad07subscribing !
Comment #3
ezra-g commentedAs 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:
Comment #4.0
(not verified) commentedSpelling correction