229 Commits (9955844da1d209778f06ad9a3583949048b8ee88)

Author SHA1 Message Date
  Go MAEDA 3e36b5c452 Update copyright year in source files to 2021 (#33069). 3 years ago
  Toshi MARUYAMA 79fa07b93a fix source indent of app/models/repository/cvs.rb 3 years ago
  Toshi MARUYAMA e96a74b6e1 add empty line after guard clause to app/models/repository/bazaar.rb 3 years ago
  Toshi MARUYAMA 8b49aeeb32 add empty line after guard clause to app/models/repository/mercurial.rb 3 years ago
  Toshi MARUYAMA 0e6e6a3169 remove spaces inside {} of app/models/repository/mercurial.rb 3 years ago
  Toshi MARUYAMA 2ba01fba7d fix source indent of app/models/repository/git.rb 3 years ago
  Toshi MARUYAMA b7673a7a37 remove spaces inside {} of app/models/repository/git.rb 3 years ago
  Toshi MARUYAMA c7213ab4d6 use a normal unless-statement over a modifier clause in a multiline statement at app/models/repository/bazaar.rb 4 years ago
  Go MAEDA 907e0173e4 Update copyright year in source files to 2020 (#33069). 4 years ago
  Toshi MARUYAMA 5600c3cf5a cleanup: rubocop: fix Style/MultilineIfModifier in app/models/repository/subversion.rb 4 years ago
  Toshi MARUYAMA cff0fb1855 cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/repository/subversion.rb 4 years ago
  Toshi MARUYAMA 0b487967da cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/repository/git.rb 4 years ago
  Toshi MARUYAMA 34aa758c1d cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/repository/git.rb 4 years ago
  Toshi MARUYAMA 7d03976e6a cleanup: rubocop: fix Layout/SpaceInsideParens in app/models/repository/mercurial.rb 4 years ago
  Toshi MARUYAMA 08918ce867 cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in app/models/repository/cvs.rb 4 years ago
  Toshi MARUYAMA 89ba5ae630 cleanup: rubocop: fix Layout/AlignArguments in app/models/repository/cvs.rb 4 years ago
  Toshi MARUYAMA 4c9bef2ace code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/repository/bazaar.rb 4 years ago
  Toshi MARUYAMA fb221e8069 code cleanup: rubocop: fix Layout/SpaceInsideRangeLiteral in app/models/repository/cvs.rb 4 years ago
  Toshi MARUYAMA fd51a4fe58 code cleanup: rubocop: fix Style/CommentedKeyword in app/models/repository/cvs.rb 4 years ago
  Go MAEDA 4082069c75 Update copyright year. 5 years ago
  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). 7 years ago
  Jean-Philippe Lang d74f0bfd5c Merged rails-5.1 branch (#23630). 7 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