Burt Culver

Activity

Reported issues: 6

2008-11-24

08:17 Redmine Defect #1435: slow display of 'repository' tab for huge repository (pagination problem?)
Added that patch and the index. This is the loadtime now: Processing RepositoriesController#show (for 127.0.0.12 at 2008-11-24 20:12:55) [GET] Session ID: 67198a021a844af2bde909f20ec96b3d Parameters: {"action"=>"show", "id"=>"bgz", "cont...

2008-11-18

23:26 Redmine Defect #1435: slow display of 'repository' tab for huge repository (pagination problem?)
I sent an email to git-list to get the expert opinion on how to handle it. Here is a link to the thread: http://marc.info/?l=git&m=122698291625045&w=2 Basically, git operates totally differently on the backend so doing the browsing like redmin...
00:00 Redmine Defect #1435: slow display of 'repository' tab for huge repository (pagination problem?)
git logs on newer files return much faster than the old dog I reported above: time git --git-dir '/mnt/data-store/redmine/git-repositories/fishpond/' log --date=iso --pretty=fuller -1 master -- stylesheet.css.php commit c2ffc2367e15b91e834e5dcdf...

2008-11-17

23:27 Redmine Defect #1435: slow display of 'repository' tab for huge repository (pagination problem?)
We only have 7k changesets and 15k changes. But git log takes considerably longer on my machine: time git --git-dir '/mnt/data-store/redmine/git-repositories/fishpond/' log --date=iso --pretty=fuller -1 master -- 'wikibase.png' commit 59dd7ab40a5...
22:41 Redmine Defect #1435: slow display of 'repository' tab for huge repository (pagination problem?)
Thanks for that update. I tried hardcoding the branch last night, but it only brought the response time down to 200 seconds. The main issue is that each git log on our server takes 1 to 2 seconds to complete. Per the GIT doco this is because it ...
13:22 Redmine Defect #1435 (Reopened): slow display of 'repository' tab for huge repository (pagination problem?)
This happens for me too on a Git repository. I just added it to our redmine today, loaded the change sets on the command line (6900 of them). Now whenever I click on Repository the site hangs and the browser times out. In debug mode I see that i...

2008-08-06

08:11 Redmine Feature #1755: add "blocked by" as a related issues option
It would be great if you could mark an issue as blocked by another issue from the blocked issue rather than going to the blocking issue and selecting "blocks"

2008-08-04

01:55 Redmine Feature #1739: Add ability to change issue owner
Sometimes, I submit an issue, but down the road am no longer responsible for tracking it. I'd like to be able to change the owner of the issue so that I no longer receive emails on the issue and it is clearer who is responsible for tracking issue...

2008-07-30

04:48 Redmine Feature #1712: add custom fields that are calculations of other fields
My company wants to score issues on a issue level rather than a project level. In order to do so we'd like a custom field that can be a calculation based on other issue fields. For example, we could have a custom field called score that would be...

2008-07-16

01:27 Redmine Feature #1653: issue category lost when moving projects
We are using redmine trunk revision 1645 on a centOS 5.2 server. mysql 5.0.44 ruby 1.8.7 rails 2.1.0 When we move an issue from one project to another, the category is lost on the issue even though the category exists in both projects. ...

Also available in: Atom