summaryrefslogtreecommitdiffstats
path: root/test/integration
Commit message (Expand)AuthorAgeFilesLines
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/attachments_t...Toshi MARUYAMA2019-11-091-6/+9
* 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
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/lib/redmine/m...Toshi MARUYAMA2019-11-081-1/+1
* Add estimated hours and spent hours to Versions API (#32242).Go MAEDA2019-10-311-1/+8
* Specific action for updating role permissions.Jean-Philippe Lang2019-10-251-1/+1
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation and Layout/Indent...Toshi MARUYAMA2019-10-231-8/+8
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integrati...Toshi MARUYAMA2019-10-141-2/+0
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integrati...Toshi MARUYAMA2019-10-141-3/+0
* code cleanup: rubocop: fix Layout/IndentHeredoc in test/integration/api_test/...Toshi MARUYAMA2019-10-141-30/+30
* code cleanup: rubocop: fix Layout/IndentHeredoc and Layout/IndentationConsist...Toshi MARUYAMA2019-10-141-8/+6
* code clean up test/integration/issues_test.rbToshi MARUYAMA2019-10-071-4/+4
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/integration/iss...Toshi MARUYAMA2019-10-071-1/+1
* code cleanup: rubocop: fix Layout/SpaceAfterColon in test/integration/wiki_te...Toshi MARUYAMA2019-10-071-3/+2
* Fix test failure due to missing call to set_tmp_attachments_directory (#32122).Go MAEDA2019-10-041-1/+0
* Code cleanup: RuboCop: Fix Performance/Count and Performance/Detect.Go MAEDA2019-10-021-1/+1
* code cleanup: rubocop: fix Layout/IndentHeredoc in test/integration/api_test/...Toshi MARUYAMA2019-09-301-12/+9
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integrati...Toshi MARUYAMA2019-09-301-25/+21
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/integration/api...Toshi MARUYAMA2019-09-301-4/+0
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in test/integrati...Toshi MARUYAMA2019-09-251-35/+31
* Fixes not to call set_tmp_attachments_directory twice after each test (#32094).Go MAEDA2019-09-201-3/+0
* Add missing fixture (#13468).Go MAEDA2019-09-121-1/+2
* Fix that Redmine::ApiTest::NewsTest fails when config.time_zone is set (#13468).Go MAEDA2019-09-111-2/+1
* REST API for updating news (#13468).Go MAEDA2019-09-091-0/+112
* REST API for deleting news (#13468).Go MAEDA2019-09-091-0/+20
* REST API for retrieving news (#13468).Go MAEDA2019-09-091-1/+56
* REST API for creating news (#13468).Go MAEDA2019-09-091-0/+148
* Add inherit_members to projects API response (#32002).Go MAEDA2019-09-051-3/+15
* Add missing fixtures to Redmine::ApiTest::VersionsTest (#31965).Go MAEDA2019-08-281-1/+2
* ThemesTest may fail if a third-party theme with a favicon is installed (#31941).Go MAEDA2019-08-251-4/+5
* Code cleanup: RuboCop: Layout/TrailingBlankLinesGo MAEDA2019-08-141-1/+0
* Support "active" attribute in Enumerations REST API (#31559).Go MAEDA2019-06-301-1/+7
* Load changesets and time entries tabs async (#3058).Jean-Philippe Lang2019-06-201-0/+2
* Enables API access to /my/account for updating user account data (#31399).Go MAEDA2019-06-163-5/+111
* Add missing frozen string literals and copyrights (#31508).Go MAEDA2019-06-131-1/+19
* ApiTest fails if config.time_zone is set (#31388).Go MAEDA2019-06-082-6/+6
* Remove trailing whitespaces from test (#31506).Go MAEDA2019-06-066-9/+9
* scm: fix error when *.yml and *.txt show (#31141, #30850)Toshi MARUYAMA2019-05-302-6/+39
* add *.yaml and *.txt to RoutingRepositoriesTest (#31141, #30850)Toshi MARUYAMA2019-05-301-1/+3
* Update copyright year.Go MAEDA2019-05-2589-89/+89
* Do not lose submitted content when attempting to update a wiki page that has ...Go MAEDA2019-05-151-0/+56
* Generalize issues imports (#28234).Go MAEDA2019-05-091-1/+2