Commit Graph

105 Commits (e5378c54b3cac8f4195cf86ac2297bf97ed6193a)

Author SHA1 Message Date
Toshi MARUYAMA 1042deb450 scm: ignore log encoding setting in Subversion and Mercurial (#7597). 14 years ago
Toshi MARUYAMA 65d0bb9c93 scm: git: move saving changesets from adapter to model (#3396). 14 years ago
Toshi MARUYAMA b2e4dbca6f scm: mercurial: temporary disable tags and branches at model (#1981, #7246, #4455). 14 years ago
Toshi MARUYAMA 7c6a205a01 scm: mercurial: improvement latest_changesets without supporting tags and named branches (#4455). 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 cb467e3a8b scm: git: implement find_changeset_by_name (#7047). 14 years ago
Toshi MARUYAMA de7f88c572 scm: mercurial: refactor Repository::Mercurial#fetch_changesets (#4455). 14 years ago
Toshi MARUYAMA 33f1436eb2 scm: mercurial: change identifier to revision in fetching revisions. 14 years ago
Toshi MARUYAMA 8d5617fc8b scm: add scm command and version methods at repository models (#4273). 14 years ago
Toshi MARUYAMA 6c207d6ecf scm: cvs: generate pseudo scmid for auto issue close text (#6706). 14 years ago
Toshi MARUYAMA 9cd5e6967e scm: cvs: change temporary revision number from "_N" to "tmpN" (#996, #3761, #6706). 14 years ago
Toshi MARUYAMA 6d649a6f84 scm: cvs: code clean up. 14 years ago
Toshi MARUYAMA 89627d0334 scm: mercurial: fix error on revision page for empty revision (#7307). 14 years ago
Toshi MARUYAMA eda1cd2faa scm: mercurial: change two revision diff text of mercurial (#3724). 14 years ago
Toshi MARUYAMA fdd0a2ca9b scm: mercurial: use revision text mercurial style "2:400bb8672109" (#3724). 14 years ago
Toshi MARUYAMA d67185ec7e scm: mercurial: use scmid as identifier (#3724). 14 years ago
Toshi MARUYAMA e2df831b53 scm: mercurial: accept both of revision and nodeid as changeset id (#3724). 14 years ago
Toshi MARUYAMA 2e1bcb2abf Changing revision label and identifier at SCM adapter level (#3724, #6092) 14 years ago
Toshi MARUYAMA 2ae2d3ef83 Fixed: repository: mercurial: sort changesets by revision (#3449, #3567). 14 years ago
Jean-Philippe Lang 3c20a9b0ac Do not parse the entire git log to fetch new commits (takes several minutes for a few thousands commits), but only 1 week before the last known commit (#4547, #4716). 15 years ago
Eric Davis 39c585740d Refactor: Extract method to create a Change from a Changeset. 15 years ago
Jean-Philippe Lang 008f35277e Retrieve root_url if needed (#4377). 15 years ago
Jean-Philippe Lang 1de2a0b7c7 Ignore subversion root_url case when extracting relative url. 15 years ago
Jean-Philippe Lang 517a87f8c5 Fixed: Subversion#latest_changesets ignores revision argument (#4360). 15 years ago
Jean-Philippe Lang e10577e9ed SCM: 15 years ago
Eric Davis c28b044d68 Added branch and tag support to the git repository viewer. (#1406) 15 years ago
Jean-Philippe Lang 752e263d3a Accept any svn tunnel scheme in repository URL (#3278). 16 years ago
Jean-Philippe Lang 7bd4590cd6 Transaction for each imported subversion changeset. 16 years ago
Jean-Philippe Lang ab5e07e83e Adds a setting to limit the number of revisions displayed on a repository file log (default=100). 16 years ago
Jean-Philippe Lang e66945cbd8 Fixes Darcs#cat with Postgresql. 16 years ago
Jean-Philippe Lang e8d0c26e43 Eager-load users. 16 years ago
Jean-Philippe Lang 8236563d6b Check that git changeset is not in the database before creating it (#1419). 16 years ago
Jean-Philippe Lang d611339baa Fixes error with CVS+Postgresql and non-UTF8 commit logs (#917, #1659). 16 years ago
Jean-Philippe Lang d93f96765b Adds support for file viewing with Darcs 2.0+ (patch #1799 by Ralph Lange slightly edited). 16 years ago
Jean-Philippe Lang 00593f2f34 Reduces memory usage when importing large git repositories (#1482). 17 years ago
Jean-Philippe Lang ca6e69ec24 Fixed: view file at given revision with CVS. 17 years ago
Jean-Philippe Lang b1a8790a36 File size display with Bazaar repositories (#1149). 17 years ago
Jean-Philippe Lang b42b697ffb Fixed: unexpected nil when viewing differences on CVS (#1444). 17 years ago
Jean-Philippe Lang ec0525d497 Move unified diff parser out of the scm abstract adapter so it can be reused for viewing attached diffs (#1403). 17 years ago
Jean-Philippe Lang e69b4647f2 Adds Filesystem adapter (patch #1393 by Paul R). 17 years ago
Jean-Philippe Lang 193b2450f4 Fixed: View differences for individual file of a changeset fails if the subversion repository URL doesn't point to the repository root (#1209, #1262, #1275). 17 years ago
Jean-Philippe Lang 76b8d3eff2 CVS duplicate key violation fix (#996, #1098). 17 years ago
Jean-Philippe Lang 7aaa538fd9 Fixed: error when browsing an empty Mercurial repository (#1046). 17 years ago
Jean-Philippe Lang beff2c54bc Mercurial: display working directory files sizes unless browsing a specific revision (#999). 17 years ago
Jean-Philippe Lang 154f60edd3 Fix repository browsing at given revision for various scm and add tests for this. 17 years ago
Jean-Philippe Lang 01fdaf5977 Mercurial adapter: 17 years ago
Jean-Philippe Lang 3a9b0988c7 Merged Git support branch (r1200 to r1226). 17 years ago
Jean-Philippe Lang 056e3703da Added Bazaar adapter. 17 years ago
Jean-Philippe Lang 9ce5713ee4 Fixed: log is not displayed when browsing a copy in a svn repository. 17 years ago
Jean-Philippe Lang a42a115b8f Subversion repository now accepts svn+ssh url. 17 years ago