summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test
Commit message (Expand)AuthorAgeFilesLines
...
* Uploading a big file fails with NoMemoryError (#33752).Go MAEDA2021-05-111-0/+22
* Include new statuses allowed by workflow in Issues REST API (#24976).Go MAEDA2021-04-191-0/+22
* Fix undefined method 'split' when issue_to_id is numeric (#35039).Go MAEDA2021-04-121-1/+22
* Use media_type to get the MIME type of the request (#29914).Go MAEDA2021-04-011-1/+1
* Test for r20852 (#22008).Go MAEDA2021-03-261-0/+107
* Associated Revision API (#22008).Go MAEDA2021-03-261-0/+5
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-2527-27/+27
* Projects API should not return invisible trackers (#30121).Go MAEDA2021-02-231-0/+27
* Fix passing a wrong parameter to assert_select in API test for 'GET /users/:i...Go MAEDA2020-12-311-1/+1
* Users API should return twofa_scheme only for administrators (#34242).Go MAEDA2020-12-231-1/+14
* Include two-factor authentication scheme in users API response (#34242).Go MAEDA2020-12-231-1/+19
* fix source indent of test/integration/api_test/issues_test.rbToshi MARUYAMA2020-12-031-2/+2
* fix source indent of test/integration/api_test/projects_test.rbToshi MARUYAMA2020-12-031-11/+44
* fix source indent of test/integration/api_test/api_test.rbToshi MARUYAMA2020-12-021-3/+5
* fix source indent of test/integration/api_test/attachments_test.rbToshi MARUYAMA2020-12-021-6/+24
* fix source indent of test/integration/api_test/time_entries_test.rbToshi MARUYAMA2020-11-291-7/+10
* fix source indent of test/integration/api_test/memberships_test.rbToshi MARUYAMA2020-11-291-17/+26
* fix source indent of test/integration/api_test/wiki_pages_test.rbToshi MARUYAMA2020-11-291-14/+63
* remove spaces inside {} of test/integration/api_test/issues_test.rbToshi MARUYAMA2020-09-121-5/+5
* fix source indent of test/integration/api_test/groups_test.rbToshi MARUYAMA2020-08-091-6/+18
* fix source indent of test/integration/api_test/issue_relations_test.rbToshi MARUYAMA2020-08-071-2/+6
* add space after comma to test/integration/api_test/projects_test.rbToshi MARUYAMA2020-08-071-1/+1
* add space after comma to test/integration/api_test/memberships_test.rbToshi MARUYAMA2020-08-071-6/+6
* Redmine::ApiTest::UsersTest fails if config.time_zone is set (#33592, #33787).Go MAEDA2020-08-021-2/+2
* Include updated_on and passwd_changed_on columns in API response (#33592).Go MAEDA2020-07-281-2/+25
* fix source indent of test/integration/api_test/attachments_test.rbToshi MARUYAMA2020-07-191-4/+6
* Add missing fixture to Redmine::ApiTest::ProjectsTest (#33700).Go MAEDA2020-07-091-1/+1
* Updating an issue via REST API causes internal server error if invalid projec...Go MAEDA2020-05-141-0/+28
* Adds option to include issue custom fields in projects#show API response (#33...Go MAEDA2020-04-211-0/+8
* Creating time tracking entry for other user through rest API fails with 403 (...Jean-Philippe Lang2020-04-051-0/+34
* Reverted r19669 and r19670 (#32774).Jean-Philippe Lang2020-04-051-38/+0
* Creating time tracking entry for other user through rest API fails with 403 (...Jean-Philippe Lang2020-04-051-3/+20
* Creating time tracking entry for other user through rest API fails with 403 (...Jean-Philippe Lang2020-04-051-0/+21
* Skip thumbnail tests if ImageMagick convert command is not available (#33226).Go MAEDA2020-04-021-0/+1
* Show default assignee and default version in projects API (#33113).Go MAEDA2020-03-171-0/+25
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-0327-27/+27
* Use #media_type instead of #content_type to test the MIME type of a response ...Go MAEDA2020-01-2720-103/+103
* Update request_store gem to 1.4 (#31911).Go MAEDA2019-12-152-17/+0
* cleanup: rubocop: fix Layout/IndentFirstHashElement in test/integration/api_t...Toshi MARUYAMA2019-11-241-17/+27
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/issu...Toshi MARUYAMA2019-11-091-10/+15
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/api_...Toshi MARUYAMA2019-11-091-2/+3
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/issu...Toshi MARUYAMA2019-11-091-103/+128
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/vers...Toshi MARUYAMA2019-11-091-19/+18
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/time...Toshi MARUYAMA2019-11-091-19/+34
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/cust...Toshi MARUYAMA2019-11-091-14/+15
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/news...Toshi MARUYAMA2019-11-091-40/+39
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/my_t...Toshi MARUYAMA2019-11-091-10/+12
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/user...Toshi MARUYAMA2019-11-081-18/+27
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/file...Toshi MARUYAMA2019-11-081-18/+27
* Add estimated hours and spent hours to Versions API (#32242).Go MAEDA2019-10-311-1/+8