209 Commits (b0e17e8199bb40d0b1bed2c3dded355f439d8b3a)

Author SHA1 Message Date
  Go MAEDA b0e17e8199 Don't rescue Exception class (#31387). 5 years ago
  Go MAEDA 72e1451159 Use Regexp#match? to reduce allocations of MatchData object (#28940). 5 years ago
  Go MAEDA bd5977d97e Support frozen_string_literal in app/**/*.rb (#26561). 5 years ago
  Go MAEDA 5861160ffc Add "frozen_string_literal: false" for all files (#26561). 5 years ago
  Go MAEDA e159928e6b Use find_by instead of where.first to remove unnecessary sorting (#26747). 5 years ago
  Jean-Philippe Lang 0910b2bdbe Drop Darcs support (#26391). 6 years ago
  Jean-Philippe Lang d74f0bfd5c Merged rails-5.1 branch (#23630). 6 years ago
  Jean-Philippe Lang 7fd04e1f8d Update copyright. 7 years ago
  Toshi MARUYAMA 6139e0033a spelling fixes (#25495) 7 years ago
  Jean-Philippe Lang c7f03c00a9 Use exists? instead of count (#24839). 7 years ago
  Jean-Philippe Lang 46044b48a3 Adds accessors for report_last_commit. 7 years ago
  Jean-Philippe Lang cda9c63d9c Updates copyright for 2016. 8 years ago
  Jean-Philippe Lang 98c28b467b Don't validate the repository when updating/clearing extra info (#19400). 9 years ago
  Jean-Philippe Lang 07795cfed5 Code cleanup. 9 years ago
  Toshi MARUYAMA 8327f650c3 fix code indent at app/models/repository/cvs.rb 9 years ago
  Toshi MARUYAMA ad9fd2b66b use "where" instead of find_by_ at Repository::Cvs class 9 years ago
  Toshi MARUYAMA 2cc3ba063f revert r13901 9 years ago
  Toshi MARUYAMA 6cc1f2be54 workaround unit cvs test failure on sqlite3 9 years ago
  Jean-Philippe Lang 000124f44f Copyright update. 9 years ago
  Jean-Philippe Lang 13f9ccaed8 Adds configuration settings to limit valid repository path (#1415). 9 years ago
  Jean-Philippe Lang 2d1866d966 Merged rails-4.1 branch (#14534). 9 years ago
  Toshi MARUYAMA a87cc86b99 fix typo of app/models/repository/mercurial.rb 10 years ago
  Toshi MARUYAMA 6eaba1137a fix typo of app/models/repository/cvs.rb 10 years ago
  Toshi MARUYAMA bec603eb9b replace tabs to spaces at app/models/repository/cvs.rb 10 years ago
  Toshi MARUYAMA 22c7e0b8df fix source indent of Repository::Cvs model 10 years ago
  Toshi MARUYAMA b87a7b8984 scm: mercurial: insert long id to DB unless existing id in DB is not short id (#14361) 10 years ago
  Toshi MARUYAMA d301b8c0c1 scm: mercurial: switch short or long id of entry by existing value in DB (#14361) 10 years ago
  Toshi MARUYAMA eb18660369 scm: mercurial: override entry and scm_entries (#14361) 10 years ago
  Toshi MARUYAMA 8a35585bd2 scm: mercurial: add method to switch short or long id by existing value in DB (#14361) 10 years ago
  Toshi MARUYAMA d45bf0a83e scm: split Repository#entries (#14361) 10 years ago
  Toshi MARUYAMA f2ec6f8d77 back out r12752 (#14361) 10 years ago
  Toshi MARUYAMA ae68ff1100 scm: mercurial: use long id in adapter level (#14361) 10 years ago
  Toshi MARUYAMA 6ea2b7a43b scm: mercurial: split Repository::Mercurial#latest_changesets_cond for short and long id (#14361) 10 years ago
  Toshi MARUYAMA 5dcecec1bd scm: mercurial: use 12 chars id for format_changeset_identifier (#14361) 10 years ago
  Toshi MARUYAMA 619857e1a4 remove unneeded Relation#all from Repository::Git model 10 years ago
  Toshi MARUYAMA 8574948617 code format clean up Repository::Git model 10 years ago
  Toshi MARUYAMA 35cc911192 update copyright year (#15977) 10 years ago
  Toshi MARUYAMA 8832cca13b remove unneeded Relation#all from Repository::Subversion model 10 years ago
  Toshi MARUYAMA c489c28219 code format cleanup Repository::Subversion model 10 years ago
  Toshi MARUYAMA 8a9db2841d backout r12562 : remove unneeded Relation#all from Repository::Mercurial#latest_changesets 10 years ago
  Toshi MARUYAMA 1ddabbc874 remove unneeded Relation#all from Repository::Mercurial#latest_changesets 10 years ago
  Jean-Philippe Lang f9ddb562d5 Cleanup of finders with :conditions option. 11 years ago
  Toshi MARUYAMA b53b7b1acd use %r{} instead of // at app/models/repository/subversion.rb 11 years ago
  Jean-Philippe Lang e396a0eebe Copyright for 2013 (#12788). 11 years ago
  Jean-Philippe Lang 049eaeb776 Repository changesets are already sorted by committed_on DESC (#12713). 11 years ago
  Jean-Philippe Lang 147e7a8d61 Use \A and \z in validation regexps. 11 years ago
  Jean-Philippe Lang 536747b747 Replaces find(:all) calls. 11 years ago
  Toshi MARUYAMA f6367b8ba7 scm: git: fix tests fail when extra_info is nil (#12409) 11 years ago
  Toshi MARUYAMA 5d8d38aa60 scm: git: fix changesets aren't read after clear_changesets call (#12409) 11 years ago
  Toshi MARUYAMA f9208d7c5c scm: bazaar: use log encoding as path encoding (#11834) 11 years ago