summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/scm
Commit message (Expand)AuthorAgeFilesLines
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/scm/adap...Toshi MARUYAMA2019-11-091-7/+12
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/scm/adap...Toshi MARUYAMA2019-11-091-2/+3
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/lib/redmine/scm/adap...Toshi MARUYAMA2019-11-081-1/+1
* code cleanup: rubocop: fix Layout/SpaceInsideReferenceBrackets in test/unit/l...Toshi MARUYAMA2019-09-111-25/+25
* code cleanup: rubocop: fix Layout/SpaceBeforeFirstArg in test/unit/lib/redmin...Toshi MARUYAMA2019-09-041-1/+1
* code clean up test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rbToshi MARUYAMA2019-08-041-6/+6
* rubocop: fix Layout/BlockAlignment of test/unit/lib/redmine/scm/adapters/merc...Toshi MARUYAMA2019-08-041-1/+2
* rubocop: fix Layout/CaseIndentation of test/unit/lib/redmine/scm/adapters/mer...Toshi MARUYAMA2019-08-031-2/+2
* rubocop: fix Layout/AlignArray of test/unit/lib/redmine/scm/adapters/mercuria...Toshi MARUYAMA2019-07-291-1/+1
* Remove trailing whitespaces from test (#31506).Go MAEDA2019-06-061-4/+4
* Update copyright year.Go MAEDA2019-05-256-6/+6
* Code cleanup: remove a unused variable last_rev_author from test_last_rev_wit...Go MAEDA2019-05-061-1/+0
* fix source code indents in GitAdapterTestToshi MARUYAMA2019-04-301-4/+4
* scm: git: fix non ascii branch and tag browsing (#16881)Toshi MARUYAMA2019-04-051-0/+64
* code clean up GitAdapterTestToshi MARUYAMA2019-04-051-1/+1
* scm: git: add new one latin1 tag to test repository (#16881)Toshi MARUYAMA2019-04-051-0/+1
* scm: git: add new two latin1 branches to test repository (#16881)Toshi MARUYAMA2019-04-051-4/+14
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-216-6/+6
* Use #b shortcut instead of #force_encoding (#31059).Go MAEDA2019-03-201-1/+1
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-192-10/+6
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-156-0/+12
* mercurial: work around faulty parsing of early command options (#27516)Toshi MARUYAMA2017-12-071-6/+6
* mercurial: reject malicious command argument (#27516)Toshi MARUYAMA2017-12-071-0/+19
* Drop Darcs support (#26391).Jean-Philippe Lang2017-07-251-60/+0
* Update copyright.Jean-Philippe Lang2017-06-257-7/+7
* Don't use assert_equal nil.Jean-Philippe Lang2016-12-131-1/+5
* Use assert_nil instead of assert_equal.Jean-Philippe Lang2016-12-111-3/+3
* Updates copyright for 2016.Jean-Philippe Lang2016-03-137-7/+7
* Copyright update.Jean-Philippe Lang2015-01-117-7/+7
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-226-1252/+1194
* scm: mercurial: add one "closed" branch to test repository (#16177)Toshi MARUYAMA2014-02-261-2/+2
* Rails4: fix time related git adapter test failuresToshi MARUYAMA2014-02-141-2/+2
* scm: mercurial: use long id in adapter level (#14361)Toshi MARUYAMA2014-02-021-33/+33
* scm: mercurial: add adapter entry test (#14361)Toshi MARUYAMA2014-02-021-0/+41
* back out r12752 (#14361)Toshi MARUYAMA2014-02-011-31/+31
* scm: mercurial: use long id in adapter level (#14361)Toshi MARUYAMA2014-02-011-31/+31
* update copyright year (#15977)Toshi MARUYAMA2014-01-297-7/+7
* scm: git: use "--encoding=UTF-8" for blame (#14931)Toshi MARUYAMA2013-09-181-0/+13
* scm: git: change non ASCII user name variable to instance variable (#14931)Toshi MARUYAMA2013-09-181-5/+3
* CVS root_url not recognized when connection string does not include port (#14...Jean-Philippe Lang2013-07-151-2/+13
* Adds a test for CvsAdapter#root_url_path (#14422).Jean-Philippe Lang2013-07-131-0/+5
* upgrade mocha 0.14 and remove deprecation warningToshi MARUYAMA2013-05-216-6/+6
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-127-7/+7
* fix scm_iconv local variable name (#12228)Toshi MARUYAMA2012-10-281-0/+17
* scm: bazaar: add entry test to unit lib testToshi MARUYAMA2012-09-171-0/+31
* scm: git: add entry test to unit lib testToshi MARUYAMA2012-09-171-0/+31
* scm: bazaar: add revisions test to unit lib testToshi MARUYAMA2012-09-171-0/+16
* scm: mercurial: add test of diff from new to old revision to unit lib testToshi MARUYAMA2012-09-161-1/+10
* scm: bazaar: add diff test to unit lib testToshi MARUYAMA2012-09-161-0/+7
* scm: git: remove unnecessary encoding header from unit adapter testToshi MARUYAMA2012-09-151-1/+0