summaryrefslogtreecommitdiffstats
path: root/test/integration
Commit message (Collapse)AuthorAgeFilesLines
...
* fix source indent of test/integration/attachments_test.rbToshi MARUYAMA2020-11-301-8/+44
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20521 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of test/integration/sessions_test.rbToshi MARUYAMA2020-11-301-1/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20520 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of test/integration/api_test/time_entries_test.rbToshi MARUYAMA2020-11-291-7/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20515 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of test/integration/api_test/memberships_test.rbToshi MARUYAMA2020-11-291-17/+26
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20511 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of test/integration/api_test/wiki_pages_test.rbToshi MARUYAMA2020-11-291-14/+63
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20507 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of test/integration/sudo_mode_test.rbToshi MARUYAMA2020-11-211-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20462 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of test/integration/twofa_test.rbToshi MARUYAMA2020-11-211-8/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20460 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add more assert_select to FeedsTest#test_feeds_should_include_icon_tagToshi MARUYAMA2020-11-191-2/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20440 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of test/integration/sudo_mode_test.rbToshi MARUYAMA2020-11-191-3/+27
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20431 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of test/integration/repositories_git_test.rbToshi MARUYAMA2020-11-181-2/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20417 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of WikiIntegrationTestToshi MARUYAMA2020-11-161-14/+27
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20390 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of test/integration/sudo_mode_test.rbToshi MARUYAMA2020-11-131-3/+30
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20353 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of test/integration/sudo_mode_test.rbToshi MARUYAMA2020-11-131-19/+37
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20352 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replace gsub with tr, delete, or squeeze (#34161).Go MAEDA2020-10-241-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20176 e93f8b46-1217-0410-a6f0-8f06a7374b81
* shorten long line of test/integration/lib/redmine/menu_manager_test.rbToshi MARUYAMA2020-10-221-3/+16
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20156 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove spaces inside {} of test/integration/api_test/issues_test.rbToshi MARUYAMA2020-09-121-5/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@20023 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Integration test for 2fa auth (#1237).Go MAEDA2020-08-291-0/+144
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@19991 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of test/integration/api_test/groups_test.rbToshi MARUYAMA2020-08-091-6/+18
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19967 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of test/integration/api_test/issue_relations_test.rbToshi MARUYAMA2020-08-071-2/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19956 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to test/integration/api_test/projects_test.rbToshi MARUYAMA2020-08-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19950 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add space after comma to test/integration/api_test/memberships_test.rbToshi MARUYAMA2020-08-071-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19949 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redmine::ApiTest::UsersTest fails if config.time_zone is set (#33592, #33787).Go MAEDA2020-08-021-2/+2
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19942 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include updated_on and passwd_changed_on columns in API response (#33592).Go MAEDA2020-07-281-2/+25
| | | | | | | Patch by vzvu 3k6k and Takenori TAKAKI. git-svn-id: http://svn.redmine.org/redmine/trunk@19940 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix source indent of test/integration/api_test/attachments_test.rbToshi MARUYAMA2020-07-191-4/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19919 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add missing fixture to Redmine::ApiTest::ProjectsTest (#33700).Go MAEDA2020-07-091-1/+1
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19877 e93f8b46-1217-0410-a6f0-8f06a7374b81
* robots.txt: disallow crawling dynamically generated PDF documents (#31617).Go MAEDA2020-07-091-0/+2
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19867 e93f8b46-1217-0410-a6f0-8f06a7374b81
* robots.txt: disallow crawling issues list with a query string (#6734).Go MAEDA2020-07-021-0/+2
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19844 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show Roadmap tab when subprojects have defined versions (#7956).Go MAEDA2020-05-301-0/+16
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19801 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add test of upload filename with plus (#11568)Toshi MARUYAMA2020-05-191-0/+24
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19786 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updating an issue via REST API causes internal server error if invalid ↵Go MAEDA2020-05-141-0/+28
| | | | | | | | | project id is specified (#33417). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19777 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds option to include issue custom fields in projects#show API response ↵Go MAEDA2020-04-211-0/+8
| | | | | | | | | (#33301). Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@19714 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Creating time tracking entry for other user through rest API fails with 403 ↵Jean-Philippe Lang2020-04-051-0/+34
| | | | | | (#32774). git-svn-id: http://svn.redmine.org/redmine/trunk@19676 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverted r19669 and r19670 (#32774).Jean-Philippe Lang2020-04-051-38/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19675 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Creating time tracking entry for other user through rest API fails with 403 ↵Jean-Philippe Lang2020-04-051-3/+20
| | | | | | (#32774). git-svn-id: http://svn.redmine.org/redmine/trunk@19670 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Creating time tracking entry for other user through rest API fails with 403 ↵Jean-Philippe Lang2020-04-051-0/+21
| | | | | | | | (#32774). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19669 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Skip thumbnail tests if ImageMagick convert command is not available (#33226).Go MAEDA2020-04-021-0/+1
| | | | | | | Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@19640 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Download all attachments at once (#7056).Go MAEDA2020-03-211-0/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19601 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Show default assignee and default version in projects API (#33113).Go MAEDA2020-03-171-0/+25
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19581 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r19569 (#33071).Go MAEDA2020-03-141-21/+1
| | | | | | | 404 error after deleting an attachment. git-svn-id: http://svn.redmine.org/redmine/trunk@19579 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Require sudo mode for actions to delete contents (#33071).Go MAEDA2020-03-101-1/+21
| | | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19569 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-0391-91/+91
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@19553 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add download buttons in Files columns of the issues list (#32240).Go MAEDA2020-02-061-1/+1
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19500 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use #media_type instead of #content_type to test the MIME type of a response ↵Go MAEDA2020-01-2722-105/+105
| | | | | | | | | (#32886). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19467 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make languages in Highlighted code button in toolbar customizable (#32528).Go MAEDA2020-01-141-0/+1
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19429 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update request_store gem to 1.4 (#31911).Go MAEDA2019-12-152-17/+0
| | | | | | | Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19373 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentFirstHashElement in ↵Toshi MARUYAMA2019-11-241-12/+29
| | | | | | test/integration/issues_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19236 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/IndentFirstHashElement in ↵Toshi MARUYAMA2019-11-241-17/+27
| | | | | | test/integration/api_test/issues_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19231 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in ↵Toshi MARUYAMA2019-11-231-5/+6
| | | | | | test/integration/issues_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19189 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in ↵Toshi MARUYAMA2019-11-091-6/+9
| | | | | | test/integration/attachments_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19051 e93f8b46-1217-0410-a6f0-8f06a7374b81
* cleanup: rubocop: fix Layout/AlignArguments in ↵Toshi MARUYAMA2019-11-091-10/+15
| | | | | | test/integration/api_test/issue_categories_test.rb git-svn-id: http://svn.redmine.org/redmine/trunk@19029 e93f8b46-1217-0410-a6f0-8f06a7374b81