Defect #10172
closedThere is no lines on revision graph between revisions in fetching before Redmine 1.2
0%
Description
After updating to 1.3.1 (from 1.2 branch), visual merge/branch history added, but it can't show revisions made before update. (see screenshot).
Revisions made after update are displayed correctly.
--------------------
Working env:
rack (1.1.2)
rails (2.3.14)
rake (0.9.2.2)
rdoc (2.4.2)
ruby 1.8.7 (2010-08-16 patchlevel 302) [x86_64-linux]
Ubuntu Server 10.04 LTS, with mercurial 1.4.3
Files
Related issues
Updated by Toshi MARUYAMA almost 13 years ago
- Subject changed from Visual merge/branch history is not rendered correctly to there is no lines between revisions in fetching before Redmine 1.2
Updated by Toshi MARUYAMA almost 13 years ago
- Subject changed from there is no lines between revisions in fetching before Redmine 1.2 to There is no lines between revisions in fetching before Redmine 1.2
Updated by Toshi MARUYAMA almost 13 years ago
Updated by Toshi MARUYAMA almost 13 years ago
- Subject changed from There is no lines between revisions in fetching before Redmine 1.2 to There is no lines on revision graph between revisions in fetching before Redmine 1.2
Updated by Taha Jahangir almost 13 years ago
Updated by Jorge López over 12 years ago
- File Selección_001.png Selección_001.png added
Same problem here, but I can't even see lines when using Redmine 1.3.1.
I have created a new project with a Git repository on a Redmine 1.3.1 platform. I pushed some simple commits (using two different branches) but after fetching changesets (tried automatic fetching and manual fetching) I can just see what you see in the attached screenshot.
Environment:
Ruby version 1.8.7 (x86_64-linux) RubyGems version 1.3.7 Rack version 1.1.2 Rails version 2.3.14 Active Record version 2.3.14 Active Resource version 2.3.14 Action Mailer version 2.3.14 Active Support version 2.3.14 Environment production Database adapter mysql Database schema version 20110902000000 About your Redmine plugins Redmine Gitosis plugin 0.0.5alpha Bots filter 1.02 Redmine Backlogs v0.7.1 RHEL 6.2
Updated by Jorge López over 12 years ago
Seems that Redmine isn't inserting any rows in changeset_parents
table, that's why no lines are being drawn. If I manually create some rows those lines get displayed.
This is an upgraded Redmine 1.2.3 installation, if that helps.
Updated by Jorge López over 12 years ago
Another update on this issue: in my case seems to be caused by redmine_gitosis
plugin. After disabling it, new commits now get its lines drawn.
Updated by Go MAEDA almost 4 years ago
- Resolution set to Wont fix
As described in #5501#note-16, it is a limitation of the feature. Closing.