summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_git_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22910, r22924, r22928 and r22929 from trunk to 5.0-stable (#40948).Marius Balteanu2024-07-201-12/+15
* Merged r22746 from trunk to 5.0-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* fix source indent of test/unit/repository_git_test.rbToshi MARUYAMA2020-12-021-1/+1
* fix source indent of RepositoryGitTestToshi MARUYAMA2020-10-271-45/+55
* Replace gsub with tr, delete, or squeeze (#34161).Go MAEDA2020-10-241-2/+2
* remove spaces inside {} of RepositoryGitTestToshi MARUYAMA2020-07-211-6/+6
* Fix a RuboCop offense Style/ColonMethodCall due to r19699 (#24030).Go MAEDA2020-04-181-1/+1
* scm: git: replace test repository text file content meaningfully (#24030)Toshi MARUYAMA2020-04-141-1/+1
* fix source indent of previous commit (#24030)Toshi MARUYAMA2020-04-141-1/+1
* scm: git: add test of UTF-8 Emoji committer and comments (#24030)Toshi MARUYAMA2020-04-141-0/+31
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in RepositoryGitTest#tes...Toshi MARUYAMA2019-11-211-3/+3
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in RepositoryGitTest#tes...Toshi MARUYAMA2019-11-211-3/+3
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in RepositoryGitTest#tes...Toshi MARUYAMA2019-11-211-2/+3
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in RepositoryGitTest#tes...Toshi MARUYAMA2019-11-211-83/+71
* code cleanup: rubocop: fix Style/UnneededSort in test/unit/repository_git_tes...Toshi MARUYAMA2019-10-221-1/+1
* Remove code related to JRuby and unsupported Ruby versions (#29441).Jean-Philippe Lang2019-06-201-12/+0
* Update copyright year.Go MAEDA2019-05-251-1/+1
* scm: git: add new two latin1 branches to test repository (#16881)Toshi MARUYAMA2019-04-051-1/+1
* code clean up RepositoryGitTest for test repository updateToshi MARUYAMA2019-04-041-3/+3
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-211-1/+1
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-191-9/+5
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Set User.current to nil before unit tests.Jean-Philippe Lang2018-12-161-0/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use assert_nil instead of assert_equal.Jean-Philippe Lang2016-12-111-1/+1
* Adds accessors for report_last_commit.Jean-Philippe Lang2016-10-041-13/+4
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Fixed tests failures (#19400).Jean-Philippe Lang2015-04-121-0/+2
* Fixed that non-default identifier-less git repositories are undeletable (#192...Jean-Philippe Lang2015-03-071-0/+29
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-16/+7
* Rails4: fix time related git unit test failureToshi MARUYAMA2014-02-151-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* scm: git: change extra_report_last_commit type at unit test to string (#12409)Toshi MARUYAMA2012-11-211-2/+2
* scm: git: fix changesets aren't read after clear_changesets call (#12409)Toshi MARUYAMA2012-11-211-0/+34
* Fix: Unable to run unit and functional tests if git binary is not available.Jean-Philippe Lang2012-06-181-10/+10
* Fixed that Repository#entries returns an Array.Jean-Philippe Lang2012-06-101-0/+5
* Renamed #changes association to #filechanges (clash with AR::Base.changes tha...Jean-Philippe Lang2012-06-031-3/+3
* scm: git: skip Latin-1 path tests on Git for Windows above 1.7.10Toshi MARUYAMA2012-06-021-4/+10
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* scm: git: add test of from_path at unit model test_fetch_changesets_from_scratchToshi MARUYAMA2012-03-291-0/+1
* scm: git: fix test revision value of unit app testToshi MARUYAMA2012-03-281-2/+2
* scm: git: process new git revisions all at once rather than per branch (#10470)Toshi MARUYAMA2012-03-281-30/+38
* scm: git: backout r8839 (#8857)Toshi MARUYAMA2012-03-071-38/+30