summaryrefslogtreecommitdiffstats
path: root/app/models/repository
Commit message (Expand)AuthorAgeFilesLines
* scm: mercurial: git: save parents in creating changesets (#10470)Toshi MARUYAMA2012-04-032-12/+6
* scm: git: use Changeset#create and Changeset#create_change as same with Subve...Toshi MARUYAMA2012-03-291-13/+8
* scm: mercurial: transaction for each imported revisions (#10470)Toshi MARUYAMA2012-03-291-7/+9
* scm: git: add the comment of the reason to scan database in fetching every ti...Toshi MARUYAMA2012-03-291-0/+14
* scm: git: fix typo in fetching revisions comment.Toshi MARUYAMA2012-03-291-1/+1
* scm: git: fix model source indents (#10470)Toshi MARUYAMA2012-03-281-41/+41
* scm: git: process new git revisions all at once rather than per branch (#10470)Toshi MARUYAMA2012-03-281-35/+22
* remove trailing white-space from app/models/repository/git.rbToshi MARUYAMA2012-03-071-2/+2
* scm: git: performance improvements in fetching revisions (#8857, #9472)Toshi MARUYAMA2012-03-071-29/+61
* scm: git: reduce saving heads times in fetching revisions (#8857, #9472)Toshi MARUYAMA2012-03-071-3/+15
* scm: git: backout r8839 (#8857)Toshi MARUYAMA2012-03-071-39/+28
* scm: git: backout r8840 (#8857, #9472)Toshi MARUYAMA2012-03-071-7/+2
* Rails 3.1 compatibility (order declared on association takes precedence).Jean-Philippe Lang2012-02-261-3/+2
* Rails3: scm: mercurial: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* Rails3: scm: git: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* Rails3: scm: filesystem: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* Rails3: scm: darcs: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* Rails3: scm: cvs: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* Rails3: scm: bazaar: use .to_s for overriding human_attribute_name parameterToshi MARUYAMA2012-02-241-1/+1
* scm: mercurial: use to_s for revision in find_changeset_by_name methodToshi MARUYAMA2012-02-231-5/+6
* scm: git: reduce saving heads times in fetching revisions (#8857, #9472)Toshi MARUYAMA2012-02-111-2/+7
* scm: git: call "git log" only once instead of per branch in fetching revision...Toshi MARUYAMA2012-02-111-28/+39
* scm: git: raise exception if "git log" is error and block is given in lib rev...Toshi MARUYAMA2012-02-101-12/+16
* scm: git: add model method to get heads from extra_info branches hash (#8857)Toshi MARUYAMA2012-02-091-0/+7
* scm: git: split fetch_changesets methodToshi MARUYAMA2012-02-081-0/+5
* human_attribute_name accepts optional argument.Jean-Philippe Lang2011-12-186-12/+12
* scm: model: mercurial: set revision graph support true (#5501)Toshi MARUYAMA2011-11-031-0/+4
* scm: model: git: set revision graph support true (#5501)Toshi MARUYAMA2011-11-031-0/+4
* scm: mercurial: model: save parent/child relation for changesets (#5501)Toshi MARUYAMA2011-11-031-0/+5
* scm: git: model: save parent/child relation for changesets (#5501)Toshi MARUYAMA2011-11-031-1/+6
* scm: git: fix typo of comments about fetching revisions (#9472)Toshi MARUYAMA2011-10-271-1/+1
* scm: git: recovery and improve comments of fetching from 1.1 about harmful in...Toshi MARUYAMA2011-10-271-0/+11
* scm: git: return saved revision at model "save_revision" (#5501)Toshi MARUYAMA2011-10-251-0/+1
* scm: git: use to_s for branches at model (#5501)Toshi MARUYAMA2011-10-251-1/+2
* scm: mercurial: do nothing in fetching if info is nil (#8777).Toshi MARUYAMA2011-07-111-0/+1
* scm: git: catch exception in model default_branch() (#8458, #6713).Toshi MARUYAMA2011-07-101-0/+3
* scm: mercurial: remove return value from model fetch_changesets().Toshi MARUYAMA2011-07-101-1/+0
* scm: return nil at model default_branch and override at git model (#8458, #67...Toshi MARUYAMA2011-06-301-0/+4
* scm: mercurial: code clean up model.Toshi MARUYAMA2011-05-261-13/+16
* scm: mercurial: use regexp %r{} instead of // in model latest_changesets_cond().Toshi MARUYAMA2011-05-261-1/+1
* scm: git: brush up model fetch_changesets() comment.Toshi MARUYAMA2011-05-191-5/+6
* scm: git: use hash#dup for extra_info in model fetch_changesets().Toshi MARUYAMA2011-05-191-1/+2
* scm: git: set revisions ordering inconsistent in existing database (#5357).Toshi MARUYAMA2011-05-191-1/+11
* scm: bazaar: code clean up model.Toshi MARUYAMA2011-05-181-6/+11
* scm: git: fix fetching 7 days problem (#7146, #6013).Toshi MARUYAMA2011-05-131-29/+16
* scm: git: show only filename and filesize if setting of reporting last commit...Toshi MARUYAMA2011-05-131-0/+4
* scm: git: get "extra_report_last_commit" value from extra_info (#8365, #7047).Toshi MARUYAMA2011-05-131-1/+4
* scm: mercurial: remove trailing white-spaces from model source.Toshi MARUYAMA2011-05-121-5/+5
* scm: darcs: code clean up model.Toshi MARUYAMA2011-05-121-7/+7
* scm: filesystem: code clean up model.Toshi MARUYAMA2011-05-121-5/+4