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_git_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed tests failures (#19400).
Jean-Philippe Lang
2015-04-12
1
-0
/
+2
*
Fixed that non-default identifier-less git repositories are undeletable (#192...
Jean-Philippe Lang
2015-03-07
1
-0
/
+29
*
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
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-16
/
+7
*
Rails4: fix time related git unit test failure
Toshi MARUYAMA
2014-02-15
1
-1
/
+1
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
scm: git: change extra_report_last_commit type at unit test to string (#12409)
Toshi MARUYAMA
2012-11-21
1
-2
/
+2
*
scm: git: fix changesets aren't read after clear_changesets call (#12409)
Toshi MARUYAMA
2012-11-21
1
-0
/
+34
*
Fix: Unable to run unit and functional tests if git binary is not available.
Jean-Philippe Lang
2012-06-18
1
-10
/
+10
*
Fixed that Repository#entries returns an Array.
Jean-Philippe Lang
2012-06-10
1
-0
/
+5
*
Renamed #changes association to #filechanges (clash with AR::Base.changes tha...
Jean-Philippe Lang
2012-06-03
1
-3
/
+3
*
scm: git: skip Latin-1 path tests on Git for Windows above 1.7.10
Toshi MARUYAMA
2012-06-02
1
-4
/
+10
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
scm: git: add test of from_path at unit model test_fetch_changesets_from_scratch
Toshi MARUYAMA
2012-03-29
1
-0
/
+1
*
scm: git: fix test revision value of unit app test
Toshi MARUYAMA
2012-03-28
1
-2
/
+2
*
scm: git: process new git revisions all at once rather than per branch (#10470)
Toshi MARUYAMA
2012-03-28
1
-30
/
+38
*
scm: git: backout r8839 (#8857)
Toshi MARUYAMA
2012-03-07
1
-38
/
+30
*
scm: git: remove unnecessary log_encoding from overriding human_attribute_nam...
Toshi MARUYAMA
2012-02-24
1
-3
/
+2
*
scm: git: add test to override human_attribute_name of "path to repository"
Toshi MARUYAMA
2012-02-24
1
-0
/
+28
*
scm: git: split unit model test setup whether repository required or not
Toshi MARUYAMA
2012-02-24
1
-13
/
+15
*
scm: git: replace "write_attribute" at unit model test for database order con...
Toshi MARUYAMA
2012-02-17
1
-2
/
+5
*
scm: git: replace "order" at unit model test of fetching from scratch (#5357)
Toshi MARUYAMA
2012-02-17
1
-3
/
+2
*
scm: git: update test repository (#10207)
Toshi MARUYAMA
2012-02-12
1
-5
/
+6
*
scm: git: call "git log" only once instead of per branch in fetching revision...
Toshi MARUYAMA
2012-02-11
1
-30
/
+36
*
scm: git: clarify the purpose of the unit model test to fetch history editing...
Toshi MARUYAMA
2012-02-10
1
-13
/
+17
*
scm: git: update test repository (#8857)
Toshi MARUYAMA
2012-02-09
1
-11
/
+9
*
scm: git: add model method to get heads from extra_info branches hash (#8857)
Toshi MARUYAMA
2012-02-09
1
-0
/
+16
*
scm: git: use explicit "master" for latest_changesets at unit app test
Toshi MARUYAMA
2012-02-07
1
-2
/
+2
*
scm: git: test: model: fix failing test_parents on PostgreSQL (#5501)
Toshi MARUYAMA
2011-11-03
1
-4
/
+3
*
scm: git: test: model: add test of parents (#5501)
Toshi MARUYAMA
2011-11-03
1
-0
/
+19
*
Rails3: scm: git: fix error of test_next_nil at unit model test
Toshi MARUYAMA
2011-09-11
1
-1
/
+3
*
Rails3: scm: git: fix error of test_next at unit model test
Toshi MARUYAMA
2011-09-11
1
-1
/
+3
*
Rails3: scm: git: fix error of test_previous_nil at unit model test
Toshi MARUYAMA
2011-09-11
1
-1
/
+3
*
Rails3: scm: git: fix error of test_previous at unit model test
Toshi MARUYAMA
2011-09-11
1
-1
/
+3
*
Rails3: scm: git: fix error of test_log_utf8 at unit model test
Toshi MARUYAMA
2011-09-11
1
-1
/
+3
*
Rails3: scm: git: fix error of test_format_identifier at unit model test
Toshi MARUYAMA
2011-09-11
1
-1
/
+3
*
Rails3: scm: git: fix error of test_identifier at unit model test
Toshi MARUYAMA
2011-09-11
1
-1
/
+3
*
Rails3: scm: git: fix error of test_find_changeset_by_empty_name at unit mode...
Toshi MARUYAMA
2011-09-11
1
-1
/
+3
*
Rails3: scm: git: fix error of test_latest_changesets_latin_1_dir at unit mod...
Toshi MARUYAMA
2011-09-11
1
-1
/
+3
*
Rails3: scm: git: fix error of test_find_changeset_by_name at unit model test
Toshi MARUYAMA
2011-09-11
1
-1
/
+3
*
Rails3: scm: git: fix error of test_latest_changesets at unit model test
Toshi MARUYAMA
2011-09-11
1
-1
/
+3
*
Rails3: scm: git: fix error of test_db_consistent_ordering_before_1_2 at unit...
Toshi MARUYAMA
2011-09-11
1
-1
/
+1
*
Rails3: scm: git: fix error of test_db_consistent_ordering_before_1_2 at unit...
Toshi MARUYAMA
2011-09-07
1
-6
/
+7
*
Rails3: scm: git: fix error of test_db_consistent_ordering_init at unit model...
Toshi MARUYAMA
2011-09-07
1
-1
/
+2
*
Rails3: scm: git: fix error of test_fetch_changesets_invalid_rev at unit mode...
Toshi MARUYAMA
2011-09-07
1
-5
/
+6
*
Rails3: scm: git: fix error of test_fetch_changesets_incremental at unit mode...
Toshi MARUYAMA
2011-09-07
1
-5
/
+7
*
scm: git: use NUM_REV at test_fetch_changesets_from_scratch of unit model test
Toshi MARUYAMA
2011-09-07
1
-1
/
+1
*
scm: git: define NUM_REV as the number of test repository revisions at unit m...
Toshi MARUYAMA
2011-09-07
1
-0
/
+2
[next]