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
...
*
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
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integrati...
Toshi MARUYAMA
2019-10-14
1
-2
/
+0
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integrati...
Toshi MARUYAMA
2019-10-14
1
-3
/
+0
*
code cleanup: rubocop: fix Layout/IndentHeredoc in test/integration/api_test/...
Toshi MARUYAMA
2019-10-14
1
-30
/
+30
*
code cleanup: rubocop: fix Layout/IndentHeredoc and Layout/IndentationConsist...
Toshi MARUYAMA
2019-10-14
1
-8
/
+6
*
Code cleanup: RuboCop: Fix Performance/Count and Performance/Detect.
Go MAEDA
2019-10-02
1
-1
/
+1
*
code cleanup: rubocop: fix Layout/IndentHeredoc in test/integration/api_test/...
Toshi MARUYAMA
2019-09-30
1
-12
/
+9
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integrati...
Toshi MARUYAMA
2019-09-30
1
-25
/
+21
*
code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/integration/api...
Toshi MARUYAMA
2019-09-30
1
-4
/
+0
*
code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in test/integrati...
Toshi MARUYAMA
2019-09-25
1
-35
/
+31
*
Fixes not to call set_tmp_attachments_directory twice after each test (#32094).
Go MAEDA
2019-09-20
1
-3
/
+0
*
Add missing fixture (#13468).
Go MAEDA
2019-09-12
1
-1
/
+2
*
Fix that Redmine::ApiTest::NewsTest fails when config.time_zone is set (#13468).
Go MAEDA
2019-09-11
1
-2
/
+1
*
REST API for updating news (#13468).
Go MAEDA
2019-09-09
1
-0
/
+112
*
REST API for deleting news (#13468).
Go MAEDA
2019-09-09
1
-0
/
+20
*
REST API for retrieving news (#13468).
Go MAEDA
2019-09-09
1
-1
/
+56
*
REST API for creating news (#13468).
Go MAEDA
2019-09-09
1
-0
/
+148
*
Add inherit_members to projects API response (#32002).
Go MAEDA
2019-09-05
1
-3
/
+15
*
Add missing fixtures to Redmine::ApiTest::VersionsTest (#31965).
Go MAEDA
2019-08-28
1
-1
/
+2
*
Code cleanup: RuboCop: Layout/TrailingBlankLines
Go MAEDA
2019-08-14
1
-1
/
+0
*
Support "active" attribute in Enumerations REST API (#31559).
Go MAEDA
2019-06-30
1
-1
/
+7
*
Enables API access to /my/account for updating user account data (#31399).
Go MAEDA
2019-06-16
1
-0
/
+106
*
ApiTest fails if config.time_zone is set (#31388).
Go MAEDA
2019-06-08
2
-6
/
+6
*
Remove trailing whitespaces from test (#31506).
Go MAEDA
2019-06-06
2
-2
/
+2
*
Update copyright year.
Go MAEDA
2019-05-25
26
-26
/
+26
*
Test for r18091 (#26237).
Go MAEDA
2019-04-28
1
-1
/
+19
*
Use HTTP status code 403 instead of 401 when REST API is disabled (#30086).
Go MAEDA
2019-04-10
1
-6
/
+6
*
Support frozen_string_literal in test/**/*.rb (#26561).
Go MAEDA
2019-03-21
1
-1
/
+1
*
Decode hexadecimal-encoded literals in order to be frozen string literals fri...
Go MAEDA
2019-03-19
1
-1
/
+1
*
Enable frozen_string_literal for some files under test directory (#26561).
Go MAEDA
2019-03-16
25
-25
/
+25
*
Add a description for trackers (#442).
Jean-Philippe Lang
2019-03-15
1
-0
/
+1
*
Searching for issue number with REST API redirects to issue HTML page (#29055).
Jean-Philippe Lang
2019-03-15
1
-0
/
+5
[prev]
[next]