summaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Expand)AuthorAgeFilesLines
...
* fix source indent of IssuesControllerTestToshi MARUYAMA2020-09-211-6/+12
* add functional test "bulk_edit should show follow button when project is sele...Toshi MARUYAMA2020-09-171-0/+21
* Allow normal users to delete a project (#33945).Go MAEDA2020-09-151-0/+34
* assert explicitly to hide 'follow' button at IssuesControllerTest#test_get_bu...Toshi MARUYAMA2020-09-121-1/+2
* Fix that Issues API bypasses add_issue_notes permission (#33689).Go MAEDA2020-08-121-0/+18
* add assert_select of button at IssuesControllerTest#test_get_bulk_editToshi MARUYAMA2020-08-091-0/+5
* remove spaces inside {} of TrackersControllerTestToshi MARUYAMA2020-08-091-2/+2
* add assert_select of form to IssuesControllerTest#test_get_bulk_copy_without_...Toshi MARUYAMA2020-08-071-3/+5
* Add missing fixture to TimelogControllerTest (#33785).Go MAEDA2020-08-021-1/+1
* Add missing fixture to UsersControllerTest (#33786).Go MAEDA2020-08-021-1/+1
* add assert_select of form to IssuesControllerTest#test_get_bulk_copyToshi MARUYAMA2020-07-211-3/+5
* fix source indent of IssuesControllerTestToshi MARUYAMA2020-07-211-10/+10
* add attachments existence assertion to IssuesControllerTest#test_get_bulk_copyToshi MARUYAMA2020-07-191-0/+4
* shorten long line of IssuesControllerTestToshi MARUYAMA2020-07-191-5/+12
* add surrounding '+' operator spaces to IssuesControllerTest#"bulk copy should...Toshi MARUYAMA2020-07-111-1/+1
* add surrounding '+' operator spaces to IssuesControllerTest#test_bulk_copy_sh...Toshi MARUYAMA2020-07-111-1/+1
* fix source indents of test/functional/auth_sources_controller_test.rbToshi MARUYAMA2020-07-091-5/+8
* Additional email addresses are not displayed in user profile page (#33601).Go MAEDA2020-06-271-0/+14
* Ordering wiki pages should not be case sensitive (#31287).Go MAEDA2020-06-201-3/+8
* Add plugin CSS classes to plugin settings views (#33453).Go MAEDA2020-06-091-2/+4
* URLs in atom feeds don't take into account Setting.protocol and Setting.hostn...Go MAEDA2020-06-042-38/+44
* gantt: add parameter to GanttsControllerTest#test_gantt_should_export_to_pdf ...Toshi MARUYAMA2020-05-271-0/+1
* gantt: add parameter to GanttsControllerTest#test_gantt_should_export_to_png ...Toshi MARUYAMA2020-05-271-0/+1
* fix source indent of GanttsControllerTest#test_gantt_should_export_to_pngToshi MARUYAMA2020-05-271-1/+4
* fix source indent of GanttsControllerTest#test_gantt_should_export_to_pdfToshi MARUYAMA2020-05-271-1/+4
* shorten log line at GanttsControllerTest#test_gantt_should_workToshi MARUYAMA2020-05-271-2/+8
* fix source indent of GanttsControllerTest#test_gantt_should_workToshi MARUYAMA2020-05-271-1/+4
* Add missing "icon" class to items with "icon-checked" class in the context me...Go MAEDA2020-05-151-1/+1
* scm: mercurial: add double quote branch and tag name to test repository (#27790)Toshi MARUYAMA2020-05-081-1/+1
* do not use redundant .to_s in RepositoriesMercurialControllerTestToshi MARUYAMA2020-05-081-1/+1
* fix source indents of RepositoriesMercurialControllerTestToshi MARUYAMA2020-05-081-6/+6
* Redirect to index page instead of edit page after creating a new custom field...Go MAEDA2020-05-041-1/+1
* Use more efficient "exists?" instead of "first" in tests when checking the ex...Go MAEDA2020-05-031-2/+2
* Include updated_on and passwd_changed_on columns when exporting users to CSV ...Go MAEDA2020-05-021-0/+4
* Allowed/Disallowed email domains settings to restrict users' email addresses ...Go MAEDA2020-04-301-0/+30
* Fix test failures due to r19731 (#33296).Go MAEDA2020-04-291-0/+1
* Fix time entry user is shown twice in the User drop-down (#33341).Go MAEDA2020-04-271-1/+1
* Show open/closed badge on issue page (#33254).Go MAEDA2020-04-231-0/+14
* Test for r19702 (#33273).Go MAEDA2020-04-151-0/+16
* Unify CSS classes for custom fields in issue#show, issue#edit and issue#bulk_...Go MAEDA2020-04-112-2/+2
* Creating time tracking entry for other user through rest API fails with 403 (...Jean-Philippe Lang2020-04-051-6/+6
* Fixed assertion broken by r19654 (#3800).Jean-Philippe Lang2020-04-051-1/+1
* Editing time entries should show the time entry user (#3800).Jean-Philippe Lang2020-04-051-0/+7
* Reorder and rename test added in r19651 (#32973).Jean-Philippe Lang2020-04-051-15/+15
* Editing a time entry for a locked user changes the user to the current user (...Jean-Philippe Lang2020-04-051-0/+42
* Time entries csv export should check issue visibility (#33075).Jean-Philippe Lang2020-04-051-0/+13
* Support custom fields when exporting users to CSV (#33126).Go MAEDA2020-04-041-0/+18
* Fix that "Successful deletion" notice is not displayed after deleting some ty...Go MAEDA2020-04-044-0/+14
* Skip thumbnail tests if ImageMagick convert command is not available (#33226).Go MAEDA2020-04-022-1/+2
* Fix issues and spent time CSV export does not include custom fields with "Ful...Go MAEDA2020-04-011-0/+17