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