You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@allura.apache.org by Pranav Sharma <pr...@gmail.com> on 2016/04/05 22:32:29 UTC

[allura:tickets] Re: #7949 Better listing of files changed in a certain commit

Hey Dave, check the links for review of this one.
The branch is - https://forge-allura.apache.org/u/pranav/allura/ci/pr/7949mod2/~/tree/

The commit is - https://forge-allura.apache.org/u/pranav/allura/ci/833c1b892b001d81e39879f1f7bf7681bbe75f45/


---

** [tickets:#7949] Better listing of files changed in a certain commit**

**Status:** in-progress
**Milestone:** unreleased
**Labels:** ux 
**Created:** Tue Aug 04, 2015 10:10 PM UTC by Dave Brondsema
**Last Updated:** Fri Apr 01, 2016 08:40 PM UTC
**Owner:** Pranav Sharma


Followup to [#7925] sort of - at least things noticed from there.

Would be nice to show copies and renames a little differently.  Not sure how though.

On a commit view for git, every parent directly is always listed as a change.  This is due to `-t` in the `git.diff_tree` call.  We should be able to replace this with `-r` (with some confirmation that `added_paths()` still works right)

Commit views should list all files in alphabetical order, rather than grouped by add/remove/etc.  Make sure paginating through it works correctly still too.


---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.