summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).Go MAEDA2023-12-2013-16/+16
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22530 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable RuboCop Style/RedundantParentheses (#39887).Go MAEDA2023-12-201-0/+3
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22529 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update Rails UJS to 7.1.2 (#36320).Marius Balteanu2023-12-202-731/+615
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22526 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Run plugin tests only if test files exist (#39803, #36320).Marius Balteanu2023-12-201-12/+30
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22525 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes that @redmine:plugins:test@ should run plugins unit, functional, ↵Marius Balteanu2023-12-201-4/+7
| | | | | | integration and system tests in one single test session instead of one session for each type of test. This behaviour was changed in Rails 7.1 because @rake test@ and @rails test@ are integrated (#39803, #36320). git-svn-id: https://svn.redmine.org/redmine/trunk@22524 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Layout/EmptyLineAfterMagicComment (#36320, #39834).Go MAEDA2023-12-191-0/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22523 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds test for plugin autoload issue (#36320, #39834).Marius Balteanu2023-12-176-1/+47
| | | | | | Patch by @tohosaku. git-svn-id: https://svn.redmine.org/redmine/trunk@22522 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes random failing test by using @async_count@ in order to avoid query ↵Marius Balteanu2023-12-141-1/+1
| | | | | | | | caching (#36320). Patch by @maeda-m. git-svn-id: https://svn.redmine.org/redmine/trunk@22520 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert r22514 (#36320).Marius Balteanu2023-12-141-1/+0
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22519 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces @config.cache_classes@ which the new option ↵Marius Balteanu2023-12-123-3/+3
| | | | | | @config.enable_reloading@ introduced in Rails 7.1 (#36320) git-svn-id: https://svn.redmine.org/redmine/trunk@22518 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix NoMethodError: undefined method `rake_run' for ↵Marius Balteanu2023-12-122-8/+8
| | | | | | | | Rails::TestUnit::Runner:Class (NoMethodError) after updating to Rails 7.1 (#36320, #39803) Patch by @tohosaku. git-svn-id: https://svn.redmine.org/redmine/trunk@22517 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update integration test for plugin routes after r22515 (#36320, #39803).Marius Balteanu2023-12-121-0/+19
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22516 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r22507, r22508 and r22510 (#36320, #39803).Marius Balteanu2023-12-126-17/+6
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22515 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Block @rack-session@ gem version to 1 in order to stick with Rack 2 (#36320).Marius Balteanu2023-12-111-0/+1
| | | | | | Patch by @maeda-m. git-svn-id: https://svn.redmine.org/redmine/trunk@22514 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor integration test for plugins routing (added in r22328) in order to ↵Marius Balteanu2023-12-117-73/+33
| | | | | | use the new plugins directory path for test environment (#36320). git-svn-id: https://svn.redmine.org/redmine/trunk@22513 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change the default notification option from `only_my_events` to ↵Go MAEDA2023-12-115-6/+18
| | | | | | | | | `only_assigned` (#39500). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22512 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert r22504 that missing a necessary file (#39500).Go MAEDA2023-12-114-6/+6
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22511 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove unnecessary line that changes the @PluginLoader@ directory inside ↵Marius Balteanu2023-12-111-2/+0
| | | | | | @plugins_test.rb@ (#36320). git-svn-id: https://svn.redmine.org/redmine/trunk@22510 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix failing API tests on Ruby 2.7 after migration to Rails 7.1 (#36320, #39760).Marius Balteanu2023-12-101-1/+3
| | | | | | Patch by @maeda-m. git-svn-id: https://svn.redmine.org/redmine/trunk@22509 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds test for plugin autoloading plugins issue (#36320).Marius Balteanu2023-12-102-0/+7
| | | | | | Patch by @tohosaku. git-svn-id: https://svn.redmine.org/redmine/trunk@22508 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allows configure plugins directory path in order to change the default ↵Marius Balteanu2023-12-105-4/+10
| | | | | | | | location in test environment (#36320). Patch by @tohosaku. git-svn-id: https://svn.redmine.org/redmine/trunk@22507 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix typo (#36320).Marius Balteanu2023-12-102-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22506 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix autoloading of plugins fails in Rails 7.1.2 (#36320).Marius Balteanu2023-12-101-1/+1
| | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@22505 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change the default notification option from `only_my_events` to ↵Go MAEDA2023-12-084-6/+6
| | | | | | | | | `only_assigned` (#39500). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22504 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Code cleanup: unnecessary use of instance variables in UserTest (#39500).Go MAEDA2023-12-081-4/+4
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22503 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Russian translation update (#39782).Go MAEDA2023-12-081-1/+1
| | | | | | | Patch by Grigory Tumakov. git-svn-id: https://svn.redmine.org/redmine/trunk@22501 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Russian translation update for 5.1-stable (#39782).Go MAEDA2023-12-081-13/+12
| | | | | | | Patch by Grigory Tumakov. git-svn-id: https://svn.redmine.org/redmine/trunk@22500 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Persian translation update for 5.1-stable (#39781).Go MAEDA2023-12-081-69/+57
| | | | | | | Patch by salman mp. git-svn-id: https://svn.redmine.org/redmine/trunk@22498 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix CommonMark Markdown help page to reflect user's language setting (#39755).Go MAEDA2023-12-062-7/+45
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22496 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove useless method #run_in_request? from ↵Go MAEDA2023-12-051-2/+0
| | | | | | | | | db/migrate/20221214173537_add_select_project_publicity_permission.rb (#39777). Patch by Pavel Rosický. git-svn-id: https://svn.redmine.org/redmine/trunk@22495 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix typo (#39110).Marius Balteanu2023-12-041-1/+1
| | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@22494 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix deprecation warnings regarding the use of ↵Go MAEDA2023-12-011-6/+6
| | | | | | ActiveSupport::Deprecation.behavior (#39527, #36320). git-svn-id: https://svn.redmine.org/redmine/trunk@22493 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Tamil jstoolbar translation update for 5.1-stable (#39751).Go MAEDA2023-12-011-1/+1
| | | | | | | Patch by Dhana Lakshmi. git-svn-id: https://svn.redmine.org/redmine/trunk@22492 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Tamil translation update for 5.1-stable (#39751).Go MAEDA2023-12-011-183/+140
| | | | | | | Patch by Dhana Lakshmi. git-svn-id: https://svn.redmine.org/redmine/trunk@22491 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update RuboCop target Rails version to 7.1 (#36320).Go MAEDA2023-11-301-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22490 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert r21883 which was an workaround for #37626 (#37732, #36320).Marius Balteanu2023-11-291-2/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22489 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates Rails to 7.1.2 (#36320).Marius Balteanu2023-11-2719-114/+124
| | | | | | Patch by Takashi Kato. git-svn-id: https://svn.redmine.org/redmine/trunk@22488 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates for 5.1.1 release.Marius Balteanu2023-11-272-1/+38
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22483 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing copyrights (#37730).Marius Balteanu2023-11-2646-7/+757
| | | | | | Patch by Karel Pičman. git-svn-id: https://svn.redmine.org/redmine/trunk@22482 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add test for #39714.Marius Balteanu2023-11-261-0/+12
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22479 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix query grouping filter not working for custom field relations (#39714).Marius Balteanu2023-11-261-3/+3
| | | | | | Patch Alexander Meindl. git-svn-id: https://svn.redmine.org/redmine/trunk@22478 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add @transaction_isolation@ variable to database.yml.example (#39592, #39737).Marius Balteanu2023-11-261-0/+10
| | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22477 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update database versions and MySQL related documentation to include the ↵Marius Balteanu2023-11-261-2/+22
| | | | | | workaround for concurrency issues (#39737, #39592). git-svn-id: https://svn.redmine.org/redmine/trunk@22476 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Workaround to fix a random failing test on MySQL 8 caused by the removal of ↵Marius Balteanu2023-11-261-1/+1
| | | | | | implicit sorting for GROUP BY (#39737). git-svn-id: https://svn.redmine.org/redmine/trunk@22475 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove @request_store@ gem (#39110).Marius Balteanu2023-11-211-1/+0
| | | | | | Patch by Takashi Kato. git-svn-id: https://svn.redmine.org/redmine/trunk@22474 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace request_store with ActiveSupport::CurrentAttributes (#39110).Marius Balteanu2023-11-217-11/+58
| | | | | | Patch by Takashi Kato. git-svn-id: https://svn.redmine.org/redmine/trunk@22473 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add data-text-formatting attribute for selected markup language to body tag ↵Go MAEDA2023-11-212-1/+11
| | | | | | | | | (#20620). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22472 e93f8b46-1217-0410-a6f0-8f06a7374b81
* CI server: disable ssl connexion to mysql server.Jean-Philippe Lang2023-11-201-1/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22470 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds support for environment variable for CI mysql host.Jean-Philippe Lang2023-11-201-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22469 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds support for environment variable for CI postgresql host.Jean-Philippe Lang2023-11-201-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22468 e93f8b46-1217-0410-a6f0-8f06a7374b81