Edgewall Software

Ticket #3421 (closed enhancement: fixed)

Opened 2 years ago

Last modified 15 months ago

Changeset Consolidation.

Reported by: volte Owned by: cboos
Priority: normal Milestone: 0.11
Component: version control/changeset view Version: 0.9.6
Severity: minor Keywords: timeline event collapse
Cc:

Description (last modified by cboos) (diff)

I've noticed in the timeline view, that people upload (check in) multiple times quite often within minutes, even seconds of their previous check in. Was wondering how hard it would be to add the ability to tree those. By that I mean, group together adjacent check ins by the same user under the latest one of theirs. For example.

22:02 Changeset [1536] by userNumber1
22:01 Changeset [1535] by userNumber1
22:00 Changeset [1534] by userNumber1
21:59 Changeset [1533] by userNumber1
21:58 Changeset [1532] by userNumber1
21:56 Changeset [1531] by userNumber1
21:49 Changeset [1530] by userNumber1
21:48 Changeset [1529] by userNumber1
21:47 Changeset [1528] by userNumber1
21:27 Changeset [1527] by userNumber2
21:22 Changeset [1523] by userNumber1
21:20 Changeset [1522] by userNumber1
21:19 Changeset [1521] by userNumber1

Would become:

22:02 Changeset [1536] by userNumber1
21:27 Changeset [1527] by userNumber2
21:22 Changeset [1523] by userNumber1

With both userNumber1 Changesets being able to expand a list of the adjacent changesets. Does that make sense? Just a little enhancement that would unclutter the timeline page :)

Of if it already exists (which I couldn't find, sorry if it does) tell me how to do so :)

Cheers.

Attachments

Change History

Changed 2 years ago by volte

my bad, I messed up on the new lines :! could someone fix that and then delete this post?

Changed 2 years ago by cboos

  • owner changed from jonas to cboos
  • description modified (diff)
  • milestone set to 0.11

Interesting idea. The consolidation could be made if the author and comment remains the same across successive commits. Then the resulting timeline event could be the revision range i.e.

22:02 Changesets [1528:1536] by userNumber1
21:27 Changeset [1527] by userNumber2
21:22 Changesets [1521:1523] by userNumber1

The link should then lead to the Changeset view corresponding to that range.

Changed 2 years ago by cboos

See also #38 (not necessarily a dup, as explained there).

Changed 23 months ago by cboos

  • status changed from new to closed
  • resolution set to fixed

Implemented in r4769.

Changed 22 months ago by cboos

  • keywords timeline event collapse added

With r5129, the above behavior can be disabled. See related discussion on googlegroups:trac-dev:5238b2e91e0149f8.

Changed 15 months ago by cboos

See #6221. This behavior will have to be explicitly enabled.

Add/Change #3421 (Changeset Consolidation.)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from cboos. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.