| Commit message (Expand) | Author | Age | Files | Lines |
* | Updates copyright for 2016. | Jean-Philippe Lang | 2016-03-13 | 7 | -7/+7 |
* | Don't validate the repository when updating/clearing extra info (#19400). | Jean-Philippe Lang | 2015-03-20 | 1 | -2/+2 |
* | Code cleanup. | Jean-Philippe Lang | 2015-03-08 | 1 | -0/+6 |
* | fix code indent at app/models/repository/cvs.rb | Toshi MARUYAMA | 2015-01-18 | 1 | -1/+1 |
* | use "where" instead of find_by_ at Repository::Cvs class | Toshi MARUYAMA | 2015-01-18 | 1 | -3/+3 |
* | revert r13901 | Toshi MARUYAMA | 2015-01-18 | 1 | -10/+3 |
* | workaround unit cvs test failure on sqlite3 | Toshi MARUYAMA | 2015-01-18 | 1 | -3/+10 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 7 | -7/+7 |
* | Adds configuration settings to limit valid repository path (#1415). | Jean-Philippe Lang | 2014-11-08 | 1 | -0/+8 |
* | Merged rails-4.1 branch (#14534). | Jean-Philippe Lang | 2014-10-22 | 4 | -5/+6 |
* | fix typo of app/models/repository/mercurial.rb | Toshi MARUYAMA | 2014-05-03 | 1 | -1/+1 |
* | fix typo of app/models/repository/cvs.rb | Toshi MARUYAMA | 2014-05-03 | 1 | -1/+1 |
* | replace tabs to spaces at app/models/repository/cvs.rb | Toshi MARUYAMA | 2014-04-15 | 1 | -3/+3 |
* | fix source indent of Repository::Cvs model | Toshi MARUYAMA | 2014-02-13 | 1 | -1/+1 |
* | scm: mercurial: insert long id to DB unless existing id in DB is not short id... | Toshi MARUYAMA | 2014-02-02 | 1 | -2/+8 |
* | scm: mercurial: switch short or long id of entry by existing value in DB (#14... | Toshi MARUYAMA | 2014-02-02 | 1 | -2/+15 |
* | scm: mercurial: override entry and scm_entries (#14361) | Toshi MARUYAMA | 2014-02-02 | 1 | -0/+9 |
* | scm: mercurial: add method to switch short or long id by existing value in DB... | Toshi MARUYAMA | 2014-02-02 | 1 | -5/+17 |
* | scm: split Repository#entries (#14361) | Toshi MARUYAMA | 2014-02-02 | 4 | -10/+9 |
* | back out r12752 (#14361) | Toshi MARUYAMA | 2014-02-01 | 1 | -11/+3 |
* | scm: mercurial: use long id in adapter level (#14361) | Toshi MARUYAMA | 2014-02-01 | 1 | -3/+11 |
* | scm: mercurial: split Repository::Mercurial#latest_changesets_cond for short ... | Toshi MARUYAMA | 2014-02-01 | 1 | -2/+13 |
* | scm: mercurial: use 12 chars id for format_changeset_identifier (#14361) | Toshi MARUYAMA | 2014-02-01 | 1 | -1/+1 |
* | remove unneeded Relation#all from Repository::Git model | Toshi MARUYAMA | 2014-01-31 | 1 | -1/+1 |
* | code format clean up Repository::Git model | Toshi MARUYAMA | 2014-01-31 | 1 | -5/+6 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 7 | -7/+7 |
* | remove unneeded Relation#all from Repository::Subversion model | Toshi MARUYAMA | 2014-01-27 | 1 | -1/+1 |
* | code format cleanup Repository::Subversion model | Toshi MARUYAMA | 2014-01-27 | 1 | -4/+5 |
* | backout r12562 : remove unneeded Relation#all from Repository::Mercurial#late... | Toshi MARUYAMA | 2014-01-09 | 1 | -1/+2 |
* | remove unneeded Relation#all from Repository::Mercurial#latest_changesets | Toshi MARUYAMA | 2014-01-09 | 1 | -2/+1 |
* | Cleanup of finders with :conditions option. | Jean-Philippe Lang | 2013-06-12 | 3 | -35/+17 |
* | use %r{} instead of // at app/models/repository/subversion.rb | Toshi MARUYAMA | 2013-03-07 | 1 | -1/+1 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 7 | -7/+7 |
* | Repository changesets are already sorted by committed_on DESC (#12713). | Jean-Philippe Lang | 2013-01-03 | 1 | -2/+1 |
* | Use \A and \z in validation regexps. | Jean-Philippe Lang | 2012-12-08 | 1 | -1/+1 |
* | Replaces find(:all) calls. | Jean-Philippe Lang | 2012-12-02 | 1 | -5/+6 |
* | scm: git: fix tests fail when extra_info is nil (#12409) | Toshi MARUYAMA | 2012-11-21 | 1 | -0/+1 |
* | scm: git: fix changesets aren't read after clear_changesets call (#12409) | Toshi MARUYAMA | 2012-11-21 | 1 | -0/+10 |
* | scm: bazaar: use log encoding as path encoding (#11834) | Toshi MARUYAMA | 2012-09-18 | 1 | -0/+22 |
* | scm: bazaar: remove unused scm.revisions ":with_paths => true" option from fe... | Toshi MARUYAMA | 2012-09-16 | 1 | -1/+1 |
* | Makes repository url read-only after saving. | Jean-Philippe Lang | 2012-06-20 | 1 | -1/+2 |
* | Safe attributes for repositories. | Jean-Philippe Lang | 2012-06-19 | 1 | -0/+2 |
* | Fixed that Subversion#load_entries_changesets raises an error if entries is nil. | Jean-Philippe Lang | 2012-06-12 | 1 | -0/+2 |
* | scm: mercurial: use Rails3 ActiveRecord syntax with same as git r9807 at find... | Toshi MARUYAMA | 2012-06-11 | 1 | -4/+4 |
* | Code cleanup. | Jean-Philippe Lang | 2012-06-10 | 1 | -1/+6 |
* | Code cleanup. | Jean-Philippe Lang | 2012-06-10 | 1 | -4/+4 |
* | Faster changesets loading for subversion. | Jean-Philippe Lang | 2012-06-10 | 1 | -0/+16 |
* | Adds a method to load changesets for repository entries. | Jean-Philippe Lang | 2012-06-10 | 5 | -7/+7 |
* | Renamed #changes association to #filechanges (clash with AR::Base.changes tha... | Jean-Philippe Lang | 2012-06-03 | 2 | -5/+5 |
* | Copyright update. | Jean-Philippe Lang | 2012-05-05 | 6 | -6/+6 |