summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixes attachments functionality for (custom) plugins broken since fix for ↵Marius Balteanu2023-12-222-0/+7
| | | | | | | | CVE-2022-44030 by adding a dynamic routing constraint which can be modified by plugins (#39862). Patch by @jkraemer. git-svn-id: https://svn.redmine.org/redmine/trunk@22551 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow consecutive footnote references inTextile (#39884).Marius Balteanu2023-12-221-0/+17
| | | | | | Patch by @hjust. git-svn-id: https://svn.redmine.org/redmine/trunk@22546 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Extends mysql8? test helper to handle more complex version strings (#39865).Go MAEDA2023-12-221-1/+2
| | | | | | | Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@22542 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add test for #39894.Marius Balteanu2023-12-211-0/+6
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22539 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Performance/StringIdentifierArgument (#39888).Go MAEDA2023-12-202-2/+2
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22535 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/HashEachMethods (#39887).Go MAEDA2023-12-202-3/+3
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22532 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Lint/SymbolConversion (#39887).Go MAEDA2023-12-201-4/+4
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22531 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).Go MAEDA2023-12-201-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22530 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-172-0/+30
| | | | | | 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
* 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-123-10/+5
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22515 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-112-2/+2
| | | | | | | | | `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-112-2/+2
| | | | 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
* 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-102-3/+3
| | | | | | | | location in test environment (#36320). Patch by @tohosaku. git-svn-id: https://svn.redmine.org/redmine/trunk@22507 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Change the default notification option from `only_my_events` to ↵Go MAEDA2023-12-082-2/+2
| | | | | | | | | `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
* Fix CommonMark Markdown help page to reflect user's language setting (#39755).Go MAEDA2023-12-061-0/+33
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22496 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
* Updates Rails to 7.1.2 (#36320).Marius Balteanu2023-11-277-66/+66
| | | | | | Patch by Takashi Kato. git-svn-id: https://svn.redmine.org/redmine/trunk@22488 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
* 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
* Replace request_store with ActiveSupport::CurrentAttributes (#39110).Marius Balteanu2023-11-212-2/+2
| | | | | | 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-211-0/+10
| | | | | | | | | (#20620). Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22472 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Deprecate unused ApplicationHelper#render_if_exist (#39527).Go MAEDA2023-11-191-0/+12
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22466 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix typo in test names in application_helper_test.rb: Change "redner" to ↵Go MAEDA2023-11-191-2/+2
| | | | | | "render" (#39527). git-svn-id: https://svn.redmine.org/redmine/trunk@22465 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use tx_isolation for MySQL lower than 8. (#39437).Marius Balteanu2023-11-192-1/+5
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22464 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Workaround to use READ-COMMITTED as transaction_isolation level when running ↵Marius Balteanu2023-11-181-0/+5
| | | | | | the concurrency tests in MySQL. (#39437). git-svn-id: https://svn.redmine.org/redmine/trunk@22462 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add concurrent subtask removal test to cover corrupted nested sets (#39437).Marius Balteanu2023-11-181-0/+43
| | | | | | Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@22461 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Revert undesired change (#22458).Marius Balteanu2023-11-181-0/+15
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22460 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use a global lock provided by @with_advisory_lock@ gem to work around ↵Marius Balteanu2023-11-181-16/+1
| | | | | | | | deadlock issues when MySQL >= 5.7 (#39437). Patch by Jens Krämer. git-svn-id: https://svn.redmine.org/redmine/trunk@22458 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixture file intended for r22440 (#39511).Go MAEDA2023-11-171-0/+4
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22453 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Disable RuboCop warning for intentional comma in percent string array (#39553).Go MAEDA2023-11-171-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22451 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Cover more tests for #39553.Marius Balteanu2023-11-161-2/+5
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22449 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Auto-detection of field wrapper type when importing CSV file (#39511).Go MAEDA2023-11-161-0/+15
| | | | | | | Patch by Go MAEDA. git-svn-id: https://svn.redmine.org/redmine/trunk@22440 e93f8b46-1217-0410-a6f0-8f06a7374b81
* New email notification option "For any event on my bookmarked projects" ↵Go MAEDA2023-11-163-7/+24
| | | | | | | | | (#35189). Patch by Mizuki ISHIKAWA. git-svn-id: https://svn.redmine.org/redmine/trunk@22438 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix RuboCop offense Layout/SpaceAfterComma due to r22418 (#39534).Go MAEDA2023-11-161-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22435 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wait for autocomplete to return all 3 issues in order to avoid ↵Marius Balteanu2023-11-121-0/+1
| | | | | | @StaleElementReferenceError@ (#38852). git-svn-id: https://svn.redmine.org/redmine/trunk@22429 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add system test for #39521.Marius Balteanu2023-11-121-0/+19
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22428 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Keep existing @##@ syntax when triggering an issue from the inline ↵Marius Balteanu2023-11-111-0/+16
| | | | | | autocomplete (#38852). git-svn-id: https://svn.redmine.org/redmine/trunk@22419 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix undefined method error in issue list PDF export when export contains a ↵Marius Balteanu2023-11-111-0/+23
| | | | | | custom field block column with full width layout enabled that is not part of the tracker of the exported ticket(s) (#39534). git-svn-id: https://svn.redmine.org/redmine/trunk@22418 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redirect to repositories#show after repository#fetch_changesets to avoid the ↵Go MAEDA2023-10-311-1/+1
| | | | | | | | | user-visible browser URL (#39238). Patch by Holger Just. git-svn-id: https://svn.redmine.org/redmine/trunk@22414 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes failing system test caused by unavailable Underline button in ↵Marius Balteanu2023-10-291-1/+2
| | | | | | CommonMark (#34863). git-svn-id: https://svn.redmine.org/redmine/trunk@22399 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update webdrivers gem (#37558).Marius Balteanu2023-10-291-19/+17
| | | | | | Patch by Takashi Kato. git-svn-id: https://svn.redmine.org/redmine/trunk@22397 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix related issues count not updating after deleting one of the related ↵Go MAEDA2023-10-291-1/+1
| | | | | | | | | issues (#38493). Patch by Takashi Kato. git-svn-id: https://svn.redmine.org/redmine/trunk@22395 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Delete whole @tmp/plugins@ directory (#38707).Marius Balteanu2023-10-241-1/+1
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@22374 e93f8b46-1217-0410-a6f0-8f06a7374b81