Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Dash Project/Commits Explorer"

m
m (About)
Line 1: Line 1:
 
 
== About ==
 
== About ==
  
 
The Commits Explorer is a set of webpages and web APIs for querying committer, commit, company, and user data.  
 
The Commits Explorer is a set of webpages and web APIs for querying committer, commit, company, and user data.  
  
Read about the commits explorer on our [http://eclipse-projects.blogspot.com/2006/05/commits-explorer.html blog], or [http://dash.eclipse.org/dash/commits/web-app/ try it yourself].  
+
Read about the commits explorer on our [http://eclipse-projects.blogspot.com/2006/05/commits-explorer.html blog], or [http://dash.eclipse.org/dash/commits/web-app/ try it yourself].
 +
 
 +
The [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.dash/dashboard/commits/?root=Technology_Project source is available] too, if you want to learn more about the web APIs.
  
 
== Known Problems ==
 
== Known Problems ==

Revision as of 18:32, 15 November 2007

About

The Commits Explorer is a set of webpages and web APIs for querying committer, commit, company, and user data.

Read about the commits explorer on our blog, or try it yourself.

The source is available too, if you want to learn more about the web APIs.

Known Problems

Here we are collecting information about incorrect or mis-classified commits reported by the explorer.

  • Some user names were changed when OTI joined IBM. Commits by the old login should be classified under the new. These old logins are categorized as "unknown".
  • People who have changed companies are being reported as having worked for their current company for all of history rather than as having worked for company A until 2005 and then company B.
  • People categorized under "individual" may be associated with a company, just not an Eclipse member company that has signed a Member Committer Agreement.
  • Commits to the www.eclipse.org website content (/cvsroot/org.eclipse) are mis-categorized as Phoenix project commits. These should be split into "web commits" and "code commits" so that website content != phoenix project. See bug 210038.

Back to the top