summaryrefslogtreecommitdiffstats
path: root/app/models/repository
Commit message (Expand)AuthorAgeFilesLines
...
* scm: mercurial: increase limit of branch directory latest changesets.Toshi MARUYAMA2011-03-161-1/+4
* scm: set supporting directory revisions or not at scm level.Toshi MARUYAMA2011-03-163-0/+12
* scm: set supporting all revisions or not at scm level.Toshi MARUYAMA2011-03-161-0/+4
* scm: mercurial: branches and tags are enable in model (#1981, #7246).Toshi MARUYAMA2011-03-141-8/+0
* scm: mercurial: latest changesets support named branch (#7246).Toshi MARUYAMA2011-03-141-2/+11
* scm: mercurial: latest changesets improvement and supporting tag (#1981).Toshi MARUYAMA2011-03-141-11/+23
* scm: cvs: fix missing author, revision and comment in tree view (#4270).Toshi MARUYAMA2011-03-111-3/+3
* scm: mercurial: add :order => 'id DESC' explicitly for MySQL test fails.Toshi MARUYAMA2011-03-111-2/+9
* scm: cvs: code clean up model.Toshi MARUYAMA2011-03-111-5/+7
* scm: git: insert revisions to database with reverse commit order (#7821, #5357).Toshi MARUYAMA2011-03-101-1/+1
* scm: add feature of per project repository log encoding setting (#1735).Toshi MARUYAMA2011-03-013-3/+6
* scm: add scm specific human_attribute_name for input validation.Toshi MARUYAMA2011-03-016-0/+43
* scm: git: use --encoding=UTF-8 in "git log" (#3396).Toshi MARUYAMA2011-02-281-0/+4
* scm: ignore log encoding setting in Subversion and Mercurial (#7597).Toshi MARUYAMA2011-02-283-1/+10
* scm: git: move saving changesets from adapter to model (#3396).Toshi MARUYAMA2011-02-281-1/+22
* scm: mercurial: temporary disable tags and branches at model (#1981, #7246, #...Toshi MARUYAMA2011-02-181-0/+8
* scm: mercurial: improvement latest_changesets without supporting tags and nam...Toshi MARUYAMA2011-02-181-4/+7
* scm: mercurial: rewrite MercurialAdapter#entries to show per-file change log ...Toshi MARUYAMA2011-02-161-23/+0
* scm: git: implement find_changeset_by_name (#7047).Toshi MARUYAMA2011-02-161-0/+7
* scm: mercurial: refactor Repository::Mercurial#fetch_changesets (#4455).Toshi MARUYAMA2011-02-161-30/+18
* scm: mercurial: change identifier to revision in fetching revisions.Toshi MARUYAMA2011-02-161-1/+1
* scm: add scm command and version methods at repository models (#4273).Toshi MARUYAMA2011-02-147-17/+17
* scm: cvs: generate pseudo scmid for auto issue close text (#6706).Toshi MARUYAMA2011-02-071-3/+8
* scm: cvs: change temporary revision number from "_N" to "tmpN" (#996, #3761, ...Toshi MARUYAMA2011-02-071-3/+6
* scm: cvs: code clean up.Toshi MARUYAMA2011-02-021-4/+5
* scm: mercurial: fix error on revision page for empty revision (#7307).Toshi MARUYAMA2011-01-131-0/+1
* scm: mercurial: change two revision diff text of mercurial (#3724).Toshi MARUYAMA2011-01-111-0/+4
* scm: mercurial: use revision text mercurial style "2:400bb8672109" (#3724).Toshi MARUYAMA2011-01-111-2/+1
* scm: mercurial: use scmid as identifier (#3724).Toshi MARUYAMA2011-01-111-2/+13
* scm: mercurial: accept both of revision and nodeid as changeset id (#3724).Toshi MARUYAMA2011-01-081-0/+11
* Changing revision label and identifier at SCM adapter level (#3724, #6092)Toshi MARUYAMA2011-01-021-0/+10
* Fixed: repository: mercurial: sort changesets by revision (#3449, #3567).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