summaryrefslogtreecommitdiffstats
path: root/app/models/repository
Commit message (Expand)AuthorAgeFilesLines
* Merged r5091 from trunk.Toshi MARUYAMA2011-03-111-1/+1
* Merged r4613 from trunk.Toshi MARUYAMA2011-01-021-0/+10
* Merged r4611 from trunk (Mercurial sorting).Toshi MARUYAMA2011-01-021-0/+15
* Do not parse the entire git log to fetch new commits (takes several minutes f...Jean-Philippe Lang2010-02-071-9/+12
* Refactor: Extract method to create a Change from a Changeset.Eric Davis2010-02-023-15/+3
* Retrieve root_url if needed (#4377).Jean-Philippe Lang2009-12-121-1/+1
* Ignore subversion root_url case when extracting relative url.Jean-Philippe Lang2009-12-091-1/+1
* Fixed: Subversion#latest_changesets ignores revision argument (#4360).Jean-Philippe Lang2009-12-081-1/+1
* SCM:Jean-Philippe Lang2009-08-172-12/+2
* Added branch and tag support to the git repository viewer. (#1406)Eric Davis2009-08-151-33/+50
* Accept any svn tunnel scheme in repository URL (#3278).Jean-Philippe Lang2009-05-101-1/+1
* Transaction for each imported subversion changeset.Jean-Philippe Lang2009-03-071-3/+3
* Adds a setting to limit the number of revisions displayed on a repository fil...Jean-Philippe Lang2009-02-012-4/+5
* Fixes Darcs#cat with Postgresql.Jean-Philippe Lang2008-12-061-1/+1
* Eager-load users.Jean-Philippe Lang2008-11-112-2/+2
* Check that git changeset is not in the database before creating it (#1419).Jean-Philippe Lang2008-10-251-14/+16
* Fixes error with CVS+Postgresql and non-UTF8 commit logs (#917, #1659).Jean-Philippe Lang2008-08-261-1/+1
* Adds support for file viewing with Darcs 2.0+ (patch #1799 by Ralph Lange sli...Jean-Philippe Lang2008-08-251-0/+10
* Reduces memory usage when importing large git repositories (#1482).Jean-Philippe Lang2008-06-291-4/+2
* Fixed: view file at given revision with CVS.Jean-Philippe Lang2008-06-151-3/+8
* File size display with Bazaar repositories (#1149).Jean-Philippe Lang2008-06-141-0/+5
* Fixed: unexpected nil when viewing differences on CVS (#1444).Jean-Philippe Lang2008-06-141-1/+2
* Move unified diff parser out of the scm abstract adapter so it can be reused ...Jean-Philippe Lang2008-06-082-4/+4
* Adds Filesystem adapter (patch #1393 by Paul R).Jean-Philippe Lang2008-06-081-0/+43
* Fixed: View differences for individual file of a changeset fails if the subve...Jean-Philippe Lang2008-05-241-0/+15
* CVS duplicate key violation fix (#996, #1098).Jean-Philippe Lang2008-04-241-4/+10
* Fixed: error when browsing an empty Mercurial repository (#1046).Jean-Philippe Lang2008-04-121-1/+3
* Mercurial: display working directory files sizes unless browsing a specific r...Jean-Philippe Lang2008-04-061-0/+5
* Fix repository browsing at given revision for various scm and add tests for t...Jean-Philippe Lang2008-04-062-2/+4
* Mercurial adapter:Jean-Philippe Lang2008-03-151-20/+26
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-125-28/+95
* Added Bazaar adapter.Jean-Philippe Lang2007-12-031-0/+86
* Fixed: log is not displayed when browsing a copy in a svn repository.Jean-Philippe Lang2007-10-151-0/+5
* Subversion repository now accepts svn+ssh url.Jean-Philippe Lang2007-09-221-1/+1
* Fixed a bug in CVS model (clash when 2 projects point to the same repository)Jean-Philippe Lang2007-08-011-1/+1
* Added Darcs basic support.Jean-Philippe Lang2007-06-241-0/+90
* Added basic support for CVS and Mercurial SCMs.Jean-Philippe Lang2007-06-123-0/+300