We need a per-user commit view, similar to ones at http://drupal.org/user/%uid/track/code . This relies on building the versioncontrol_git views integration, I think.

CommentFileSizeAuthor
#13 781398-user-commits-view-13.patch1.54 KBmikey_p

Comments

webchick’s picture

Project: Drupal.org infrastructure » Version Control API
Version: » 6.x-2.x-dev
Component: Git » API module

This is critical for migration so we don't have a regression in functionality. Also better put under the VCAPI project.

Island Usurper’s picture

Priority: Normal » Critical

Critical issues are critical.

marvil07’s picture

Component: API module » Commit Log

as the related per project view, it should be at commit log module

marvil07’s picture

Issue tags: +views integration
webchick’s picture

Issue tags: +git sprint 3
tizzo’s picture

Assigned: Unassigned » tizzo
sdboyer’s picture

User story: "Create listings of activity in a repository, filtered by the user responsible for the operation."

sdboyer’s picture

Status: Active » Fixed

This is nothing more than another display on the base view that we knocked out in #782618: Create a global git commit view.

Status: Fixed » Closed (fixed)

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

eliza411’s picture

Status: Closed (fixed) » Needs work
Issue tags: +git sprint 8, +Git Community Testing Blocker

The per-user commit view really is separate according to sdboyer, and it does not currently exist.

mikey_p’s picture

Assigned: tizzo » mikey_p

Yes, it needs to be defined at the user/%user/track/code path.

I'll work on this tonight/tomorrow.

marvil07’s picture

Maybe taking a look to commitlog_user_commits view at commitlog module can help. I do not really remember when taht view got in. I do not really know if it still works.

mikey_p’s picture

Status: Needs work » Needs review
StatusFileSize
new1.54 KB

Here's a new version of this based on the old path in cvs.module

dww’s picture

Status: Needs review » Reviewed & tested by the community

Code looks fine to me, although I don't really grok the whole vcapi views set stuff yet. If it works, ship it! ;)

mikey_p’s picture

Status: Reviewed & tested by the community » Fixed

Committed. thanks!

Status: Fixed » Closed (fixed)
Issue tags: -views integration, -git phase 2, -git sprint 3, -git sprint 8, -Git Community Testing Blocker

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

  • Commit c7ec704 on repository-families, drush-vc-sync-unlock by mikey_p:
    #781398 by mikey_p: Add per-user commit view under user/%user/track/code...

  • Commit c7ec704 on repository-families by mikey_p:
    #781398 by mikey_p: Add per-user commit view under user/%user/track/code...