summaryrefslogtreecommitdiffstats
path: root/app/models/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Reverts r19478 (#32897).Go MAEDA2020-01-301-1/+1
* Fix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case se...Go MAEDA2020-01-281-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in app/models/repository.rbToshi MARUYAMA2019-11-091-4/+6
* code clean up app/models/repository.rbToshi MARUYAMA2019-09-201-6/+4
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in app/models/repositor...Toshi MARUYAMA2019-09-201-2/+2
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Don't rescue Exception class (#31387).Go MAEDA2019-05-251-3/+3
* Custom Exception classes should inherit StandardError instead of Exception (#...Go MAEDA2019-05-211-1/+1
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-3/+3
* Support frozen_string_literal in app/**/*.rb (#26561).Go MAEDA2019-03-171-3/+3
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Use find_by instead of where.first to remove unnecessary sorting (#26747).Go MAEDA2018-10-061-1/+1
* Removes repository routes without repository_id (#26522).Jean-Philippe Lang2018-06-161-3/+1
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+0
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Add length validations for string fields (#24283).Jean-Philippe Lang2016-11-191-0/+2
* "Cvs".classify => "Cv" (#23758).Jean-Philippe Lang2016-09-051-1/+1
* Be more conservative when fetching constants in Repository.factory (#23758).Jean-Philippe Lang2016-09-041-4/+8
* Use .distinct instead of .uniq.Jean-Philippe Lang2016-07-141-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Fixed that 2 repositories can be created with blank/nil identifier (#19400).Jean-Philippe Lang2015-04-111-0/+5
* Don't allow 2 repositories with blank identifier (#19400).Jean-Philippe Lang2015-03-201-1/+1
* Code cleanup.Jean-Philippe Lang2015-03-081-4/+0
* Fixed that non-default identifier-less git repositories are undeletable (#192...Jean-Philippe Lang2015-03-071-1/+0
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Code cleanup.Jean-Philippe Lang2014-11-221-2/+1
* Adds configuration settings to limit valid repository path (#1415).Jean-Philippe Lang2014-11-081-0/+13
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-7/+9
* 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