summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_subversion_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r23391 from trunk to 5.1-stable (#41961).Go MAEDA14 days1-2/+0
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Fix RuboCop offense Style/InverseMethods: Use `invalid?` instead of inverting...Go MAEDA2023-03-251-3/+3
* 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
* Fix repository browser does not show \"+\" (plus sign) in filename (#37718).Marius Balteanu2022-10-021-2/+2
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Render Textile and Markdown files in the repository browser (#16849).Go MAEDA2021-05-281-3/+3
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* fix source indent of RepositorySubversionTestToshi MARUYAMA2020-10-241-14/+17
* scm: subversion: use NUM_REV at RepositorySubversionTest#test_next_nil for ea...Toshi MARUYAMA2020-04-141-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Repository browser does not render previews for audio/video files (#32153).Go MAEDA2020-02-041-4/+4
* cleanup: rubocop: fix Layout/SpaceAfterComma in test/unit/repository_subversi...Toshi MARUYAMA2019-11-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-1/+1
* 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
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Adds configuration settings to limit valid repository path (#1415).Jean-Philippe Lang2014-11-081-0/+31
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-7/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from RepositorySubversionTestToshi MARUYAMA2014-01-091-1/+1
* Rails4: scm: reload repository after destroying changesets in incremental fet...Toshi MARUYAMA2013-12-291-0/+1
* stricter asserting of subversion url validation testToshi MARUYAMA2013-04-141-1/+1
* add unit tests of subversion url validationToshi MARUYAMA2013-04-141-0/+28
* code layout clean up test/unit/repository_subversion_test.rbToshi MARUYAMA2013-04-141-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-1/+1
* Fixed that Subversion#load_entries_changesets raises an error if entries is nil.Jean-Philippe Lang2012-06-121-0/+5
* 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-2/+2
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Rails3: scm: subversion: fix error of test_next_nil at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_next at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_previous_nil at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_previous at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_format_identifier at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_find_changeset_by_empty_name at un...Toshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_identifier at unit model testToshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_directory_listing_with_square_brac...Toshi MARUYAMA2011-09-121-1/+2
* Rails3: scm: subversion: fix error of test_directory_listing_with_square_brac...Toshi MARUYAMA2011-09-121-1/+3
* Rails3: scm: subversion: fix error of test_latest_changesets at unit model testToshi MARUYAMA2011-09-121-0/+3
* Rails3: scm: subversion: fix error of test_fetch_changesets_incremental at un...Toshi MARUYAMA2011-09-121-2/+7
* Rails3: scm: subversion: fix error of test_fetch_changesets_from_scratch at u...Toshi MARUYAMA2011-09-111-2/+3
* scm: subversion: define NUM_REV as the number of test repository revisions at...Toshi MARUYAMA2011-09-111-0/+2
* scm: subversion: remove trailing white-spaces from unit model test.Toshi MARUYAMA2011-05-081-9/+9