summaryrefslogtreecommitdiffstats
path: root/lib/redmine/scm
Commit message (Expand)AuthorAgeFilesLines
* Fix RuboCop offense Style/RedundantInterpolationUnfreeze (#39887).Go MAEDA2024-09-011-7/+7
* Use anonymous block forwarding introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-215-13/+13
* Fix RuboCop offense Layout/SpaceAfterComma, one of the offenses enabled in ru...Go MAEDA2024-08-121-3/+3
* Remove commented-out dead code and fix RuboCop offense Layout/LeadingCommentS...Go MAEDA2024-08-121-1/+0
* Fix RuboCop offense Layout/EmptyLinesAroundClassBody, one of the offenses ena...Go MAEDA2024-08-122-2/+0
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-2610-10/+10
* Fix RuntimeError on `reload!` in the Rails console (#38155).Go MAEDA2024-02-051-0/+1
* Fix ScmData.binary? method not to consider UTF-8 text as binary (#40020).Go MAEDA2024-01-301-1/+1
* Replace regular expression matches with String#start_with? / end_with? (#40010).Go MAEDA2024-01-114-12/+12
* Add missing copyrights (#37730).Marius Balteanu2023-11-261-0/+17
* Remove deprecated methods in Repository and AbstractAdapter (#39558).Marius Balteanu2023-11-181-12/+0
* Fix RuboCop offense Style/RedundantRegexpArgument (#36919).Go MAEDA2023-06-291-1/+1
* Fix RuboCop offense Style/RedundantArrayConstructor (#36919).Go MAEDA2023-06-071-1/+1
* Add "View annotation prior to this change" button in the annotate view of Git...Go MAEDA2023-04-302-3/+9
* Fix RuboCop offense Rails/Presence in lib/redmine/scm/adapters/abstract_adapt...Go MAEDA2023-03-241-2/+2
* Fix RuboCop offense Lint/MissingSuper (#36919).Go MAEDA2023-03-246-23/+4
* Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).Go MAEDA2023-01-171-1/+1
* Fix RuboCop offense Performance/ConstantRegexp (#38146).Go MAEDA2023-01-111-6/+6
* Fix RuboCop offense Performance/BlockGivenWithExplicitBlock (#38146).Go MAEDA2023-01-111-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-019-9/+9
* Fix repository browser does not show \"+\" (plus sign) in filename (#37718).Marius Balteanu2022-10-021-1/+1
* Support revision without any message in Mercurial repositories (#36258).Go MAEDA2022-09-011-1/+1
* Fix RuboCop offense Layout/LineLength due to r21785 (#37586).Go MAEDA2022-09-011-2/+4
* Typo in an argument name: s/trailling/trailing/ (#37586).Go MAEDA2022-08-281-2/+2
* Typo in method names: s/trailling/trailing/ (#37586).Go MAEDA2022-08-283-6/+16
* Fix unnecessary requirement in /lib/redmine/scm/adapters/filesystem_adapter.r...Go MAEDA2022-08-251-1/+0
* Use start_with? or end_with? to check the first or last character of a string...Go MAEDA2022-08-241-3/+3
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-029-9/+9
* Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...Go MAEDA2021-12-291-1/+1
* Use File.exist? instead of deprecated File.exists? (#36358).Go MAEDA2021-12-271-1/+1
* Stricter validation of given revisions of repositories (#35085).Go MAEDA2021-04-233-0/+29
* Support for Git repositories with default branch "main" (#34942).Go MAEDA2021-03-261-7/+9
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-259-9/+9
* remove redundant 'return' from lib/redmine/scm/adapters/cvs_adapter.rbToshi MARUYAMA2020-12-121-7/+7
* remove redundant 'return' from lib/redmine/scm/adapters/bazaar_adapter.rbToshi MARUYAMA2020-12-121-5/+5
* fix source indent of lib/redmine/scm/adapters/cvs_adapter.rbToshi MARUYAMA2020-12-121-38/+50
* fix source indent of lib/redmine/scm/adapters/mercurial_adapter.rbToshi MARUYAMA2020-12-021-4/+5
* add empty line after guard clause to lib/redmine/scm/adapters/cvs_adapter.rbToshi MARUYAMA2020-11-301-0/+7
* remove spaces inside {} of lib/redmine/scm/adapters/cvs_adapter.rbToshi MARUYAMA2020-11-201-1/+1
* fix source indent of lib/redmine/scm/adapters/cvs_adapter.rbToshi MARUYAMA2020-11-201-10/+13
* fix source indent of lib/redmine/scm/adapters/mercurial_adapter.rbToshi MARUYAMA2020-10-281-7/+7
* fix source indent of lib/redmine/scm/adapters/git_adapter.rbToshi MARUYAMA2020-10-271-16/+16
* fix source indent of lib/redmine/scm/adapters/abstract_adapter.rbToshi MARUYAMA2020-10-271-2/+2
* fix source indent of lib/redmine/scm/adapters/filesystem_adapter.rbToshi MARUYAMA2020-10-261-3/+1
* fix source indent of lib/redmine/scm/adapters/bazaar_adapter.rbToshi MARUYAMA2020-10-261-26/+30
* fix source indent of lib/redmine/scm/adapters/filesystem_adapter.rbToshi MARUYAMA2020-10-241-2/+6
* fix source indent of lib/redmine/scm/adapters/subversion_adapter.rbToshi MARUYAMA2020-10-241-29/+41
* Use match? instead of =~ when MatchData is not used (#34150).Go MAEDA2020-10-232-7/+7
* remove extra empty line at class body beginning of lib/redmine/scm/adapters/b...Toshi MARUYAMA2020-10-051-1/+0
* remove space inside parentheses from lib/redmine/scm/adapters/git_adapter.rbToshi MARUYAMA2020-10-021-1/+1