summaryrefslogtreecommitdiffstats
path: root/app/models/repository
Commit message (Expand)AuthorAgeFilesLines
* Use find_by instead of where.first to remove unnecessary sorting (#26747).Go MAEDA2018-10-062-3/+3
* Drop Darcs support (#26391).Jean-Philippe Lang2017-07-251-114/+0
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-235-5/+0
* Update copyright.Jean-Philippe Lang2017-06-257-7/+7
* spelling fixes (#25495)Toshi MARUYAMA2017-04-021-2/+2
* Use exists? instead of count (#24839).Jean-Philippe Lang2017-01-161-1/+1
* Adds accessors for report_last_commit.Jean-Philippe Lang2016-10-041-5/+7
* Updates copyright for 2016.Jean-Philippe Lang2016-03-137-7/+7
* Don't validate the repository when updating/clearing extra info (#19400).Jean-Philippe Lang2015-03-201-2/+2
* Code cleanup.Jean-Philippe Lang2015-03-081-0/+6
* fix code indent at app/models/repository/cvs.rbToshi MARUYAMA2015-01-181-1/+1
* use "where" instead of find_by_ at Repository::Cvs classToshi MARUYAMA2015-01-181-3/+3
* revert r13901Toshi MARUYAMA2015-01-181-10/+3
* workaround unit cvs test failure on sqlite3Toshi MARUYAMA2015-01-181-3/+10
* Copyright update.Jean-Philippe Lang2015-01-117-7/+7
* Adds configuration settings to limit valid repository path (#1415).Jean-Philippe Lang2014-11-081-0/+8
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-224-5/+6
* fix typo of app/models/repository/mercurial.rbToshi MARUYAMA2014-05-031-1/+1
* fix typo of app/models/repository/cvs.rbToshi MARUYAMA2014-05-031-1/+1
* replace tabs to spaces at app/models/repository/cvs.rbToshi MARUYAMA2014-04-151-3/+3
* fix source indent of Repository::Cvs modelToshi MARUYAMA2014-02-131-1/+1
* scm: mercurial: insert long id to DB unless existing id in DB is not short id...Toshi MARUYAMA2014-02-021-2/+8
* scm: mercurial: switch short or long id of entry by existing value in DB (#14...Toshi MARUYAMA2014-02-021-2/+15
* scm: mercurial: override entry and scm_entries (#14361)Toshi MARUYAMA2014-02-021-0/+9
* scm: mercurial: add method to switch short or long id by existing value in DB...Toshi MARUYAMA2014-02-021-5/+17
* scm: split Repository#entries (#14361)Toshi MARUYAMA2014-02-024-10/+9
* back out r12752 (#14361)Toshi MARUYAMA2014-02-011-11/+3
* scm: mercurial: use long id in adapter level (#14361)Toshi MARUYAMA2014-02-011-3/+11
* scm: mercurial: split Repository::Mercurial#latest_changesets_cond for short ...Toshi MARUYAMA2014-02-011-2/+13
* scm: mercurial: use 12 chars id for format_changeset_identifier (#14361)Toshi MARUYAMA2014-02-011-1/+1
* remove unneeded Relation#all from Repository::Git modelToshi MARUYAMA2014-01-311-1/+1
* code format clean up Repository::Git modelToshi MARUYAMA2014-01-311-5/+6
* update copyright year (#15977)Toshi MARUYAMA2014-01-297-7/+7
* remove unneeded Relation#all from Repository::Subversion modelToshi MARUYAMA2014-01-271-1/+1
* code format cleanup Repository::Subversion modelToshi MARUYAMA2014-01-271-4/+5
* backout r12562 : remove unneeded Relation#all from Repository::Mercurial#late...Toshi MARUYAMA2014-01-091-1/+2
* remove unneeded Relation#all from Repository::Mercurial#latest_changesetsToshi MARUYAMA2014-01-091-2/+1
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-123-35/+17
* use %r{} instead of // at app/models/repository/subversion.rbToshi MARUYAMA2013-03-071-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-127-7/+7
* Repository changesets are already sorted by committed_on DESC (#12713).Jean-Philippe Lang2013-01-031-2/+1
* Use \A and \z in validation regexps.Jean-Philippe Lang2012-12-081-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-5/+6
* scm: git: fix tests fail when extra_info is nil (#12409)Toshi MARUYAMA2012-11-211-0/+1
* scm: git: fix changesets aren't read after clear_changesets call (#12409)Toshi MARUYAMA2012-11-211-0/+10
* scm: bazaar: use log encoding as path encoding (#11834)Toshi MARUYAMA2012-09-181-0/+22
* scm: bazaar: remove unused scm.revisions ":with_paths => true" option from fe...Toshi MARUYAMA2012-09-161-1/+1
* Makes repository url read-only after saving.Jean-Philippe Lang2012-06-201-1/+2
* Safe attributes for repositories.Jean-Philippe Lang2012-06-191-0/+2
* Fixed that Subversion#load_entries_changesets raises an error if entries is nil.Jean-Philippe Lang2012-06-121-0/+2