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
/
system
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `fixtures :all` to ensure consistent test data and improve test reliabili...
Go MAEDA
11 days
14
-74
/
+0
*
Adds system test for #40301.
Marius Balteanu
14 days
1
-0
/
+49
*
Fixes class name to match file name in keyboard_shortcuts_test.rb (#41902).
Marius Balteanu
2024-11-29
1
-1
/
+1
*
Fix tests for the partial quoting feature that randomly fail (#41294).
Go MAEDA
2024-10-26
1
-1
/
+1
*
Fix failing system test for keyboard shortcuts to reflect CommonMark toolbar'...
Go MAEDA
2024-10-24
1
-1
/
+1
*
Drop deprecated Redcarpet based Markdown formatter (#40149).
Go MAEDA
2024-10-20
1
-1
/
+1
*
Partial quoting feature for Issues and Forums (#41294).
Go MAEDA
2024-10-09
2
-0
/
+381
*
Fix test failure in IssuesSystemTest due to incorrect attachment count expect...
Go MAEDA
2024-09-11
1
-1
/
+1
*
Fix RuboCop offense Layout/SpaceAfterComma, one of the offenses enabled in ru...
Go MAEDA
2024-08-12
1
-2
/
+2
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
11
-11
/
+11
*
Fix RuboCop offense Layout/EmptyLinesAroundClassBody introduced in r22562 (#3...
Go MAEDA
2023-12-27
1
-1
/
+0
*
Add system test for #39747.
Marius Balteanu
2023-12-26
1
-0
/
+50
*
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
*
Fixes failing system test caused by unavailable Underline button in CommonMar...
Marius Balteanu
2023-10-29
1
-1
/
+2
*
Use assert_selector which automatically waits until the HTML condition is met...
Marius Balteanu
2023-10-24
2
-6
/
+7
*
Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...
Go MAEDA
2023-01-01
9
-9
/
+9
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
10
-10
/
+10
*
Fix RuboCop offense Rails/Pluck (#37248).
Go MAEDA
2022-10-28
1
-1
/
+1
*
Fix RuboCop offense Style/RedundantStringEscape (#36919).
Go MAEDA
2022-10-26
1
-1
/
+1
*
Fix random system test failure by adding a missing fixture.
Marius Balteanu
2022-09-27
1
-1
/
+2
*
Add a test for #37369.
Marius Balteanu
2022-09-26
1
-0
/
+15
*
Fix Rubocop warnings.
Marius Balteanu
2022-05-17
1
-1
/
+0
*
Add test for #37053.
Marius Balteanu
2022-05-16
1
-0
/
+20
*
Fix that mentions not working after issue status is changed (#36909).
Marius Balteanu
2022-05-11
1
-0
/
+22
*
Add missing fixture in InlineAutocompleteSystemTest.
Marius Balteanu
2022-05-02
1
-1
/
+2
*
Use click_button to click on buttons in test_bulk_edit.
Marius Balteanu
2022-05-02
1
-2
/
+2
*
Add test for #34029.
Marius Balteanu
2022-03-27
1
-0
/
+22
*
Fix that Log time and/or Add notes sections from issue form page do not show ...
Marius Balteanu
2022-03-22
1
-0
/
+37
*
Remove system test (#6432).
Marius Balteanu
2022-03-20
1
-38
/
+0
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
11
-11
/
+11
*
IssuesSystemTest fails with ArgumentError in Ruby 3.1 (#36205, #36360).
Go MAEDA
2021-12-27
1
-3
/
+3
*
IssuesSystemTest#test_bulk_edit fails due to r21248 (#35770, #36352).
Go MAEDA
2021-12-25
1
-2
/
+2
*
Allow Roadmap view without any related issues (#6432).
Go MAEDA
2021-09-04
1
-0
/
+38
*
Add watching users to a ticket should switch "watch" link to "unwatch" if own...
Go MAEDA
2021-07-25
1
-0
/
+15
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
10
-10
/
+10
*
Fix that inline issue auto complete does not sanitize HTML tags (#33846).
Go MAEDA
2021-03-19
1
-0
/
+13
*
"Copy link" feature for issue and issue journal (#34703).
Go MAEDA
2021-03-18
1
-0
/
+63
*
Fix a failed system test due to r20765 (#34714).
Go MAEDA
2021-03-17
1
-0
/
+1
*
Auto complete wiki page links (#33820).
Go MAEDA
2021-02-25
1
-1
/
+23
*
Add keyboard shortcuts for bold, italic and underline buttons (#34549).
Go MAEDA
2021-01-26
1
-0
/
+62
*
Adding system tests for keyboard shortcuts (#30459).
Go MAEDA
2021-01-07
1
-0
/
+71
*
Allow issue relation autocomplete to select multiple values (#33418).
Go MAEDA
2020-12-25
1
-0
/
+31
*
Fix the order of assert params (#34123).
Go MAEDA
2020-12-17
1
-1
/
+1
*
500 error when attempting to create custom field enumeration with empty name ...
Go MAEDA
2020-12-06
1
-0
/
+36
*
Add system tests for inline autocomplete (#34123).
Go MAEDA
2020-12-06
1
-0
/
+132
*
Fix selenium chrome options so files are downloaded to tmp/downloads in syste...
Go MAEDA
2020-12-02
1
-3
/
+1
*
Fix Capybara::Ambiguous: Ambiguous match, found 2 elements matching visible l...
Go MAEDA
2020-12-02
1
-2
/
+2
*
add more assert_equal to IssuesSystemTest#test_bulk_copy
Toshi MARUYAMA
2020-10-11
1
-0
/
+2
[next]