index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
unit
/
repository_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `fixtures :all` to ensure consistent test data and improve test reliabili...
Go MAEDA
12 days
1
-20
/
+0
*
Fix RuboCop offense Style/RedundantInterpolationUnfreeze (#39887).
Go MAEDA
2024-09-01
1
-1
/
+1
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...
Go MAEDA
2023-01-01
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Add missing fixture versions to RepositoryTest (#37469).
Go MAEDA
2022-07-21
1
-1
/
+2
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
cleanup: rubocop: fix Layout/IndentFirstArgument in test/unit/repository_test.rb
Toshi MARUYAMA
2019-11-24
1
-69
/
+105
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/unit/repository_t...
Toshi MARUYAMA
2019-11-24
1
-8
/
+12
*
code cleanup: rubocop: fix Layout/AlignArguments in test/unit/repository_test.rb
Toshi MARUYAMA
2019-10-23
1
-1
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Support frozen_string_literal in test/**/*.rb (#26561).
Go MAEDA
2019-03-21
1
-1
/
+1
*
Decode hexadecimal-encoded literals in order to be frozen string literals fri...
Go MAEDA
2019-03-19
1
-3
/
+2
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Add missing fixtures to several tests (#30276).
Go MAEDA
2019-01-09
1
-1
/
+3
*
Set User.current to nil before unit tests.
Jean-Philippe Lang
2018-12-16
1
-0
/
+1
*
Send individual emails for each mail recipient (#26791).
Jean-Philippe Lang
2018-10-06
1
-8
/
+9
*
Drop Darcs support (#26391).
Jean-Philippe Lang
2017-07-25
1
-1
/
+1
*
add some tests to RepositoryTest#test_for_changeset_comments_strip
Toshi MARUYAMA
2017-07-10
1
-0
/
+2
*
code style cleanup at RepositoryTest#test_for_changeset_comments_strip
Toshi MARUYAMA
2017-07-10
1
-3
/
+3
*
replace white spaces of here-text at RepositoryTest#test_for_changeset_comm...
Toshi MARUYAMA
2017-07-10
1
-8
/
+6
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Be more conservative when fetching constants in Repository.factory (#23758).
Jean-Philippe Lang
2016-09-04
1
-0
/
+14
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Fixed that 2 repositories can be created with blank/nil identifier (#19400).
Jean-Philippe Lang
2015-04-11
1
-0
/
+12
*
Don't allow 2 repositories with blank identifier (#19400).
Jean-Philippe Lang
2015-03-20
1
-0
/
+18
*
add missing fixtures
Toshi MARUYAMA
2015-01-18
1
-0
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Replaced "can't" with "cannot" in error messages.
Jean-Philippe Lang
2014-12-21
1
-1
/
+1
*
Misc tests.
Jean-Philippe Lang
2014-12-07
1
-0
/
+6
*
Code cleanup.
Jean-Philippe Lang
2014-10-25
1
-2
/
+2
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-4
/
+3
*
Honnor committers/users mapping in repository statistics (#13487).
Jean-Baptiste Barth
2014-08-26
1
-2
/
+48
*
Fix text failing on some rubies/sql drivers because of improper length in Cha...
Jean-Baptiste Barth
2014-08-26
1
-2
/
+2
*
Move some RepositoriesController logic to Repository#stats_by_author (#13487).
Jean-Baptiste Barth
2014-08-26
1
-0
/
+19
*
Make sure that Repository#extra_info returns a Hash or nil (#16032).
Jean-Philippe Lang
2014-02-06
1
-0
/
+6
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
remove trailing white-spaces from RepositoryTest
Toshi MARUYAMA
2014-01-09
1
-1
/
+1
*
code format cleanup RepositoryTest
Toshi MARUYAMA
2014-01-09
1
-2
/
+3
*
Rails4: replace deprecated find_all_by_* at RepositoryTest
Toshi MARUYAMA
2014-01-09
1
-2
/
+2
*
Rails4: replace deprecated Relation#update_all at RepositoryTest
Toshi MARUYAMA
2014-01-09
1
-4
/
+2
*
add unit test to have one default repository
Toshi MARUYAMA
2014-01-07
1
-0
/
+25
*
Rails4 compatibility of RepositoryTest
Toshi MARUYAMA
2013-12-27
1
-4
/
+2
*
Ability to define commit keywords per tracker (#7590).
Jean-Philippe Lang
2013-10-13
1
-3
/
+3
*
Support for multiple issue update keywords/rules in commit messages (#4911).
Jean-Philippe Lang
2013-10-05
1
-4
/
+3
*
Cleanup of finders with :conditions option.
Jean-Philippe Lang
2013-06-12
1
-4
/
+2
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Replaces find(:first) calls.
Jean-Philippe Lang
2012-12-03
1
-1
/
+1
[next]