| Commit message (Expand) | Author | Age | Files | Lines |
* | Skip repository tests when the SCM client command is unavailable (#42500). | Go MAEDA | 2025-04-10 | 5 | -13/+7 |
* | Fix tests for updated git repository (#40948). | Marius Balteanu | 2024-07-14 | 1 | -11/+11 |
* | Fix RuboCop offense Style/MapIntoArray (#39887). | Go MAEDA | 2024-04-09 | 2 | -8/+2 |
* | Remove current year from source file copyright headers and update year in foo... | Marius Balteanu | 2024-02-26 | 7 | -7/+7 |
* | Fix ScmData.binary? method not to consider UTF-8 text as binary (#40020). | Go MAEDA | 2024-01-30 | 1 | -0/+47 |
* | Add "View annotation prior to this change" button in the annotate view of Git... | Go MAEDA | 2023-04-30 | 1 | -0/+4 |
* | Fix RuboCop offense Style/MethodCallWithoutArgsParentheses (#36919). | Go MAEDA | 2023-01-25 | 3 | -3/+3 |
* | Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (... | Go MAEDA | 2023-01-01 | 6 | -6/+6 |
* | Update copyright year to 2023 (#38141). | Go MAEDA | 2023-01-01 | 6 | -6/+6 |
* | Fix RuboCop offense Performance/StringInclude (#37247). | Go MAEDA | 2022-12-26 | 1 | -1/+1 |
* | Support revision without any message in Mercurial repositories (#36258). | Go MAEDA | 2022-09-01 | 1 | -3/+17 |
* | Update copyright year in source files to 2022 (#36379). | Go MAEDA | 2022-01-02 | 6 | -6/+6 |
* | Support for Git repositories with default branch "main" (#34942). | Go MAEDA | 2021-03-26 | 1 | -0/+19 |
* | Update copyright year in source files to 2021 (#33069). | Go MAEDA | 2021-03-25 | 6 | -6/+6 |
* | add 'freeze' to avoid immutable array literals in loops at MercurialAdapterTest | Toshi MARUYAMA | 2020-12-12 | 1 | -16/+16 |
* | fix source indent of GitAdapterTest | Toshi MARUYAMA | 2020-12-02 | 1 | -26/+32 |
* | fix source indent of MercurialAdapterTest | Toshi MARUYAMA | 2020-12-02 | 1 | -14/+14 |
* | fix source indent of test/unit/lib/redmine/scm/adapters/cvs_adapter_test.rb | Toshi MARUYAMA | 2020-11-21 | 1 | -11/+13 |
* | shorten long line of test/unit/lib/redmine/scm/adapters/cvs_adapter_test.rb | Toshi MARUYAMA | 2020-11-21 | 1 | -3/+7 |
* | Replace gsub with tr, delete, or squeeze (#34161). | Go MAEDA | 2020-10-24 | 3 | -3/+3 |
* | add space after comma to FilesystemAdapterTest | Toshi MARUYAMA | 2020-10-05 | 1 | -1/+1 |
* | fix source indent of MercurialAdapterTest | Toshi MARUYAMA | 2020-09-24 | 1 | -32/+38 |
* | add space after comma to MercurialAdapterTest | Toshi MARUYAMA | 2020-09-17 | 1 | -2/+2 |
* | fix source indent of MercurialAdapterTest | Toshi MARUYAMA | 2020-09-17 | 1 | -16/+17 |
* | fix source indent of BazaarAdapterTest | Toshi MARUYAMA | 2020-09-12 | 1 | -15/+10 |
* | fix source indent of GitAdapterTest | Toshi MARUYAMA | 2020-08-09 | 1 | -5/+8 |
* | fix source indent of GitAdapterTest | Toshi MARUYAMA | 2020-08-07 | 1 | -3/+5 |
* | add space after comma to GitAdapterTest | Toshi MARUYAMA | 2020-08-07 | 1 | -2/+2 |
* | remove spaces inside {} of GitAdapterTest | Toshi MARUYAMA | 2020-08-07 | 1 | -1/+1 |
* | fix source indent of BazaarAdapterTest | Toshi MARUYAMA | 2020-07-21 | 1 | -3/+5 |
* | Fix a RuboCop offense Layout/TrailingWhitespace due to r19766 (#27790). | Go MAEDA | 2020-05-09 | 1 | -1/+1 |
* | scm: mercurial: add double quote branch and tag name to test repository (#27790) | Toshi MARUYAMA | 2020-05-08 | 1 | -4/+12 |
* | scm: mercurial: refactor MercurialAdapterTest#test_branches for easy adding n... | Toshi MARUYAMA | 2020-05-08 | 1 | -39/+39 |
* | fix source indents of MercurialAdapterTest | Toshi MARUYAMA | 2020-05-08 | 1 | -8/+8 |
* | scm: mercurial: add test of author and message which have control character (... | Toshi MARUYAMA | 2020-03-22 | 1 | -0/+7 |
* | scm: mercurial: update test repository (#23055) | Toshi MARUYAMA | 2020-03-22 | 1 | -10/+16 |
* | scm: mercurial: refactor MercurialAdapterTest#test_branches for easy adding n... | Toshi MARUYAMA | 2020-03-22 | 1 | -24/+38 |
* | Update copyright year in source files to 2020 (#33069). | Go MAEDA | 2020-03-03 | 6 | -6/+6 |
* | test_revisions_latin_1_identifier should be skipped on Windows (#32937). | Go MAEDA | 2020-02-06 | 1 | -3/+4 |
* | cleanup: rubocop: fix Layout/SpaceAfterComma in test/unit/lib/redmine/scm/ada... | Toshi MARUYAMA | 2019-11-22 | 1 | -4/+4 |
* | cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/lib/r... | Toshi MARUYAMA | 2019-11-22 | 1 | -3/+2 |
* | cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/lib/r... | Toshi MARUYAMA | 2019-11-21 | 1 | -14/+18 |
* | cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in test/unit/lib/redmi... | Toshi MARUYAMA | 2019-11-21 | 1 | -1/+0 |
* | cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/scm/adap... | Toshi MARUYAMA | 2019-11-09 | 1 | -7/+12 |
* | cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/scm/adap... | Toshi MARUYAMA | 2019-11-09 | 1 | -2/+3 |
* | cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/scm/adap... | Toshi MARUYAMA | 2019-11-08 | 1 | -1/+1 |
* | code cleanup: rubocop: fix Layout/SpaceInsideReferenceBrackets in test/unit/l... | Toshi MARUYAMA | 2019-09-11 | 1 | -25/+25 |
* | code cleanup: rubocop: fix Layout/SpaceBeforeFirstArg in test/unit/lib/redmin... | Toshi MARUYAMA | 2019-09-04 | 1 | -1/+1 |
* | code clean up test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb | Toshi MARUYAMA | 2019-08-04 | 1 | -6/+6 |
* | rubocop: fix Layout/BlockAlignment of test/unit/lib/redmine/scm/adapters/merc... | Toshi MARUYAMA | 2019-08-04 | 1 | -1/+2 |