Commit Graph

4067 Commits (51d4785bde22ebc7bbde23dff0a9c5af526c5f94)
 

Author SHA1 Message Date
Toshi MARUYAMA b399e18548 scm: mercurial: simplify fixing exception operation in adapter "summary" method (#4455). 14 years ago
Toshi MARUYAMA add4b117cc scm: mercurial: fix exception operation in adapter "summary" method (#4455). 14 years ago
Toshi MARUYAMA e334d3dba9 scm: mercurial: unit test for named branches at adapter (#7246). 14 years ago
Toshi MARUYAMA 944293bb47 scm: mercurial: support named branches at adapter (#7246). 14 years ago
Toshi MARUYAMA c60a9ee5c4 scm: mercurial: unit test for tags at adapter (#1981). 14 years ago
Toshi MARUYAMA 0cdbec47b5 scm: mercurial: support tags at adapter (#1981). 14 years ago
Toshi MARUYAMA b2e4dbca6f scm: mercurial: temporary disable tags and branches at model (#1981, #7246, #4455). 14 years ago
Toshi MARUYAMA 8f636b9b21 scm: mercurial: unit app test for latest_changesets SQL "like" special character '%' and '_'. 14 years ago
Toshi MARUYAMA c45f66c41e scm: mercurial: unit app test for latest_changeset. 14 years ago
Toshi MARUYAMA 7c6a205a01 scm: mercurial: improvement latest_changesets without supporting tags and named branches (#4455). 14 years ago
Toshi MARUYAMA 05c0c88840 scm: mercurial: entries unit lib test for named branch (#7246). 14 years ago
Toshi MARUYAMA 513a217330 scm: mercurial: entries unit lib test for tag (#1981). 14 years ago
Toshi MARUYAMA 229c237e7e scm: mercurial: remove "TODO" comment and fix indent of unit lib test. 14 years ago
Toshi MARUYAMA e37fcfece1 scm: mercurial: unit lib test for entries (#3421). 14 years ago
Toshi MARUYAMA 2fe248917c scm: mercurial: move entries unit test from app to lib. 14 years ago
Toshi MARUYAMA 9d9c0716f2 scm: mercurial: fix unit lib test_info test fails on Windows. 14 years ago
Toshi MARUYAMA 2ddd6e2252 scm: space cleanup of lib/redmine/scm/adapters/abstract_adapter.rb. 14 years ago
Toshi MARUYAMA 49fde3723b scm: fix diff revision param validation. 14 years ago
Toshi MARUYAMA 7934e32ee1 scm: mercurial: fix Ruby 1.9 "hg diff" test fails (#7518). 14 years ago
Toshi MARUYAMA 77f6496393 scm: in repository tree, use find_changeset_by_name instead of changesets.find_by_revision (#3724, #3421). 14 years ago
Toshi MARUYAMA 654a22624e scm: mercurial: add identifier to entry.lastrev (#3724, #3421). 14 years ago
Toshi MARUYAMA 3ba56db935 scm: mercurial: rewrite MercurialAdapter#entries to show per-file change log and size (#3421, #4455). 14 years ago
Toshi MARUYAMA 29f9fbd2ee scm: mercurial: set instance value flag of whether "hg diff -c" supports true at tests (#7518). 14 years ago
Toshi MARUYAMA cb26f0adf9 scm: mercurial: rewrite MercurialAdapter#diff by using helper extension (#4455, #7518). 14 years ago
Toshi MARUYAMA 6840897f38 scm: mercurial: add instance value flag of whether "hg diff -c" supports at tests (#7518). 14 years ago
Toshi MARUYAMA 86cbaaa5d1 scm: mercurial: code clean up unit app test. 14 years ago
Toshi MARUYAMA cb467e3a8b scm: git: implement find_changeset_by_name (#7047). 14 years ago
Toshi MARUYAMA f0d4b2625b scm: git: change project id of unit app test from 1 to 3. 14 years ago
Toshi MARUYAMA de7f88c572 scm: mercurial: refactor Repository::Mercurial#fetch_changesets (#4455). 14 years ago
Toshi MARUYAMA 0f1c932f35 scm: mercurial: rewrite MercurialAdapter#revisions as an iterator (#4455). 14 years ago
Toshi MARUYAMA 33f1436eb2 scm: mercurial: change identifier to revision in fetching revisions. 14 years ago
Toshi MARUYAMA 608025fd04 scm: mercurial: rewrite MercurialAdapter#info by using helper extention (#4455). 14 years ago
Toshi MARUYAMA 40d72c354a scm: mercurial: add "summary" method in adapter (#4455). 14 years ago
Toshi MARUYAMA 40ef1dd792 scm: mercurial: switch root_url or url in "hg" method (#4455). 14 years ago
Toshi MARUYAMA f777cc1ee8 scm: mercurial: add compatible test for "revisions" method. 14 years ago
Toshi MARUYAMA bed219927d scm: mercurial: refactor "cat" by using hg helper method (#4455). 14 years ago
Toshi MARUYAMA 713757cc8c scm: mercurial: refactor "annotate" by using hg helper method (#4455). 14 years ago
Toshi MARUYAMA 357ddfb112 scm: mercurial: add "hgtarget" method (#4455). 14 years ago
Toshi MARUYAMA 3f80b8a9a7 scm: mercurial: change "--cwd" option to "-R" for running "hg" (#4455). 14 years ago
Toshi MARUYAMA 60f165a9fc scm: mercurial: add compatible test for "info" method. 14 years ago
Toshi MARUYAMA 29f99eee07 scm: bazaar: move cat and annotate test from unit app test to unit lib test. 14 years ago
Toshi MARUYAMA e85165c84e scm: cvs: set client available if cvs version above 1.12. 14 years ago
Toshi MARUYAMA 13e0b6b980 scm: mercurial: ignore redminehelper.pyc and redminehelper.pyo for Git and Mercurial (#4455). 14 years ago
Toshi MARUYAMA aa4b38025a scm: mercurial: add Mercurial helper extension (#4455). 14 years ago
Toshi MARUYAMA 34e013c187 scm: cvs: add methods of getting cvs version and add unit lib test (#4273). 14 years ago
Toshi MARUYAMA 6d8fe71a73 scm: bazaar: add methods of getting bazaar version and add unit lib test (#4273). 14 years ago
Toshi MARUYAMA cad0356322 scm: mercurial: add new method 'hg' to wrap shellout (#4455). 14 years ago
Toshi MARUYAMA f62cccfdc6 scm: git: add methods of getting git version and add unit lib test (#4273). 14 years ago
Toshi MARUYAMA 62ea9bd915 scm: mercurial: switch shell quote revision with argument. 14 years ago
Toshi MARUYAMA 8b3a8d73be scm: subversion: change newlines LF to CRLF at lib/redmine/scm/adapters/subversion_adapter.rb. 14 years ago