| Commit message (Expand) | Author | Age | Files | Lines |
* | Update Mercurial repository support to be compatible with Python 3 and remove... | Go MAEDA | 2025-02-16 | 2 | -90/+108 |
* | Fix RuboCop offense Style/RedundantInterpolationUnfreeze (#39887). | Go MAEDA | 2024-09-01 | 1 | -7/+7 |
* | Use anonymous block forwarding introduced in Ruby 3.1 (#38585). | Go MAEDA | 2024-08-21 | 5 | -13/+13 |
* | Fix RuboCop offense Layout/SpaceAfterComma, one of the offenses enabled in ru... | Go MAEDA | 2024-08-12 | 1 | -3/+3 |
* | Remove commented-out dead code and fix RuboCop offense Layout/LeadingCommentS... | Go MAEDA | 2024-08-12 | 1 | -1/+0 |
* | Fix RuboCop offense Layout/EmptyLinesAroundClassBody, one of the offenses ena... | Go MAEDA | 2024-08-12 | 2 | -2/+0 |
* | Remove current year from source file copyright headers and update year in foo... | Marius Balteanu | 2024-02-26 | 8 | -8/+8 |
* | Fix ScmData.binary? method not to consider UTF-8 text as binary (#40020). | Go MAEDA | 2024-01-30 | 1 | -1/+1 |
* | Replace regular expression matches with String#start_with? / end_with? (#40010). | Go MAEDA | 2024-01-11 | 4 | -12/+12 |
* | Remove deprecated methods in Repository and AbstractAdapter (#39558). | Marius Balteanu | 2023-11-18 | 1 | -12/+0 |
* | Fix RuboCop offense Style/RedundantRegexpArgument (#36919). | Go MAEDA | 2023-06-29 | 1 | -1/+1 |
* | Fix RuboCop offense Style/RedundantArrayConstructor (#36919). | Go MAEDA | 2023-06-07 | 1 | -1/+1 |
* | Add "View annotation prior to this change" button in the annotate view of Git... | Go MAEDA | 2023-04-30 | 2 | -3/+9 |
* | Fix RuboCop offense Rails/Presence in lib/redmine/scm/adapters/abstract_adapt... | Go MAEDA | 2023-03-24 | 1 | -2/+2 |
* | Fix RuboCop offense Lint/MissingSuper (#36919). | Go MAEDA | 2023-03-24 | 6 | -23/+4 |
* | Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134). | Go MAEDA | 2023-01-17 | 1 | -1/+1 |
* | Fix RuboCop offense Performance/ConstantRegexp (#38146). | Go MAEDA | 2023-01-11 | 1 | -6/+6 |
* | Fix RuboCop offense Performance/BlockGivenWithExplicitBlock (#38146). | Go MAEDA | 2023-01-11 | 1 | -1/+1 |
* | Update copyright year to 2023 (#38141). | Go MAEDA | 2023-01-01 | 8 | -8/+8 |
* | Fix repository browser does not show \"+\" (plus sign) in filename (#37718). | Marius Balteanu | 2022-10-02 | 1 | -1/+1 |
* | Support revision without any message in Mercurial repositories (#36258). | Go MAEDA | 2022-09-01 | 1 | -1/+1 |
* | Fix RuboCop offense Layout/LineLength due to r21785 (#37586). | Go MAEDA | 2022-09-01 | 1 | -2/+4 |
* | Typo in an argument name: s/trailling/trailing/ (#37586). | Go MAEDA | 2022-08-28 | 1 | -2/+2 |
* | Typo in method names: s/trailling/trailing/ (#37586). | Go MAEDA | 2022-08-28 | 3 | -6/+16 |
* | Fix unnecessary requirement in /lib/redmine/scm/adapters/filesystem_adapter.r... | Go MAEDA | 2022-08-25 | 1 | -1/+0 |
* | Use start_with? or end_with? to check the first or last character of a string... | Go MAEDA | 2022-08-24 | 1 | -3/+3 |
* | Update copyright year in source files to 2022 (#36379). | Go MAEDA | 2022-01-02 | 8 | -8/+8 |
* | Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa... | Go MAEDA | 2021-12-29 | 1 | -1/+1 |
* | Use File.exist? instead of deprecated File.exists? (#36358). | Go MAEDA | 2021-12-27 | 1 | -1/+1 |
* | Stricter validation of given revisions of repositories (#35085). | Go MAEDA | 2021-04-23 | 3 | -0/+29 |
* | Support for Git repositories with default branch "main" (#34942). | Go MAEDA | 2021-03-26 | 1 | -7/+9 |
* | Update copyright year in source files to 2021 (#33069). | Go MAEDA | 2021-03-25 | 8 | -8/+8 |
* | remove redundant 'return' from lib/redmine/scm/adapters/cvs_adapter.rb | Toshi MARUYAMA | 2020-12-12 | 1 | -7/+7 |
* | remove redundant 'return' from lib/redmine/scm/adapters/bazaar_adapter.rb | Toshi MARUYAMA | 2020-12-12 | 1 | -5/+5 |
* | fix source indent of lib/redmine/scm/adapters/cvs_adapter.rb | Toshi MARUYAMA | 2020-12-12 | 1 | -38/+50 |
* | fix source indent of lib/redmine/scm/adapters/mercurial_adapter.rb | Toshi MARUYAMA | 2020-12-02 | 1 | -4/+5 |
* | add empty line after guard clause to lib/redmine/scm/adapters/cvs_adapter.rb | Toshi MARUYAMA | 2020-11-30 | 1 | -0/+7 |
* | remove spaces inside {} of lib/redmine/scm/adapters/cvs_adapter.rb | Toshi MARUYAMA | 2020-11-20 | 1 | -1/+1 |
* | fix source indent of lib/redmine/scm/adapters/cvs_adapter.rb | Toshi MARUYAMA | 2020-11-20 | 1 | -10/+13 |
* | fix source indent of lib/redmine/scm/adapters/mercurial_adapter.rb | Toshi MARUYAMA | 2020-10-28 | 1 | -7/+7 |
* | fix source indent of lib/redmine/scm/adapters/git_adapter.rb | Toshi MARUYAMA | 2020-10-27 | 1 | -16/+16 |
* | fix source indent of lib/redmine/scm/adapters/abstract_adapter.rb | Toshi MARUYAMA | 2020-10-27 | 1 | -2/+2 |
* | fix source indent of lib/redmine/scm/adapters/filesystem_adapter.rb | Toshi MARUYAMA | 2020-10-26 | 1 | -3/+1 |
* | fix source indent of lib/redmine/scm/adapters/bazaar_adapter.rb | Toshi MARUYAMA | 2020-10-26 | 1 | -26/+30 |
* | fix source indent of lib/redmine/scm/adapters/filesystem_adapter.rb | Toshi MARUYAMA | 2020-10-24 | 1 | -2/+6 |
* | fix source indent of lib/redmine/scm/adapters/subversion_adapter.rb | Toshi MARUYAMA | 2020-10-24 | 1 | -29/+41 |
* | Use match? instead of =~ when MatchData is not used (#34150). | Go MAEDA | 2020-10-23 | 2 | -7/+7 |
* | remove extra empty line at class body beginning of lib/redmine/scm/adapters/b... | Toshi MARUYAMA | 2020-10-05 | 1 | -1/+0 |
* | remove space inside parentheses from lib/redmine/scm/adapters/git_adapter.rb | Toshi MARUYAMA | 2020-10-02 | 1 | -1/+1 |
* | remove space inside parentheses from lib/redmine/scm/adapters/abstract_adapte... | Toshi MARUYAMA | 2020-10-02 | 1 | -1/+1 |