summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA12 days1-20/+0
* Fix RuboCop offense Style/RedundantInterpolationUnfreeze (#39887).Go MAEDA2024-09-011-1/+1
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Add missing fixture versions to RepositoryTest (#37469).Go MAEDA2022-07-211-1/+2
* 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
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/IndentFirstArgument in test/unit/repository_test.rbToshi MARUYAMA2019-11-241-69/+105
* cleanup: rubocop: fix Layout/IndentFirstHashElement in test/unit/repository_t...Toshi MARUYAMA2019-11-241-8/+12
* code cleanup: rubocop: fix Layout/AlignArguments in test/unit/repository_test.rbToshi MARUYAMA2019-10-231-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* 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-3/+2
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Add missing fixtures to several tests (#30276).Go MAEDA2019-01-091-1/+3
* Set User.current to nil before unit tests.Jean-Philippe Lang2018-12-161-0/+1
* Send individual emails for each mail recipient (#26791).Jean-Philippe Lang2018-10-061-8/+9
* Drop Darcs support (#26391).Jean-Philippe Lang2017-07-251-1/+1
* add some tests to RepositoryTest#test_for_changeset_comments_stripToshi MARUYAMA2017-07-101-0/+2
* code style cleanup at RepositoryTest#test_for_changeset_comments_stripToshi MARUYAMA2017-07-101-3/+3
* replace white spaces of here-text at RepositoryTest#test_for_changeset_comm...Toshi MARUYAMA2017-07-101-8/+6
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Be more conservative when fetching constants in Repository.factory (#23758).Jean-Philippe Lang2016-09-041-0/+14
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Fixed that 2 repositories can be created with blank/nil identifier (#19400).Jean-Philippe Lang2015-04-111-0/+12
* Don't allow 2 repositories with blank identifier (#19400).Jean-Philippe Lang2015-03-201-0/+18
* add missing fixturesToshi MARUYAMA2015-01-181-0/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-1/+1
* Misc tests.Jean-Philippe Lang2014-12-071-0/+6
* Code cleanup.Jean-Philippe Lang2014-10-251-2/+2
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-4/+3
* Honnor committers/users mapping in repository statistics (#13487).Jean-Baptiste Barth2014-08-261-2/+48
* Fix text failing on some rubies/sql drivers because of improper length in Cha...Jean-Baptiste Barth2014-08-261-2/+2
* Move some RepositoriesController logic to Repository#stats_by_author (#13487).Jean-Baptiste Barth2014-08-261-0/+19
* Make sure that Repository#extra_info returns a Hash or nil (#16032).Jean-Philippe Lang2014-02-061-0/+6
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove trailing white-spaces from RepositoryTestToshi MARUYAMA2014-01-091-1/+1
* code format cleanup RepositoryTestToshi MARUYAMA2014-01-091-2/+3
* Rails4: replace deprecated find_all_by_* at RepositoryTestToshi MARUYAMA2014-01-091-2/+2
* Rails4: replace deprecated Relation#update_all at RepositoryTestToshi MARUYAMA2014-01-091-4/+2
* add unit test to have one default repositoryToshi MARUYAMA2014-01-071-0/+25
* Rails4 compatibility of RepositoryTestToshi MARUYAMA2013-12-271-4/+2
* Ability to define commit keywords per tracker (#7590).Jean-Philippe Lang2013-10-131-3/+3
* Support for multiple issue update keywords/rules in commit messages (#4911).Jean-Philippe Lang2013-10-051-4/+3
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-4/+2
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-1/+1