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.
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | 781398-user-commits-view-13.patch | 1.54 KB | mikey_p |
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #13 | 781398-user-commits-view-13.patch | 1.54 KB | mikey_p |
Comments
Comment #1
webchickThis is critical for migration so we don't have a regression in functionality. Also better put under the VCAPI project.
Comment #2
Island Usurper commentedCritical issues are critical.
Comment #3
marvil07 commentedas the related per project view, it should be at commit log module
Comment #4
marvil07 commentedComment #5
webchickComment #6
tizzo commentedComment #7
sdboyer commentedUser story: "Create listings of activity in a repository, filtered by the user responsible for the operation."
Comment #8
sdboyer commentedThis is nothing more than another display on the base view that we knocked out in #782618: Create a global git commit view.
Comment #10
eliza411 commentedThe per-user commit view really is separate according to sdboyer, and it does not currently exist.
Comment #11
mikey_p commentedYes, it needs to be defined at the user/%user/track/code path.
I'll work on this tonight/tomorrow.
Comment #12
marvil07 commentedMaybe 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.
Comment #13
mikey_p commentedHere's a new version of this based on the old path in cvs.module
Comment #14
dwwCode looks fine to me, although I don't really grok the whole vcapi views set stuff yet. If it works, ship it! ;)
Comment #15
mikey_p commentedCommitted. thanks!