summaryrefslogtreecommitdiffstats
path: root/app/models/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't link multiple changesets from the same commit multiple times (#17931).Jean-Philippe Lang2014-10-051-0/+12
* Fix syntax for ruby 1.8.7 (#13487).Jean-Baptiste Barth2014-08-311-7/+2
* Optimize committers/users map retrieval for statistic graphs (#13487).Jean-Baptiste Barth2014-08-311-9/+27
* Honnor committers/users mapping in repository statistics (#13487).Jean-Baptiste Barth2014-08-261-3/+4
* Move some RepositoriesController logic to Repository#stats_by_author (#13487).Jean-Baptiste Barth2014-08-261-0/+23
* Repository identifiers can be reserved words (#16564).Jean-Philippe Lang2014-05-021-1/+1
* Make sure that Repository#extra_info returns a Hash or nil (#16032).Jean-Philippe Lang2014-02-061-0/+6
* scm: split Repository#entries (#14361)Toshi MARUYAMA2014-02-021-1/+6
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* back out from r12715 to r12720: #connection replacingToshi MARUYAMA2014-01-271-4/+4
* Rails4: replace deprecated #connection from Repository modelToshi MARUYAMA2014-01-271-4/+4
* Rails4: replace deprecated Relation#update_all at Repository modelToshi MARUYAMA2014-01-091-3/+2
* Rails4: replace deprecated Relation#update_all at Repository modelToshi MARUYAMA2014-01-071-1/+1
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-13/+12
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use \A and \z in validation regexps.Jean-Philippe Lang2012-12-081-1/+1
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-4/+7
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-1/+1
* remove trailing white-spaces from app/models/repository.rbToshi MARUYAMA2012-11-281-2/+2
* scm: git: fix changesets aren't read after clear_changesets call (#12409)Toshi MARUYAMA2012-11-211-0/+4
* Repository Identifier should be frozen (#11109).Jean-Philippe Lang2012-07-261-1/+12
* Makes repository url read-only after saving.Jean-Philippe Lang2012-06-201-1/+3
* Safe attributes for repositories.Jean-Philippe Lang2012-06-191-0/+9
* Make repository identifier accept underscores (#11192).Jean-Philippe Lang2012-06-191-2/+2
* Adds a method to load changesets for repository entries.Jean-Philippe Lang2012-06-101-1/+13
* Renamed #changes association to #filechanges (clash with AR::Base.changes tha...Jean-Philippe Lang2012-06-031-2/+2
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Fixed undefined method `<=>' for nil:NilClass when sorting repositories with ...Jean-Philippe Lang2012-05-041-1/+1
* scm: git: fix creating and updating repositoryToshi MARUYAMA2012-05-031-22/+0
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-2/+2
* Rails3: scm: use .to_s for overriding human_attribute_name parameter at repos...Toshi MARUYAMA2012-02-241-1/+1
* scm: use to_s for revision in find_changeset_by_name methodToshi MARUYAMA2012-02-231-2/+3
* Fixed that changesets parents associations are not deleted when deleting a re...Jean-Philippe Lang2012-02-111-1/+7
* Skip a bunch of useless "UPDATE repositories SET extra_info = ..." queries wh...Jean-Philippe Lang2012-01-161-2/+6
* Display identifier for the default repository too (#779).Jean-Philippe Lang2012-01-151-3/+3
* Adds support for multiple repositories per project (#779).Jean-Philippe Lang2012-01-151-4/+67
* Resourcified repositories for CRUD operations to prepare for multiple SCM per...Jean-Philippe Lang2012-01-151-0/+20
* human_attribute_name accepts optional argument.Jean-Philippe Lang2011-12-181-2/+2
* scm: model: add method to switch revision graph support or not and set defaul...Toshi MARUYAMA2011-11-031-0/+4
* scm: remove before_save() because of duplicate at url=(arg) and root_url=(arg).Toshi MARUYAMA2011-08-301-7/+0
* Rails3: replace deprecated 'validate_on_create' to declared validation method...Toshi MARUYAMA2011-08-291-1/+7
* scm: return nil at model default_branch and override at git model (#8458, #67...Toshi MARUYAMA2011-06-301-1/+1
* scm: catch all exceptions to get scm command version in repository model (#85...Toshi MARUYAMA2011-06-031-3/+3
* scm: add exception of fetching revisions error in repository model (#5357, #2...Toshi MARUYAMA2011-05-251-0/+2
* scm: git: show only filename and filesize if setting of reporting last commit...Toshi MARUYAMA2011-05-131-0/+4
* scm: add a repository model method "merge_extra_info()" to merge "extra_info"...Toshi MARUYAMA2011-05-121-0/+7
* scm: add "extra_info" column to repositories table and set serialize (#7146, ...Toshi MARUYAMA2011-05-121-0/+2
* scm: code clean up repository model.Toshi MARUYAMA2011-05-051-21/+26
* scm: code clean up repository model.Toshi MARUYAMA2011-05-051-9/+13
* scm: use i18n string at commit log encoding setting (#1735).Toshi MARUYAMA2011-04-231-0/+8