summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Updates Rails to 7.1.2 (#36320).Marius Balteanu2023-11-277-66/+66
* Add test for #39714.Marius Balteanu2023-11-261-0/+12
* Workaround to fix a random failing test on MySQL 8 caused by the removal of i...Marius Balteanu2023-11-261-1/+1
* Replace request_store with ActiveSupport::CurrentAttributes (#39110).Marius Balteanu2023-11-212-2/+2
* Add data-text-formatting attribute for selected markup language to body tag (...Go MAEDA2023-11-211-0/+10
* Deprecate unused ApplicationHelper#render_if_exist (#39527).Go MAEDA2023-11-191-0/+12
* Fix typo in test names in application_helper_test.rb: Change "redner" to "ren...Go MAEDA2023-11-191-2/+2
* Use tx_isolation for MySQL lower than 8. (#39437).Marius Balteanu2023-11-192-1/+5
* Workaround to use READ-COMMITTED as transaction_isolation level when running ...Marius Balteanu2023-11-181-0/+5
* Add concurrent subtask removal test to cover corrupted nested sets (#39437).Marius Balteanu2023-11-181-0/+43
* Revert undesired change (#22458).Marius Balteanu2023-11-181-0/+15
* Use a global lock provided by @with_advisory_lock@ gem to work around deadloc...Marius Balteanu2023-11-181-16/+1
* Add missing fixture file intended for r22440 (#39511).Go MAEDA2023-11-171-0/+4
* Disable RuboCop warning for intentional comma in percent string array (#39553).Go MAEDA2023-11-171-1/+1
* Cover more tests for #39553.Marius Balteanu2023-11-161-2/+5
* Auto-detection of field wrapper type when importing CSV file (#39511).Go MAEDA2023-11-161-0/+15
* New email notification option "For any event on my bookmarked projects" (#351...Go MAEDA2023-11-163-7/+24
* Fix RuboCop offense Layout/SpaceAfterComma due to r22418 (#39534).Go MAEDA2023-11-161-1/+1
* Wait for autocomplete to return all 3 issues in order to avoid @StaleElementR...Marius Balteanu2023-11-121-0/+1
* Add system test for #39521.Marius Balteanu2023-11-121-0/+19
* Keep existing @##@ syntax when triggering an issue from the inline autocomple...Marius Balteanu2023-11-111-0/+16
* Fix undefined method error in issue list PDF export when export contains a cu...Marius Balteanu2023-11-111-0/+23
* Redirect to repositories#show after repository#fetch_changesets to avoid the ...Go MAEDA2023-10-311-1/+1
* Fixes failing system test caused by unavailable Underline button in CommonMar...Marius Balteanu2023-10-291-1/+2
* Update webdrivers gem (#37558).Marius Balteanu2023-10-291-19/+17
* Fix related issues count not updating after deleting one of the related issue...Go MAEDA2023-10-291-1/+1
* Delete whole @tmp/plugins@ directory (#38707).Marius Balteanu2023-10-241-1/+1
* Fixes a random failing test in @test_plugins@ (integration/routing/plugins_te...Marius Balteanu2023-10-241-1/+7
* Use assert_selector which automatically waits until the HTML condition is met...Marius Balteanu2023-10-242-6/+7
* Fix typo in plugins_test.rb (#38707).Marius Balteanu2023-10-231-2/+2
* Reinitialize an empty Wiki page after after project wiki is deleted (#34634).Marius Balteanu2023-10-232-2/+12
* Revert r22368.Marius Balteanu2023-10-232-12/+2
* Traditional Chinese translation update (#39221).Marius Balteanu2023-10-232-2/+12
* Add field separator option to CSV export dialog (#37621).Go MAEDA2023-10-212-0/+30
* Revert r22342 as it became unnecessary after the addition of the :user_prefer...Go MAEDA2023-10-161-3/+1
* Add requirement for user_preferences for watcher_test (#39186).Go MAEDA2023-10-161-1/+1
* Fix watcher handling on unsaved objects (#39186).Go MAEDA2023-10-161-0/+37
* Fix RuboCop offenses due to r22343: Style/RedundantRegexpEscape, Layout/Empty...Go MAEDA2023-10-161-5/+5
* Add missing Homepage attribute in Projects API response (#39113).Go MAEDA2023-10-151-0/+4
* API compatibility to legacy status and name query params (#39181, #37674)Go MAEDA2023-10-152-0/+61
* Fix a test failure due to the auto watch on issue creation (#38238).Go MAEDA2023-10-151-1/+3
* Fix RuboCop offense Rails/RedundantActiveRecordAllMethod (#37248).Go MAEDA2023-10-128-17/+17
* Fix RuboCop offense Style/RedundantFilterChain (#36919).Go MAEDA2023-10-121-1/+1
* Fix an intermittent test failure in JournalTest (#39180).Go MAEDA2023-10-121-1/+1
* Replace custom EMAIL_REGEXP with URI::MailTo::EMAIL_REGEXP for more accurate ...Go MAEDA2023-10-071-0/+4
* Fix RuboCop offences introduced in r22328 (#38707).Go MAEDA2023-10-061-5/+5
* Add test for r22327 (#38707).Go MAEDA2023-10-061-0/+95
* Correctly escape issue text in Gantt PNG export for ImageMagick convert (#387...Go MAEDA2023-09-211-0/+5
* Avoid exception during validation if the spent_on date of a time entry was re...Go MAEDA2023-09-201-0/+10
* HTML-escape the entire tag content of escaped HTML tags in textile (#38807).Go MAEDA2023-09-181-2/+3