115 Commits (ed0644d151088099d4cbcc40a9caa62da5616d19)

Author SHA1 Message Date
  Go MAEDA ed0644d151 Fix ScmData.binary? method not to consider UTF-8 text as binary (#40020). 4 months ago
  Go MAEDA 5b77092be4 Replace regular expression matches with String#start_with? / end_with? (#40010). 5 months ago
  Marius Balteanu b7a190399f Remove deprecated methods in Repository and AbstractAdapter (#39558). 7 months ago
  Go MAEDA d97beec1d4 Add "View annotation prior to this change" button in the annotate view of Git (#35432). 1 year ago
  Go MAEDA 18275bd028 Fix RuboCop offense Rails/Presence in lib/redmine/scm/adapters/abstract_adapter.rb (#36919). 1 year ago
  Go MAEDA fe71cb5bbe Fix RuboCop offense Lint/MissingSuper (#36919). 1 year ago
  Go MAEDA 0b6f4c6811 Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134). 1 year ago
  Go MAEDA 3942177f49 Fix RuboCop offense Performance/BlockGivenWithExplicitBlock (#38146). 1 year ago
  Go MAEDA 92bd67c279 Update copyright year to 2023 (#38141). 1 year ago
  Go MAEDA 45fafc7e44 Fix RuboCop offense Layout/LineLength due to r21785 (#37586). 1 year ago
  Go MAEDA c7c24cb6e2 Typo in method names: s/trailling/trailing/ (#37586). 1 year ago
  Go MAEDA 80b7a83940 Use start_with? or end_with? to check the first or last character of a string (#37591). 1 year ago
  Go MAEDA 3686b77eb6 Update copyright year in source files to 2022 (#36379). 2 years ago
  Go MAEDA b6a26a60f3 Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performance 1.13.0 (#35142). 2 years ago
  Go MAEDA 4db7397d2a Use File.exist? instead of deprecated File.exists? (#36358). 2 years ago
  Go MAEDA 1cf427ee63 Stricter validation of given revisions of repositories (#35085). 3 years ago
  Go MAEDA 3e36b5c452 Update copyright year in source files to 2021 (#33069). 3 years ago
  Toshi MARUYAMA 8ddbbcf4a6 fix source indent of lib/redmine/scm/adapters/abstract_adapter.rb 3 years ago
  Toshi MARUYAMA da3b237706 remove space inside parentheses from lib/redmine/scm/adapters/abstract_adapter.rb 3 years ago
  Toshi MARUYAMA 76c38c4abf use "do end" instead of {} at lib/redmine/scm/adapters/abstract_adapter.rb 3 years ago
  Toshi MARUYAMA b5680f4456 add space after comma to lib/redmine/scm/adapters/abstract_adapter.rb 3 years ago
  Toshi MARUYAMA b8057a88ec add empty line after guard clause to lib/redmine/scm/adapters/abstract_adapter.rb 3 years ago
  Go MAEDA 907e0173e4 Update copyright year in source files to 2020 (#33069). 4 years ago
  Toshi MARUYAMA aa352d57a4 cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/redmine/scm/adapters/abstract_adapter.rb 4 years ago
  Toshi MARUYAMA 319eeae14d code cleanup: rubocop: fix Performance/RedundantBlockCall in lib/redmine/scm/adapters/abstract_adapter.rb 4 years ago
  Toshi MARUYAMA 7738078717 code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in lib/redmine/scm/adapters/abstract_adapter.rb 4 years ago
  Toshi MARUYAMA 0ea9e05b68 fix stderr_log_file and strip_credential of Redmine::Scm::Adapters::AbstractAdapter are not private 4 years ago
  Toshi MARUYAMA 118fff34aa rubocop: fix Style/YodaCondition of lib/redmine/scm/adapters/abstract_adapter.rb 4 years ago
  Toshi MARUYAMA 00d3fa02e2 rubocop: fix Layout/AccessModifierIndentation of scm/adapters/abstract_adapter.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 30e341db69 Support frozen_string_literal in lib/**/*.rb (#26561). 5 years ago
  Go MAEDA 5861160ffc Add "frozen_string_literal: false" for all files (#26561). 5 years ago
  Go MAEDA bff0fbce8b Remove RDoc tags (#28943). 6 years ago
  Jean-Philippe Lang 7fd04e1f8d Update copyright. 7 years ago
  Jean-Philippe Lang 5744bfc2c6 Removes duplicate shell_quote method (#26149). 7 years ago
  Toshi MARUYAMA 06babbec7e remove is_binary_data? from String (#25563) 7 years ago
  Jean-Philippe Lang cda9c63d9c Updates copyright for 2016. 8 years ago
  Jean-Philippe Lang 9915962356 Make sure that #scm_iconv returns a string with the target encoding (#14534). 9 years ago
  Jean-Philippe Lang 000124f44f Copyright update. 9 years ago
  Jean-Philippe Lang 2d1866d966 Merged rails-4.1 branch (#14534). 9 years ago
  Toshi MARUYAMA 7c56ed6004 fix source indent of Redmine::Scm::Adapters::AbstractAdapter#without_trailling_slash 10 years ago
  Toshi MARUYAMA 35cc911192 update copyright year (#15977) 10 years ago
  Jean-Philippe Lang a657a12450 Don't load redcarpet with JRuby. 10 years ago
  Jean-Philippe Lang a22242ed20 Fixed uninitialized constant Redmine::Scm::Adapters::CommandFailed error when reloading in development mode. 10 years ago
  Jean-Philippe Lang 633e4a00e6 Check that the SCM log file is writable before using it (#13541). 11 years ago
  Jean-Philippe Lang d8769cb27c Log SCM stderr when log level is set to debug only (#13541). 11 years ago
  Jean-Philippe Lang 30801ca968 Always log scm stderr and makes the log file path configurable. 11 years ago
  Jean-Philippe Lang ff53a9cfe1 Don't use Iconv with ruby1.9 (#12787). 11 years ago