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